diff --git a/package-lock.json b/package-lock.json index aeb1f15..98f15ad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8413,9 +8413,9 @@ "dev": true }, "standard": { - "version": "14.3.0", - "resolved": "https://registry.npmjs.org/standard/-/standard-14.3.0.tgz", - "integrity": "sha512-F3Su3IAxDrOW+v4O/WiPFp6SZ0FWj+H4NEtGrEI1iaCf5LWD0nIfcXh0GIyKQgpmswQFWBIAvgONihT8U5UM4w==", + "version": "14.3.1", + "resolved": "https://registry.npmjs.org/standard/-/standard-14.3.1.tgz", + "integrity": "sha512-TUQwU7znlZLfgKH1Zwn/D84FitWZkUTfbxSiz/vFx+4c9GV+clSfG/qLiLZOlcdyzhw3oF5/pZydNjbNDfHPEw==", "dev": true, "requires": { "eslint": "~6.4.0", diff --git a/package.json b/package.json index cf41b68..45cda59 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "json-loader": "0.5.7", "mkdirp": "0.5.1", "mocha": "6.2.0", - "standard": "14.3.0", + "standard": "14.3.1", "uglify-js": "3.6.0", "webpack": "4.40.0" },