From 01d020290c9922d8866c4e1dd79b5ec8ec153488 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2026 07:35:16 +0000 Subject: [PATCH] chore(deps-dev): bump npm-check-updates from 19.6.3 to 19.6.5 Bumps [npm-check-updates](https://github.com/raineorshine/npm-check-updates) from 19.6.3 to 19.6.5. - [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.3...v19.6.5) --- updated-dependencies: - dependency-name: npm-check-updates dependency-version: 19.6.5 dependency-type: direct:development update-type: version-update:semver-patch ... 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 d8900fa..77ea203 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "dotenv": "^17.3.1", "execa": "^9.6.1", "milkee-plugin-prettier": "^1.0.0", - "npm-check-updates": "^19.6.3", + "npm-check-updates": "^19.6.5", "vitest": "^4.0.18" } }, @@ -2425,9 +2425,9 @@ "license": "MIT" }, "node_modules/npm-check-updates": { - "version": "19.6.3", - "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-19.6.3.tgz", - "integrity": "sha512-VAt9Bp26eLaymZ0nZyh5n/by+YZIuegXlvWR0yv1zBqd984f8VnEnBbn+1lS3nN5LyEjn62BJ+yYgzNSpb6Gzg==", + "version": "19.6.5", + "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-19.6.5.tgz", + "integrity": "sha512-XlBUMC30relXfEerrnX239W9iB30U6Woz0Hj42Sv6iSF4EGOvj2mS2r45sZ3RglH0VPBxXOWooMxObZ/SMZhrw==", "dev": true, "license": "Apache-2.0", "bin": { diff --git a/package.json b/package.json index 103bf99..a49c519 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "dotenv": "^17.3.1", "execa": "^9.6.1", "milkee-plugin-prettier": "^1.0.0", - "npm-check-updates": "^19.6.3", + "npm-check-updates": "^19.6.5", "vitest": "^4.0.18" } }