Fix outdated npm & Yarn lockfiles

This commit is contained in:
Oliver Hamlet
2025-08-20 17:23:47 +01:00
parent 131b9e44e0
commit b802c0cba2
2 changed files with 47 additions and 255 deletions
+16 -12
View File
@@ -9,7 +9,7 @@
"version": "0.28.1",
"license": "MIT",
"devDependencies": {
"@napi-rs/cli": "^3.0.4",
"@napi-rs/cli": "^3.1.3",
"ava": "^6.4.1"
},
"engines": {
@@ -551,9 +551,9 @@
}
},
"node_modules/@napi-rs/cli": {
"version": "3.0.4",
"resolved": "https://registry.npmjs.org/@napi-rs/cli/-/cli-3.0.4.tgz",
"integrity": "sha512-ilbCI69DVDQcIUSUB504LM1+Nhvo0jKycWAzzPJ22YwUoWrru/w0+V5sfjPINgkshQ4Ykv+oZOJXk9Kg1ZBUvg==",
"version": "3.1.5",
"resolved": "https://registry.npmjs.org/@napi-rs/cli/-/cli-3.1.5.tgz",
"integrity": "sha512-Wn6ZPw27qJiEWglGjkaAa70AHuLtyPya6FvjINYJ5U20uvbRhoB0Ta2+bFTAFfUb9R+wvuFvog9JQdy65OmFAQ==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -565,9 +565,9 @@
"colorette": "^2.0.20",
"debug": "^4.4.0",
"emnapi": "^1.4.0",
"es-toolkit": "^1.39.8",
"find-up": "^7.0.0",
"js-yaml": "^4.1.0",
"lodash-es": "^4.17.21",
"semver": "^7.7.1",
"typanion": "^3.14.0"
},
@@ -2512,6 +2512,17 @@
"dev": true,
"license": "MIT"
},
"node_modules/es-toolkit": {
"version": "1.39.10",
"resolved": "https://registry.npmjs.org/es-toolkit/-/es-toolkit-1.39.10.tgz",
"integrity": "sha512-E0iGnTtbDhkeczB0T+mxmoVlT4YNweEKBLq7oaU4p11mecdsZpNWOglI4895Vh4usbQ+LsJiuLuI2L0Vdmfm2w==",
"dev": true,
"license": "MIT",
"workspaces": [
"docs",
"benchmarks"
]
},
"node_modules/escalade": {
"version": "3.2.0",
"resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz",
@@ -3053,13 +3064,6 @@
"dev": true,
"license": "MIT"
},
"node_modules/lodash-es": {
"version": "4.17.21",
"resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.21.tgz",
"integrity": "sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==",
"dev": true,
"license": "MIT"
},
"node_modules/lru-cache": {
"version": "10.4.3",
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz",