Skip to content

Commit

Permalink
Pin ua-parser-js dependency to a known safe version. (#477)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaptic authored Oct 22, 2021
1 parent 4b32780 commit 90ce633
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,5 +113,8 @@
},
"optionalDependencies": {
"sodium-native": "^2.3.0"
},
"resolutions": {
"**/ua-parser-js": "0.7.28"
}
}
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8408,7 +8408,7 @@ typescript@next:
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.0-dev.20200420.tgz#99c2bc0936dbf4479b0b5260d80475ed494b1532"
integrity sha512-36MW6V+oXNnsSgliSjUWvtOkO21g9+iFGHPFv+O06HsCl3dcuqzBac17m8xuOuWo1LUlEgS6yAnD9fiVgvmCfg==

ua-parser-js@^0.7.28:
[email protected]:
version "0.7.28"
resolved "https://registry.yarnpkg.com/ua-parser-js/-/ua-parser-js-0.7.28.tgz#8ba04e653f35ce210239c64661685bf9121dec31"
integrity sha512-6Gurc1n//gjp9eQNXjD9O3M/sMwVtN5S8Lv9bvOYBfKfDNiIIhqiyi01vMBO45u4zkDE420w/e0se7Vs+sIg+g==
Expand Down

0 comments on commit 90ce633

Please sign in to comment.