From 14398d2b0677e0607e78726a665efe684633a630 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Mar 2023 07:57:09 +0000 Subject: [PATCH] Bump glob from 9.1.0 to 9.1.2 Bumps [glob](https://github.com/isaacs/node-glob) from 9.1.0 to 9.1.2. - [Release notes](https://github.com/isaacs/node-glob/releases) - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md) - [Commits](https://github.com/isaacs/node-glob/compare/v9.1.0...v9.1.2) --- updated-dependencies: - dependency-name: glob dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index ba3f3341d6..63ae5e46e1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11560,13 +11560,13 @@ "dev": true }, "node_modules/glob": { - "version": "9.1.0", - "resolved": "https://registry.npmjs.org/glob/-/glob-9.1.0.tgz", - "integrity": "sha512-bAnZn/xYN7o43Y97vDipnunJtQOOhJAyt7/zt1HrzFgtIrol4eJTUn8Kd74B1cMyOBuzWUMvBr2F178h0UQuUw==", + "version": "9.1.2", + "resolved": "https://registry.npmjs.org/glob/-/glob-9.1.2.tgz", + "integrity": "sha512-AcvrjOR0OSiS8p+1SInzhCHJ11NHV8P/nN1BDuk6gEjIHSR60SXktPzi/HJt8Z3NIyK4qSO1hZ9jpsasFZENpA==", "dev": true, "dependencies": { "fs.realpath": "^1.0.0", - "minimatch": "^7.4.0", + "minimatch": "^7.4.1", "minipass": "^4.2.4", "path-scurry": "^1.5.0" }, @@ -11606,9 +11606,9 @@ } }, "node_modules/glob/node_modules/minimatch": { - "version": "7.4.0", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-7.4.0.tgz", - "integrity": "sha512-Co6cQqQPyou/311vxtcfit/RKf+MbRN6qa5K3Zfh2Fo9+Pvfg8C1LeaAXcoRfwhxfZIe8sBc/kLXdkR88xJGBg==", + "version": "7.4.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-7.4.2.tgz", + "integrity": "sha512-xy4q7wou3vUoC9k1xGTXc+awNdGaGVHtFUaey8tiX4H1QRc04DZ/rmDFwNm2EBsuYEhAZ6SgMmYf3InGY6OauA==", "dev": true, "dependencies": { "brace-expansion": "^2.0.1" @@ -34951,13 +34951,13 @@ "dev": true }, "glob": { - "version": "9.1.0", - "resolved": "https://registry.npmjs.org/glob/-/glob-9.1.0.tgz", - "integrity": "sha512-bAnZn/xYN7o43Y97vDipnunJtQOOhJAyt7/zt1HrzFgtIrol4eJTUn8Kd74B1cMyOBuzWUMvBr2F178h0UQuUw==", + "version": "9.1.2", + "resolved": "https://registry.npmjs.org/glob/-/glob-9.1.2.tgz", + "integrity": "sha512-AcvrjOR0OSiS8p+1SInzhCHJ11NHV8P/nN1BDuk6gEjIHSR60SXktPzi/HJt8Z3NIyK4qSO1hZ9jpsasFZENpA==", "dev": true, "requires": { "fs.realpath": "^1.0.0", - "minimatch": "^7.4.0", + "minimatch": "^7.4.1", "minipass": "^4.2.4", "path-scurry": "^1.5.0" }, @@ -34972,9 +34972,9 @@ } }, "minimatch": { - "version": "7.4.0", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-7.4.0.tgz", - "integrity": "sha512-Co6cQqQPyou/311vxtcfit/RKf+MbRN6qa5K3Zfh2Fo9+Pvfg8C1LeaAXcoRfwhxfZIe8sBc/kLXdkR88xJGBg==", + "version": "7.4.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-7.4.2.tgz", + "integrity": "sha512-xy4q7wou3vUoC9k1xGTXc+awNdGaGVHtFUaey8tiX4H1QRc04DZ/rmDFwNm2EBsuYEhAZ6SgMmYf3InGY6OauA==", "dev": true, "requires": { "brace-expansion": "^2.0.1"