From 92c2e642dec2195fb2ecc13b5e3161b5e19ebe08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Apr 2024 14:49:40 +1000 Subject: [PATCH] Bump glob from 10.3.10 to 10.3.12 (#1384) * Bump glob from 10.3.10 to 10.3.12 Bumps [glob](https://github.com/isaacs/node-glob) from 10.3.10 to 10.3.12. - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md) - [Commits](https://github.com/isaacs/node-glob/compare/v10.3.10...v10.3.12) --- updated-dependencies: - dependency-name: glob dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Bump change log --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Bernie White --- CHANGELOG.md | 4 ++-- package-lock.json | 22 +++++++++++----------- package.json | 2 +- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b0ebc5..89cb884 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -42,8 +42,8 @@ What's changed since v2.9.0: [#1334](https://github.com/microsoft/PSRule-vscode/pull/1334) - Bump @vscode/vsce to v2.25.0. [#1397](https://github.com/microsoft/PSRule-vscode/pull/1397) - - Bump glob to v10.3.10. - [#1254](https://github.com/microsoft/PSRule-vscode/pull/1254) + - Bump glob to v10.3.12. + [#1384](https://github.com/microsoft/PSRule-vscode/pull/1384) - Bump vscode-languageclient to v9.0.1. [#1252](https://github.com/microsoft/PSRule-vscode/pull/1252) - Bump fs-extra to v11.2.0. diff --git a/package-lock.json b/package-lock.json index e06909b..874108f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "@vscode/vsce": "^2.25.0", "esbuild": "^0.20.2", "eslint": "^8.57.0", - "glob": "^10.3.10", + "glob": "^10.3.12", "mocha": "^10.4.0", "typescript": "^5.4.4" }, @@ -2355,16 +2355,16 @@ "optional": true }, "node_modules/glob": { - "version": "10.3.10", - "resolved": "https://registry.npmjs.org/glob/-/glob-10.3.10.tgz", - "integrity": "sha512-fa46+tv1Ak0UPK1TOy/pZrIybNNt4HCv7SDzwyfiOZkvZLEbjsZkJBPtDHVshZjbecAoAGSC20MjLDG/qr679g==", + "version": "10.3.12", + "resolved": "https://registry.npmjs.org/glob/-/glob-10.3.12.tgz", + "integrity": "sha512-TCNv8vJ+xz4QiqTpfOJA7HvYv+tNIRHKfUWw/q+v2jdgN4ebz+KY9tGx5J4rHP0o84mNP+ApH66HRX8us3Khqg==", "dev": true, "dependencies": { "foreground-child": "^3.1.0", - "jackspeak": "^2.3.5", + "jackspeak": "^2.3.6", "minimatch": "^9.0.1", - "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0", - "path-scurry": "^1.10.1" + "minipass": "^7.0.4", + "path-scurry": "^1.10.2" }, "bin": { "glob": "dist/esm/bin.mjs" @@ -3471,12 +3471,12 @@ } }, "node_modules/path-scurry": { - "version": "1.10.1", - "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.10.1.tgz", - "integrity": "sha512-MkhCqzzBEpPvxxQ71Md0b1Kk51W01lrYvlMzSUaIzNsODdd7mqhiimSZlr+VegAz5Z6Vzt9Xg2ttE//XBhH3EQ==", + "version": "1.10.2", + "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.10.2.tgz", + "integrity": "sha512-7xTavNy5RQXnsjANvVvMkEjvloOinkAjv/Z6Ildz9v2RinZ4SBKTWFOVRbaF8p0vpHnyjV/UwNDdKuUv6M5qcA==", "dev": true, "dependencies": { - "lru-cache": "^9.1.1 || ^10.0.0", + "lru-cache": "^10.2.0", "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0" }, "engines": { diff --git a/package.json b/package.json index 5e1b63f..c6558e9 100644 --- a/package.json +++ b/package.json @@ -494,7 +494,7 @@ "@typescript-eslint/parser": "^7.7.0", "esbuild": "^0.20.2", "eslint": "^8.57.0", - "glob": "^10.3.10", + "glob": "^10.3.12", "mocha": "^10.4.0", "typescript": "^5.4.4", "@vscode/vsce": "^2.25.0",