Skip to content

Commit

Permalink
Fix vuln in express.
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelloPerathoner committed Mar 26, 2024
1 parent 6b1936a commit b9278c5
Show file tree
Hide file tree
Showing 2 changed files with 743 additions and 776 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
"vuex": "^4.1.0"
},
"devDependencies": {
"@babel/core": "^7.24.1",
"@babel/plugin-transform-runtime": "^7.24.1",
"@babel/core": "^7.24.3",
"@babel/plugin-transform-runtime": "^7.24.3",
"@babel/preset-env": "*",
"@fontsource/open-sans": "*",
"@fortawesome/fontawesome-free": "*",
Expand Down Expand Up @@ -80,7 +80,7 @@
"stylelint-scss": "*",
"vue-devtools": "*",
"vue-loader": "*",
"webpack": "^5.90.3",
"webpack": "^5.91.0",
"webpack-cli": "*",
"webpack-dev-server": "*",
"webpack-manifest-plugin": "*",
Expand Down
Loading

0 comments on commit b9278c5

Please sign in to comment.