From 53f7b7e14bb0a8e5e94dde1875609d58a94ef7b9 Mon Sep 17 00:00:00 2001 From: "tradeshift-renovate[bot]" <121954292+tradeshift-renovate[bot]@users.noreply.github.com> Date: Fri, 20 Oct 2023 15:41:29 +0000 Subject: [PATCH] chore(deps): update dependency glob-parent to >=6.0.2 --- package-lock.json | 17 +++++++++-------- package.json | 2 +- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 86aa4ea34..c31f8c95a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38213,7 +38213,7 @@ "cosmiconfig": "^7.0.0", "dedent": "^0.7.0", "dot-prop": "^6.0.1", - "glob-parent": ">=5.1.2", + "glob-parent": ">=6.0.2", "globby": "^11.0.2", "load-json-file": "^6.2.0", "npmlog": "^6.0.2", @@ -44258,7 +44258,7 @@ "anymatch": "~3.1.2", "braces": "~3.0.2", "fsevents": "~2.3.2", - "glob-parent": ">=5.1.2", + "glob-parent": ">=6.0.2", "is-binary-path": "~2.1.0", "is-glob": "~4.0.1", "normalize-path": "~3.0.0", @@ -45283,7 +45283,7 @@ "requires": { "@mrmlnc/readdir-enhanced": "^2.2.1", "@nodelib/fs.stat": "^1.1.2", - "glob-parent": ">=5.1.2", + "glob-parent": ">=6.0.2", "is-glob": "^4.0.0", "merge2": "^1.2.3", "micromatch": "^3.1.10" @@ -47088,7 +47088,7 @@ "fast-deep-equal": "^3.1.3", "file-entry-cache": "^6.0.1", "functional-red-black-tree": "^1.0.1", - "glob-parent": ">=5.1.2", + "glob-parent": ">=6.0.2", "globals": "^13.15.0", "ignore": "^5.2.0", "import-fresh": "^3.0.0", @@ -47893,7 +47893,7 @@ "requires": { "@nodelib/fs.stat": "^2.0.2", "@nodelib/fs.walk": "^1.2.3", - "glob-parent": ">=5.1.2", + "glob-parent": ">=6.0.2", "merge2": "^1.3.0", "micromatch": "^4.0.4" } @@ -48904,7 +48904,7 @@ "dev": true, "requires": { "is-ssh": "^1.3.0", - "parse-url": "8.1.0" + "parse-url": "^6.0.0" }, "dependencies": { "parse-path": { @@ -48920,7 +48920,8 @@ } }, "parse-url": { - "version": "https://registry.npmjs.org/parse-url/-/parse-url-6.0.5.tgz", + "version": "6.0.5", + "resolved": "https://registry.npmjs.org/parse-url/-/parse-url-6.0.5.tgz", "integrity": "sha512-e35AeLTSIlkw/5GFq70IN7po8fmDUjpDPY1rIK+VubRfsUvBonjQ+PBZG+vWMACnQSmNlvl524IucoDmcioMxA==", "dev": true, "requires": { @@ -59644,7 +59645,7 @@ "async-each": "^1.0.1", "braces": "^2.3.2", "fsevents": "^1.2.7", - "glob-parent": ">=5.1.2", + "glob-parent": ">=6.0.2", "inherits": "^2.0.3", "is-binary-path": "^1.0.0", "is-glob": "^4.0.0", diff --git a/package.json b/package.json index a52fddc07..18039016e 100644 --- a/package.json +++ b/package.json @@ -142,7 +142,7 @@ "parse-url": "8.1.0" }, "trim-newlines": "^3.0.1", - "glob-parent": ">=5.1.2", + "glob-parent": ">=6.0.2", "trim": ">=0.0.3" }, "storybook-deployer": {