Skip to content

Commit

Permalink
fix: dependabot alerts (#652)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoonoh committed May 17, 2023
1 parent 56c132b commit 438bf93
Show file tree
Hide file tree
Showing 3 changed files with 221 additions and 1,324 deletions.
2 changes: 1 addition & 1 deletion aws-spot-price.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"editor.defaultFormatter": "dbaeumer.vscode-eslint"
},
"[json]": {
"editor.defaultFormatter": "dbaeumer.vscode-eslint"
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[jsonc]": {
"editor.defaultFormatter": "dbaeumer.vscode-eslint"
Expand Down
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@
"webpack-cli": "5.1.1"
},
"resolutions": {
"@babel/core": "7.21.8",
"minimist": "1.2.6",
"npm/chalk": "^4.1.2"
}
}
Loading

0 comments on commit 438bf93

Please sign in to comment.