Skip to content

Commit

Permalink
Merge branch 'main' into kinghin.leung/fix-critical-vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
leungkinghin-ct committed Apr 15, 2024
2 parents f055d15 + 17f0130 commit dfdf07f
Show file tree
Hide file tree
Showing 4 changed files with 194 additions and 168 deletions.
56 changes: 28 additions & 28 deletions enabler/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions enabler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
"serve": "npm run build && serve public -l 3000 --cors"
},
"dependencies": {
"@adyen/adyen-web": "5.62.0",
"@adyen/adyen-web": "5.63.0",
"serve": "14.2.1"
},
"devDependencies": {
"@types/node": "20.12.5",
"@types/node": "20.12.7",
"jest": "29.7.0",
"sass": "1.74.1",
"sass": "1.75.0",
"ts-jest": "^29.1.2",
"typescript": "5.4.4",
"typescript": "5.4.5",
"vite": "5.2.8",
"vite-plugin-css-injected-by-js": "3.5.0"
}
Expand Down
Loading

0 comments on commit dfdf07f

Please sign in to comment.