From fc15144a1585d23f572e11ecd8acbacbda7dba66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivar=20Conradi=20=C3=98sthus?= Date: Mon, 23 Nov 2020 21:15:05 +0100 Subject: [PATCH] chore(deps-dev): bump node-fetch from 2.6.0 to 2.6.1 --- frontend/package.json | 2 +- frontend/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 4a5a69b14e..964fb12f45 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -69,7 +69,7 @@ "jest": "^24.9.0", "lodash": "^4.17.15", "mini-css-extract-plugin": "^0.9.0", - "node-fetch": "^2.6.0", + "node-fetch": "^2.6.1", "node-sass": "^4.5.3", "normalize.css": "^8.0.0", "optimize-css-assets-webpack-plugin": "^5.0.0", diff --git a/frontend/yarn.lock b/frontend/yarn.lock index bf9b413378..e828de456c 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -6527,10 +6527,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.0: - version "2.6.0" - resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.0.tgz#e633456386d4aa55863f676a7ab0daa8fdecb0fd" - integrity sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA== +node-fetch@^2.6.1: + version "2.6.1" + resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052" + integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw== node-forge@0.9.0: version "0.9.0"