Skip to content

Commit e25a12e

Browse files
Merge pull request #58 from devgateway/task/DVIZ-53/fix-deps
2 parents c223c9e + 8bf45ce commit e25a12e

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@devgateway/wp-react-lib": patch
3+
---
4+
5+
Upgrade dependencies to fix CVEs

wp-react-lib/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,28 +12,28 @@
1212
"types": "dist/types/index.d.ts",
1313
"license": "MIT",
1414
"dependencies": {
15-
"immutable": "^4.3.7",
15+
"immutable": "^5.1.3",
1616
"react": "^18.3.1",
1717
"react-dom": "^18.3.1",
18-
"react-intl": "^6.8.0",
19-
"react-redux": "^9.1.2",
18+
"react-intl": "^7.1.13",
19+
"react-redux": "^9.2.0",
2020
"semantic-ui-react": "^3.0.0-beta.2"
2121
},
2222
"devDependencies": {
23-
"@changesets/cli": "^2.29.4",
23+
"@changesets/cli": "^2.29.7",
2424
"@types/node": "^22.15.19",
2525
"@types/react": "18.3.11",
2626
"@types/react-dom": "18.3.1",
2727
"@vitejs/plugin-react": "^4.4.1",
2828
"rollup-plugin-preserve-directives": "^0.4.0",
29-
"typescript": "^5.8.3",
30-
"vite": "^6.3.5",
29+
"typescript": "^5.9.3",
30+
"vite": "^6.3.6",
3131
"vite-plugin-dts": "^4.5.4",
3232
"vite-tsconfig-paths": "^5.1.4",
3333
"watch": "^1.0.2"
3434
},
3535
"peerDependencies": {
36-
"immutable": "^4.3.7",
36+
"immutable": "^5.1.3",
3737
"react": "^18.3.1",
3838
"react-dom": "^18.3.1",
3939
"react-intl": "^6.8.0",

0 commit comments

Comments
 (0)