From fa24b77af85a384be75e61ad80ca35f8d7bf071e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 May 2022 20:05:58 +0000 Subject: [PATCH] Bump node-fetch from 2.6.1 to 2.6.7 Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 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.1...v2.6.7) --- updated-dependencies: - dependency-name: node-fetch dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 90 +++++++++++++++++++++++++++++++++++++---------- package.json | 2 +- 2 files changed, 73 insertions(+), 19 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7933f8a..71f2613 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,16 +9,16 @@ "version": "1.0.0", "license": "ISC", "dependencies": { - "@bubblewrap/core": "^1.14.0", + "@bubblewrap/core": "^1.17.0", "archiver": "^4.0.1", "body-parser": "^1.19.0", "del": "^5.1.0", "dotenv": "^8.2.0", "express": "^4.17.1", "fs-extra": "^7.0.1", - "lodash": "^4.17.19", + "lodash": "^4.17.21", "multer": "^1.4.2", - "node-fetch": "^2.6.1", + "node-fetch": "^2.6.7", "password-generator": "^2.3.2", "path": "^0.12.7", "q": "^1.5.1", @@ -64,9 +64,9 @@ } }, "node_modules/@bubblewrap/core": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@bubblewrap/core/-/core-1.14.0.tgz", - "integrity": "sha512-etDjAQKzmXXcxE575vnKHkNqyT2xDvCHrSouBBXPd8vVqOtnJBxQldXxcLuiFqkXl6sXl+LO4Jm3Z+F7AfbLOg==", + "version": "1.17.0", + "resolved": "https://registry.npmjs.org/@bubblewrap/core/-/core-1.17.0.tgz", + "integrity": "sha512-zNm678XvU6+LuH/Ri1ayWqIV7S0yBo3JM28uWWzQnbcL7FmWtR1xF7yLU2rcvIhFADq2FzvVa5UtbGTbSq8D1A==", "dependencies": { "@types/color": "^3.0.0", "@types/extract-zip": "^1.6.2", @@ -3487,9 +3487,9 @@ } }, "node_modules/lodash": { - "version": "4.17.19", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.19.tgz", - "integrity": "sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ==" + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" }, "node_modules/lodash._reinterpolate": { "version": "3.0.0", @@ -3846,11 +3846,41 @@ } }, "node_modules/node-fetch": { - "version": "2.6.1", - "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.1.tgz", - "integrity": "sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==", + "version": "2.6.7", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz", + "integrity": "sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==", + "dependencies": { + "whatwg-url": "^5.0.0" + }, "engines": { "node": "4.x || >=6.0.0" + }, + "peerDependencies": { + "encoding": "^0.1.0" + }, + "peerDependenciesMeta": { + "encoding": { + "optional": true + } + } + }, + "node_modules/node-fetch/node_modules/tr46": { + "version": "0.0.3", + "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz", + "integrity": "sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=" + }, + "node_modules/node-fetch/node_modules/webidl-conversions": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz", + "integrity": "sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=" + }, + "node_modules/node-fetch/node_modules/whatwg-url": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz", + "integrity": "sha1-lmRU6HZUYuN2RNNib2dCzotwll0=", + "dependencies": { + "tr46": "~0.0.3", + "webidl-conversions": "^3.0.0" } }, "node_modules/node-forge": { @@ -5913,9 +5943,9 @@ } }, "@bubblewrap/core": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@bubblewrap/core/-/core-1.14.0.tgz", - "integrity": "sha512-etDjAQKzmXXcxE575vnKHkNqyT2xDvCHrSouBBXPd8vVqOtnJBxQldXxcLuiFqkXl6sXl+LO4Jm3Z+F7AfbLOg==", + "version": "1.17.0", + "resolved": "https://registry.npmjs.org/@bubblewrap/core/-/core-1.17.0.tgz", + "integrity": "sha512-zNm678XvU6+LuH/Ri1ayWqIV7S0yBo3JM28uWWzQnbcL7FmWtR1xF7yLU2rcvIhFADq2FzvVa5UtbGTbSq8D1A==", "requires": { "@types/color": "^3.0.0", "@types/extract-zip": "^1.6.2", @@ -8956,9 +8986,33 @@ "integrity": "sha512-hZXc7K2e+PgeI1eDBe/10Ard4ekbfrrqG8Ep+8Jmf4JID2bNg7NvCPOZN+kfF574pFQI7mum2AUqDidoKqcTOw==" }, "node-fetch": { - "version": "2.6.1", - "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.1.tgz", - "integrity": "sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==" + "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" + }, + "dependencies": { + "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" + } + } + } }, "node-forge": { "version": "0.10.0", diff --git a/package.json b/package.json index eb1e1ab..93aa058 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "fs-extra": "^7.0.1", "lodash": "^4.17.21", "multer": "^1.4.2", - "node-fetch": "^2.6.1", + "node-fetch": "^2.6.7", "password-generator": "^2.3.2", "path": "^0.12.7", "q": "^1.5.1",