From eb545ce8f2cc0ffcf260b183d42d197feca8d4e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 15:30:07 +0000 Subject: [PATCH] Bump npm-check-updates from 22.2.0 to 22.2.1 Bumps [npm-check-updates](https://github.com/raineorshine/npm-check-updates) from 22.2.0 to 22.2.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/v22.2.0...v22.2.1) --- updated-dependencies: - dependency-name: npm-check-updates dependency-version: 22.2.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 17 ++++++++++------- package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 15 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6e6d494..3653f61 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,6 +8,9 @@ "name": "bitcoin-schema", "version": "0.0.4", "license": "Open BSV", + "dependencies": { + "sass": "^1.100.0" + }, "devDependencies": { "@commitlint/cli": "^21.0.1", "@commitlint/config-conventional": "21.0.1", @@ -25,7 +28,7 @@ "gulp-strip-css-comments": "^3.0.0", "gulp-uglify": "^3.0.2", "lint-staged": "^17.0.5", - "npm-check-updates": "^22.2.0", + "npm-check-updates": "^22.2.1", "prettier-standard": "^16.4.1", "sass": "^1.100.0", "standard": "^17.1.2", @@ -11781,9 +11784,9 @@ } }, "node_modules/npm-check-updates": { - "version": "22.2.0", - "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-22.2.0.tgz", - "integrity": "sha512-kaxgbkGkCOtoSrsUXShgcEiEfrRPqmOGk6Yeya+5hoNptblu9vuE8/PLABUSJz+IeNgKJBFxcC3UrBYmKsB8iA==", + "version": "22.2.1", + "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-22.2.1.tgz", + "integrity": "sha512-mGdIJfhtg+q0BzhbOpbOL73zhMZlgBQMG4wnBwPMMD5k96028UCuV0753YeSYk9odoh7HWK6/cY69bWxT7o+yg==", "dev": true, "bin": { "ncu": "build/cli.js", @@ -27894,9 +27897,9 @@ } }, "npm-check-updates": { - "version": "22.2.0", - "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-22.2.0.tgz", - "integrity": "sha512-kaxgbkGkCOtoSrsUXShgcEiEfrRPqmOGk6Yeya+5hoNptblu9vuE8/PLABUSJz+IeNgKJBFxcC3UrBYmKsB8iA==", + "version": "22.2.1", + "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-22.2.1.tgz", + "integrity": "sha512-mGdIJfhtg+q0BzhbOpbOL73zhMZlgBQMG4wnBwPMMD5k96028UCuV0753YeSYk9odoh7HWK6/cY69bWxT7o+yg==", "dev": true }, "num2fraction": { diff --git a/package.json b/package.json index 14b144d..a61795c 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.0.5", - "npm-check-updates": "^22.2.0", + "npm-check-updates": "^22.2.1", "prettier-standard": "^16.4.1", "sass": "^1.100.0", "standard": "^17.1.2", diff --git a/yarn.lock b/yarn.lock index 09b5bf3..5d279be 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6622,10 +6622,10 @@ now-and-later@^3.0.0: dependencies: once "^1.4.0" -npm-check-updates@^22.2.0: - version "22.2.0" - resolved "https://registry.yarnpkg.com/npm-check-updates/-/npm-check-updates-22.2.0.tgz#17588767ab19c4d3227e69ce4b146adedf52e953" - integrity sha512-kaxgbkGkCOtoSrsUXShgcEiEfrRPqmOGk6Yeya+5hoNptblu9vuE8/PLABUSJz+IeNgKJBFxcC3UrBYmKsB8iA== +npm-check-updates@^22.2.1: + version "22.2.1" + resolved "https://registry.yarnpkg.com/npm-check-updates/-/npm-check-updates-22.2.1.tgz#85c6bd05ef0918d2f77cdcc9989ef750ff4a1df5" + integrity sha512-mGdIJfhtg+q0BzhbOpbOL73zhMZlgBQMG4wnBwPMMD5k96028UCuV0753YeSYk9odoh7HWK6/cY69bWxT7o+yg== npm-run-path@^3.0.0: version "3.1.0"