diff --git a/package-lock.json b/package-lock.json index 04fb7cbfe..a60ce12ba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -47,7 +47,7 @@ "husky": "^1.3.1", "jit-grunt": "^0.10.0", "less": "^4.2.1", - "lint-staged": "^13.2.1", + "lint-staged": "^13.3.0", "load-grunt-config": "^4.0.1", "load-grunt-tasks": "^5.1.0", "mime-types": "^2.1.35", @@ -9356,9 +9356,9 @@ } }, "node_modules/lint-staged/node_modules/npm-run-path": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-5.2.0.tgz", - "integrity": "sha512-W4/tgAXFqFA0iL7fk0+uQ3g7wkL8xJmx3XdK0VGb4cHW//eZTtKGvFBBoRKVTpY7n6ze4NL9ly7rgXcHufqXKg==", + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-5.3.0.tgz", + "integrity": "sha512-ppwTtiJZq0O/ai0z7yfudtBpWIoxM8yE6nHi1X47eFR2EWORqfbu6CnPlNsjeN683eT0qG6H/Pyf9fCcvjnnnQ==", "dev": true, "dependencies": { "path-key": "^4.0.0" @@ -22562,9 +22562,9 @@ "dev": true }, "npm-run-path": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-5.2.0.tgz", - "integrity": "sha512-W4/tgAXFqFA0iL7fk0+uQ3g7wkL8xJmx3XdK0VGb4cHW//eZTtKGvFBBoRKVTpY7n6ze4NL9ly7rgXcHufqXKg==", + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-5.3.0.tgz", + "integrity": "sha512-ppwTtiJZq0O/ai0z7yfudtBpWIoxM8yE6nHi1X47eFR2EWORqfbu6CnPlNsjeN683eT0qG6H/Pyf9fCcvjnnnQ==", "dev": true, "requires": { "path-key": "^4.0.0" diff --git a/package.json b/package.json index 468288882..7ffb62770 100644 --- a/package.json +++ b/package.json @@ -109,7 +109,7 @@ "husky": "^1.3.1", "jit-grunt": "^0.10.0", "less": "^4.2.1", - "lint-staged": "^13.2.1", + "lint-staged": "^13.3.0", "load-grunt-config": "^4.0.1", "load-grunt-tasks": "^5.1.0", "mime-types": "^2.1.35",