From 8fa6951e9172d2dfcc9944a953bf9a38dae62941 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2026 10:04:25 +0000 Subject: [PATCH] Bump npm-check-updates from 23.0.2 to 23.1.0 Bumps [npm-check-updates](https://github.com/raineorshine/npm-check-updates) from 23.0.2 to 23.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/v23.0.2...v23.1.0) --- updated-dependencies: - dependency-name: npm-check-updates dependency-version: 23.1.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 89 ++++++----------------------------------------- package.json | 2 +- yarn.lock | 8 ++--- 3 files changed, 16 insertions(+), 83 deletions(-) diff --git a/package-lock.json b/package-lock.json index b2b597e..d3d4e76 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.103.1" + }, "devDependencies": { "@commitlint/cli": "^21.2.2", "@commitlint/config-conventional": "21.2.2", @@ -25,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.2", + "npm-check-updates": "^23.1.0", "prettier-standard": "^16.4.1", "sass": "^1.103.1", "standard": "^17.1.2", @@ -447,49 +450,6 @@ } } }, - "node_modules/@commitlint/read/node_modules/conventional-commits-filter": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/conventional-commits-filter/-/conventional-commits-filter-6.0.1.tgz", - "integrity": "sha512-cs+LadpH7Kpw0M3k8wurk+sOVVDAENA0iK4OBOrkL94j5lEVYRJ4j3zd2bhY9qgzyrPqthdcYT3axzRN7AliMg==", - "dev": true, - "optional": true, - "peer": true, - "engines": { - "node": ">=22" - } - }, - "node_modules/@commitlint/read/node_modules/conventional-commits-parser": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/conventional-commits-parser/-/conventional-commits-parser-7.0.1.tgz", - "integrity": "sha512-6VtskFpPsNkGVk/TY2RnV/MEdKfvCPBtQZN9x8jh9+k5RWBQ+tiaWn5UFCzTr0Dd88iKx7xghxbjBRp5uIzp3g==", - "dev": true, - "optional": true, - "peer": true, - "dependencies": { - "@simple-libs/stream-utils": "^2.0.0", - "meow": "^14.0.0" - }, - "bin": { - "conventional-commits-parser": "dist/cli/index.js" - }, - "engines": { - "node": ">=22" - } - }, - "node_modules/@commitlint/read/node_modules/meow": { - "version": "14.1.0", - "resolved": "https://registry.npmjs.org/meow/-/meow-14.1.0.tgz", - "integrity": "sha512-EDYo6VlmtnumlcBCbh1gLJ//9jvM/ndXHfVXIFrZVr6fGcwTUyCTFNTLCKuY3ffbK8L/+3Mzqnd58RojiZqHVw==", - "dev": true, - "optional": true, - "peer": true, - "engines": { - "node": ">=20" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, "node_modules/@commitlint/resolve-extends": { "version": "21.2.2", "resolved": "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-21.2.2.tgz", @@ -11101,10 +11061,11 @@ } }, "node_modules/npm-check-updates": { - "version": "23.0.2", - "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-23.0.2.tgz", - "integrity": "sha512-t5tv+d4sP+WbSwcDAFBwDxSUJRomc+TJoURPu7q5B/19toUsR/7eshRxBdWdE7iYw80iE4O4D/7OvCvIcaG8ug==", + "version": "23.1.0", + "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-23.1.0.tgz", + "integrity": "sha512-u6Odx/JDpDXNqXp5pPsVN0RhuWkNrBe4Sz26J7yWJcEadopKhQgcB+bFq2PK35iJY6vc6h1PbnXmnwfiOFQl/w==", "dev": true, + "license": "Apache-2.0", "bin": { "ncu": "build/cli.js", "npm-check-updates": "build/cli.js" @@ -18581,34 +18542,6 @@ "@simple-libs/stream-utils": "^2.0.0", "semver": "^7.5.2" } - }, - "conventional-commits-filter": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/conventional-commits-filter/-/conventional-commits-filter-6.0.1.tgz", - "integrity": "sha512-cs+LadpH7Kpw0M3k8wurk+sOVVDAENA0iK4OBOrkL94j5lEVYRJ4j3zd2bhY9qgzyrPqthdcYT3axzRN7AliMg==", - "dev": true, - "optional": true, - "peer": true - }, - "conventional-commits-parser": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/conventional-commits-parser/-/conventional-commits-parser-7.0.1.tgz", - "integrity": "sha512-6VtskFpPsNkGVk/TY2RnV/MEdKfvCPBtQZN9x8jh9+k5RWBQ+tiaWn5UFCzTr0Dd88iKx7xghxbjBRp5uIzp3g==", - "dev": true, - "optional": true, - "peer": true, - "requires": { - "@simple-libs/stream-utils": "^2.0.0", - "meow": "^14.0.0" - } - }, - "meow": { - "version": "14.1.0", - "resolved": "https://registry.npmjs.org/meow/-/meow-14.1.0.tgz", - "integrity": "sha512-EDYo6VlmtnumlcBCbh1gLJ//9jvM/ndXHfVXIFrZVr6fGcwTUyCTFNTLCKuY3ffbK8L/+3Mzqnd58RojiZqHVw==", - "dev": true, - "optional": true, - "peer": true } } }, @@ -26394,9 +26327,9 @@ } }, "npm-check-updates": { - "version": "23.0.2", - "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-23.0.2.tgz", - "integrity": "sha512-t5tv+d4sP+WbSwcDAFBwDxSUJRomc+TJoURPu7q5B/19toUsR/7eshRxBdWdE7iYw80iE4O4D/7OvCvIcaG8ug==", + "version": "23.1.0", + "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-23.1.0.tgz", + "integrity": "sha512-u6Odx/JDpDXNqXp5pPsVN0RhuWkNrBe4Sz26J7yWJcEadopKhQgcB+bFq2PK35iJY6vc6h1PbnXmnwfiOFQl/w==", "dev": true }, "num2fraction": { diff --git a/package.json b/package.json index 3c26ce9..442a4c9 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.2", + "npm-check-updates": "^23.1.0", "prettier-standard": "^16.4.1", "sass": "^1.103.1", "standard": "^17.1.2", diff --git a/yarn.lock b/yarn.lock index ab4f072..d934431 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.2: - version "23.0.2" - resolved "https://registry.yarnpkg.com/npm-check-updates/-/npm-check-updates-23.0.2.tgz#2aab6ee161fcb2fd1479720067df6502a52dcdb0" - integrity sha512-t5tv+d4sP+WbSwcDAFBwDxSUJRomc+TJoURPu7q5B/19toUsR/7eshRxBdWdE7iYw80iE4O4D/7OvCvIcaG8ug== +npm-check-updates@^23.1.0: + version "23.1.0" + resolved "https://registry.yarnpkg.com/npm-check-updates/-/npm-check-updates-23.1.0.tgz#fc4fc74cd1d3663185a0cc6c75cdd2992c7344bd" + integrity sha512-u6Odx/JDpDXNqXp5pPsVN0RhuWkNrBe4Sz26J7yWJcEadopKhQgcB+bFq2PK35iJY6vc6h1PbnXmnwfiOFQl/w== npm-run-path@^3.0.0: version "3.1.0"