Skip to content

Commit c79d1e6

Browse files
committed
chore: fix security issue by replacing @nuxtjs/axios with direct axios integration
1 parent 8d293da commit c79d1e6

File tree

2 files changed

+10
-159
lines changed

2 files changed

+10
-159
lines changed

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"@nuxt/content": "^2.13.0",
1515
"@nuxt/ui": "^2.17.0",
1616
"@nuxt/ui-pro": "^1.3.0",
17-
"@nuxtjs/axios": "^5.13.6",
1817
"@nuxtjs/i18n": "^8.3.1",
18+
"axios": "^1.7.5",
1919
"vue": "^3.4.29",
2020
"vue-router": "^4.3.3"
2121
},

0 commit comments

Comments
 (0)