From 9e937db6c8222230834c0ea11007aaeddc37aa3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jun 2022 04:30:26 +0000 Subject: [PATCH] Bump lint-staged from 13.0.2 to 13.0.3 Bumps [lint-staged](https://github.com/okonet/lint-staged) from 13.0.2 to 13.0.3. - [Release notes](https://github.com/okonet/lint-staged/releases) - [Commits](https://github.com/okonet/lint-staged/compare/v13.0.2...v13.0.3) --- 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 5224079..07f4a0e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "eslint-plugin-prefer-arrow": "^1.2.3", "husky": "^8.0.1", "jest": "^27.5.1", - "lint-staged": "^13.0.2", + "lint-staged": "^13.0.3", "prettier": "2.7.1", "ts-jest": "^27.1.4", "ts-node-dev": "^2.0.0", @@ -4244,9 +4244,9 @@ "dev": true }, "node_modules/lint-staged": { - "version": "13.0.2", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-13.0.2.tgz", - "integrity": "sha512-qQLfLTh9z34eMzfEHENC+QBskZfxjomrf+snF3xJ4BzilORbD989NLqQ00ughsF/A+PT41e87+WsMFabf9++pQ==", + "version": "13.0.3", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-13.0.3.tgz", + "integrity": "sha512-9hmrwSCFroTSYLjflGI8Uk+GWAwMB4OlpU4bMJEAT5d/llQwtYKoim4bLOyLCuWFAhWEupE0vkIFqtw/WIsPug==", "dev": true, "dependencies": { "cli-truncate": "^3.1.0", @@ -9399,9 +9399,9 @@ "dev": true }, "lint-staged": { - "version": "13.0.2", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-13.0.2.tgz", - "integrity": "sha512-qQLfLTh9z34eMzfEHENC+QBskZfxjomrf+snF3xJ4BzilORbD989NLqQ00ughsF/A+PT41e87+WsMFabf9++pQ==", + "version": "13.0.3", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-13.0.3.tgz", + "integrity": "sha512-9hmrwSCFroTSYLjflGI8Uk+GWAwMB4OlpU4bMJEAT5d/llQwtYKoim4bLOyLCuWFAhWEupE0vkIFqtw/WIsPug==", "dev": true, "requires": { "cli-truncate": "^3.1.0", diff --git a/package.json b/package.json index 5a47186..579e07b 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "eslint-plugin-prefer-arrow": "^1.2.3", "husky": "^8.0.1", "jest": "^27.5.1", - "lint-staged": "^13.0.2", + "lint-staged": "^13.0.3", "prettier": "2.7.1", "ts-jest": "^27.1.4", "ts-node-dev": "^2.0.0",