Bump glob from 10.3.14 to 10.3.15 (#1414)
* Bump glob from 10.3.14 to 10.3.15 Bumps [glob](https://github.com/isaacs/node-glob) from 10.3.14 to 10.3.15. - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md) - [Commits](https://github.com/isaacs/node-glob/compare/v10.3.14...v10.3.15) --- updated-dependencies: - dependency-name: glob dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump change log --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Bernie White <bewhite@microsoft.com>
This commit is contained in:
Родитель
19bf2fa871
Коммит
558b518755
|
@ -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.26.1.
|
||||
[#1407](https://github.com/microsoft/PSRule-vscode/pull/1407)
|
||||
- Bump glob to v10.3.14.
|
||||
[#1412](https://github.com/microsoft/PSRule-vscode/pull/1412)
|
||||
- Bump glob to v10.3.15.
|
||||
[#1414](https://github.com/microsoft/PSRule-vscode/pull/1414)
|
||||
- Bump vscode-languageclient to v9.0.1.
|
||||
[#1252](https://github.com/microsoft/PSRule-vscode/pull/1252)
|
||||
- Bump fs-extra to v11.2.0.
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
"@vscode/vsce": "^2.26.1",
|
||||
"esbuild": "^0.21.3",
|
||||
"eslint": "^8.57.0",
|
||||
"glob": "^10.3.14",
|
||||
"glob": "^10.3.15",
|
||||
"mocha": "^10.4.0",
|
||||
"typescript": "^5.4.5"
|
||||
},
|
||||
|
@ -2618,9 +2618,9 @@
|
|||
"optional": true
|
||||
},
|
||||
"node_modules/glob": {
|
||||
"version": "10.3.14",
|
||||
"resolved": "https://registry.npmjs.org/glob/-/glob-10.3.14.tgz",
|
||||
"integrity": "sha512-4fkAqu93xe9Mk7le9v0y3VrPDqLKHarNi2s4Pv7f2yOvfhWfhc7hRPHC/JyqMqb8B/Dt/eGS4n7ykwf3fOsl8g==",
|
||||
"version": "10.3.15",
|
||||
"resolved": "https://registry.npmjs.org/glob/-/glob-10.3.15.tgz",
|
||||
"integrity": "sha512-0c6RlJt1TICLyvJYIApxb8GsXoai0KUP7AxKKAtsYXdgJR1mGEUa7DgwShbdk1nly0PYoZj01xd4hzbq3fsjpw==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"foreground-child": "^3.1.0",
|
||||
|
@ -2633,7 +2633,7 @@
|
|||
"glob": "dist/esm/bin.mjs"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=16 || 14 >=14.17"
|
||||
"node": ">=16 || 14 >=14.18"
|
||||
},
|
||||
"funding": {
|
||||
"url": "https://github.com/sponsors/isaacs"
|
||||
|
|
|
@ -494,7 +494,7 @@
|
|||
"@typescript-eslint/parser": "^7.9.0",
|
||||
"esbuild": "^0.21.3",
|
||||
"eslint": "^8.57.0",
|
||||
"glob": "^10.3.14",
|
||||
"glob": "^10.3.15",
|
||||
"mocha": "^10.4.0",
|
||||
"typescript": "^5.4.5",
|
||||
"@vscode/vsce": "^2.26.1",
|
||||
|
|
Загрузка…
Ссылка в новой задаче