From 8399679e6ecafe4f9ccfa7c526ee8981860e2b8f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 22 Aug 2023 18:38:49 +0900 Subject: [PATCH] chore(deps): update dependency lint-staged to v14 (#1447) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 19 +++++++++---------- package.json | 2 +- 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index fabe52a5..3a7bd615 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "eslint": "8.47.0", "eslint-import-resolver-typescript": "3.6.0", "html-webpack-plugin": "^5.5.0", - "lint-staged": "13.3.0", + "lint-staged": "14.0.1", "npm-run-all": "4.1.5", "prettier": "3.0.1", "turbo": "1.10.12", @@ -18462,9 +18462,9 @@ "license": "MIT" }, "node_modules/lint-staged": { - "version": "13.3.0", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-13.3.0.tgz", - "integrity": "sha512-mPRtrYnipYYv1FEE134ufbWpeggNTo+O/UPzngoaKzbzHAthvR55am+8GfHTnqNRQVRRrYQLGW9ZyUoD7DsBHQ==", + "version": "14.0.1", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-14.0.1.tgz", + "integrity": "sha512-Mw0cL6HXnHN1ag0mN/Dg4g6sr8uf8sn98w2Oc1ECtFto9tvRF7nkXGJRbx8gPlHyoR0pLyBr2lQHbWwmUHe1Sw==", "dev": true, "dependencies": { "chalk": "5.3.0", @@ -27654,7 +27654,6 @@ "@typescript-eslint/parser": "5.62.0", "eslint-config-prettier": "8.10.0", "eslint-plugin-import": "2.28.0", - "eslint-plugin-mdx": "^2.2.0", "eslint-plugin-promise": "^6.0.0", "eslint-plugin-sonarjs": "^0.20.0", "eslint-plugin-tailwindcss": "3.13.0", @@ -27662,7 +27661,7 @@ }, "optionalDependencies": { "eslint-plugin-jsx-a11y": "^6.5.1", - "eslint-plugin-mdx": "^2.2.0", + "eslint-plugin-mdx": "^2.0.0", "eslint-plugin-react": "7.33.1", "eslint-plugin-react-hooks": "^4.5.0" }, @@ -30033,7 +30032,7 @@ "eslint-config-prettier": "8.10.0", "eslint-plugin-import": "2.28.0", "eslint-plugin-jsx-a11y": "^6.5.1", - "eslint-plugin-mdx": "^2.2.0", + "eslint-plugin-mdx": "^2.0.0", "eslint-plugin-promise": "^6.0.0", "eslint-plugin-react": "7.33.1", "eslint-plugin-react-hooks": "^4.5.0", @@ -44363,9 +44362,9 @@ "version": "1.2.4" }, "lint-staged": { - "version": "13.3.0", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-13.3.0.tgz", - "integrity": "sha512-mPRtrYnipYYv1FEE134ufbWpeggNTo+O/UPzngoaKzbzHAthvR55am+8GfHTnqNRQVRRrYQLGW9ZyUoD7DsBHQ==", + "version": "14.0.1", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-14.0.1.tgz", + "integrity": "sha512-Mw0cL6HXnHN1ag0mN/Dg4g6sr8uf8sn98w2Oc1ECtFto9tvRF7nkXGJRbx8gPlHyoR0pLyBr2lQHbWwmUHe1Sw==", "dev": true, "requires": { "chalk": "5.3.0", diff --git a/package.json b/package.json index e9bd6f55..8eed6ce0 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "eslint": "8.47.0", "eslint-import-resolver-typescript": "3.6.0", "html-webpack-plugin": "^5.5.0", - "lint-staged": "13.3.0", + "lint-staged": "14.0.1", "npm-run-all": "4.1.5", "prettier": "3.0.1", "turbo": "1.10.12",