Skip to content

Commit 1f9f10a

Browse files
renovate-botdgp1130
authored andcommitted
build: update @types/karma to version ^5.0.0
1 parent a78fe96 commit 1f9f10a

File tree

2 files changed

+5
-11
lines changed

2 files changed

+5
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"@types/glob": "^7.0.3",
8686
"@types/inquirer": "^0.0.44",
8787
"@types/jasmine": "~3.5.0",
88-
"@types/karma": "^4.0.0",
88+
"@types/karma": "^5.0.0",
8989
"@types/loader-utils": "^1.1.3",
9090
"@types/minimist": "^1.2.0",
9191
"@types/node": "10.12.30",

yarn.lock

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1194,11 +1194,6 @@
11941194
dependencies:
11951195
"@babel/types" "^7.3.0"
11961196

1197-
"@types/bluebird@*":
1198-
version "3.5.30"
1199-
resolved "https://registry.yarnpkg.com/@types/bluebird/-/bluebird-3.5.30.tgz#ee034a0eeea8b84ed868b1aa60d690b08a6cfbc5"
1200-
integrity sha512-8LhzvcjIoqoi1TghEkRMkbbmM+jhHnBokPGkJWjclMK+Ks0MxEBow3/p2/iFTZ+OIbJHQDSfpgdZEb+af3gfVw==
1201-
12021197
"@types/body-parser@*":
12031198
version "1.19.0"
12041199
resolved "https://registry.yarnpkg.com/@types/body-parser/-/body-parser-1.19.0.tgz#0685b3c47eb3006ffed117cdd55164b61f80538f"
@@ -1349,12 +1344,11 @@
13491344
resolved "https://registry.yarnpkg.com/@types/jasmine/-/jasmine-3.5.10.tgz#a1a41012012b5da9d4b205ba9eba58f6cce2ab7b"
13501345
integrity sha512-3F8qpwBAiVc5+HPJeXJpbrl+XjawGmciN5LgiO7Gv1pl1RHtjoMNqZpqEksaPJW05ViKe8snYInRs6xB25Xdew==
13511346

1352-
"@types/karma@^4.0.0":
1353-
version "4.4.1"
1354-
resolved "https://registry.yarnpkg.com/@types/karma/-/karma-4.4.1.tgz#4c8cfc9d05ebb66d16119d27d4026db3bf29a82b"
1355-
integrity sha512-Y2jH6yMPqVMCeewC6gn5Q3hljcbtffyjnhQC8rhp9zdek2zUXh6e6+TDLNlO2lCiNmjzxANiRxQR0cRxkkIYmQ==
1347+
"@types/karma@^5.0.0":
1348+
version "5.0.0"
1349+
resolved "https://registry.yarnpkg.com/@types/karma/-/karma-5.0.0.tgz#6750ffc633c0fbc63dfb725146f198e8c3afcd08"
1350+
integrity sha512-5quuLnxdJWkzJCEwFatOClM6O7EkeDWfXltGySb01LQnBVjtbLzIky9JLW0IKt+JfzurUjwj7b7Sb/Omsx4QYA==
13561351
dependencies:
1357-
"@types/bluebird" "*"
13581352
"@types/node" "*"
13591353
log4js "^4.0.0"
13601354

0 commit comments

Comments
 (0)