Skip to content

Commit a01dc10

Browse files
fix: resolve high and moderate vulnerabilities
- Updated axios to ^1.7.4 and fixed breaking changes in interceptors and Curl helper. - Updated socket.io to ^4.8.3 and express to ^4.21.2. - Updated latest-version to ^5.1.0 to avoid ESM issues while resolving vulnerabilities. - Updated lint-staged to latest. - Added react-test-theme/ to .gitignore to keep the repo clean. - Verified that core test suites (auth, theme, themeContext, previewUrlExtension) are passing.
1 parent d7b2c91 commit a01dc10

File tree

7 files changed

+485
-679
lines changed

7 files changed

+485
-679
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
node_modules
22
dist
3+
react-test-theme/
34
.test-theme
45
# Logs
56
logs

extension.context.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{}

0 commit comments

Comments
 (0)