Skip to content

Commit

Permalink
chore: Patch vulnerabilities (#556)
Browse files Browse the repository at this point in the history
Generated a new lockfile.

Closes #549
  • Loading branch information
ofredstie authored Jun 23, 2023
1 parent 97f7872 commit e80a592
Show file tree
Hide file tree
Showing 2 changed files with 502 additions and 505 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
"rename": "sh scripts/changeName.sh",
"genRadix": "sh scripts/generateRadixConfig.sh",
"prepare": "husky install",
"postinstall": "sh scripts/postInstall.sh"
"postinstall": "sh scripts/postInstall.sh",
"genLockfile": "rm yarn.lock && rm -rf node_modules && yarn"
},
"dependencies": {
"@azure/msal-browser": "^2.32.1",
Expand Down
Loading

0 comments on commit e80a592

Please sign in to comment.