Skip to content

Commit

Permalink
Dependabot workaround for node fetch (#2029)
Browse files Browse the repository at this point in the history
Co-authored-by: Garrett Rabian <[email protected]>
  • Loading branch information
gmrabian and gmrabian authored Jan 8, 2024
1 parent 3b23593 commit 1534b2f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions services/ui-src/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10555,9 +10555,9 @@ [email protected]:
formdata-polyfill "^4.0.10"

node-fetch@^2.6.1:
version "2.6.6"
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.6.tgz#1751a7c01834e8e1697758732e9efb6eeadfaf89"
integrity sha512-Z8/6vRlTUChSdIgMa51jxQ4lrw/Jy5SOW10ObaA47/RElsAN2c5Pn8bTgFGWn/ibwzXTE8qwr1Yzx28vsecXEA==
version "2.6.7"
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
dependencies:
whatwg-url "^5.0.0"

Expand Down

0 comments on commit 1534b2f

Please sign in to comment.