From 73423bb39985a15b4b2c2fc5288cdeb1a413d3a7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 5 Jan 2022 09:34:16 +0200 Subject: [PATCH] chore(deps): update dependency lint-staged to v12.1.5 (#55) * chore(deps): update dependency lint-staged to v12.1.5 * Create lemon-doors-rush.md Co-authored-by: Renovate Bot Co-authored-by: roikoren755 <26850796+roikoren755@users.noreply.github.com> --- .changeset/lemon-doors-rush.md | 5 +++++ package-lock.json | 22 +++++++++++----------- package.json | 2 +- 3 files changed, 17 insertions(+), 12 deletions(-) create mode 100644 .changeset/lemon-doors-rush.md diff --git a/.changeset/lemon-doors-rush.md b/.changeset/lemon-doors-rush.md new file mode 100644 index 00000000..8ddb81e3 --- /dev/null +++ b/.changeset/lemon-doors-rush.md @@ -0,0 +1,5 @@ +--- +"eslint-plugin-es-roikoren": patch +--- + +chore(deps): update dependency lint-staged to v12.1.5 diff --git a/package-lock.json b/package-lock.json index e584be31..897daf56 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "eslint-plugin-unicorn": "39.0.0", "globals": "13.12.0", "husky": "7.0.4", - "lint-staged": "12.1.4", + "lint-staged": "12.1.5", "mocha": "9.1.3", "nyc": "15.1.0", "prettier": "2.5.1", @@ -5059,9 +5059,9 @@ "dev": true }, "node_modules/lint-staged": { - "version": "12.1.4", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-12.1.4.tgz", - "integrity": "sha512-RgDz9nsFsE0/5eL9Vat0AvCuk0+j5mEuzBIVfrRH5FRtt5wibYe8zTjZs2nuqLFrLAGQGYnj8+HJxolcj08i/A==", + "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", @@ -11051,7 +11051,7 @@ "eslint-plugin-unicorn": "39.0.0", "globals": "13.12.0", "husky": "7.0.4", - "lint-staged": "12.1.4", + "lint-staged": "12.1.5", "mocha": "9.1.3", "nyc": "15.1.0", "prettier": "2.5.1", @@ -14861,9 +14861,9 @@ "dev": true }, "lint-staged": { - "version": "12.1.4", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-12.1.4.tgz", - "integrity": "sha512-RgDz9nsFsE0/5eL9Vat0AvCuk0+j5mEuzBIVfrRH5FRtt5wibYe8zTjZs2nuqLFrLAGQGYnj8+HJxolcj08i/A==", + "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", @@ -18700,9 +18700,9 @@ "dev": true }, "lint-staged": { - "version": "12.1.4", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-12.1.4.tgz", - "integrity": "sha512-RgDz9nsFsE0/5eL9Vat0AvCuk0+j5mEuzBIVfrRH5FRtt5wibYe8zTjZs2nuqLFrLAGQGYnj8+HJxolcj08i/A==", + "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 bbdeb531..8d5e7263 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "eslint-plugin-unicorn": "39.0.0", "globals": "13.12.0", "husky": "7.0.4", - "lint-staged": "12.1.4", + "lint-staged": "12.1.5", "mocha": "9.1.3", "nyc": "15.1.0", "prettier": "2.5.1",