From 22f5beb605025ac85b67eca1bfc8444f10d879ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2024 17:51:53 +0100 Subject: [PATCH] deps(npm): bump standard from 17.1.0 to 17.1.2 in /dependencies (#6265) Bumps [standard](https://github.com/standard/standard) from 17.1.0 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.0...v17.1.2) --- updated-dependencies: - dependency-name: standard dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- dependencies/package-lock.json | 18 +++++++++--------- dependencies/package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/dependencies/package-lock.json b/dependencies/package-lock.json index 8ec7dcdd..c28ba280 100644 --- a/dependencies/package-lock.json +++ b/dependencies/package-lock.json @@ -45,7 +45,7 @@ "react-redux": "^9.1.2", "react-router-dom": "^6.28.0", "renovate": "^38.55.1", - "standard": "^17.1.0", + "standard": "^17.1.2", "stylelint": "^15.11.0", "stylelint-config-recommended-scss": "^13.0.0", "stylelint-config-sass-guidelines": "^10.0.0", @@ -20161,9 +20161,9 @@ } }, "node_modules/standard": { - "version": "17.1.0", - "resolved": "https://registry.npmjs.org/standard/-/standard-17.1.0.tgz", - "integrity": "sha512-jaDqlNSzLtWYW4lvQmU0EnxWMUGQiwHasZl5ZEIwx3S/ijZDjZOzs1y1QqKwKs5vqnFpGtizo4NOYX2s0Voq/g==", + "version": "17.1.2", + "resolved": "https://registry.npmjs.org/standard/-/standard-17.1.2.tgz", + "integrity": "sha512-WLm12WoXveKkvnPnPnaFUUHuOB2cUdAsJ4AiGHL2G0UNMrcRAWY2WriQaV8IQ3oRmYr0AWUbLNr94ekYFAHOrA==", "funding": [ { "type": "github", @@ -20185,8 +20185,8 @@ "eslint-plugin-import": "^2.27.5", "eslint-plugin-n": "^15.7.0", "eslint-plugin-promise": "^6.1.1", - "eslint-plugin-react": "^7.32.2", - "standard-engine": "^15.0.0", + "eslint-plugin-react": "^7.36.1", + "standard-engine": "^15.1.0", "version-guard": "^1.1.1" }, "bin": { @@ -20197,9 +20197,9 @@ } }, "node_modules/standard-engine": { - "version": "15.0.0", - "resolved": "https://registry.npmjs.org/standard-engine/-/standard-engine-15.0.0.tgz", - "integrity": "sha512-4xwUhJNo1g/L2cleysUqUv7/btn7GEbYJvmgKrQ2vd/8pkTmN8cpqAZg+BT8Z1hNeEH787iWUdOpL8fmApLtxA==", + "version": "15.1.0", + "resolved": "https://registry.npmjs.org/standard-engine/-/standard-engine-15.1.0.tgz", + "integrity": "sha512-VHysfoyxFu/ukT+9v49d4BRXIokFRZuH3z1VRxzFArZdjSCFpro6rEIU3ji7e4AoAtuSfKBkiOmsrDqKW5ZSRw==", "funding": [ { "type": "github", diff --git a/dependencies/package.json b/dependencies/package.json index 95533aa2..8142a2aa 100644 --- a/dependencies/package.json +++ b/dependencies/package.json @@ -40,7 +40,7 @@ "react-redux": "^9.1.2", "react-router-dom": "^6.28.0", "renovate": "^38.55.1", - "standard": "^17.1.0", + "standard": "^17.1.2", "stylelint": "^15.11.0", "stylelint-config-recommended-scss": "^13.0.0", "stylelint-config-sass-guidelines": "^10.0.0",