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 eee4f89 commit 3dc37fc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
2 changes: 2 additions & 0 deletions auditLogMover/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@
"bl": "^4.0.3",
"node-fetch": "^2.6.1",
"axios": "^0.21.1",
"xmlhttprequest-ssl": "^1.6.2",
"underscore": "^1.12.1",
"postcss": "^8.2.10"
},
"scripts": {
Expand Down
16 changes: 8 additions & 8 deletions auditLogMover/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10675,10 +10675,10 @@ unbzip2-stream@^1.0.9:
buffer "^5.2.1"
through "^2.3.8"

[email protected]:
version "1.7.0"
resolved "https://registry.yarnpkg.com/underscore/-/underscore-1.7.0.tgz#6bbaf0877500d36be34ecaa584e0db9fef035209"
integrity sha1-a7rwh3UA02vjTsqlhODbn+8DUgk=
[email protected], 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==

unicode-canonical-property-names-ecmascript@^1.0.4:
version "1.0.4"
Expand Down Expand Up @@ -11170,10 +11170,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, xtend@~4.0.1:
version "4.0.2"
Expand Down

0 comments on commit 3dc37fc

Please sign in to comment.