From 5ddf39000cbc7019f99a9b62621c348e586670e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Apr 2023 18:02:47 +0200 Subject: [PATCH] Bump lint-staged from 13.2.0 to 13.2.1 in /js (#19614) Bumps [lint-staged](https://github.com/okonet/lint-staged) from 13.2.0 to 13.2.1. - [Release notes](https://github.com/okonet/lint-staged/releases) - [Commits](https://github.com/okonet/lint-staged/compare/v13.2.0...v13.2.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 fe56dfadc3..cf3ecaf7c8 100644 --- a/js/package-lock.json +++ b/js/package-lock.json @@ -28,7 +28,7 @@ "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-react": "^7.32.2", "husky": "^8.0.3", - "lint-staged": "^13.2.0", + "lint-staged": "^13.2.1", "prettier": "^2.8.7", "typescript": "^5.0.4", "wireit": "^0.9.5" @@ -7537,9 +7537,9 @@ } }, "node_modules/lint-staged": { - "version": "13.2.0", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-13.2.0.tgz", - "integrity": "sha512-GbyK5iWinax5Dfw5obm2g2ccUiZXNGtAS4mCbJ0Lv4rq6iEtfBSjOYdcbOtAIFtM114t0vdpViDDetjVTSd8Vw==", + "version": "13.2.1", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-13.2.1.tgz", + "integrity": "sha512-8gfzinVXoPfga5Dz/ZOn8I2GOhf81Wvs+KwbEXQn/oWZAvCVS2PivrXfVbFJc93zD16uC0neS47RXHIjXKYZQw==", "dev": true, "dependencies": { "chalk": "5.2.0", diff --git a/js/package.json b/js/package.json index bf47f28b1c..51ae17f505 100644 --- a/js/package.json +++ b/js/package.json @@ -26,7 +26,7 @@ "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-react": "^7.32.2", "husky": "^8.0.3", - "lint-staged": "^13.2.0", + "lint-staged": "^13.2.1", "prettier": "^2.8.7", "typescript": "^5.0.4", "wireit": "^0.9.5"