fix(deps): update dependency glob to v8

Signed-off-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
Renovate Bot
2022-06-08 10:08:45 +00:00
committed by Github changeset workflow
parent f45ce9c814
commit 961b1ba24f
4 changed files with 19 additions and 2 deletions
+6
View File
@@ -0,0 +1,6 @@
---
'@backstage/cli': patch
'@backstage/plugin-catalog-backend': patch
---
Updated dependency `glob` to `^8.0.0`.
+1 -1
View File
@@ -82,7 +82,7 @@
"express": "^4.17.1",
"fork-ts-checker-webpack-plugin": "^7.0.0-alpha.8",
"fs-extra": "10.1.0",
"glob": "^7.1.7",
"glob": "^8.0.0",
"global-agent": "^3.0.0",
"handlebars": "^4.7.3",
"html-webpack-plugin": "^5.3.1",
+1 -1
View File
@@ -54,7 +54,7 @@
"fast-json-stable-stringify": "^2.1.0",
"fs-extra": "10.1.0",
"git-url-parse": "^11.6.0",
"glob": "^7.1.6",
"glob": "^8.0.0",
"knex": "^1.0.2",
"lodash": "^4.17.21",
"luxon": "^2.0.2",
+11
View File
@@ -13675,6 +13675,17 @@ glob@^7.0.0, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6, gl
once "^1.3.0"
path-is-absolute "^1.0.0"
glob@^8.0.0:
version "8.0.3"
resolved "https://registry.npmjs.org/glob/-/glob-8.0.3.tgz#415c6eb2deed9e502c68fa44a272e6da6eeca42e"
integrity sha512-ull455NHSHI/Y1FqGaaYFaLGkNMMJbavMrEGFXG/PGrg6y7sutWHUHrz6gy6WEBH6akM1M414dWKCNs+IhKdiQ==
dependencies:
fs.realpath "^1.0.0"
inflight "^1.0.4"
inherits "2"
minimatch "^5.0.1"
once "^1.3.0"
glob@^8.0.1:
version "8.0.1"
resolved "https://registry.npmjs.org/glob/-/glob-8.0.1.tgz#00308f5c035aa0b2a447cd37ead267ddff1577d3"