Skip to content

Commit 8849794

Browse files
authored
Merge pull request #4155 from cardanoapi/chore/fix-vulnerabilities
Chore/fix vulnerabilities
2 parents bbe28a2 + 63ea0de commit 8849794

14 files changed

Lines changed: 15918 additions & 10582 deletions

File tree

gov-action-loader/frontend/package.json

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,23 @@
1010
"format": "prettier . --write"
1111
},
1212
"dependencies": {
13-
"axios": "^1.4.0",
13+
"axios": "^1.15.2",
1414
"blakejs": "^1.2.1",
15-
"cbor-x": "^1.5.4",
16-
"vue": "^3.3.4",
17-
"vuetify": "^3.3.22"
15+
"cbor-x": "^1.6.4",
16+
"vue": "^3.5.32",
17+
"vuetify": "^4.0.5"
1818
},
1919
"devDependencies": {
20-
"@types/node": "^20.8.7",
21-
"@vitejs/plugin-vue": "^4.2.3",
22-
"eslint-config-prettier": "^9.0.0",
23-
"prettier": "3.1.0",
24-
"typescript": "^5.0.2",
25-
"vite": "^4.4.5",
26-
"vue-tsc": "^1.8.5"
20+
"@types/node": "^25.5.2",
21+
"@vitejs/plugin-vue": "^6.0.5",
22+
"eslint-config-prettier": "^10.1.8",
23+
"prettier": "3.8.1",
24+
"typescript": "^6.0.2",
25+
"vite": "^8.0.7",
26+
"vue-tsc": "^3.2.6"
27+
},
28+
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e",
29+
"resolutions": {
30+
"postcss": "^8.5.10"
2731
}
2832
}

gov-action-loader/frontend/yarn.lock

Lines changed: 677 additions & 496 deletions
Large diffs are not rendered by default.

govtool/analytics-dashboard/package-lock.json

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

govtool/analytics-dashboard/package.json

Lines changed: 17 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -12,27 +12,31 @@
1212
"dependencies": {
1313
"@emotion/react": "^11.11.4",
1414
"@emotion/styled": "^11.11.5",
15-
"@google-analytics/data": "^4.4.0",
15+
"@google-analytics/data": "^6.0.0",
1616
"@mui/icons-material": "^5.15.15",
1717
"@mui/material": "^5.15.15",
18-
"@sentry/nextjs": "^7.100.1",
19-
"axios": "^1.6.7",
20-
"next": "14.1.0",
21-
"next-intl": "^3.5.4",
18+
"@sentry/nextjs": "^10.47.0",
19+
"axios": "^1.15.0",
20+
"next": "^16.2.3",
21+
"next-intl": "^4.9.0",
2222
"react": "^18",
2323
"react-dom": "^18",
2424
"react-ga": "^3.3.1"
2525
},
2626
"devDependencies": {
2727
"@babel/core": "^7.23.9",
2828
"@babel/preset-env": "^7.23.9",
29-
"@jest/globals": "^29.7.0",
30-
"@testing-library/jest-dom": "^6.4.2",
31-
"@testing-library/react": "^14.2.1",
32-
"babel-jest": "^29.7.0",
33-
"eslint": "^8",
34-
"eslint-config-next": "14.1.0",
35-
"jest": "^29.7.0",
36-
"jest-environment-jsdom": "^29.7.0"
29+
"@jest/globals": "^30.3.0",
30+
"@testing-library/jest-dom": "^6.9.1",
31+
"@testing-library/react": "^16.3.2",
32+
"babel-jest": "^30.3.0",
33+
"eslint": "^10.2.0",
34+
"eslint-config-next": "^16.2.2",
35+
"jest": "^30.3.0",
36+
"jest-environment-jsdom": "^30.3.0"
37+
},
38+
"overrides": {
39+
"@tootallnate/once": "^3.0.1",
40+
"postcss": "^8.5.10"
3741
}
3842
}

0 commit comments

Comments
 (0)