From f62cb1bca8737a50ef4a12453b0556e7201e0440 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2026 10:03:34 +0000 Subject: [PATCH] Bump npm-check-updates from 23.0.0 to 23.0.1 Bumps [npm-check-updates](https://github.com/raineorshine/npm-check-updates) from 23.0.0 to 23.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/v23.0.0...v23.0.1) --- updated-dependencies: - dependency-name: npm-check-updates dependency-version: 23.0.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6ebc793..1183420 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "gulp-strip-css-comments": "^3.0.0", "gulp-uglify": "^3.0.2", "lint-staged": "^17.3.0", - "npm-check-updates": "^23.0.0", + "npm-check-updates": "^23.0.1", "prettier-standard": "^16.4.1", "sass": "^1.102.0", "standard": "^17.1.2", @@ -11104,9 +11104,9 @@ } }, "node_modules/npm-check-updates": { - "version": "23.0.0", - "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-23.0.0.tgz", - "integrity": "sha512-B7dvnnS4Tm/4YQghXjBgGBDuHsk88hqCmr4ZuCr0nscsPzf/QVMls5mT8ZUcHrcrFRBP1afB2KNuJo8Px55DrA==", + "version": "23.0.1", + "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-23.0.1.tgz", + "integrity": "sha512-e4hu3Rq4waj7SnhzvqAc5UG557mfP5e3JIFFQd7Fg3RiRkJl8yR90NFoZ1GSWUT3S/QacJndJb+7dLQBPeH+iA==", "dev": true, "bin": { "ncu": "build/cli.js", @@ -26397,9 +26397,9 @@ } }, "npm-check-updates": { - "version": "23.0.0", - "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-23.0.0.tgz", - "integrity": "sha512-B7dvnnS4Tm/4YQghXjBgGBDuHsk88hqCmr4ZuCr0nscsPzf/QVMls5mT8ZUcHrcrFRBP1afB2KNuJo8Px55DrA==", + "version": "23.0.1", + "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-23.0.1.tgz", + "integrity": "sha512-e4hu3Rq4waj7SnhzvqAc5UG557mfP5e3JIFFQd7Fg3RiRkJl8yR90NFoZ1GSWUT3S/QacJndJb+7dLQBPeH+iA==", "dev": true }, "num2fraction": { diff --git a/package.json b/package.json index 98c15a1..d1f4393 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "gulp-strip-css-comments": "^3.0.0", "gulp-uglify": "^3.0.2", "lint-staged": "^17.3.0", - "npm-check-updates": "^23.0.0", + "npm-check-updates": "^23.0.1", "prettier-standard": "^16.4.1", "sass": "^1.102.0", "standard": "^17.1.2", diff --git a/yarn.lock b/yarn.lock index 3c93726..3c04294 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6355,10 +6355,10 @@ now-and-later@^3.0.0: dependencies: once "^1.4.0" -npm-check-updates@^23.0.0: - version "23.0.0" - resolved "https://registry.yarnpkg.com/npm-check-updates/-/npm-check-updates-23.0.0.tgz#ffbd4f0da69f88f1a9601a6088df1a452e3b26f8" - integrity sha512-B7dvnnS4Tm/4YQghXjBgGBDuHsk88hqCmr4ZuCr0nscsPzf/QVMls5mT8ZUcHrcrFRBP1afB2KNuJo8Px55DrA== +npm-check-updates@^23.0.1: + version "23.0.1" + resolved "https://registry.yarnpkg.com/npm-check-updates/-/npm-check-updates-23.0.1.tgz#bf480ec03f4ea083f49acde50705146f7389c01b" + integrity sha512-e4hu3Rq4waj7SnhzvqAc5UG557mfP5e3JIFFQd7Fg3RiRkJl8yR90NFoZ1GSWUT3S/QacJndJb+7dLQBPeH+iA== npm-run-path@^3.0.0: version "3.1.0"