diff --git a/package-lock.json b/package-lock.json index 2685b2d..f75d6e0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "gulp-strip-css-comments": "^3.0.0", "gulp-uglify": "^3.0.2", "lint-staged": "^16.4.0", - "npm-check-updates": "^21.0.2", + "npm-check-updates": "^21.0.3", "prettier-standard": "^16.4.1", "sass": "^1.99.0", "standard": "^17.1.2", @@ -11821,9 +11821,9 @@ } }, "node_modules/npm-check-updates": { - "version": "21.0.2", - "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-21.0.2.tgz", - "integrity": "sha512-b4o+4hbTOZW1gDPcM3wRpIgaB+Vyn/c6MFG2aw70Mo84f0toUulXUJtA1cncBv5BEZqUyotHFv6FR7aIN3Sq1w==", + "version": "21.0.3", + "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-21.0.3.tgz", + "integrity": "sha512-8y0fqtxdo5JhwzxcS9rZd969tvPbSZ3MzQoG5Fj8eqL42t1Jsg5tjZCz8CYuXLE8LNbbyV+1xxR/f/T4AdPmdg==", "dev": true, "bin": { "ncu": "build/cli.js", @@ -27877,9 +27877,9 @@ } }, "npm-check-updates": { - "version": "21.0.2", - "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-21.0.2.tgz", - "integrity": "sha512-b4o+4hbTOZW1gDPcM3wRpIgaB+Vyn/c6MFG2aw70Mo84f0toUulXUJtA1cncBv5BEZqUyotHFv6FR7aIN3Sq1w==", + "version": "21.0.3", + "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-21.0.3.tgz", + "integrity": "sha512-8y0fqtxdo5JhwzxcS9rZd969tvPbSZ3MzQoG5Fj8eqL42t1Jsg5tjZCz8CYuXLE8LNbbyV+1xxR/f/T4AdPmdg==", "dev": true }, "num2fraction": { diff --git a/package.json b/package.json index 760e7a9..f840848 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.4.0", - "npm-check-updates": "^21.0.2", + "npm-check-updates": "^21.0.3", "prettier-standard": "^16.4.1", "sass": "^1.99.0", "standard": "^17.1.2", diff --git a/yarn.lock b/yarn.lock index 6ef333e..272fd08 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6649,10 +6649,10 @@ now-and-later@^3.0.0: dependencies: once "^1.4.0" -npm-check-updates@^21.0.2: - version "21.0.2" - resolved "https://registry.yarnpkg.com/npm-check-updates/-/npm-check-updates-21.0.2.tgz#3363f872eee9db7d6b2469fb9d34a425f0dd3d18" - integrity sha512-b4o+4hbTOZW1gDPcM3wRpIgaB+Vyn/c6MFG2aw70Mo84f0toUulXUJtA1cncBv5BEZqUyotHFv6FR7aIN3Sq1w== +npm-check-updates@^21.0.3: + version "21.0.3" + resolved "https://registry.yarnpkg.com/npm-check-updates/-/npm-check-updates-21.0.3.tgz#e71d6a3a2ece1b4fb7389b6c3999b345f0af24d1" + integrity sha512-8y0fqtxdo5JhwzxcS9rZd969tvPbSZ3MzQoG5Fj8eqL42t1Jsg5tjZCz8CYuXLE8LNbbyV+1xxR/f/T4AdPmdg== npm-run-path@^3.0.0: version "3.1.0"