From 752bd7746add30109cda9627ffd6ae2161a671e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 05:33:36 +0000 Subject: [PATCH] Bump npm-check-updates from 18.0.1 to 18.1.0 in /frontend Bumps [npm-check-updates](https://github.com/raineorshine/npm-check-updates) from 18.0.1 to 18.1.0. - [Release notes](https://github.com/raineorshine/npm-check-updates/releases) - [Changelog](https://github.com/raineorshine/npm-check-updates/blob/main/CHANGELOG.md) - [Commits](https://github.com/raineorshine/npm-check-updates/compare/v18.0.1...v18.1.0) --- updated-dependencies: - dependency-name: npm-check-updates dependency-version: 18.1.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 6 ++++-- frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 08b07625..a90b2165 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.0", "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.0", + "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-18.1.0.tgz", + "integrity": "sha512-1TQ6fO4HxVW4K/TWUPOa1KRbaL0Y9+CgDJeTkrA3c4YFgaW8uoxllCKlm4OM/28C9E9NR3MlkxtcFs0Z1VaCPg==", "dev": true, "license": "Apache-2.0", "bin": { diff --git a/frontend/package.json b/frontend/package.json index 718efea1..69e4252a 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.0", "prettier": "^3.6.2", "typescript-eslint": "8.41.0" }