build: update all non-major dependencies (#41956)

PR Close #41956
This commit is contained in:
Renovate Bot 2021-05-07 05:05:02 +00:00 committed by Alex Rickabaugh
parent ddf2a6c975
commit 991ea6fc39
5 changed files with 26 additions and 9 deletions

View File

@ -108,7 +108,7 @@
"@angular/compiler-cli": "12.0.0-rc.2",
"@swc/cli": "^0.1.36",
"@swc/core": "^1.2.51",
"@types/jasmine": "~3.6.9",
"@types/jasmine": "~3.7.0",
"@types/lunr": "^2.3.3",
"@types/node": "^12.7.9",
"@types/stemmer": "^1.0.2",

View File

@ -1619,10 +1619,10 @@
dependencies:
"@types/unist" "*"
"@types/jasmine@~3.6.9":
version "3.6.10"
resolved "https://registry.yarnpkg.com/@types/jasmine/-/jasmine-3.6.10.tgz#c49d5660bda6e935782e5c83deb1d3b6efb3fac6"
integrity sha512-yfCl7JGtIc5LjScFpeIGBBNhJFkJdAAcsAnAd9ZRHwzh+sR2zkt257BKkTCF5VpJ8wMPnzzZ8QatRdXM8tqpKA==
"@types/jasmine@~3.7.0":
version "3.7.0"
resolved "https://registry.yarnpkg.com/@types/jasmine/-/jasmine-3.7.0.tgz#0bec645334621c1cd32648d02865ff36d201bf07"
integrity sha512-a/RDj4aOSY1BGlrmj2rtXJeLk5kS/k39xWZlHKfwDUqYeGpxV6f4WG59vCn3T3FXnlhMGBrAAtx0xg/+J8mR0g==
"@types/json-schema@*", "@types/json-schema@^7.0.5", "@types/json-schema@^7.0.6":
version "7.0.7"

View File

@ -77,7 +77,7 @@
"@types/events": "3.0.0",
"@types/hammerjs": "2.0.39",
"@types/inquirer": "^7.3.0",
"@types/jasmine": "3.6.10",
"@types/jasmine": "3.7.0",
"@types/jasmine-ajax": "^3.3.1",
"@types/jasminewd2": "^2.0.8",
"@types/minimist": "^1.2.0",
@ -182,7 +182,7 @@
"ejs": "^3.1.6",
"firebase-tools": "^9.0.0",
"git-raw-commits": "^2.0.10",
"glob": "7.1.6",
"glob": "7.1.7",
"gulp": "^4.0.2",
"gulp-conventional-changelog": "^2.0.35",
"husky": "6.0.0",

View File

@ -30,7 +30,7 @@
],
"dependencies": {
"@babel/core": "7.8.3",
"glob": "7.1.6",
"glob": "7.1.7",
"yargs": "^17.0.0"
},
"peerDependencies": {

View File

@ -1687,11 +1687,16 @@
resolved "https://registry.yarnpkg.com/@types/jasmine-ajax/-/jasmine-ajax-3.3.2.tgz#5faf8babea4e64e04e37223678b2b24a8d5aa3e4"
integrity sha512-HxfL3/vhg7EWdZrPudIXuJ8BN8orqpDvfHUkrn2ws8TkWkr6itQW44dIxMPSgYa29jGraAGoMFRLbAut3fMHZQ==
"@types/jasmine@*", "@types/jasmine@3.6.10":
"@types/jasmine@*":
version "3.6.10"
resolved "https://registry.yarnpkg.com/@types/jasmine/-/jasmine-3.6.10.tgz#c49d5660bda6e935782e5c83deb1d3b6efb3fac6"
integrity sha512-yfCl7JGtIc5LjScFpeIGBBNhJFkJdAAcsAnAd9ZRHwzh+sR2zkt257BKkTCF5VpJ8wMPnzzZ8QatRdXM8tqpKA==
"@types/jasmine@3.7.0":
version "3.7.0"
resolved "https://registry.yarnpkg.com/@types/jasmine/-/jasmine-3.7.0.tgz#0bec645334621c1cd32648d02865ff36d201bf07"
integrity sha512-a/RDj4aOSY1BGlrmj2rtXJeLk5kS/k39xWZlHKfwDUqYeGpxV6f4WG59vCn3T3FXnlhMGBrAAtx0xg/+J8mR0g==
"@types/jasminewd2@^2.0.8":
version "2.0.8"
resolved "https://registry.yarnpkg.com/@types/jasminewd2/-/jasminewd2-2.0.8.tgz#67afe5098d5ef2386073a7b7384b69a840dfe93b"
@ -6262,6 +6267,18 @@ glob@7.1.6, glob@^7.0.0, glob@^7.0.3, glob@^7.0.5, glob@^7.0.6, glob@^7.1.1, glo
once "^1.3.0"
path-is-absolute "^1.0.0"
glob@7.1.7:
version "7.1.7"
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.7.tgz#3b193e9233f01d42d0b3f78294bbeeb418f94a90"
integrity sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ==
dependencies:
fs.realpath "^1.0.0"
inflight "^1.0.4"
inherits "2"
minimatch "^3.0.4"
once "^1.3.0"
path-is-absolute "^1.0.0"
global-dirs@^2.0.1:
version "2.1.0"
resolved "https://registry.yarnpkg.com/global-dirs/-/global-dirs-2.1.0.tgz#e9046a49c806ff04d6c1825e196c8f0091e8df4d"