From 5dd1e18ecf4a04e89f9e7e3ddc4d6f4451533a50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Sep 2025 23:01:38 +0000 Subject: [PATCH] chore(deps-dev): bump npm-check-updates from 18.0.3 to 18.1.0 Bumps [npm-check-updates](https://github.com/raineorshine/npm-check-updates) from 18.0.3 to 18.1.0. - [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/v18.0.3...v18.1.0) --- updated-dependencies: - dependency-name: npm-check-updates dependency-version: 18.1.0 dependency-type: direct:development update-type: version-update:semver-minor ... 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 3df9687..32d18d8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -45,7 +45,7 @@ "globals": "^16.3.0", "globule": "^1.3.4", "mocha": "^10.8.2", - "npm-check-updates": "^18.0.3", + "npm-check-updates": "^18.1.0", "npm-run-all": "^4.1.5", "prettier": "^3.6.2", "prettier-plugin-organize-imports": "^4.2.0", @@ -6179,9 +6179,9 @@ } }, "node_modules/npm-check-updates": { - "version": "18.0.3", - "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-18.0.3.tgz", - "integrity": "sha512-IMZWxgAa5gpDVEle2KOZOMLfCu2/9FV+xsXQjPFt2OV0dyZixn0OJrZ9NxUcWgr/ZTGogmZtE0Cb8x2wlsVULg==", + "version": "18.1.0", + "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-18.1.0.tgz", + "integrity": "sha512-1TQ6fO4HxVW4K/TWUPOa1KRbaL0Y9+CgDJeTkrA3c4YFgaW8uoxllCKlm4OM/28C9E9NR3MlkxtcFs0Z1VaCPg==", "dev": true, "license": "Apache-2.0", "bin": { diff --git a/package.json b/package.json index 0b29e8b..3383f28 100644 --- a/package.json +++ b/package.json @@ -123,7 +123,7 @@ "globals": "^16.3.0", "globule": "^1.3.4", "mocha": "^10.8.2", - "npm-check-updates": "^18.2.1", + "npm-check-updates": "^18.1.0", "npm-run-all": "^4.1.5", "prettier": "^3.6.2", "prettier-plugin-organize-imports": "^4.2.0",