Skip to content

Commit 943da6b

Browse files
committed
fix: app/package.json & app/package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-9292519
1 parent 60ed02b commit 943da6b

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

app/package-lock.json

+6-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@formatjs/intl-relativetimeformat": "4.5.1",
2727
"@formatjs/intl-utils": "1.6.0",
2828
"@reportportal/ui-kit": "^0.0.1-alpha.38",
29-
"axios": "1.7.9",
29+
"axios": "1.8.2",
3030
"c3": "0.7.20",
3131
"chart.js": "2.9.4",
3232
"chartjs-plugin-datalabels": "0.6.0",

0 commit comments

Comments
 (0)