deps(npm): bump standard from 17.1.0 to 17.1.2 in /dependencies

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>
This commit is contained in:
dependabot[bot] 2024-09-16 13:35:09 +00:00 committed by GitHub
parent 170cabf92b
commit e8726809da
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 13 additions and 13 deletions

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

@ -43,7 +43,7 @@
"react-redux": "^9.1.2",
"react-router-dom": "^6.26.1",
"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",
@ -11349,9 +11349,9 @@
}
},
"node_modules/eslint-plugin-react": {
"version": "7.35.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.35.0.tgz",
"integrity": "sha512-v501SSMOWv8gerHkk+IIQBkcGRGrO2nfybfj5pLxuJNFTPxxA3PSryhXTK+9pNbtkggheDdsC0E9Q8CuPk6JKA==",
"version": "7.36.1",
"resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.36.1.tgz",
"integrity": "sha512-/qwbqNXZoq+VP30s1d4Nc1C5GTxjJQjk4Jzs4Wq2qzxFM7dSmuG2UkIjg2USMLh3A/aVcUNrK7v0J5U1XEGGwA==",
"dependencies": {
"array-includes": "^3.1.8",
"array.prototype.findlast": "^1.2.5",
@ -19428,9 +19428,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",
@ -19452,8 +19452,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": {
@ -19464,9 +19464,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

@ -38,7 +38,7 @@
"react-redux": "^9.1.2",
"react-router-dom": "^6.26.1",
"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",