From 8f61d311c6f376230d06e8cddcd75de7356916b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 May 2022 15:28:07 +0000 Subject: [PATCH] Bump node-fetch from 2.6.6 to 2.6.7 Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.6 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.6...v2.6.7) --- updated-dependencies: - dependency-name: node-fetch dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 24 +++++++++++++++++++----- package.json | 4 ++-- 2 files changed, 21 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 32e82d16..a975ad82 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6535,9 +6535,10 @@ } }, "node-fetch": { - "version": "2.6.6", - "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.6.tgz", - "integrity": "sha512-Z8/6vRlTUChSdIgMa51jxQ4lrw/Jy5SOW10ObaA47/RElsAN2c5Pn8bTgFGWn/ibwzXTE8qwr1Yzx28vsecXEA==", + "version": "2.6.7", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz", + "integrity": "sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==", + "dev": true, "requires": { "whatwg-url": "^5.0.0" } @@ -8212,6 +8213,15 @@ "sorcery": "^0.10.0", "strip-indent": "^3.0.0" } + }, + "svelte-preprocess-cssmodules": { + "version": "git+https://github.com/DmitriVanGuard/svelte-preprocess-cssmodules.git#3b24f22c1bed4ebfb1fd18e22c3588917b917a33", + "from": "git+https://github.com/DmitriVanGuard/svelte-preprocess-cssmodules.git#3b24f22", + "requires": { + "loader-utils": "^2.0.0", + "object.fromentries": "^2.0.2", + "string.prototype.matchall": "^4.0.3" + } } } }, @@ -9125,6 +9135,7 @@ "svelte-preprocess-cssmodules": { "version": "git+https://github.com/DmitriVanGuard/svelte-preprocess-cssmodules.git#3b24f22c1bed4ebfb1fd18e22c3588917b917a33", "from": "git+https://github.com/DmitriVanGuard/svelte-preprocess-cssmodules.git#3b24f22", + "dev": true, "requires": { "loader-utils": "^2.0.0", "object.fromentries": "^2.0.2", @@ -9546,7 +9557,8 @@ "tr46": { "version": "0.0.3", "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz", - "integrity": "sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=" + "integrity": "sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=", + "dev": true }, "trim-newlines": { "version": "3.0.1", @@ -10077,7 +10089,8 @@ "webidl-conversions": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz", - "integrity": "sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=" + "integrity": "sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=", + "dev": true }, "webpack": { "version": "4.46.0", @@ -10186,6 +10199,7 @@ "version": "5.0.0", "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz", "integrity": "sha1-lmRU6HZUYuN2RNNib2dCzotwll0=", + "dev": true, "requires": { "tr46": "~0.0.3", "webidl-conversions": "^3.0.0" diff --git a/package.json b/package.json index 29fc936a..6f138898 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "sanitize-html": "1.20.1", "ethers": "^5.4.4", "mobile-detect": "^1.4.5", - "node-fetch": "^2.6.1", + "node-fetch": "^2.6.7", "polka": "next", "san-webkit": "https://github.com/santiment/san-webkit#84fea64", "sirv": "^1.0.0", @@ -48,7 +48,7 @@ "file-loader": "^6.0.0", "husky": "^7.0.4", "lint-staged": "^12.3.7", - "node-fetch": "^2.6.1", + "node-fetch": "^2.6.7", "node-sass": "^6.0.1", "patch-package": "^6.2.2", "phoenix": "^1.6.6",