chore(deps): update dependency npm-check-updates to v19

This commit is contained in:
renovate[bot]
2025-10-28 18:50:42 +00:00
committed by GitHub
parent 7987557912
commit ccdffd1185
2 changed files with 6 additions and 6 deletions

10
package-lock.json generated
View File

@@ -55,7 +55,7 @@
"jsdoc-to-markdown": "^9.1.2", "jsdoc-to-markdown": "^9.1.2",
"license-checker-rseidelsohn": "^4.4.2", "license-checker-rseidelsohn": "^4.4.2",
"lockfile-lint": "^4.14.1", "lockfile-lint": "^4.14.1",
"npm-check-updates": "^18.3.0", "npm-check-updates": "^19.0.0",
"prettier": "^3.6.2", "prettier": "^3.6.2",
"snyk": "^1.1299.1" "snyk": "^1.1299.1"
} }
@@ -7840,9 +7840,9 @@
} }
}, },
"node_modules/npm-check-updates": { "node_modules/npm-check-updates": {
"version": "18.3.1", "version": "19.1.2",
"resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-18.3.1.tgz", "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-19.1.2.tgz",
"integrity": "sha512-5HwKPq7ybOOA1xB4FZg/1ToZZ5/i93U8m3co1mb3GYZAZPDkcxEFukQTTp/Abym+ZY6ShfrHl45Y0rCcwsNnQA==", "integrity": "sha512-FNeFCVgPOj0fz89hOpGtxP2rnnRHR7hD2E8qNU8SMWfkyDZXA/xpgjsL3UMLSo3F/K13QvJDnbxPngulNDDo/g==",
"dev": true, "dev": true,
"license": "Apache-2.0", "license": "Apache-2.0",
"bin": { "bin": {
@@ -7850,7 +7850,7 @@
"npm-check-updates": "build/cli.js" "npm-check-updates": "build/cli.js"
}, },
"engines": { "engines": {
"node": "^18.18.0 || >=20.0.0", "node": ">=20.0.0",
"npm": ">=8.12.1" "npm": ">=8.12.1"
} }
}, },

View File

@@ -92,7 +92,7 @@
"jsdoc-to-markdown": "^9.1.2", "jsdoc-to-markdown": "^9.1.2",
"license-checker-rseidelsohn": "^4.4.2", "license-checker-rseidelsohn": "^4.4.2",
"lockfile-lint": "^4.14.1", "lockfile-lint": "^4.14.1",
"npm-check-updates": "^18.3.0", "npm-check-updates": "^19.0.0",
"prettier": "^3.6.2", "prettier": "^3.6.2",
"snyk": "^1.1299.1" "snyk": "^1.1299.1"
} }