Skip to content

Commit 2a79fa6

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

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package-lock.json

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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"type": "module",
7878
"dependencies": {
7979
"anylogger": "^1.0.11",
80-
"axios": "^1.7.7",
80+
"axios": "^1.8.2",
8181
"daisyui": "^4.12.10",
8282
"dateformat": "^5.0.3",
8383
"fuse.js": "^7.0.0",

0 commit comments

Comments
 (0)