From 635922c746c76b0f36fe7061fcecc7c9f64d3b1b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Mar 2023 09:32:37 -0600 Subject: [PATCH] fix(deps): update dependency glob to ^9.1.0 (#518) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 32 ++++++++++++++++---------------- package.json | 2 +- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/package-lock.json b/package-lock.json index ebf0ac1e..1bbb9ec1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "7.0.0", "license": "BSD-3-Clause", "dependencies": { - "glob": "^9.0.2", + "glob": "^9.1.0", "graceful-fs": "^4.2.10", "handlebars": "^4.7.7" }, @@ -36,7 +36,7 @@ "typescript": "^4.9.5" }, "engines": { - "node": ">=v12.22.9" + "node": ">=v16" } }, "node_modules/@babel/code-frame": { @@ -4097,12 +4097,12 @@ } }, "node_modules/glob": { - "version": "9.0.2", - "resolved": "https://registry.npmjs.org/glob/-/glob-9.0.2.tgz", - "integrity": "sha512-s6v83yj/qsUHZTp4d1Pq9HkB2tROINGxXhKYspF0kGvVqPlEPrUo4WDnSffO1611xYvkuK3mgoo86mdulYCX4A==", + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/glob/-/glob-9.1.0.tgz", + "integrity": "sha512-bAnZn/xYN7o43Y97vDipnunJtQOOhJAyt7/zt1HrzFgtIrol4eJTUn8Kd74B1cMyOBuzWUMvBr2F178h0UQuUw==", "dependencies": { "fs.realpath": "^1.0.0", - "minimatch": "^7.3.0", + "minimatch": "^7.4.0", "minipass": "^4.2.4", "path-scurry": "^1.5.0" }, @@ -4134,9 +4134,9 @@ } }, "node_modules/glob/node_modules/minimatch": { - "version": "7.3.0", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-7.3.0.tgz", - "integrity": "sha512-WaMDuhKa7a6zKiwplR1AOz+zGvJba24k5VU1Cy6NhEguavT2YRlHxuINUgTas4wiS6fwBpYq4TcA1XIECSntyw==", + "version": "7.4.1", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-7.4.1.tgz", + "integrity": "sha512-Oz1iPEP+MGl7KS3SciLsLLcuZ7VsBfb7Qrz/jYt/s/sYAv272P26HSLz2f77Y6hzTKXiBi6g765fqpEDNc5fJw==", "dependencies": { "brace-expansion": "^2.0.1" }, @@ -14179,12 +14179,12 @@ } }, "glob": { - "version": "9.0.2", - "resolved": "https://registry.npmjs.org/glob/-/glob-9.0.2.tgz", - "integrity": "sha512-s6v83yj/qsUHZTp4d1Pq9HkB2tROINGxXhKYspF0kGvVqPlEPrUo4WDnSffO1611xYvkuK3mgoo86mdulYCX4A==", + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/glob/-/glob-9.1.0.tgz", + "integrity": "sha512-bAnZn/xYN7o43Y97vDipnunJtQOOhJAyt7/zt1HrzFgtIrol4eJTUn8Kd74B1cMyOBuzWUMvBr2F178h0UQuUw==", "requires": { "fs.realpath": "^1.0.0", - "minimatch": "^7.3.0", + "minimatch": "^7.4.0", "minipass": "^4.2.4", "path-scurry": "^1.5.0" }, @@ -14198,9 +14198,9 @@ } }, "minimatch": { - "version": "7.3.0", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-7.3.0.tgz", - "integrity": "sha512-WaMDuhKa7a6zKiwplR1AOz+zGvJba24k5VU1Cy6NhEguavT2YRlHxuINUgTas4wiS6fwBpYq4TcA1XIECSntyw==", + "version": "7.4.1", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-7.4.1.tgz", + "integrity": "sha512-Oz1iPEP+MGl7KS3SciLsLLcuZ7VsBfb7Qrz/jYt/s/sYAv272P26HSLz2f77Y6hzTKXiBi6g765fqpEDNc5fJw==", "requires": { "brace-expansion": "^2.0.1" } diff --git a/package.json b/package.json index 82e4036c..18ad4171 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "node": ">=v16" }, "dependencies": { - "glob": "^9.0.2", + "glob": "^9.1.0", "graceful-fs": "^4.2.10", "handlebars": "^4.7.7" },