diff --git a/package-lock.json b/package-lock.json index 99f4e7a..4b629ff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "@vercel/ncc": "^0.38.2", "jest": "^29.7.0", "jest-circus": "^29.7.0", - "npm-check-updates": "^17.1.4", + "npm-check-updates": "^17.1.8", "ts-jest": "^29.2.5", "typescript": "^5.6.3" } @@ -3166,9 +3166,9 @@ } }, "node_modules/npm-check-updates": { - "version": "17.1.4", - "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-17.1.4.tgz", - "integrity": "sha512-crOUeN2GngqlkRCFQ/zi1zsneWd9IGZgIfAWYGAuhYiPnfbBTmJBL7Yq1wI0e1dsW8CfWc+h348WmfCREqeOBA==", + "version": "17.1.8", + "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-17.1.8.tgz", + "integrity": "sha512-oVPYIdl4NHyz6+TXWWko7c1+cqp7bm+D2fNPjIWQxWm+plJ7cyePc2WcXRKbfuVEnR2QtvBhL58rolkk/H687g==", "dev": true, "bin": { "ncu": "build/cli.js", diff --git a/package.json b/package.json index eb17071..48ba406 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "@vercel/ncc": "^0.38.2", "jest": "^29.7.0", "jest-circus": "^29.7.0", - "npm-check-updates": "^17.1.4", + "npm-check-updates": "^17.1.8", "ts-jest": "^29.2.5", "typescript": "^5.6.3" }