From 2e86c131ade35faf3dd0db7522509b1cf8d55f6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jun 2022 02:01:17 +0000 Subject: [PATCH] chore(deps-dev): bump lint-staged from 13.0.1 to 13.0.2 Bumps [lint-staged](https://github.com/okonet/lint-staged) from 13.0.1 to 13.0.2. - [Release notes](https://github.com/okonet/lint-staged/releases) - [Commits](https://github.com/okonet/lint-staged/compare/v13.0.1...v13.0.2) --- updated-dependencies: - dependency-name: lint-staged dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5d32e16..482a34e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -48,7 +48,7 @@ "eslint-plugin-prettier": "^4.0.0", "husky": "^8.0.1", "jest": "^28.1.1", - "lint-staged": "^13.0.1", + "lint-staged": "^13.0.2", "prettier": "^2.7.1", "rollup": "^2.75.6", "standard-version": "^9.5.0", @@ -10600,9 +10600,9 @@ "integrity": "sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA=" }, "node_modules/lint-staged": { - "version": "13.0.1", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-13.0.1.tgz", - "integrity": "sha512-Ykaf4QTi0a02BF7cnq7JIPGOJxH4TkNMWhSlJdH9wOekd0X+gog47Jfh/0L31DqZe5AiydLGC7LkPqpaNm+Kvg==", + "version": "13.0.2", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-13.0.2.tgz", + "integrity": "sha512-qQLfLTh9z34eMzfEHENC+QBskZfxjomrf+snF3xJ4BzilORbD989NLqQ00ughsF/A+PT41e87+WsMFabf9++pQ==", "dev": true, "dependencies": { "cli-truncate": "^3.1.0", @@ -22887,9 +22887,9 @@ "integrity": "sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA=" }, "lint-staged": { - "version": "13.0.1", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-13.0.1.tgz", - "integrity": "sha512-Ykaf4QTi0a02BF7cnq7JIPGOJxH4TkNMWhSlJdH9wOekd0X+gog47Jfh/0L31DqZe5AiydLGC7LkPqpaNm+Kvg==", + "version": "13.0.2", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-13.0.2.tgz", + "integrity": "sha512-qQLfLTh9z34eMzfEHENC+QBskZfxjomrf+snF3xJ4BzilORbD989NLqQ00ughsF/A+PT41e87+WsMFabf9++pQ==", "dev": true, "requires": { "cli-truncate": "^3.1.0", diff --git a/package.json b/package.json index f4f9f1c..e75e7a1 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "eslint-plugin-prettier": "^4.0.0", "husky": "^8.0.1", "jest": "^28.1.1", - "lint-staged": "^13.0.1", + "lint-staged": "^13.0.2", "prettier": "^2.7.1", "rollup": "^2.75.6", "standard-version": "^9.5.0",