Skip to content

Commit 5d1b9a4

Browse files
Javascript dependency: Bump eslint-plugin-react in /web
Bumps [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) from 7.37.4 to 7.37.5. - [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases) - [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md) - [Commits](jsx-eslint/eslint-plugin-react@v7.37.4...v7.37.5) --- updated-dependencies: - dependency-name: eslint-plugin-react dependency-version: 7.37.5 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent bbef00a commit 5d1b9a4

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

web/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"css-minimizer-webpack-plugin": "^7.0.0",
3737
"eslint": "^9.23.0",
3838
"eslint-plugin-jest": "^28.10.0",
39-
"eslint-plugin-react": "^7.37.3",
39+
"eslint-plugin-react": "^7.37.5",
4040
"eslint-plugin-unused-imports": "^4.1.4",
4141
"exports-loader": "^5.0.0",
4242
"globals": "^16.0.0",

web/yarn.lock

+7-7
Original file line numberDiff line numberDiff line change
@@ -6999,9 +6999,9 @@ __metadata:
69996999
languageName: node
70007000
linkType: hard
70017001

7002-
"eslint-plugin-react@npm:^7.37.3":
7003-
version: 7.37.4
7004-
resolution: "eslint-plugin-react@npm:7.37.4"
7002+
"eslint-plugin-react@npm:^7.37.5":
7003+
version: 7.37.5
7004+
resolution: "eslint-plugin-react@npm:7.37.5"
70057005
dependencies:
70067006
array-includes: ^3.1.8
70077007
array.prototype.findlast: ^1.2.5
@@ -7013,7 +7013,7 @@ __metadata:
70137013
hasown: ^2.0.2
70147014
jsx-ast-utils: ^2.4.1 || ^3.0.0
70157015
minimatch: ^3.1.2
7016-
object.entries: ^1.1.8
7016+
object.entries: ^1.1.9
70177017
object.fromentries: ^2.0.8
70187018
object.values: ^1.2.1
70197019
prop-types: ^15.8.1
@@ -7023,7 +7023,7 @@ __metadata:
70237023
string.prototype.repeat: ^1.0.0
70247024
peerDependencies:
70257025
eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9.7
7026-
checksum: 8a37bdc9b347bf3a1273fef73dfbc39279cc3e58441940a5e13b3ba4e82b34132d1d1172db9d6746f153ee981280bd6bd06a9065fb453388c68f4bebe0d9f839
7026+
checksum: 8675e7558e646e3c2fcb04bb60cfe416000b831ef0b363f0117838f5bfc799156113cb06058ad4d4b39fc730903b7360b05038da11093064ca37caf76b7cf2ca
70277027
languageName: node
70287028
linkType: hard
70297029

@@ -11382,7 +11382,7 @@ __metadata:
1138211382
languageName: node
1138311383
linkType: hard
1138411384

11385-
"object.entries@npm:^1.1.8":
11385+
"object.entries@npm:^1.1.9":
1138611386
version: 1.1.9
1138711387
resolution: "object.entries@npm:1.1.9"
1138811388
dependencies:
@@ -13659,7 +13659,7 @@ __metadata:
1365913659
diff-arrays-of-objects: ^1.1.8
1366013660
eslint: ^9.23.0
1366113661
eslint-plugin-jest: ^28.10.0
13662-
eslint-plugin-react: ^7.37.3
13662+
eslint-plugin-react: ^7.37.5
1366313663
eslint-plugin-unused-imports: ^4.1.4
1366413664
exports-loader: ^5.0.0
1366513665
globals: ^16.0.0

0 commit comments

Comments
 (0)