diff --git a/typescript/package-lock.json b/typescript/package-lock.json index 6800d32..51124c1 100644 --- a/typescript/package-lock.json +++ b/typescript/package-lock.json @@ -30,7 +30,7 @@ "@types/minimatch": "6.0.0", "eslint-config-prettier": "10.1.8", "jest": "30.1.3", - "npm-check-updates": "18.3.0", + "npm-check-updates": "19.0.0", "prettier": "3.6.2", "ts-jest": "29.4.4", "ts-node": "10.9.2" @@ -4576,9 +4576,9 @@ } }, "node_modules/npm-check-updates": { - "version": "18.3.0", - "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-18.3.0.tgz", - "integrity": "sha512-Wcm90Af5JuzxwPTtdLl0OH2O1TCeqPTYBch1M3bePmfqylRMiFXXh+uglE4sfMjwdTjw7aIReMwudXeqoYvh2Q==", + "version": "19.0.0", + "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-19.0.0.tgz", + "integrity": "sha512-qcfjZEv6xB+WvW24S8wU1MKISPPiTREraBg62XDo/7zmOLXH3Zj7ti2v/LRfks0qITU8SDZLTWwgIitflvursw==", "dev": true, "license": "Apache-2.0", "bin": { @@ -4586,7 +4586,7 @@ "npm-check-updates": "build/cli.js" }, "engines": { - "node": "^18.18.0 || >=20.0.0", + "node": ">=20.0.0", "npm": ">=8.12.1" } }, diff --git a/typescript/package.json b/typescript/package.json index 0ef4341..1afe2d5 100644 --- a/typescript/package.json +++ b/typescript/package.json @@ -29,7 +29,7 @@ "@types/minimatch": "6.0.0", "eslint-config-prettier": "10.1.8", "jest": "30.1.3", - "npm-check-updates": "18.3.0", + "npm-check-updates": "19.0.0", "prettier": "3.6.2", "ts-jest": "29.4.4", "ts-node": "10.9.2"