From 6413f37ad3147f563cdb56046c2631f2a3314729 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 07:36:39 +0000 Subject: [PATCH] chore(deps-dev): bump npm-check-updates from 19.6.5 to 19.6.6 Bumps [npm-check-updates](https://github.com/raineorshine/npm-check-updates) from 19.6.5 to 19.6.6. - [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.5...v19.6.6) --- updated-dependencies: - dependency-name: npm-check-updates dependency-version: 19.6.6 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 e758a8e..cb7ec6d 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.5", + "npm-check-updates": "^19.6.6", "vitest": "^4.0.18" } }, @@ -2208,9 +2208,9 @@ "license": "MIT" }, "node_modules/npm-check-updates": { - "version": "19.6.5", - "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-19.6.5.tgz", - "integrity": "sha512-XlBUMC30relXfEerrnX239W9iB30U6Woz0Hj42Sv6iSF4EGOvj2mS2r45sZ3RglH0VPBxXOWooMxObZ/SMZhrw==", + "version": "19.6.6", + "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-19.6.6.tgz", + "integrity": "sha512-AvlRcnlUEyBEJfblUSjYMJwYKvCIWDRuCDa6x3hyUMTMkI3kslmFm0LDqwgzQfshfNh0Z3ouKiA4fLjRN7HejQ==", "dev": true, "license": "Apache-2.0", "bin": { diff --git a/package.json b/package.json index 5a5e6f1..e86eaaa 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.5", + "npm-check-updates": "^19.6.6", "vitest": "^4.0.18" } }