Skip to content

Commit

Permalink
Merge pull request #168 from rameshvr/fix-cryptojs-vulnerabities
Browse files Browse the repository at this point in the history
fix package vulnerabilities in crypto-js
  • Loading branch information
prolific117 committed Nov 3, 2023
2 parents f4bdfab + 2d2fd09 commit 66d06ab
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
"test": "jest"
},
"dependencies": {
"buffer-equal-constant-time": "1.0.1",
"crypto-js": "^4.2.0",
"got": "^11.8.5",
"lodash": "^4.17.15",
"uuid": "^7.0.2",
"crypto-js": "3.2.1",
"buffer-equal-constant-time": "1.0.1",
"qs": "^6.9.1"
"qs": "^6.9.1",
"uuid": "^7.0.2"
},
"devDependencies": {
"@types/node": "^13.9.0",
Expand Down

0 comments on commit 66d06ab

Please sign in to comment.