From d0832eef42df39b845593611032c22821b5feabb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 14:48:14 +0000 Subject: [PATCH] Bump lint-staged from 13.3.0 to 14.0.0 Bumps [lint-staged](https://github.com/okonet/lint-staged) from 13.3.0 to 14.0.0. - [Release notes](https://github.com/okonet/lint-staged/releases) - [Commits](https://github.com/okonet/lint-staged/compare/v13.3.0...v14.0.0) --- updated-dependencies: - dependency-name: lint-staged dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3890ed4..c4ead4f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,7 +6,7 @@ "packages": { "": { "name": "bingo", - "version": "1.0.0", + "version": "1.1.0", "license": "MIT", "dependencies": { "@types/body-parser": "~1.19.1", @@ -43,7 +43,7 @@ "cssnano": "~6.0.1", "dotenv": "~16.3.1", "husky": "~8.0.3", - "lint-staged": "~13.3.0", + "lint-staged": "~14.0.0", "mini-css-extract-plugin": "~2.7.6", "nyc": "~15.1.0", "postcss": "~8.4.24", @@ -6227,9 +6227,9 @@ "dev": true }, "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.0", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-14.0.0.tgz", + "integrity": "sha512-0tLf0pqZYkar/wu3nTctk4rVIG+d7PanDYv4/IQR4qwdqfQkTDziLRFnqMcLuLBTuUqmcLwsHPD2EjQ18d/oaA==", "dev": true, "dependencies": { "chalk": "5.3.0", diff --git a/package.json b/package.json index e13aa5e..c785fab 100644 --- a/package.json +++ b/package.json @@ -111,7 +111,7 @@ "cssnano": "~6.0.1", "dotenv": "~16.3.1", "husky": "~8.0.3", - "lint-staged": "~13.3.0", + "lint-staged": "~14.0.0", "mini-css-extract-plugin": "~2.7.6", "nyc": "~15.1.0", "postcss": "~8.4.24",