fix(security): update glob from 10.4.5 to 11.1.0

This commit is contained in:
aikido-autofix[bot] 2025-11-18 23:37:03 +00:00 committed by GitHub
parent 6b208a8730
commit ad4c5ff879
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 19 additions and 27 deletions

43
package-lock.json generated
View file

@ -154,8 +154,7 @@
"optional": true,
"os": [
"darwin"
],
"peer": true
]
},
"node_modules/@oven/bun-darwin-x64": {
"version": "1.2.21",
@ -168,8 +167,7 @@
"optional": true,
"os": [
"darwin"
],
"peer": true
]
},
"node_modules/@oven/bun-darwin-x64-baseline": {
"version": "1.2.21",
@ -182,8 +180,7 @@
"optional": true,
"os": [
"darwin"
],
"peer": true
]
},
"node_modules/@oven/bun-linux-aarch64": {
"version": "1.2.21",
@ -196,8 +193,7 @@
"optional": true,
"os": [
"linux"
],
"peer": true
]
},
"node_modules/@oven/bun-linux-aarch64-musl": {
"version": "1.2.21",
@ -210,8 +206,7 @@
"optional": true,
"os": [
"linux"
],
"peer": true
]
},
"node_modules/@oven/bun-linux-x64": {
"version": "1.2.21",
@ -224,8 +219,7 @@
"optional": true,
"os": [
"linux"
],
"peer": true
]
},
"node_modules/@oven/bun-linux-x64-baseline": {
"version": "1.2.21",
@ -238,8 +232,7 @@
"optional": true,
"os": [
"linux"
],
"peer": true
]
},
"node_modules/@oven/bun-linux-x64-musl": {
"version": "1.2.21",
@ -252,8 +245,7 @@
"optional": true,
"os": [
"linux"
],
"peer": true
]
},
"node_modules/@oven/bun-linux-x64-musl-baseline": {
"version": "1.2.21",
@ -266,8 +258,7 @@
"optional": true,
"os": [
"linux"
],
"peer": true
]
},
"node_modules/@oven/bun-windows-x64": {
"version": "1.2.21",
@ -280,8 +271,7 @@
"optional": true,
"os": [
"win32"
],
"peer": true
]
},
"node_modules/@oven/bun-windows-x64-baseline": {
"version": "1.2.21",
@ -294,8 +284,7 @@
"optional": true,
"os": [
"win32"
],
"peer": true
]
},
"node_modules/@oxlint/darwin-arm64": {
"version": "1.22.0",
@ -952,9 +941,9 @@
}
},
"node_modules/glob": {
"version": "10.4.5",
"resolved": "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz",
"integrity": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==",
"version": "10.5.0",
"resolved": "https://registry.npmjs.org/glob/-/glob-10.5.0.tgz",
"integrity": "sha512-DfXN8DfhJ7NH3Oe7cFmu3NCu1wKbkReJ8TorzSAFbSKrlNaQSKfIzqYqVY8zlbs2NLBbWpRiU52GX2PbaBVNkg==",
"license": "ISC",
"dependencies": {
"foreground-child": "^3.1.0",
@ -2096,10 +2085,10 @@
"aikido-npx": "bin/aikido-npx.js",
"aikido-pip": "bin/aikido-pip.js",
"aikido-pip3": "bin/aikido-pip3.js",
"aikido-python": "bin/aikido-python.js",
"aikido-python3": "bin/aikido-python3.js",
"aikido-pnpm": "bin/aikido-pnpm.js",
"aikido-pnpx": "bin/aikido-pnpx.js",
"aikido-python": "bin/aikido-python.js",
"aikido-python3": "bin/aikido-python3.js",
"aikido-yarn": "bin/aikido-yarn.js",
"safe-chain": "bin/safe-chain.js"
},