From abf5376085f6cc5ebd2af5fc6a9fc0e8728a2067 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Feb 2023 07:55:36 +0100 Subject: [PATCH] chore(deps): update dependency glob to v9 (#2522) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- packages/classic-test-app/package.json | 2 +- packages/ember-simple-auth/package.json | 2 +- packages/test-app/package.json | 2 +- yarn.lock | 41 +++++++++++++++++-------- 4 files changed, 32 insertions(+), 15 deletions(-) diff --git a/packages/classic-test-app/package.json b/packages/classic-test-app/package.json index 554f7b8bd..f8ca5e2ef 100644 --- a/packages/classic-test-app/package.json +++ b/packages/classic-test-app/package.json @@ -57,7 +57,7 @@ "eslint-plugin-node": "^11.0.0", "eslint-plugin-qunit": "^7.2.0", "express": "^4.17.1", - "glob": "^8.0.0", + "glob": "^9.0.0", "handlebars": "~4.7.1", "loader.js": "^4.7.0", "my-engine": "./packages/classic-test-app/lib/my-engine", diff --git a/packages/ember-simple-auth/package.json b/packages/ember-simple-auth/package.json index bbe71ae41..b83ac9beb 100644 --- a/packages/ember-simple-auth/package.json +++ b/packages/ember-simple-auth/package.json @@ -65,7 +65,7 @@ "eslint-plugin-ember": "^10.6.0", "eslint-plugin-node": "^11.1.0", "eslint-plugin-qunit": "^7.2.0", - "glob": "^8.0.0", + "glob": "^9.0.0", "handlebars": "~4.7.1", "loader.js": "^4.7.0", "marked": "^4.0.0", diff --git a/packages/test-app/package.json b/packages/test-app/package.json index e9848a776..807783406 100644 --- a/packages/test-app/package.json +++ b/packages/test-app/package.json @@ -59,7 +59,7 @@ "eslint-plugin-qunit": "^7.2.0", "express": "^4.17.1", "fastboot-app-server": "^3.0.0", - "glob": "^8.0.0", + "glob": "^9.0.0", "handlebars": "~4.7.1", "loader.js": "^4.7.0", "my-engine": "./packages/test-app/lib/my-engine", diff --git a/yarn.lock b/yarn.lock index 5a149131b..c1d3f8be5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6897,16 +6897,15 @@ glob@^7.0.0, glob@^7.0.4, glob@^7.1.0, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, gl once "^1.3.0" path-is-absolute "^1.0.0" -glob@^8.0.0: - version "8.0.3" - resolved "https://registry.yarnpkg.com/glob/-/glob-8.0.3.tgz#415c6eb2deed9e502c68fa44a272e6da6eeca42e" - integrity sha512-ull455NHSHI/Y1FqGaaYFaLGkNMMJbavMrEGFXG/PGrg6y7sutWHUHrz6gy6WEBH6akM1M414dWKCNs+IhKdiQ== +glob@^9.0.0: + version "9.0.1" + resolved "https://registry.yarnpkg.com/glob/-/glob-9.0.1.tgz#4f2c8a645659d81177bcf792761b52862696ca4e" + integrity sha512-psRdn8MI0gRcH0xow0VOhYxXD/6ZaRGmgtfN0oWN/hCgjxpRQBMCl7wE4JRJSAUTdJsW+FmD0EtE0CgJhKqSVw== dependencies: fs.realpath "^1.0.0" - inflight "^1.0.4" - inherits "2" - minimatch "^5.0.1" - once "^1.3.0" + minimatch "^7.3.0" + minipass "^4.2.4" + path-scurry "^1.5.0" global-dirs@^3.0.0: version "3.0.1" @@ -8636,6 +8635,11 @@ lru-cache@^6.0.0: dependencies: yallist "^4.0.0" +lru-cache@^7.14.1: + version "7.17.0" + resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-7.17.0.tgz#00c7ba5919e5ea7c69ff94ddabbf32cb09ab805c" + integrity sha512-zSxlVVwOabhVyTi6E8gYv2cr6bXK+8ifYz5/uyJb9feXX6NACVDwY4p5Ut3WC3Ivo/QhpARHU3iujx2xGAYHbQ== + macos-release@^3.0.1: version "3.1.0" resolved "https://registry.yarnpkg.com/macos-release/-/macos-release-3.1.0.tgz#6165bb0736ae567ed6649e36ce6a24d87cbb7aca" @@ -9176,10 +9180,10 @@ minimatch@5.0.1: dependencies: brace-expansion "^2.0.1" -minimatch@^5.0.1: - version "5.1.1" - resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.1.1.tgz#6c9dffcf9927ff2a31e74b5af11adf8b9604b022" - integrity sha512-362NP+zlprccbEt/SkxKfRMHnNY85V74mVnpUpNyr3F35covl09Kec7/sEFLt3RA4oXmewtoaanoIf67SE5Y5g== +minimatch@^7.3.0: + version "7.3.0" + resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-7.3.0.tgz#cfb7337e7460308e7147c58250fa0dee3da7929c" + integrity sha512-WaMDuhKa7a6zKiwplR1AOz+zGvJba24k5VU1Cy6NhEguavT2YRlHxuINUgTas4wiS6fwBpYq4TcA1XIECSntyw== dependencies: brace-expansion "^2.0.1" @@ -9247,6 +9251,11 @@ minipass@^3.0.0, minipass@^3.1.0, minipass@^3.1.1, minipass@^3.1.3: dependencies: yallist "^4.0.0" +minipass@^4.0.2, minipass@^4.2.4: + version "4.2.4" + resolved "https://registry.yarnpkg.com/minipass/-/minipass-4.2.4.tgz#7d0d97434b6a19f59c5c3221698b48bbf3b2cd06" + integrity sha512-lwycX3cBMTvcejsHITUgYj6Gy6A7Nh4Q6h9NP4sTHY1ccJlC7yKzDmiShEHsJ16Jf1nKGDEaiHxiltsJEvk0nQ== + minizlib@^2.0.0, minizlib@^2.1.1: version "2.1.2" resolved "https://registry.yarnpkg.com/minizlib/-/minizlib-2.1.2.tgz#e90d3466ba209b932451508a11ce3d3632145931" @@ -10125,6 +10134,14 @@ path-root@^0.1.1: dependencies: path-root-regex "^0.1.0" +path-scurry@^1.5.0: + version "1.5.0" + resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.5.0.tgz#ffc479e688064d16fc80fa8890389c56182c6463" + integrity sha512-hJ8rODLI9B2qwsYAd32rrI76gwVUPeu5kq/do6URDj2bJCVH3ilyT978Mv/NLuFMaqzHrn3XtiDLMZHaTTh4vA== + dependencies: + lru-cache "^7.14.1" + minipass "^4.0.2" + path-to-regexp@0.1.7: version "0.1.7" resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c"