diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 08b07625..1d7a9af1 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -14,7 +14,7 @@ "concurrently": "^9.1.2", "eslint": "9.28.0", "eslint-plugin-unused-imports": "^4.1.4", - "npm-check-updates": "^18.0.1", + "npm-check-updates": "^18.1.1", "prettier": "^3.6.2", "typescript-eslint": "8.41.0" } @@ -3011,7 +3011,9 @@ "license": "MIT" }, "node_modules/npm-check-updates": { - "version": "18.0.1", + "version": "18.1.1", + "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-18.1.1.tgz", + "integrity": "sha512-sr+z5tEZop9n+uxAv/FVbpIdrayfG3Dr/D91igb+GyBl9eiudYUfGUZEBsmHq6kMOGEssSM3YWrP3njQjVU4Gw==", "dev": true, "license": "Apache-2.0", "bin": { diff --git a/frontend/package.json b/frontend/package.json index 718efea1..715c3b72 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -23,7 +23,7 @@ "concurrently": "^9.1.2", "eslint": "9.28.0", "eslint-plugin-unused-imports": "^4.1.4", - "npm-check-updates": "^18.0.1", + "npm-check-updates": "^18.1.1", "prettier": "^3.6.2", "typescript-eslint": "8.41.0" }