Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

Commit

Permalink
chore: dependency fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zheyanyu committed May 27, 2021
1 parent 4ed853f commit 2637953
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
4 changes: 3 additions & 1 deletion auditLogMover/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@
"dot-prop": "^5.1.1",
"bl": "^4.0.3",
"node-fetch": "^2.6.1",
"axios": "^0.21.1"
"axios": "^0.21.1",
"xmlhttprequest-ssl": "^1.6.2",
"underscore": "^1.12.1"
},
"scripts": {
"lint": "eslint . --ext .ts,.tsx",
Expand Down
16 changes: 8 additions & 8 deletions auditLogMover/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7244,10 +7244,10 @@ unbzip2-stream@^1.0.9:
buffer "^5.2.1"
through "^2.3.8"

underscore@1.7.0:
version "1.7.0"
resolved "https://registry.yarnpkg.com/underscore/-/underscore-1.7.0.tgz#6bbaf0877500d36be34ecaa584e0db9fef035209"
integrity sha1-a7rwh3UA02vjTsqlhODbn+8DUgk=
underscore@1.7.0, underscore@^1.12.1:
version "1.13.1"
resolved "https://registry.yarnpkg.com/underscore/-/underscore-1.13.1.tgz#0c1c6bd2df54b6b69f2314066d65b6cde6fcf9d1"
integrity sha512-hzSoAVtJF+3ZtiFX0VgfFPHEDRm7Y/QPjGyNo4TVdnDTdft3tr8hEkD25a1jC+TjTuE7tkHGKkhwCgs9dgBB2g==

union-value@^1.0.0:
version "1.0.1"
Expand Down Expand Up @@ -7553,10 +7553,10 @@ xmlchars@^2.2.0:
resolved "https://registry.yarnpkg.com/xmlchars/-/xmlchars-2.2.0.tgz#060fe1bcb7f9c76fe2a17db86a9bc3ab894210cb"
integrity sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==

xmlhttprequest-ssl@~1.5.4:
version "1.5.5"
resolved "https://registry.yarnpkg.com/xmlhttprequest-ssl/-/xmlhttprequest-ssl-1.5.5.tgz#c2876b06168aadc40e57d97e81191ac8f4398b3e"
integrity sha1-wodrBhaKrcQOV9l+gRkayPQ5iz4=
xmlhttprequest-ssl@^1.6.2, xmlhttprequest-ssl@~1.5.4:
version "1.6.3"
resolved "https://registry.yarnpkg.com/xmlhttprequest-ssl/-/xmlhttprequest-ssl-1.6.3.tgz#03b713873b01659dfa2c1c5d056065b27ddc2de6"
integrity sha512-3XfeQE/wNkvrIktn2Kf0869fC0BN6UpydVasGIeSm2B1Llihf7/0UfZM+eCkOw3P7bP4+qPgqhm7ZoxuJtFU0Q==

xtend@^4.0.0:
version "4.0.2"
Expand Down

0 comments on commit 2637953

Please sign in to comment.