diff --git a/aio/package.json b/aio/package.json index 2c0ce815c3..d725ef001a 100644 --- a/aio/package.json +++ b/aio/package.json @@ -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", diff --git a/aio/yarn.lock b/aio/yarn.lock index 0f9f2b9eac..180e84a6dc 100644 --- a/aio/yarn.lock +++ b/aio/yarn.lock @@ -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" diff --git a/package.json b/package.json index f450945679..aa812cb49d 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/packages/localize/package.json b/packages/localize/package.json index 689fa7b6b3..12e9bf2ed8 100644 --- a/packages/localize/package.json +++ b/packages/localize/package.json @@ -30,7 +30,7 @@ ], "dependencies": { "@babel/core": "7.8.3", - "glob": "7.1.6", + "glob": "7.1.7", "yargs": "^17.0.0" }, "peerDependencies": { diff --git a/yarn.lock b/yarn.lock index ec45013ef5..91341d3b0b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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"