From 59e02bcb4d76ded9a935602a2cbf75b76282a114 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Oct 2025 21:31:53 +0100 Subject: [PATCH] Bump npm-check-updates from 18.0.1 to 19.1.1 in /frontend (#137) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- frontend/package-lock.json | 8 +++++--- frontend/package.json | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index e617e705..5374222d 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -14,7 +14,7 @@ "concurrently": "^9.2.1", "eslint": "9.28.0", "eslint-plugin-unused-imports": "^4.1.4", - "npm-check-updates": "^18.0.1", + "npm-check-updates": "^19.1.1", "prettier": "^3.6.2", "typescript-eslint": "8.41.0" } @@ -3007,7 +3007,9 @@ "license": "MIT" }, "node_modules/npm-check-updates": { - "version": "18.0.1", + "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, "license": "Apache-2.0", "bin": { @@ -3015,7 +3017,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/frontend/package.json b/frontend/package.json index ff1c3116..ceb1a3f3 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -23,7 +23,7 @@ "concurrently": "^9.2.1", "eslint": "9.28.0", "eslint-plugin-unused-imports": "^4.1.4", - "npm-check-updates": "^18.0.1", + "npm-check-updates": "^19.1.1", "prettier": "^3.6.2", "typescript-eslint": "8.41.0" }