From 7a79168b78ec0094c24807b958626c9e3915c9bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Feb 2022 11:04:47 +0000 Subject: [PATCH] Bump node-fetch from 2.6.0 to 2.6.7 in /test/functions/sumFunction Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.0 to 2.6.7. - [Release notes](https://github.com/node-fetch/node-fetch/releases) - [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.0...v2.6.7) --- updated-dependencies: - dependency-name: node-fetch dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- test/functions/sumFunction/package-lock.json | 28 +++++++++++++++++--- test/functions/sumFunction/package.json | 2 +- 2 files changed, 26 insertions(+), 4 deletions(-) diff --git a/test/functions/sumFunction/package-lock.json b/test/functions/sumFunction/package-lock.json index 9f4d523..001cf8c 100644 --- a/test/functions/sumFunction/package-lock.json +++ b/test/functions/sumFunction/package-lock.json @@ -5,9 +5,31 @@ "requires": true, "dependencies": { "node-fetch": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.0.tgz", - "integrity": "sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA==" + "version": "2.6.7", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz", + "integrity": "sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==", + "requires": { + "whatwg-url": "^5.0.0" + } + }, + "tr46": { + "version": "0.0.3", + "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz", + "integrity": "sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=" + }, + "webidl-conversions": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz", + "integrity": "sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=" + }, + "whatwg-url": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz", + "integrity": "sha1-lmRU6HZUYuN2RNNib2dCzotwll0=", + "requires": { + "tr46": "~0.0.3", + "webidl-conversions": "^3.0.0" + } } } } diff --git a/test/functions/sumFunction/package.json b/test/functions/sumFunction/package.json index 5d53fc0..f29e7f5 100644 --- a/test/functions/sumFunction/package.json +++ b/test/functions/sumFunction/package.json @@ -4,7 +4,7 @@ "description": "", "main": "index.js", "dependencies": { - "node-fetch": "^2.6.0" + "node-fetch": "^2.6.7" }, "devDependencies": {}, "scripts": {