diff --git a/package-lock.json b/package-lock.json index c19e218..47bfb65 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "eslint-plugin-react": "^7.37.5", "globals": "^16.4.0", "markdownlint": "^0.38.0", - "npm-check-updates": "^18.3.0", + "npm-check-updates": "^19.1.1", "npm-run-all2": "^8.0.4", "textlint": "^15.2.2", "typescript-eslint": "^8.44.1" @@ -4534,16 +4534,16 @@ } }, "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.1.1", + "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-19.1.1.tgz", + "integrity": "sha512-vy/uNbaK6Xfj/QzM8OXeALZak67E0uHjUlbdT1YGy4bdj0xlBU6AVd+8bscY8vlDpyzL6Y7mxcrX8kzEDeEpNg==", "dev": true, "bin": { "ncu": "build/cli.js", "npm-check-updates": "build/cli.js" }, "engines": { - "node": "^18.18.0 || >=20.0.0", + "node": ">=20.0.0", "npm": ">=8.12.1" } }, @@ -9834,9 +9834,9 @@ } }, "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.1.1", + "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-19.1.1.tgz", + "integrity": "sha512-vy/uNbaK6Xfj/QzM8OXeALZak67E0uHjUlbdT1YGy4bdj0xlBU6AVd+8bscY8vlDpyzL6Y7mxcrX8kzEDeEpNg==", "dev": true }, "npm-normalize-package-bin": { diff --git a/package.json b/package.json index 835b6a5..163b4dd 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "eslint-plugin-react": "^7.37.5", "globals": "^16.4.0", "markdownlint": "^0.38.0", - "npm-check-updates": "^18.3.0", + "npm-check-updates": "^19.1.1", "npm-run-all2": "^8.0.4", "textlint": "^15.2.2", "typescript-eslint": "^8.44.1"