chore(deps): patch open security advisories across npm deps (#630)

This commit is contained in:
Gregory Schier
2026-09-10 14:34:00 -07:00
committed by GitHub
parent 89ce84cefe
commit 096e83a7bd
8 changed files with 950 additions and 482 deletions
+34
View File
@@ -0,0 +1,34 @@
version: 2
updates:
- package-ecosystem: npm
directory: /
schedule:
interval: weekly
day: monday
open-pull-requests-limit: 5
groups:
npm-production:
dependency-type: production
update-types:
- minor
- patch
npm-development:
dependency-type: development
update-types:
- minor
- patch
- package-ecosystem: cargo
directory: /
schedule:
interval: weekly
day: monday
open-pull-requests-limit: 5
groups:
cargo:
patterns:
- "*"
update-types:
- minor
- patch
+909 -478
View File
File diff suppressed because it is too large Load Diff
+2
View File
@@ -135,7 +135,9 @@
"yauzl": "^3.4.0" "yauzl": "^3.4.0"
}, },
"overrides": { "overrides": {
"@vitest/mocker": "^4.1.11",
"js-yaml": "^4.3.1", "js-yaml": "^4.3.1",
"underscore": "^1.13.8",
"vite": "npm:@voidzero-dev/vite-plus-core@^0.2.9" "vite": "npm:@voidzero-dev/vite-plus-core@^0.2.9"
}, },
"packageManager": "npm@11.11.1" "packageManager": "npm@11.11.1"
+1 -1
View File
@@ -15,7 +15,7 @@
"test": "vp test --run tests" "test": "vp test --run tests"
}, },
"dependencies": { "dependencies": {
"@faker-js/faker": "^10.1.0" "@faker-js/faker": "^10.5.0"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "^25.0.3", "@types/node": "^25.0.3",
@@ -142,6 +142,7 @@ exports[`template-function-faker > exports all expected template functions 1`] =
"faker.location.longitude", "faker.location.longitude",
"faker.location.nearbyGPSCoordinate", "faker.location.nearbyGPSCoordinate",
"faker.location.ordinalDirection", "faker.location.ordinalDirection",
"faker.location.postalAddress",
"faker.location.secondaryAddress", "faker.location.secondaryAddress",
"faker.location.state", "faker.location.state",
"faker.location.street", "faker.location.street",
+1 -1
View File
@@ -17,7 +17,7 @@
"@hono/mcp": "^0.2.3", "@hono/mcp": "^0.2.3",
"@hono/node-server": "^2.0.10", "@hono/node-server": "^2.0.10",
"@modelcontextprotocol/sdk": "^1.26.0", "@modelcontextprotocol/sdk": "^1.26.0",
"hono": "^4.12.34", "hono": "^4.13.5",
"zod": "^3.25.76" "zod": "^3.25.76"
}, },
"devDependencies": { "devDependencies": {
+1 -1
View File
@@ -9,7 +9,7 @@
"dev": "yaakcli dev" "dev": "yaakcli dev"
}, },
"dependencies": { "dependencies": {
"@xmldom/xmldom": "^0.9.10", "@xmldom/xmldom": "^0.9.12",
"xpath": "^0.0.34" "xpath": "^0.0.34"
} }
} }
+1 -1
View File
@@ -11,7 +11,7 @@
"dev": "yaakcli dev" "dev": "yaakcli dev"
}, },
"dependencies": { "dependencies": {
"@xmldom/xmldom": "^0.9.10", "@xmldom/xmldom": "^0.9.12",
"xpath": "^0.0.34" "xpath": "^0.0.34"
} }
} }