diff --git a/package-lock.json b/package-lock.json index 0bf1918a..14f36147 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": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==", + "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": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==", + "dev": true }, "webpack": { "version": "4.46.0", @@ -10185,7 +10198,8 @@ "whatwg-url": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz", - "integrity": "sha1-lmRU6HZUYuN2RNNib2dCzotwll0=", + "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==", + "dev": true, "requires": { "tr46": "~0.0.3", "webidl-conversions": "^3.0.0" diff --git a/package.json b/package.json index e9bf0b6f..2454759c 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#4aac726", "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",