diff --git a/frontend/package-lock.json b/frontend/package-lock.json index a7b5cc01..cec8404f 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -14,7 +14,7 @@ "concurrently": "^9.1.2", "eslint": "9.23.0", "eslint-plugin-unused-imports": "^4.1.4", - "npm-check-updates": "^17.1.16", + "npm-check-updates": "^18.0.1", "prettier": "^3.5.3", "typescript-eslint": "8.32.1" } @@ -5595,9 +5595,9 @@ } }, "node_modules/npm-check-updates": { - "version": "17.1.16", - "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-17.1.16.tgz", - "integrity": "sha512-9nohkfjLRzLfsLVGbO34eXBejvrOOTuw5tvNammH73KEFG5XlFoi3G2TgjTExHtnrKWCbZ+mTT+dbNeSjASIPw==", + "version": "18.0.1", + "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-18.0.1.tgz", + "integrity": "sha512-MO7mLp/8nm6kZNLLyPgz4gHmr9tLoU+pWPLdXuGAx+oZydBHkHWN0ibTonsrfwC2WEQNIQxuZagYwB67JQpAuw==", "dev": true, "license": "Apache-2.0", "bin": { diff --git a/frontend/package.json b/frontend/package.json index 7a542ef0..b2a436b5 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -23,7 +23,7 @@ "concurrently": "^9.1.2", "eslint": "9.23.0", "eslint-plugin-unused-imports": "^4.1.4", - "npm-check-updates": "^17.1.16", + "npm-check-updates": "^18.0.1", "prettier": "^3.5.3", "typescript-eslint": "8.32.1" }