From f8a7a129cb0d90e68cfa080011cfbaeb023faad8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 02:15:33 +0000 Subject: [PATCH] Bump standard from 17.1.1 to 17.1.2 Bumps [standard](https://github.com/standard/standard) from 17.1.1 to 17.1.2. - [Release notes](https://github.com/standard/standard/releases) - [Changelog](https://github.com/standard/standard/blob/master/CHANGELOG.md) - [Commits](https://github.com/standard/standard/compare/v17.1.1...v17.1.2) --- updated-dependencies: - dependency-name: standard dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 346ab83034..4380d8bc87 100644 --- a/package-lock.json +++ b/package-lock.json @@ -82,7 +82,7 @@ "purgecss-webpack-plugin": "^6.0.0", "sass": "^1.78.0", "sass-loader": "^14.2.1", - "standard": "^17.1.1", + "standard": "^17.1.2", "stimulus": "^3.2.2", "stylelint": "^16.9.0", "stylelint-config-standard-scss": "^13.1.0", @@ -7109,9 +7109,9 @@ } }, "node_modules/eslint-plugin-react": { - "version": "7.35.2", - "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.35.2.tgz", - "integrity": "sha512-Rbj2R9zwP2GYNcIak4xoAMV57hrBh3hTaR0k7hVjwCQgryE/pw5px4b13EYjduOI0hfXyZhwBxaGpOTbWSGzKQ==", + "version": "7.36.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.36.1.tgz", + "integrity": "sha512-/qwbqNXZoq+VP30s1d4Nc1C5GTxjJQjk4Jzs4Wq2qzxFM7dSmuG2UkIjg2USMLh3A/aVcUNrK7v0J5U1XEGGwA==", "dev": true, "dependencies": { "array-includes": "^3.1.8", @@ -16561,9 +16561,9 @@ "integrity": "sha512-oeVtt7eWQS+Na6F//S4kJ2K2VbRlS9D43mAlMyVpVWovy9o+jfgH8O9agzANzaiLjclA0oYzUXEM4PurhSUChw==" }, "node_modules/standard": { - "version": "17.1.1", - "resolved": "https://registry.npmjs.org/standard/-/standard-17.1.1.tgz", - "integrity": "sha512-GuqFtDMmpcIMX3R/kLaq+Cm18Pjx6IOpR9KhOYKetmkR5ryCxFtus4rC3JNvSE3l9GarlOZLZpBRHqDA9wY8zw==", + "version": "17.1.2", + "resolved": "https://registry.npmjs.org/standard/-/standard-17.1.2.tgz", + "integrity": "sha512-WLm12WoXveKkvnPnPnaFUUHuOB2cUdAsJ4AiGHL2G0UNMrcRAWY2WriQaV8IQ3oRmYr0AWUbLNr94ekYFAHOrA==", "dev": true, "funding": [ { @@ -16586,7 +16586,7 @@ "eslint-plugin-import": "^2.27.5", "eslint-plugin-n": "^15.7.0", "eslint-plugin-promise": "^6.1.1", - "eslint-plugin-react": "7.35.2", + "eslint-plugin-react": "^7.36.1", "standard-engine": "^15.1.0", "version-guard": "^1.1.1" }, diff --git a/package.json b/package.json index f39c9e85fd..bd4df5ebc8 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "purgecss-webpack-plugin": "^6.0.0", "sass": "^1.78.0", "sass-loader": "^14.2.1", - "standard": "^17.1.1", + "standard": "^17.1.2", "stimulus": "^3.2.2", "stylelint": "^16.9.0", "stylelint-config-standard-scss": "^13.1.0",