diff --git a/package-lock.json b/package-lock.json index ec3bdac..c965462 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "c8": "^7.12.0", "eslint-config-binden-ts": "^1.0.2", "husky": "^8.0.3", - "lint-staged": "^13.1.0", + "lint-staged": "^13.1.1", "mocha": "^10.2.0", "prettier": "^2.8.3", "ts-node": "^10.9.1", @@ -3811,9 +3811,9 @@ "peer": true }, "node_modules/lint-staged": { - "version": "13.1.0", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-13.1.0.tgz", - "integrity": "sha512-pn/sR8IrcF/T0vpWLilih8jmVouMlxqXxKuAojmbiGX5n/gDnz+abdPptlj0vYnbfE0SQNl3CY/HwtM0+yfOVQ==", + "version": "13.1.1", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-13.1.1.tgz", + "integrity": "sha512-LLJLO0Kdbcv2a+CvSF4p1M7jBZOajKSMpBUvyR8+bXccsqPER0/NxTFQSpNHjqwV9kM3tkHczYerTB5wI+bksQ==", "dev": true, "dependencies": { "cli-truncate": "^3.1.0", diff --git a/package.json b/package.json index 26fbe93..a06914b 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "c8": "^7.12.0", "eslint-config-binden-ts": "^1.0.2", "husky": "^8.0.3", - "lint-staged": "^13.1.0", + "lint-staged": "^13.1.1", "mocha": "^10.2.0", "prettier": "^2.8.3", "ts-node": "^10.9.1",