diff --git a/plugin/package.json b/plugin/package.json index 4fe353c5d..50f1bca2e 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -20,7 +20,7 @@ "postinstall": "[ -d dist/ ] || npm run build" }, "dependencies": { - "node-fetch": "2.6.5" + "node-fetch": "2.6.6" }, "devDependencies": { "@types/node-fetch": "2.5.12", diff --git a/yarn.lock b/yarn.lock index 1b2ab681d..825b9911c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11025,10 +11025,10 @@ nice-try@^1.0.4: resolved "https://registry.yarnpkg.com/nice-try/-/nice-try-1.0.5.tgz#a3378a7696ce7d223e88fc9b764bd7ef1089e366" integrity sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ== -node-fetch@2.6.5: - version "2.6.5" - resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.5.tgz#42735537d7f080a7e5f78b6c549b7146be1742fd" - integrity sha512-mmlIVHJEu5rnIxgEgez6b9GgWXbkZj5YZ7fx+2r94a2E+Uirsp6HsPTPlomfdHtpt/B0cdKviwkoaM6pyvUOpQ== +node-fetch@2.6.6: + 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== dependencies: whatwg-url "^5.0.0"