1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 01:47:00 +01:00

devDeps: bump and align devDependencies (#19194)

* devDeps: madge@^5.0.1->^6.1.0

* devDeps: dependency-tree@^8.1.2->^10.0.7

* devDeps: gh-pages@^3.2.3->^5.0.0

* devDeps: del@^3.0.0->^6.1.1

* devDeps: chalk@^3.0.0->^4.1.2

* dedupe

---------

Co-authored-by: Brad Decker <bhdecker84@gmail.com>
This commit is contained in:
legobeat 2023-06-15 15:47:39 +00:00 committed by GitHub
parent 55a1514513
commit f286d16664
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 711 additions and 344 deletions

View File

@ -1328,7 +1328,7 @@
"@typescript-eslint/eslint-plugin>tsutils": true, "@typescript-eslint/eslint-plugin>tsutils": true,
"@typescript-eslint/parser>@typescript-eslint/scope-manager>@typescript-eslint/visitor-keys": true, "@typescript-eslint/parser>@typescript-eslint/scope-manager>@typescript-eslint/visitor-keys": true,
"@typescript-eslint/parser>@typescript-eslint/types": true, "@typescript-eslint/parser>@typescript-eslint/types": true,
"eslint>is-glob": true, "del>is-glob": true,
"globby": true, "globby": true,
"nock>debug": true, "nock>debug": true,
"semver": true, "semver": true,
@ -1546,6 +1546,7 @@
"brfs>static-module": { "brfs>static-module": {
"packages": { "packages": {
"brfs>static-module>acorn-node": true, "brfs>static-module>acorn-node": true,
"brfs>static-module>escodegen": true,
"brfs>static-module>magic-string": true, "brfs>static-module>magic-string": true,
"brfs>static-module>merge-source-map": true, "brfs>static-module>merge-source-map": true,
"brfs>static-module>object-inspect": true, "brfs>static-module>object-inspect": true,
@ -1556,7 +1557,6 @@
"browserify>concat-stream": true, "browserify>concat-stream": true,
"browserify>duplexer2": true, "browserify>duplexer2": true,
"browserify>has": true, "browserify>has": true,
"jsdom>escodegen": true,
"nyc>convert-source-map": true, "nyc>convert-source-map": true,
"readable-stream": true "readable-stream": true
} }
@ -1573,6 +1573,16 @@
"define": true "define": true
} }
}, },
"brfs>static-module>escodegen": {
"globals": {
"sourceMap.SourceNode": true
},
"packages": {
"brfs>static-module>escodegen>estraverse": true,
"brfs>static-module>escodegen>source-map": true,
"eslint>esutils": true
}
},
"brfs>static-module>magic-string": { "brfs>static-module>magic-string": {
"globals": { "globals": {
"Buffer": true, "Buffer": true,
@ -1647,7 +1657,17 @@
}, },
"brfs>static-module>static-eval": { "brfs>static-module>static-eval": {
"packages": { "packages": {
"jsdom>escodegen": true "brfs>static-module>static-eval>escodegen": true
}
},
"brfs>static-module>static-eval>escodegen": {
"globals": {
"sourceMap.SourceNode": true
},
"packages": {
"brfs>static-module>static-eval>escodegen>estraverse": true,
"brfs>static-module>static-eval>escodegen>source-map": true,
"eslint>esutils": true
} }
}, },
"brfs>static-module>through2": { "brfs>static-module>through2": {
@ -2059,9 +2079,9 @@
"chokidar>fsevents": true, "chokidar>fsevents": true,
"chokidar>is-binary-path": true, "chokidar>is-binary-path": true,
"chokidar>normalize-path": true, "chokidar>normalize-path": true,
"del>is-glob": true,
"depcheck>readdirp": true, "depcheck>readdirp": true,
"eslint>glob-parent": true, "eslint>glob-parent": true,
"eslint>is-glob": true,
"watchify>anymatch": true "watchify>anymatch": true
} }
}, },
@ -2153,103 +2173,65 @@
}, },
"del": { "del": {
"builtin": { "builtin": {
"path.resolve": true "path.resolve": true,
"util.promisify": true
},
"globals": {
"process.cwd": true,
"process.platform": true
}, },
"packages": { "packages": {
"del>globby": true, "del>graceful-fs": true,
"del>is-glob": true,
"del>is-path-cwd": true, "del>is-path-cwd": true,
"del>is-path-in-cwd": true, "del>is-path-inside": true,
"del>p-map": true, "del>p-map": true,
"del>pify": true, "del>slash": true,
"del>rimraf": true "globby": true,
"nyc>rimraf": true
} }
}, },
"del>globby": { "del>graceful-fs": {
"packages": { "builtin": {
"del>globby>array-union": true, "assert.equal": true,
"del>globby>pify": true, "constants.O_SYMLINK": true,
"del>globby>pinkie-promise": true, "constants.O_WRONLY": true,
"del>rimraf>glob": true, "constants.hasOwnProperty": true,
"react>object-assign": true "fs": true,
} "stream.Stream.call": true,
}, "util": true
"del>globby>array-union": { },
"packages": {
"del>globby>array-union>array-uniq": true
}
},
"del>globby>pinkie-promise": {
"packages": {
"del>globby>pinkie-promise>pinkie": true
}
},
"del>globby>pinkie-promise>pinkie": {
"globals": { "globals": {
"clearTimeout": true,
"console.error": true,
"process": true, "process": true,
"setImmediate": true,
"setTimeout": true "setTimeout": true
} }
}, },
"del>is-glob": {
"packages": {
"del>is-glob>is-extglob": true
}
},
"del>is-path-cwd": { "del>is-path-cwd": {
"builtin": { "builtin": {
"path.resolve": true "path.resolve": true
}, },
"globals": { "globals": {
"process.cwd": true
}
},
"del>is-path-in-cwd": {
"globals": {
"process.cwd": true
},
"packages": {
"del>is-path-in-cwd>is-path-inside": true
}
},
"del>is-path-in-cwd>is-path-inside": {
"builtin": {
"path.resolve": true
},
"packages": {
"serve-handler>path-is-inside": true
}
},
"del>rimraf": {
"builtin": {
"assert": true,
"fs": true,
"path.join": true
},
"globals": {
"process.platform": true,
"setTimeout": true
},
"packages": {
"del>rimraf>glob": true
}
},
"del>rimraf>glob": {
"builtin": {
"assert": true,
"events.EventEmitter": true,
"fs": true,
"path.join": true,
"path.resolve": true,
"util": true
},
"globals": {
"console.error": true,
"process.cwd": true, "process.cwd": true,
"process.nextTick": true,
"process.platform": true "process.platform": true
}, }
},
"del>is-path-inside": {
"builtin": {
"path.relative": true,
"path.resolve": true,
"path.sep": true
}
},
"del>p-map": {
"packages": { "packages": {
"eslint>minimatch": true, "nyc>p-map>aggregate-error": true
"gulp-watch>path-is-absolute": true,
"nyc>glob>fs.realpath": true,
"nyc>glob>inflight": true,
"pump>once": true,
"pumpify>inherits": true
} }
}, },
"depcheck>@babel/traverse": { "depcheck>@babel/traverse": {
@ -2427,6 +2409,8 @@
"process": true "process": true
}, },
"packages": { "packages": {
"del>is-glob": true,
"del>is-path-inside": true,
"eslint>@eslint-community/eslint-utils": true, "eslint>@eslint-community/eslint-utils": true,
"eslint>@eslint-community/regexpp": true, "eslint>@eslint-community/regexpp": true,
"eslint>@eslint/eslintrc": true, "eslint>@eslint/eslintrc": true,
@ -2446,8 +2430,6 @@
"eslint>globals": true, "eslint>globals": true,
"eslint>grapheme-splitter": true, "eslint>grapheme-splitter": true,
"eslint>imurmurhash": true, "eslint>imurmurhash": true,
"eslint>is-glob": true,
"eslint>is-path-inside": true,
"eslint>js-sdsl": true, "eslint>js-sdsl": true,
"eslint>json-stable-stringify-without-jsonify": true, "eslint>json-stable-stringify-without-jsonify": true,
"eslint>levn": true, "eslint>levn": true,
@ -2503,9 +2485,9 @@
}, },
"packages": { "packages": {
"brfs>resolve": true, "brfs>resolve": true,
"del>is-glob": true,
"eslint-import-resolver-typescript>glob": true, "eslint-import-resolver-typescript>glob": true,
"eslint-plugin-import>tsconfig-paths": true, "eslint-plugin-import>tsconfig-paths": true,
"eslint>is-glob": true,
"nock>debug": true "nock>debug": true
} }
}, },
@ -2545,6 +2527,7 @@
}, },
"packages": { "packages": {
"browserify>has": true, "browserify>has": true,
"del>is-glob": true,
"depcheck>is-core-module": true, "depcheck>is-core-module": true,
"eslint": true, "eslint": true,
"eslint-plugin-import>array.prototype.flat": true, "eslint-plugin-import>array.prototype.flat": true,
@ -2554,7 +2537,6 @@
"eslint-plugin-import>tsconfig-paths": true, "eslint-plugin-import>tsconfig-paths": true,
"eslint-plugin-react>array-includes": true, "eslint-plugin-react>array-includes": true,
"eslint-plugin-react>object.values": true, "eslint-plugin-react>object.values": true,
"eslint>is-glob": true,
"eslint>minimatch": true, "eslint>minimatch": true,
"typescript": true "typescript": true
} }
@ -3197,7 +3179,7 @@
"path.posix.dirname": true "path.posix.dirname": true
}, },
"packages": { "packages": {
"eslint>is-glob": true "del>is-glob": true
} }
}, },
"eslint>import-fresh": { "eslint>import-fresh": {
@ -3226,18 +3208,6 @@
"path.resolve": true "path.resolve": true
} }
}, },
"eslint>is-glob": {
"packages": {
"eslint>is-glob>is-extglob": true
}
},
"eslint>is-path-inside": {
"builtin": {
"path.relative": true,
"path.resolve": true,
"path.sep": true
}
},
"eslint>levn": { "eslint>levn": {
"packages": { "packages": {
"eslint>levn>prelude-ls": true, "eslint>levn>prelude-ls": true,
@ -3356,9 +3326,9 @@
"setTimeout": true "setTimeout": true
}, },
"packages": { "packages": {
"del>graceful-fs": true,
"fs-extra>jsonfile": true, "fs-extra>jsonfile": true,
"fs-extra>universalify": true, "fs-extra>universalify": true
"webpack>graceful-fs": true
} }
}, },
"fs-extra>jsonfile": { "fs-extra>jsonfile": {
@ -3369,7 +3339,19 @@
"Buffer.isBuffer": true "Buffer.isBuffer": true
}, },
"packages": { "packages": {
"webpack>graceful-fs": true "del>graceful-fs": true
}
},
"gh-pages>globby>pinkie-promise": {
"packages": {
"gh-pages>globby>pinkie-promise>pinkie": true
}
},
"gh-pages>globby>pinkie-promise>pinkie": {
"globals": {
"process": true,
"setImmediate": true,
"setTimeout": true
} }
}, },
"globalthis": { "globalthis": {
@ -3406,12 +3388,12 @@
"process.cwd": true "process.cwd": true
}, },
"packages": { "packages": {
"del>slash": true,
"fast-glob": true, "fast-glob": true,
"globby>array-union": true, "globby>array-union": true,
"globby>dir-glob": true, "globby>dir-glob": true,
"globby>ignore": true, "globby>ignore": true,
"globby>merge2": true, "globby>merge2": true
"globby>slash": true
} }
}, },
"globby>dir-glob": { "globby>dir-glob": {
@ -3945,6 +3927,7 @@
"Buffer.from": true "Buffer.from": true
}, },
"packages": { "packages": {
"del>graceful-fs": true,
"gulp-sourcemaps>@gulp-sourcemaps/identity-map": true, "gulp-sourcemaps>@gulp-sourcemaps/identity-map": true,
"gulp-sourcemaps>@gulp-sourcemaps/map-sources": true, "gulp-sourcemaps>@gulp-sourcemaps/map-sources": true,
"gulp-sourcemaps>acorn": true, "gulp-sourcemaps>acorn": true,
@ -3954,8 +3937,7 @@
"gulp-sourcemaps>source-map": true, "gulp-sourcemaps>source-map": true,
"gulp-sourcemaps>strip-bom-string": true, "gulp-sourcemaps>strip-bom-string": true,
"gulp-sourcemaps>through2": true, "gulp-sourcemaps>through2": true,
"nyc>convert-source-map": true, "nyc>convert-source-map": true
"webpack>graceful-fs": true
} }
}, },
"gulp-sourcemaps>@gulp-sourcemaps/identity-map": { "gulp-sourcemaps>@gulp-sourcemaps/identity-map": {
@ -4431,6 +4413,7 @@
}, },
"packages": { "packages": {
"chokidar>normalize-path": true, "chokidar>normalize-path": true,
"del>is-glob": true,
"eslint>glob-parent": true, "eslint>glob-parent": true,
"eslint>is-glob": true, "eslint>is-glob": true,
"gulp-watch>chokidar>anymatch": true, "gulp-watch>chokidar>anymatch": true,
@ -4999,9 +4982,9 @@
"setImmediate": true "setImmediate": true
}, },
"packages": { "packages": {
"del>graceful-fs": true,
"gulp-watch>chokidar>readdirp>micromatch": true, "gulp-watch>chokidar>readdirp>micromatch": true,
"readable-stream": true, "readable-stream": true
"webpack>graceful-fs": true
} }
}, },
"gulp-watch>chokidar>readdirp>micromatch": { "gulp-watch>chokidar>readdirp>micromatch": {
@ -5159,12 +5142,12 @@
"process.cwd": true "process.cwd": true
}, },
"packages": { "packages": {
"del>globby>pinkie-promise": true, "del>graceful-fs": true,
"gh-pages>globby>pinkie-promise": true,
"gulp-watch>vinyl-file>pify": true, "gulp-watch>vinyl-file>pify": true,
"gulp-watch>vinyl-file>strip-bom": true, "gulp-watch>vinyl-file>strip-bom": true,
"gulp-watch>vinyl-file>strip-bom-stream": true, "gulp-watch>vinyl-file>strip-bom-stream": true,
"gulp-watch>vinyl-file>vinyl": true, "gulp-watch>vinyl-file>vinyl": true
"webpack>graceful-fs": true
} }
}, },
"gulp-watch>vinyl-file>strip-bom": { "gulp-watch>vinyl-file>strip-bom": {
@ -5525,8 +5508,8 @@
}, },
"packages": { "packages": {
"chokidar>normalize-path": true, "chokidar>normalize-path": true,
"del>is-glob": true,
"eslint>glob-parent": true, "eslint>glob-parent": true,
"eslint>is-glob": true,
"gulp-watch>chokidar>async-each": true, "gulp-watch>chokidar>async-each": true,
"gulp-watch>path-is-absolute": true, "gulp-watch>path-is-absolute": true,
"gulp>glob-watcher>anymatch": true, "gulp>glob-watcher>anymatch": true,
@ -5625,9 +5608,9 @@
"setImmediate": true "setImmediate": true
}, },
"packages": { "packages": {
"del>graceful-fs": true,
"gulp>glob-watcher>anymatch>micromatch": true, "gulp>glob-watcher>anymatch>micromatch": true,
"readable-stream": true, "readable-stream": true
"webpack>graceful-fs": true
} }
}, },
"gulp>glob-watcher>chokidar>upath": { "gulp>glob-watcher>chokidar>upath": {
@ -5849,6 +5832,7 @@
"process.nextTick": true "process.nextTick": true
}, },
"packages": { "packages": {
"del>graceful-fs": true,
"gulp>vinyl-fs>fs-mkdirp-stream": true, "gulp>vinyl-fs>fs-mkdirp-stream": true,
"gulp>vinyl-fs>glob-stream": true, "gulp>vinyl-fs>glob-stream": true,
"gulp>vinyl-fs>is-valid-glob": true, "gulp>vinyl-fs>is-valid-glob": true,
@ -5864,8 +5848,7 @@
"gulp>vinyl-fs>value-or-function": true, "gulp>vinyl-fs>value-or-function": true,
"gulp>vinyl-fs>vinyl-sourcemap": true, "gulp>vinyl-fs>vinyl-sourcemap": true,
"readable-stream": true, "readable-stream": true,
"vinyl": true, "vinyl": true
"webpack>graceful-fs": true
} }
}, },
"gulp>vinyl-fs>fs-mkdirp-stream": { "gulp>vinyl-fs>fs-mkdirp-stream": {
@ -5877,8 +5860,8 @@
"process.umask": true "process.umask": true
}, },
"packages": { "packages": {
"gulp>vinyl-fs>fs-mkdirp-stream>through2": true, "del>graceful-fs": true,
"webpack>graceful-fs": true "gulp>vinyl-fs>fs-mkdirp-stream>through2": true
} }
}, },
"gulp>vinyl-fs>fs-mkdirp-stream>through2": { "gulp>vinyl-fs>fs-mkdirp-stream>through2": {
@ -6142,13 +6125,13 @@
"Buffer": true "Buffer": true
}, },
"packages": { "packages": {
"del>graceful-fs": true,
"gulp>vinyl-fs>remove-bom-buffer": true, "gulp>vinyl-fs>remove-bom-buffer": true,
"gulp>vinyl-fs>vinyl-sourcemap>append-buffer": true, "gulp>vinyl-fs>vinyl-sourcemap>append-buffer": true,
"gulp>vinyl-fs>vinyl-sourcemap>normalize-path": true, "gulp>vinyl-fs>vinyl-sourcemap>normalize-path": true,
"gulp>vinyl-fs>vinyl-sourcemap>now-and-later": true, "gulp>vinyl-fs>vinyl-sourcemap>now-and-later": true,
"nyc>convert-source-map": true, "nyc>convert-source-map": true,
"vinyl": true, "vinyl": true
"webpack>graceful-fs": true
} }
}, },
"gulp>vinyl-fs>vinyl-sourcemap>append-buffer": { "gulp>vinyl-fs>vinyl-sourcemap>append-buffer": {
@ -6182,16 +6165,6 @@
"process": true "process": true
} }
}, },
"jsdom>escodegen": {
"globals": {
"sourceMap.SourceNode": true
},
"packages": {
"eslint>esutils": true,
"jsdom>escodegen>estraverse": true,
"jsdom>escodegen>source-map": true
}
},
"koa>is-generator-function>has-tostringtag": { "koa>is-generator-function>has-tostringtag": {
"packages": { "packages": {
"string.prototype.matchall>has-symbols": true "string.prototype.matchall>has-symbols": true
@ -6559,27 +6532,8 @@
}, },
"mocha>log-symbols": { "mocha>log-symbols": {
"packages": { "packages": {
"madge>ora>is-unicode-supported": true, "chalk": true,
"mocha>log-symbols>chalk": true "madge>ora>is-unicode-supported": true
}
},
"mocha>log-symbols>chalk": {
"packages": {
"chalk>ansi-styles": true,
"mocha>log-symbols>chalk>supports-color": true
}
},
"mocha>log-symbols>chalk>supports-color": {
"builtin": {
"os.release": true,
"tty.isatty": true
},
"globals": {
"process.env": true,
"process.platform": true
},
"packages": {
"sinon>supports-color>has-flag": true
} }
}, },
"mocha>minimatch>brace-expansion": { "mocha>minimatch>brace-expansion": {
@ -6700,6 +6654,17 @@
"pump>once>wrappy": true "pump>once>wrappy": true
} }
}, },
"nyc>p-map>aggregate-error": {
"packages": {
"@testing-library/jest-dom>redent>indent-string": true,
"nyc>p-map>aggregate-error>clean-stack": true
}
},
"nyc>p-map>aggregate-error>clean-stack": {
"builtin": {
"os.homedir": true
}
},
"nyc>resolve-from": { "nyc>resolve-from": {
"builtin": { "builtin": {
"fs.realpathSync": true, "fs.realpathSync": true,
@ -7821,14 +7786,6 @@
"semver>lru-cache>yallist": true "semver>lru-cache>yallist": true
} }
}, },
"serve-handler>path-is-inside": {
"builtin": {
"path.sep": true
},
"globals": {
"process.platform": true
}
},
"sinon>supports-color>has-flag": { "sinon>supports-color>has-flag": {
"globals": { "globals": {
"process.argv": true "process.argv": true
@ -8001,10 +7958,11 @@
"process.stdout.isTTY": true "process.stdout.isTTY": true
}, },
"packages": { "packages": {
"chalk": true,
"del>slash": true,
"eslint>imurmurhash": true, "eslint>imurmurhash": true,
"globby": true, "globby": true,
"globby>ignore": true, "globby>ignore": true,
"globby>slash": true,
"lodash": true, "lodash": true,
"mocha>log-symbols": true, "mocha>log-symbols": true,
"nock>debug": true, "nock>debug": true,
@ -8013,7 +7971,6 @@
"stylelint>@stylelint/postcss-markdown": true, "stylelint>@stylelint/postcss-markdown": true,
"stylelint>autoprefixer": true, "stylelint>autoprefixer": true,
"stylelint>balanced-match": true, "stylelint>balanced-match": true,
"stylelint>chalk": true,
"stylelint>cosmiconfig": true, "stylelint>cosmiconfig": true,
"stylelint>execall": true, "stylelint>execall": true,
"stylelint>file-entry-cache": true, "stylelint>file-entry-cache": true,
@ -8188,25 +8145,6 @@
"stylelint>autoprefixer>postcss>source-map": true "stylelint>autoprefixer>postcss>source-map": true
} }
}, },
"stylelint>chalk": {
"packages": {
"chalk>ansi-styles": true,
"stylelint>chalk>supports-color": true
}
},
"stylelint>chalk>supports-color": {
"builtin": {
"os.release": true,
"tty.isatty": true
},
"globals": {
"process.env": true,
"process.platform": true
},
"packages": {
"sinon>supports-color>has-flag": true
}
},
"stylelint>cosmiconfig": { "stylelint>cosmiconfig": {
"builtin": { "builtin": {
"fs": true, "fs": true,
@ -9084,23 +9022,6 @@
"webpack>eslint-scope>estraverse": true "webpack>eslint-scope>estraverse": true
} }
}, },
"webpack>graceful-fs": {
"builtin": {
"assert.equal": true,
"constants.O_SYMLINK": true,
"constants.O_WRONLY": true,
"constants.hasOwnProperty": true,
"fs": true,
"stream.Stream.call": true,
"util": true
},
"globals": {
"clearTimeout": true,
"console.error": true,
"process": true,
"setTimeout": true
}
},
"webpack>json-parse-even-better-errors": { "webpack>json-parse-even-better-errors": {
"globals": { "globals": {
"Buffer.isBuffer": true "Buffer.isBuffer": true

View File

@ -441,7 +441,7 @@
"brfs": "^2.0.2", "brfs": "^2.0.2",
"browser-util-inspect": "^0.2.0", "browser-util-inspect": "^0.2.0",
"browserify": "^16.5.1", "browserify": "^16.5.1",
"chalk": "^3.0.0", "chalk": "^4.1.2",
"chokidar": "^3.5.3", "chokidar": "^3.5.3",
"chromedriver": "^111.0.0", "chromedriver": "^111.0.0",
"concurrently": "^7.6.0", "concurrently": "^7.6.0",
@ -450,9 +450,9 @@
"css-loader": "^2.1.1", "css-loader": "^2.1.1",
"css-to-xpath": "^0.1.0", "css-to-xpath": "^0.1.0",
"csstype": "^3.0.11", "csstype": "^3.0.11",
"del": "^3.0.0", "del": "^6.1.1",
"depcheck": "^1.4.3", "depcheck": "^1.4.3",
"dependency-tree": "^8.1.2", "dependency-tree": "^10.0.9",
"duplexify": "^4.1.1", "duplexify": "^4.1.1",
"eslint": "^8.36.0", "eslint": "^8.36.0",
"eslint-config-prettier": "^8.5.0", "eslint-config-prettier": "^8.5.0",
@ -472,7 +472,7 @@
"fs-extra": "^8.1.0", "fs-extra": "^8.1.0",
"ganache": "^v7.0.4", "ganache": "^v7.0.4",
"geckodriver": "^3.2.0", "geckodriver": "^3.2.0",
"gh-pages": "^3.2.3", "gh-pages": "^5.0.0",
"globby": "^11.0.4", "globby": "^11.0.4",
"gulp": "^4.0.2", "gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0", "gulp-autoprefixer": "^8.0.0",
@ -505,7 +505,7 @@
"lavamoat-viz": "^6.0.9", "lavamoat-viz": "^6.0.9",
"lockfile-lint": "^4.9.6", "lockfile-lint": "^4.9.6",
"loose-envify": "^1.4.0", "loose-envify": "^1.4.0",
"madge": "^5.0.1", "madge": "^6.1.0",
"mocha": "^9.2.2", "mocha": "^9.2.2",
"mockttp": "^2.6.0", "mockttp": "^2.6.0",
"nock": "^13.2.9", "nock": "^13.2.9",

730
yarn.lock

File diff suppressed because it is too large Load Diff