From b8fcb045f8fc79899801807d7536036fa9515531 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Apr 2026 01:03:08 +0000 Subject: [PATCH] chore(deps-dev): bump npm-check-updates from 19.6.6 to 20.0.1 Bumps [npm-check-updates](https://github.com/raineorshine/npm-check-updates) from 19.6.6 to 20.0.1. - [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/v19.6.6...v20.0.1) --- updated-dependencies: - dependency-name: npm-check-updates dependency-version: 20.0.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 622476f..937ac74 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "@types/node": "^25.5.2", "@vitejs/plugin-vue": "^6.0.5", "concurrently": "^9.2.1", - "npm-check-updates": "^19.6.6", + "npm-check-updates": "^20.0.1", "oxlint": "^1.58.0", "prettier": "^3.8.1", "prettier-plugin-organize-imports": "^4.3.0", @@ -2500,9 +2500,9 @@ "license": "MIT" }, "node_modules/npm-check-updates": { - "version": "19.6.6", - "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-19.6.6.tgz", - "integrity": "sha512-AvlRcnlUEyBEJfblUSjYMJwYKvCIWDRuCDa6x3hyUMTMkI3kslmFm0LDqwgzQfshfNh0Z3ouKiA4fLjRN7HejQ==", + "version": "20.0.1", + "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-20.0.1.tgz", + "integrity": "sha512-YuzpyL1Od5dJzpeETVh2H5o1I8tpi0zkf6v7k7rXwUDfiDliBX9dgVIb7FlEfp8Lu2RtECAv63ZHm/rqpIhYsw==", "dev": true, "license": "Apache-2.0", "bin": { diff --git a/package.json b/package.json index 15aa741..4c65eca 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "@types/node": "^25.5.2", "@vitejs/plugin-vue": "^6.0.5", "concurrently": "^9.2.1", - "npm-check-updates": "^19.6.6", + "npm-check-updates": "^20.0.1", "oxlint": "^1.58.0", "prettier": "^3.8.1", "prettier-plugin-organize-imports": "^4.3.0",