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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-11-13 17:51:53 +01:00 committed by GitHub
parent b9520bea7a
commit 22f5beb605
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 10 additions and 10 deletions

18
dependencies/package-lock.json generated vendored
View file

@ -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",

View file

@ -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",