From b095a922c8fd72ec0528754a72a685befc6ae380 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 16:46:53 +0000 Subject: [PATCH] chore: bump lint-staged from 13.3.0 to 14.0.1 Bumps [lint-staged](https://github.com/okonet/lint-staged) from 13.3.0 to 14.0.1. - [Release notes](https://github.com/okonet/lint-staged/releases) - [Changelog](https://github.com/okonet/lint-staged/blob/master/CHANGELOG.md) - [Commits](https://github.com/okonet/lint-staged/compare/v13.3.0...v14.0.1) --- updated-dependencies: - dependency-name: lint-staged dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2433a2c4..2927e1be 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "dedent": "^1.5.1", "eslint": "^8.51.0", "husky": "^8.0.2", - "lint-staged": "^13.0.3", + "lint-staged": "^14.0.1", "mocha": "^10.1.0", "nyc": "^15.1.0", "prettier": "^2.7.1", @@ -3396,9 +3396,9 @@ } }, "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", diff --git a/package.json b/package.json index d1dd2d6e..66030934 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "dedent": "^1.5.1", "eslint": "^8.51.0", "husky": "^8.0.2", - "lint-staged": "^13.0.3", + "lint-staged": "^14.0.1", "mocha": "^10.1.0", "nyc": "^15.1.0", "prettier": "^2.7.1",