Skip to content

Commit 6cc6204

Browse files
committed
Update dependencies on frontend
1 parent b48e486 commit 6cc6204

File tree

4 files changed

+52
-52
lines changed

4 files changed

+52
-52
lines changed

frontend-angular/package-lock.json

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend-angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@angular/compiler-cli": "20.0.3",
3737
"@types/jasmine": "5.1.8",
3838
"angular-eslint": "20.0.0",
39-
"eslint": "9.28.0",
39+
"eslint": "9.29.0",
4040
"jasmine-core": "5.8.0",
4141
"karma": "6.4.4",
4242
"karma-chrome-launcher": "3.2.0",

frontend-react/package-lock.json

Lines changed: 35 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend-react/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
"@testing-library/jest-dom": "6.6.3",
1010
"@testing-library/react": "16.3.0",
1111
"@testing-library/user-event": "14.6.1",
12-
"express": "^5.1.0",
12+
"express": "5.1.0",
1313
"react": "19.1.0",
1414
"react-dom": "19.1.0",
1515
"react-scripts": "5.0.1",
16-
"web-vitals": "5.0.2"
16+
"web-vitals": "5.0.3"
1717
},
1818
"scripts": {
1919
"start": "react-scripts start",
@@ -47,8 +47,8 @@
4747
]
4848
},
4949
"devDependencies": {
50-
"@eslint/js": "9.28.0",
51-
"eslint": "9.28.0",
50+
"@eslint/js": "9.29.0",
51+
"eslint": "9.29.0",
5252
"eslint-plugin-import": "2.31.0",
5353
"eslint-plugin-jsx-a11y": "6.10.2",
5454
"eslint-plugin-react": "7.37.5",

0 commit comments

Comments
 (0)