Skip to content

Commit

Permalink
fix: force-upgraded vulnerable ramda and qs
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinGhadyani-Okta committed Oct 3, 2022
1 parent 324a912 commit bcd84aa
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"resolutions": {
"@babel/plugin-transform-typescript": "^7.19.1",
"@types/babel__traverse": "^7.18.1",
"qs": "6.10.1"
"ramda": "0.28.0",
"qs": "6.11.0"
},
"engines": {
"yarn": "^3.2.0",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -22730,12 +22730,12 @@ __metadata:
languageName: node
linkType: hard

"qs@npm:6.10.1":
version: 6.10.1
resolution: "qs@npm:6.10.1"
"qs@npm:6.11.0":
version: 6.11.0
resolution: "qs@npm:6.11.0"
dependencies:
side-channel: ^1.0.4
checksum: 00e390dbf98eff4d8ff121b61ab2fe32106852290de99ecd0e40fc76651c4101f43fc6cc8313cb69423563876fc532951b11dda55d2917def05f292258263480
checksum: 6e1f29dd5385f7488ec74ac7b6c92f4d09a90408882d0c208414a34dd33badc1a621019d4c799a3df15ab9b1d0292f97c1dd71dc7c045e69f81a8064e5af7297
languageName: node
linkType: hard

Expand Down Expand Up @@ -22774,10 +22774,10 @@ __metadata:
languageName: node
linkType: hard

"ramda@npm:^0.21.0":
version: 0.21.0
resolution: "ramda@npm:0.21.0"
checksum: e08d63c12ed4bab70bfd700a843901d9fa340d1a88c50085a6ef0ecf25f528e5ac7c71848481270923491e7315a34301bb35905d45861cb13cc75b8ca05add32
"ramda@npm:0.28.0":
version: 0.28.0
resolution: "ramda@npm:0.28.0"
checksum: 44ea6e5010bba70151b6a92d8114a91915e8b5a16105cce65fae58c9d7386b812c429645e35f21141d7087568550ce383bc10ee1a65cdec951f4b69ea457e6a4
languageName: node
linkType: hard

Expand Down

0 comments on commit bcd84aa

Please sign in to comment.