chore(deps): update dependency jasmine to ^3.99.0

This commit is contained in:
Renovate Bot 2022-01-01 20:26:37 +00:00
parent befde18856
commit d87c658352
No known key found for this signature in database
GPG Key ID: 81C63AE1C224182B
2 changed files with 16 additions and 16 deletions

30
package-lock.json generated
View File

@ -17,7 +17,7 @@
"gulp": "^4.0.2",
"gulp-eslint7": "^0.3.2",
"gulp-prettier": "^4.0.0",
"jasmine": "^3.10.0",
"jasmine": "^3.99.0",
"jasmine-console-reporter": "^3.1.0",
"klaw-sync": "^6.0.0",
"lerna": "^4.0.0",
@ -9620,13 +9620,13 @@
}
},
"node_modules/jasmine": {
"version": "3.10.0",
"resolved": "https://registry.npmjs.org/jasmine/-/jasmine-3.10.0.tgz",
"integrity": "sha512-2Y42VsC+3CQCTzTwJezOvji4qLORmKIE0kwowWC+934Krn6ZXNQYljiwK5st9V3PVx96BSiDYXSB60VVah3IlQ==",
"version": "3.99.0",
"resolved": "https://registry.npmjs.org/jasmine/-/jasmine-3.99.0.tgz",
"integrity": "sha512-YIThBuHzaIIcjxeuLmPD40SjxkEcc8i//sGMDKCgkRMVgIwRJf5qyExtlJpQeh7pkeoBSOe6lQEdg+/9uKg9mw==",
"dev": true,
"dependencies": {
"glob": "^7.1.6",
"jasmine-core": "~3.10.0"
"jasmine-core": "~3.99.0"
},
"bin": {
"jasmine": "bin/jasmine.js"
@ -9653,9 +9653,9 @@
}
},
"node_modules/jasmine-core": {
"version": "3.10.0",
"resolved": "https://registry.npmjs.org/jasmine-core/-/jasmine-core-3.10.0.tgz",
"integrity": "sha512-XWGaJ25RUdOQnjGiLoQa9QG/R4u1e9Bk4uhLdn9F4JCBco84L4SKM52bxci4vWTSUzhmhuHNAkAHFN/6Cox9wQ==",
"version": "3.99.0",
"resolved": "https://registry.npmjs.org/jasmine-core/-/jasmine-core-3.99.0.tgz",
"integrity": "sha512-+ZDaJlEfRopINQqgE+hvzRyDIQDeKfqqTvF8RzXsvU1yE3pBDRud2+Qfh9WvGgRpuzqxyQJVI6Amy5XQ11r/3w==",
"dev": true
},
"node_modules/jasmine-expect": {
@ -22690,13 +22690,13 @@
}
},
"jasmine": {
"version": "3.10.0",
"resolved": "https://registry.npmjs.org/jasmine/-/jasmine-3.10.0.tgz",
"integrity": "sha512-2Y42VsC+3CQCTzTwJezOvji4qLORmKIE0kwowWC+934Krn6ZXNQYljiwK5st9V3PVx96BSiDYXSB60VVah3IlQ==",
"version": "3.99.0",
"resolved": "https://registry.npmjs.org/jasmine/-/jasmine-3.99.0.tgz",
"integrity": "sha512-YIThBuHzaIIcjxeuLmPD40SjxkEcc8i//sGMDKCgkRMVgIwRJf5qyExtlJpQeh7pkeoBSOe6lQEdg+/9uKg9mw==",
"dev": true,
"requires": {
"glob": "^7.1.6",
"jasmine-core": "~3.10.0"
"jasmine-core": "~3.99.0"
}
},
"jasmine-console-reporter": {
@ -22714,9 +22714,9 @@
}
},
"jasmine-core": {
"version": "3.10.0",
"resolved": "https://registry.npmjs.org/jasmine-core/-/jasmine-core-3.10.0.tgz",
"integrity": "sha512-XWGaJ25RUdOQnjGiLoQa9QG/R4u1e9Bk4uhLdn9F4JCBco84L4SKM52bxci4vWTSUzhmhuHNAkAHFN/6Cox9wQ==",
"version": "3.99.0",
"resolved": "https://registry.npmjs.org/jasmine-core/-/jasmine-core-3.99.0.tgz",
"integrity": "sha512-+ZDaJlEfRopINQqgE+hvzRyDIQDeKfqqTvF8RzXsvU1yE3pBDRud2+Qfh9WvGgRpuzqxyQJVI6Amy5XQ11r/3w==",
"dev": true
},
"jasmine-expect": {

View File

@ -12,7 +12,7 @@
"gulp": "^4.0.2",
"gulp-eslint7": "^0.3.2",
"gulp-prettier": "^4.0.0",
"jasmine": "^3.10.0",
"jasmine": "^3.99.0",
"jasmine-console-reporter": "^3.1.0",
"klaw-sync": "^6.0.0",
"lerna": "^4.0.0",