From b0cebba9a88ea5171f54996f365a49fb634bf397 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Dec 2021 10:13:57 +0000 Subject: [PATCH] Bump npm-check-updates from 12.0.3 to 12.0.5 Bumps [npm-check-updates](https://github.com/raineorshine/npm-check-updates) from 12.0.3 to 12.0.5. - [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/v12.0.3...v12.0.5) --- updated-dependencies: - dependency-name: npm-check-updates dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 17 ++++++++++------- package.json | 2 +- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5097781..e9bcbbf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,6 +8,9 @@ "name": "bitcoin-schema", "version": "0.0.2", "license": "Open BSV", + "dependencies": { + "sass": "^1.45.0" + }, "devDependencies": { "@commitlint/cli": "^15.0.0", "@commitlint/config-conventional": "15.0.0", @@ -25,7 +28,7 @@ "gulp-strip-css-comments": "^2.0.0", "gulp-uglify": "^3.0.2", "lint-staged": "^12.1.2", - "npm-check-updates": "^12.0.3", + "npm-check-updates": "^12.0.5", "prettier-standard": "^16.4.1", "sass": "^1.45.0", "standard": "^16.0.4", @@ -13660,9 +13663,9 @@ } }, "node_modules/npm-check-updates": { - "version": "12.0.3", - "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-12.0.3.tgz", - "integrity": "sha512-MTHzkDZY1ebhPaDvzWOU9bt4UYdHmY4tIcMCaZjgguGKUgwqokH/aB0Nrc4WcZ4rD491Spuj5DILo/RvKAefvw==", + "version": "12.0.5", + "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-12.0.5.tgz", + "integrity": "sha512-ns1liBBogwjmOVZY/PYgeIoarItwdOSBxccJDZKKkxsMkXges/Bp5CAnQIvYwlsz6fByQJFvqXSOqwIUBY6gpQ==", "dev": true, "dependencies": { "chalk": "^4.1.2", @@ -35133,9 +35136,9 @@ } }, "npm-check-updates": { - "version": "12.0.3", - "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-12.0.3.tgz", - "integrity": "sha512-MTHzkDZY1ebhPaDvzWOU9bt4UYdHmY4tIcMCaZjgguGKUgwqokH/aB0Nrc4WcZ4rD491Spuj5DILo/RvKAefvw==", + "version": "12.0.5", + "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-12.0.5.tgz", + "integrity": "sha512-ns1liBBogwjmOVZY/PYgeIoarItwdOSBxccJDZKKkxsMkXges/Bp5CAnQIvYwlsz6fByQJFvqXSOqwIUBY6gpQ==", "dev": true, "requires": { "chalk": "^4.1.2", diff --git a/package.json b/package.json index 62a77ca..e03a7b5 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "gulp-strip-css-comments": "^2.0.0", "gulp-uglify": "^3.0.2", "lint-staged": "^12.1.2", - "npm-check-updates": "^12.0.3", + "npm-check-updates": "^12.0.5", "prettier-standard": "^16.4.1", "sass": "^1.45.0", "standard": "^16.0.4",