From 97446d21fd7a0f1891747df210c2b4c33e676e86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Feb 2023 17:55:31 +0100 Subject: [PATCH] Bump lint-staged from 13.1.0 to 13.1.1 in /js (#17053) Bumps [lint-staged](https://github.com/okonet/lint-staged) from 13.1.0 to 13.1.1. - [Release notes](https://github.com/okonet/lint-staged/releases) - [Commits](https://github.com/okonet/lint-staged/compare/v13.1.0...v13.1.1) --- updated-dependencies: - dependency-name: lint-staged dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- js/package-lock.json | 8 ++++---- js/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/js/package-lock.json b/js/package-lock.json index da03343602..861d5c9c44 100644 --- a/js/package-lock.json +++ b/js/package-lock.json @@ -22,7 +22,7 @@ "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-react": "^7.32.1", "husky": "^8.0.3", - "lint-staged": "^13.1.0", + "lint-staged": "^13.1.1", "prettier": "^2.8.3", "typescript": "^4.9.5", "wireit": "^0.9.4" @@ -2776,9 +2776,9 @@ } }, "node_modules/lint-staged": { - "version": "13.1.0", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-13.1.0.tgz", - "integrity": "sha512-pn/sR8IrcF/T0vpWLilih8jmVouMlxqXxKuAojmbiGX5n/gDnz+abdPptlj0vYnbfE0SQNl3CY/HwtM0+yfOVQ==", + "version": "13.1.1", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-13.1.1.tgz", + "integrity": "sha512-LLJLO0Kdbcv2a+CvSF4p1M7jBZOajKSMpBUvyR8+bXccsqPER0/NxTFQSpNHjqwV9kM3tkHczYerTB5wI+bksQ==", "dev": true, "dependencies": { "cli-truncate": "^3.1.0", diff --git a/js/package.json b/js/package.json index 104b1aea2f..ef7cb59315 100644 --- a/js/package.json +++ b/js/package.json @@ -20,7 +20,7 @@ "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-react": "^7.32.1", "husky": "^8.0.3", - "lint-staged": "^13.1.0", + "lint-staged": "^13.1.1", "prettier": "^2.8.3", "typescript": "^4.9.5", "wireit": "^0.9.4"