From 069966d4c2711b1e849d6a6926a190e1dd3e2fb5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 01:04:50 +0000 Subject: [PATCH] build(deps-dev): bump npm-check-updates from 19.0.0 to 19.1.1 Bumps [npm-check-updates](https://github.com/raineorshine/npm-check-updates) from 19.0.0 to 19.1.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/v19.0.0...v19.1.1) --- updated-dependencies: - dependency-name: npm-check-updates dependency-version: 19.1.1 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 ebf338df0..eceb6d96d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -53,7 +53,7 @@ "globals": "16.4.0", "husky": "9.1.7", "lint-staged": "16.1.2", - "npm-check-updates": "19.0.0", + "npm-check-updates": "19.1.1", "plop": "3.1.2", "postcss": "8.5.6", "postcss-advanced-variables": "5.0.0", @@ -14026,9 +14026,9 @@ } }, "node_modules/npm-check-updates": { - "version": "19.0.0", - "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-19.0.0.tgz", - "integrity": "sha512-qcfjZEv6xB+WvW24S8wU1MKISPPiTREraBg62XDo/7zmOLXH3Zj7ti2v/LRfks0qITU8SDZLTWwgIitflvursw==", + "version": "19.1.1", + "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-19.1.1.tgz", + "integrity": "sha512-vy/uNbaK6Xfj/QzM8OXeALZak67E0uHjUlbdT1YGy4bdj0xlBU6AVd+8bscY8vlDpyzL6Y7mxcrX8kzEDeEpNg==", "dev": true, "license": "Apache-2.0", "bin": { diff --git a/package.json b/package.json index c33b23694..a57a5ae24 100644 --- a/package.json +++ b/package.json @@ -96,7 +96,7 @@ "globals": "16.4.0", "husky": "9.1.7", "lint-staged": "16.1.2", - "npm-check-updates": "19.0.0", + "npm-check-updates": "19.1.1", "plop": "3.1.2", "postcss": "8.5.6", "postcss-advanced-variables": "5.0.0",