Skip to content

Commit

Permalink
Merge pull request #4446 from Agoric/mhofman/dependabotany-2022-02-03
Browse files Browse the repository at this point in the history
Dependabotany 2022-02-03
  • Loading branch information
mergify[bot] authored Feb 3, 2022
2 parents a79a06f + 6c9c82b commit 108b42d
Show file tree
Hide file tree
Showing 4 changed files with 64 additions and 206 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,11 +106,13 @@
"patch-package": "^6.2.2"
},
"resolutions": {
"**/react-scripts/@babel/core": "^7.12.3",
"**/react-scripts/@typescript-eslint/parser": "^5.10.2",
"**/react-scripts/@typescript-eslint/eslint-plugin": "^5.10.2",
"**/react-scripts/eslint-plugin-jest": "^26.0.0",
"**/react-scripts/eslint-plugin-testing-library": "^5.0.1",
"**/react-scripts/eslint-config-react-app": "^7.0.0",
"**/react-dev-utils/@babel/code-frame": "^7.10.4",
"**/eslint-config-react-app/eslint-plugin-jest": "^26.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/web-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@open-wc/testing": "next",
"@web/dev-server": "^0.1.22",
"@web/test-runner": "^0.13.23",
"eslint": "^7.32.0",
"eslint": "^7.23.0",
"eslint-plugin-lit": "^1.5.1",
"eslint-plugin-lit-a11y": "^1.0.1",
"eslint-plugin-wc": "^1.3.1",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
diff --git a/node_modules/node-fetch/lib/index.js b/node_modules/node-fetch/lib/index.js
index 4b241bf..c5f1165 100644
index e5b04f1..a050074 100644
--- a/node_modules/node-fetch/lib/index.js
+++ b/node_modules/node-fetch/lib/index.js
@@ -153,9 +153,23 @@ function FetchError(message, type, systemError) {
@@ -154,9 +154,23 @@ function FetchError(message, type, systemError) {
Error.captureStackTrace(this, this.constructor);
}

Expand All @@ -29,7 +29,7 @@ index 4b241bf..c5f1165 100644

let convert;
try {
@@ -1378,10 +1392,7 @@ function AbortError(message) {
@@ -1400,10 +1414,7 @@ function AbortError(message) {
// hide custom error implementation details from end-users
Error.captureStackTrace(this, this.constructor);
}
Expand All @@ -39,5 +39,5 @@ index 4b241bf..c5f1165 100644
-AbortError.prototype.name = 'AbortError';
+makeErrorish(AbortError, 'AbortError');

// fix an issue where "PassThrough", "resolve" aren't a named export for node <10
const PassThrough$1 = Stream.PassThrough;
const URL$1 = Url.URL || whatwgUrl.URL;

Loading

0 comments on commit 108b42d

Please sign in to comment.