diff --git a/package-lock.json b/package-lock.json index d6f6267..f91fc53 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.97.3" + }, "devDependencies": { "@commitlint/cli": "^20.3.1", "@commitlint/config-conventional": "20.3.1", @@ -25,7 +28,7 @@ "gulp-strip-css-comments": "^3.0.0", "gulp-uglify": "^3.0.2", "lint-staged": "^16.2.7", - "npm-check-updates": "^19.3.1", + "npm-check-updates": "^19.3.2", "prettier-standard": "^16.4.1", "sass": "^1.97.3", "standard": "^17.1.2", @@ -11875,9 +11878,9 @@ } }, "node_modules/npm-check-updates": { - "version": "19.3.1", - "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-19.3.1.tgz", - "integrity": "sha512-v92fHH8fmf9VVmQwwL5JWpX8GDEe8BDyrz4w3GF6D6JBUZKpQNcTfBBgxVkCcAPzVUjCHSZEXYmZAAKfLTsDBA==", + "version": "19.3.2", + "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-19.3.2.tgz", + "integrity": "sha512-9rr3z7znFjCSuaFxHGTFR2ZBOvLWaJcpLKmIquoTbDBNrwAGiHhv4MZyty6EJ9Xo/aMn35+2ISPSMgWIXx5Xkg==", "dev": true, "bin": { "ncu": "build/cli.js", @@ -28001,9 +28004,9 @@ } }, "npm-check-updates": { - "version": "19.3.1", - "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-19.3.1.tgz", - "integrity": "sha512-v92fHH8fmf9VVmQwwL5JWpX8GDEe8BDyrz4w3GF6D6JBUZKpQNcTfBBgxVkCcAPzVUjCHSZEXYmZAAKfLTsDBA==", + "version": "19.3.2", + "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-19.3.2.tgz", + "integrity": "sha512-9rr3z7znFjCSuaFxHGTFR2ZBOvLWaJcpLKmIquoTbDBNrwAGiHhv4MZyty6EJ9Xo/aMn35+2ISPSMgWIXx5Xkg==", "dev": true }, "num2fraction": { diff --git a/package.json b/package.json index a7c57d0..293bcaf 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": "^16.2.7", - "npm-check-updates": "^19.3.1", + "npm-check-updates": "^19.3.2", "prettier-standard": "^16.4.1", "sass": "^1.97.3", "standard": "^17.1.2", diff --git a/yarn.lock b/yarn.lock index 866ad0c..34d49cd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6674,10 +6674,10 @@ now-and-later@^3.0.0: dependencies: once "^1.4.0" -npm-check-updates@^19.3.1: - version "19.3.1" - resolved "https://registry.yarnpkg.com/npm-check-updates/-/npm-check-updates-19.3.1.tgz#a68748bca9b029e8153508f7ef3e4f0b3a1a83d5" - integrity sha512-v92fHH8fmf9VVmQwwL5JWpX8GDEe8BDyrz4w3GF6D6JBUZKpQNcTfBBgxVkCcAPzVUjCHSZEXYmZAAKfLTsDBA== +npm-check-updates@^19.3.2: + version "19.3.2" + resolved "https://registry.yarnpkg.com/npm-check-updates/-/npm-check-updates-19.3.2.tgz#b46b3a13a8a75c264c4df9986122569fe9d13ab3" + integrity sha512-9rr3z7znFjCSuaFxHGTFR2ZBOvLWaJcpLKmIquoTbDBNrwAGiHhv4MZyty6EJ9Xo/aMn35+2ISPSMgWIXx5Xkg== npm-run-path@^3.0.0: version "3.1.0"