diff --git a/package-lock.json b/package-lock.json index 2d23f82..f730602 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "gulp-prettyerror": "^2.0.0", "gulp-size": "^4.0.1", "husky": "^7.0.1", - "lint-staged": "^11.0.0", + "lint-staged": "^11.1.2", "markdownlint-cli": "^0.27.1", "node-notifier": ">=10.0.0", "nodemon": "^2.0.12", @@ -8075,9 +8075,9 @@ } }, "node_modules/lint-staged": { - "version": "11.0.0", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-11.0.0.tgz", - "integrity": "sha512-3rsRIoyaE8IphSUtO1RVTFl1e0SLBtxxUOPBtHxQgBHS5/i6nqvjcUfNioMa4BU9yGnPzbO+xkfLtXtxBpCzjw==", + "version": "11.1.2", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-11.1.2.tgz", + "integrity": "sha512-6lYpNoA9wGqkL6Hew/4n1H6lRqF3qCsujVT0Oq5Z4hiSAM7S6NksPJ3gnr7A7R52xCtiZMcEUNNQ6d6X5Bvh9w==", "dev": true, "dependencies": { "chalk": "^4.1.1", @@ -8085,7 +8085,6 @@ "commander": "^7.2.0", "cosmiconfig": "^7.0.0", "debug": "^4.3.1", - "dedent": "^0.7.0", "enquirer": "^2.3.6", "execa": "^5.0.0", "listr2": "^3.8.2", @@ -19485,9 +19484,9 @@ } }, "lint-staged": { - "version": "11.0.0", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-11.0.0.tgz", - "integrity": "sha512-3rsRIoyaE8IphSUtO1RVTFl1e0SLBtxxUOPBtHxQgBHS5/i6nqvjcUfNioMa4BU9yGnPzbO+xkfLtXtxBpCzjw==", + "version": "11.1.2", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-11.1.2.tgz", + "integrity": "sha512-6lYpNoA9wGqkL6Hew/4n1H6lRqF3qCsujVT0Oq5Z4hiSAM7S6NksPJ3gnr7A7R52xCtiZMcEUNNQ6d6X5Bvh9w==", "dev": true, "requires": { "chalk": "^4.1.1", @@ -19495,7 +19494,6 @@ "commander": "^7.2.0", "cosmiconfig": "^7.0.0", "debug": "^4.3.1", - "dedent": "^0.7.0", "enquirer": "^2.3.6", "execa": "^5.0.0", "listr2": "^3.8.2", diff --git a/package.json b/package.json index fcc7594..adc3ca7 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "gulp-prettyerror": "^2.0.0", "gulp-size": "^4.0.1", "husky": "^7.0.1", - "lint-staged": "^11.0.0", + "lint-staged": "^11.1.2", "markdownlint-cli": "^0.27.1", "node-notifier": ">=10.0.0", "nodemon": "^2.0.12",