diff --git a/package-lock.json b/package-lock.json index 1a42099..f62e623 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": "^17.3.0", - "npm-check-updates": "^23.0.1", + "npm-check-updates": "^23.0.2", "prettier-standard": "^16.4.1", "sass": "^1.102.0", "standard": "^17.1.2", @@ -11104,9 +11104,9 @@ } }, "node_modules/npm-check-updates": { - "version": "23.0.1", - "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-23.0.1.tgz", - "integrity": "sha512-e4hu3Rq4waj7SnhzvqAc5UG557mfP5e3JIFFQd7Fg3RiRkJl8yR90NFoZ1GSWUT3S/QacJndJb+7dLQBPeH+iA==", + "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==", "dev": true, "bin": { "ncu": "build/cli.js", @@ -26397,9 +26397,9 @@ } }, "npm-check-updates": { - "version": "23.0.1", - "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-23.0.1.tgz", - "integrity": "sha512-e4hu3Rq4waj7SnhzvqAc5UG557mfP5e3JIFFQd7Fg3RiRkJl8yR90NFoZ1GSWUT3S/QacJndJb+7dLQBPeH+iA==", + "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==", "dev": true }, "num2fraction": { diff --git a/package.json b/package.json index 8e59f08..d145696 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.1", + "npm-check-updates": "^23.0.2", "prettier-standard": "^16.4.1", "sass": "^1.102.0", "standard": "^17.1.2", diff --git a/yarn.lock b/yarn.lock index b2dfa28..69340e3 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.1: - version "23.0.1" - resolved "https://registry.yarnpkg.com/npm-check-updates/-/npm-check-updates-23.0.1.tgz#bf480ec03f4ea083f49acde50705146f7389c01b" - integrity sha512-e4hu3Rq4waj7SnhzvqAc5UG557mfP5e3JIFFQd7Fg3RiRkJl8yR90NFoZ1GSWUT3S/QacJndJb+7dLQBPeH+iA== +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-run-path@^3.0.0: version "3.1.0"