From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Feb 2023 23:03:36 +0000 (+0000) Subject: Bump lint-staged from 13.1.0 to 13.1.1 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=9db6379f83a78902f85f14d7cc672e8bdb7b4968;p=benchmarks-js.git Bump lint-staged from 13.1.0 to 13.1.1 Bumps [lint-staged](https://github.com/okonet/lint-staged) from 13.1.0 to 13.1.1. - [Release notes](https://github.com/okonet/lint-staged/releases) - [Commits](https://github.com/okonet/lint-staged/compare/v13.1.0...v13.1.1) --- updated-dependencies: - dependency-name: lint-staged dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- diff --git a/package-lock.json b/package-lock.json index a4c172f..70bd5cf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "eslint-plugin-n": "^15.6.1", "eslint-plugin-promise": "^6.1.1", "husky": "^8.0.3", - "lint-staged": "^13.1.0", + "lint-staged": "^13.1.1", "prettier": "^2.8.3", "standard": "^17.0.0", "typescript": "^4.9.5" @@ -2088,9 +2088,9 @@ } }, "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 e7d1820..1a4802b 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "eslint-plugin-n": "^15.6.1", "eslint-plugin-promise": "^6.1.1", "husky": "^8.0.3", - "lint-staged": "^13.1.0", + "lint-staged": "^13.1.1", "prettier": "^2.8.3", "standard": "^17.0.0", "typescript": "^4.9.5"