From 86feabd4645deb5097725217a69cb13f00f463e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Apr 2025 05:44:28 +0000 Subject: [PATCH] Bump npm-check-updates from 17.1.11 to 18.0.1 Bumps [npm-check-updates](https://github.com/raineorshine/npm-check-updates) from 17.1.11 to 18.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/v17.1.11...v18.0.1) --- updated-dependencies: - dependency-name: npm-check-updates dependency-version: 18.0.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 15 ++++++++------- package.json | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index ff48397..1a9e9ec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "@vercel/ncc": "0.38.3", "jest": "28.1.3", "jest-circus": "29.7.0", - "npm-check-updates": "17.1.11", + "npm-check-updates": "18.0.1", "ts-jest": "28.0.5", "typescript": "5.7.2" } @@ -3746,10 +3746,11 @@ } }, "node_modules/npm-check-updates": { - "version": "17.1.11", - "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-17.1.11.tgz", - "integrity": "sha512-TR2RuGIH7P3Qrb0jfdC/nT7JWqXPKjDlxuNQt3kx4oNVf1Pn5SBRB7KLypgYZhruivJthgTtfkkyK4mz342VjA==", + "version": "18.0.1", + "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-18.0.1.tgz", + "integrity": "sha512-MO7mLp/8nm6kZNLLyPgz4gHmr9tLoU+pWPLdXuGAx+oZydBHkHWN0ibTonsrfwC2WEQNIQxuZagYwB67JQpAuw==", "dev": true, + "license": "Apache-2.0", "bin": { "ncu": "build/cli.js", "npm-check-updates": "build/cli.js" @@ -7480,9 +7481,9 @@ "dev": true }, "npm-check-updates": { - "version": "17.1.11", - "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-17.1.11.tgz", - "integrity": "sha512-TR2RuGIH7P3Qrb0jfdC/nT7JWqXPKjDlxuNQt3kx4oNVf1Pn5SBRB7KLypgYZhruivJthgTtfkkyK4mz342VjA==", + "version": "18.0.1", + "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-18.0.1.tgz", + "integrity": "sha512-MO7mLp/8nm6kZNLLyPgz4gHmr9tLoU+pWPLdXuGAx+oZydBHkHWN0ibTonsrfwC2WEQNIQxuZagYwB67JQpAuw==", "dev": true }, "npm-run-path": { diff --git a/package.json b/package.json index b246656..2645220 100644 --- a/package.json +++ b/package.json @@ -24,6 +24,6 @@ "jest-circus": "29.7.0", "ts-jest": "28.0.5", "typescript": "5.7.2", - "npm-check-updates": "17.1.11" + "npm-check-updates": "18.0.1" } }