From 9967a02e31e0984d05bdde3fb2c18f9797d7e968 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jan 2022 20:01:43 +0000 Subject: [PATCH] Bump lint-staged from 12.1.3 to 12.1.5 Bumps [lint-staged](https://github.com/okonet/lint-staged) from 12.1.3 to 12.1.5. - [Release notes](https://github.com/okonet/lint-staged/releases) - [Commits](https://github.com/okonet/lint-staged/compare/v12.1.3...v12.1.5) --- 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 9e4fbf67..02f0498d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "eslint-plugin-jsdoc": "^37.2.0", "eslint-plugin-prettier": "^4.0.0", "husky": "^7.0.0", - "lint-staged": "^12.1.3", + "lint-staged": "^12.1.5", "mocha": "^9.1.3", "prettier": "^2.5.1", "typescript": "^4.5.4", @@ -2325,9 +2325,9 @@ } }, "node_modules/lint-staged": { - "version": "12.1.3", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-12.1.3.tgz", - "integrity": "sha512-ajapdkaFxx+MVhvq6xQRg9zCnCLz49iQLJZP7+w8XaA3U4B35Z9xJJGq9vxmWo73QTvJLG+N2NxhjWiSexbAWQ==", + "version": "12.1.5", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-12.1.5.tgz", + "integrity": "sha512-WyKb+0sNKDTd1LwwAfTBPp0XmdaKkAOEbg4oHE4Kq2+oQVchg/VAcjVQtSqZih1izNsTURjc2EkhG/syRQUXdA==", "dev": true, "dependencies": { "cli-truncate": "^3.1.0", @@ -5708,9 +5708,9 @@ "dev": true }, "lint-staged": { - "version": "12.1.3", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-12.1.3.tgz", - "integrity": "sha512-ajapdkaFxx+MVhvq6xQRg9zCnCLz49iQLJZP7+w8XaA3U4B35Z9xJJGq9vxmWo73QTvJLG+N2NxhjWiSexbAWQ==", + "version": "12.1.5", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-12.1.5.tgz", + "integrity": "sha512-WyKb+0sNKDTd1LwwAfTBPp0XmdaKkAOEbg4oHE4Kq2+oQVchg/VAcjVQtSqZih1izNsTURjc2EkhG/syRQUXdA==", "dev": true, "requires": { "cli-truncate": "^3.1.0", diff --git a/package.json b/package.json index b22178f9..439022c7 100644 --- a/package.json +++ b/package.json @@ -270,7 +270,7 @@ "eslint-plugin-jsdoc": "^37.2.0", "eslint-plugin-prettier": "^4.0.0", "husky": "^7.0.0", - "lint-staged": "^12.1.3", + "lint-staged": "^12.1.5", "mocha": "^9.1.3", "prettier": "^2.5.1", "typescript": "^4.5.4",