From e8414b677008e77bf98400cf0b32594364b3ed5c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 23:02:21 +0000 Subject: [PATCH] chore(deps): update dependency npm-check-updates to v23 --- package-lock.json | 20 +++++--------------- package.json | 2 +- 2 files changed, 6 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index dc6992a8..ca97b79f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "husky": "9.1.7", "jest": "30.4.2", "jest-cdk-snapshot": "2.3.6", - "npm-check-updates": "22.2.9", + "npm-check-updates": "23.0.0", "semantic-release": "25.0.8", "ts-jest": "29.4.12", "tsx": "4.23.1", @@ -4568,16 +4568,6 @@ "node": ">=18" } }, - "node_modules/conventional-commits-filter": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/conventional-commits-filter/-/conventional-commits-filter-6.0.1.tgz", - "integrity": "sha512-cs+LadpH7Kpw0M3k8wurk+sOVVDAENA0iK4OBOrkL94j5lEVYRJ4j3zd2bhY9qgzyrPqthdcYT3axzRN7AliMg==", - "extraneous": true, - "license": "MIT", - "engines": { - "node": ">=22" - } - }, "node_modules/conventional-commits-parser": { "version": "7.1.1", "resolved": "https://registry.npmjs.org/conventional-commits-parser/-/conventional-commits-parser-7.1.1.tgz", @@ -7483,9 +7473,9 @@ } }, "node_modules/npm-check-updates": { - "version": "22.2.9", - "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-22.2.9.tgz", - "integrity": "sha512-DVeZ0KirHfliSsHuR2o7cHE+tW439sVHfJjF6cGWeDiY0Wyl3BI/jS4zV0eixtcMOquFbcF1Su/FsxOvk5MoYA==", + "version": "23.0.0", + "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-23.0.0.tgz", + "integrity": "sha512-B7dvnnS4Tm/4YQghXjBgGBDuHsk88hqCmr4ZuCr0nscsPzf/QVMls5mT8ZUcHrcrFRBP1afB2KNuJo8Px55DrA==", "dev": true, "license": "Apache-2.0", "bin": { @@ -7493,7 +7483,7 @@ "npm-check-updates": "build/cli.js" }, "engines": { - "node": "^20.19.0 || ^22.12.0 || >=24.0.0", + "node": "^22.22.2 || ^24.15.0 || >=26.0.0", "npm": ">=10.0.0" } }, diff --git a/package.json b/package.json index 33f27ddf..2f903e42 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "husky": "9.1.7", "jest": "30.4.2", "jest-cdk-snapshot": "2.3.6", - "npm-check-updates": "22.2.9", + "npm-check-updates": "23.0.0", "semantic-release": "25.0.8", "ts-jest": "29.4.12", "tsx": "4.23.1",