From e18ccea74f1bc1618c4301f3442c8ba5abbd7171 Mon Sep 17 00:00:00 2001 From: Jaco Greeff Date: Sat, 27 Feb 2021 09:05:32 +0100 Subject: [PATCH] Bump deps (#141) --- .codeclimate.yml | 4 - .nvmrc | 1 - jest.config.js | 3 +- package.json | 6 +- packages/phishing/package.json | 8 +- packages/phishing/src/index.spec.ts | 13 +- yarn.lock | 977 +++++++++++++++------------- 7 files changed, 531 insertions(+), 481 deletions(-) delete mode 100644 .codeclimate.yml delete mode 100644 .nvmrc diff --git a/.codeclimate.yml b/.codeclimate.yml deleted file mode 100644 index 156a85c2d..000000000 --- a/.codeclimate.yml +++ /dev/null @@ -1,4 +0,0 @@ -exclude_patterns: -- "**/*.spec.js" -- "**/*.spec.ts" -- "docs/**/*.js" diff --git a/.nvmrc b/.nvmrc deleted file mode 100644 index 48082f72f..000000000 --- a/.nvmrc +++ /dev/null @@ -1 +0,0 @@ -12 diff --git a/jest.config.js b/jest.config.js index 143e0b5da..3651182e2 100644 --- a/jest.config.js +++ b/jest.config.js @@ -4,8 +4,7 @@ const config = require('@polkadot/dev/config/jest.cjs'); module.exports = Object.assign({}, config, { - moduleNameMapper: { - }, + moduleNameMapper: {}, modulePathIgnorePatterns: [ '/build' ], diff --git a/package.json b/package.json index bef0a0cc0..caa9e0c3a 100644 --- a/package.json +++ b/package.json @@ -22,13 +22,13 @@ "test": "polkadot-dev-run-test --coverage --runInBand --testPathIgnorePatterns addrcheck --testPathIgnorePatterns crosscheck" }, "devDependencies": { - "@babel/core": "^7.12.17", - "@polkadot/dev": "^0.61.26", + "@babel/core": "^7.13.8", + "@polkadot/dev": "^0.61.30", "@types/jest": "^26.0.20" }, "version": "0.5.40", "dependencies": { - "@pinata/sdk": "^1.1.11", + "@pinata/sdk": "^1.1.12", "dnslink-cloudflare": "^3.0.0" } } diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 348b6ef11..b83ba1f36 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -12,10 +12,10 @@ "repository": "github.com:polkadot-js/phishing", "homepage": "https://github.com/polkadot-js/common/tree/master/packages/phishing#readme", "dependencies": { - "@babel/runtime": "^7.12.18", - "@polkadot/util": "^5.7.1", - "@polkadot/util-crypto": "^5.7.1", - "@polkadot/x-fetch": "^5.7.1" + "@babel/runtime": "^7.13.8", + "@polkadot/util": "^5.8.1", + "@polkadot/util-crypto": "^5.8.1", + "@polkadot/x-fetch": "^5.8.1" }, "devDependencies": { "@types/js-yaml": "^4.0.0", diff --git a/packages/phishing/src/index.spec.ts b/packages/phishing/src/index.spec.ts index 18d11a530..16646b2ce 100644 --- a/packages/phishing/src/index.spec.ts +++ b/packages/phishing/src/index.spec.ts @@ -6,13 +6,13 @@ import allowed from '../../../known.json'; import { checkAddress, checkIfDenied } from '.'; describe('checkIfDenied', (): void => { - it('returns false when host in list', async (): Promise => { + it('returns false when host is not listed', async (): Promise => { expect( await checkIfDenied('polkadot.network') ).toEqual(false); }); - it('returns false when host in list (with protocol)', async (): Promise => { + it('returns false when host is not listed (with protocol)', async (): Promise => { expect( await checkIfDenied('https://polkadot.network') ).toEqual(false); @@ -65,8 +65,13 @@ describe('checkAddress', (): void => { describe('check additions', (): void => { it('has no entries on the known addresses list', (): void => { - const added = Object.values(denied as Record).reduce((all: string[], addrs: string[]) => all.concat(addrs), []); - const dupes = Object.entries(allowed as Record).reduce((all: [string, string][], [site, addrs]) => all.concat(addrs.map((a) => [site, a])), []).filter(([, a]) => added.includes(a)); + const added = Object + .values(denied as Record) + .reduce((all, addrs) => all.concat(addrs), []); + const dupes = Object + .entries(allowed as Record) + .reduce<[string, string][]>((all, [site, addrs]) => all.concat(addrs.map((a) => [site, a])), []) + .filter(([, a]) => added.includes(a)); expect(dupes).toEqual([]); }); diff --git a/yarn.lock b/yarn.lock index ac3f2a496..27a22f19d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5,9 +5,9 @@ __metadata: version: 4 cacheKey: 7 -"@babel/cli@npm:^7.12.16": - version: 7.12.16 - resolution: "@babel/cli@npm:7.12.16" +"@babel/cli@npm:^7.13.0": + version: 7.13.0 + resolution: "@babel/cli@npm:7.13.0" dependencies: "@nicolo-ribaudo/chokidar-2": 2.1.8-no-fsevents chokidar: ^3.4.0 @@ -29,7 +29,7 @@ __metadata: bin: babel: ./bin/babel.js babel-external-helpers: ./bin/babel-external-helpers.js - checksum: b58e2581b8671daf437beac97c290261913bf4b21115b7bcc1f1fcd3feaf5ad16cb135a02ba53e9380d1072aa8f691894d9bb03279f1c14ee0ef0a422d0c969e + checksum: a887d985e45a5b97e0d6b4ae403d63033ad8b539b86d1d77b98f1766b2bc219e09797b36eedb03fc9d35f61622b108a38111c5e55d7bf7101de74d788335cf00 languageName: node linkType: hard @@ -51,44 +51,45 @@ __metadata: languageName: node linkType: hard -"@babel/compat-data@npm:^7.12.13": - version: 7.12.13 - resolution: "@babel/compat-data@npm:7.12.13" - checksum: ab32dd78b7cb3c511ca557ec042763007cea6d2419dbf76d2716b7d5184b6f3e9c60e2fb4124ee69a0a4b78582e41a6e83330e99b969843d6daada427fecb877 +"@babel/compat-data@npm:^7.13.0, @babel/compat-data@npm:^7.13.5, @babel/compat-data@npm:^7.13.8": + version: 7.13.8 + resolution: "@babel/compat-data@npm:7.13.8" + checksum: e07e24737973206dd17439224945a354352ce0896d5a0bdd22fc637464eb650bdf6651a42352dc35fa8d55842ce1b66e545a1e3c096ee8f45947dcc32a44be44 languageName: node linkType: hard -"@babel/core@npm:^7.1.0, @babel/core@npm:^7.12.16, @babel/core@npm:^7.12.17, @babel/core@npm:^7.7.5": - version: 7.12.17 - resolution: "@babel/core@npm:7.12.17" +"@babel/core@npm:7.13.8, @babel/core@npm:^7.1.0, @babel/core@npm:^7.13.1, @babel/core@npm:^7.13.8, @babel/core@npm:^7.7.5": + version: 7.13.8 + resolution: "@babel/core@npm:7.13.8" dependencies: "@babel/code-frame": ^7.12.13 - "@babel/generator": ^7.12.17 - "@babel/helper-module-transforms": ^7.12.17 - "@babel/helpers": ^7.12.17 - "@babel/parser": ^7.12.17 + "@babel/generator": ^7.13.0 + "@babel/helper-compilation-targets": ^7.13.8 + "@babel/helper-module-transforms": ^7.13.0 + "@babel/helpers": ^7.13.0 + "@babel/parser": ^7.13.4 "@babel/template": ^7.12.13 - "@babel/traverse": ^7.12.17 - "@babel/types": ^7.12.17 + "@babel/traverse": ^7.13.0 + "@babel/types": ^7.13.0 convert-source-map: ^1.7.0 debug: ^4.1.0 - gensync: ^1.0.0-beta.1 + gensync: ^1.0.0-beta.2 json5: ^2.1.2 lodash: ^4.17.19 - semver: ^5.4.1 + semver: ^6.3.0 source-map: ^0.5.0 - checksum: 4828334febd04e90d5211244f29ee7bb1e1139be6535171572e4607e27cfcf45a093e6e920f833d6dca8633e4d7e74648534c3ef5dbfbc9ac5901762b0a4a849 + checksum: f3c61e635aa41e127775d1191a65aedd4cf90008625eb93ddbd86214ebae6b0793cefd10503b2a4df8aa510d0e1108dfd15e29bde9bbffc899a50015f56f49c4 languageName: node linkType: hard -"@babel/generator@npm:^7.12.17": - version: 7.12.17 - resolution: "@babel/generator@npm:7.12.17" +"@babel/generator@npm:^7.13.0": + version: 7.13.0 + resolution: "@babel/generator@npm:7.13.0" dependencies: - "@babel/types": ^7.12.17 + "@babel/types": ^7.13.0 jsesc: ^2.5.1 source-map: ^0.5.0 - checksum: c49e56cad0ae307561ec3989f6dcd183f8b9d6576550eb7f2f7c80f21c779c7f8407d81dca2e7830b84259cf898379ec5fea8183b921e41e369d1a32768a6c80 + checksum: d406238edc9e967e5a5013b9c7cf02d9eb4ea0160cd209cb63edb39a095d392b007e6762acb65ae79958a8bc0cf94945155b34dbcb2dfc93df1159881c217148 languageName: node linkType: hard @@ -111,32 +112,32 @@ __metadata: languageName: node linkType: hard -"@babel/helper-compilation-targets@npm:^7.12.16": - version: 7.12.16 - resolution: "@babel/helper-compilation-targets@npm:7.12.16" +"@babel/helper-compilation-targets@npm:^7.13.0, @babel/helper-compilation-targets@npm:^7.13.8": + version: 7.13.8 + resolution: "@babel/helper-compilation-targets@npm:7.13.8" dependencies: - "@babel/compat-data": ^7.12.13 - "@babel/helper-validator-option": ^7.12.16 + "@babel/compat-data": ^7.13.8 + "@babel/helper-validator-option": ^7.12.17 browserslist: ^4.14.5 - semver: ^5.5.0 + semver: ^6.3.0 peerDependencies: "@babel/core": ^7.0.0 - checksum: 3eadb8722a1037a76ad98cabbea306f6f50f2de3f3116bed3d4a3e0cfc919fd5acbfd4eaf816a732be8477b27c45233071c013a3beadf9b3de1950835a37fbdb + checksum: dbee371e5ff226bb03a036d1af858f038ab6e71fac1ff5014bf69411b71af187bcdb0e49d5352ec5ef5e83186c9b88ee83b74295ba900691095b31017ec59f89 languageName: node linkType: hard -"@babel/helper-create-class-features-plugin@npm:^7.12.13, @babel/helper-create-class-features-plugin@npm:^7.12.16": - version: 7.12.16 - resolution: "@babel/helper-create-class-features-plugin@npm:7.12.16" +"@babel/helper-create-class-features-plugin@npm:^7.13.0": + version: 7.13.0 + resolution: "@babel/helper-create-class-features-plugin@npm:7.13.0" dependencies: "@babel/helper-function-name": ^7.12.13 - "@babel/helper-member-expression-to-functions": ^7.12.16 + "@babel/helper-member-expression-to-functions": ^7.13.0 "@babel/helper-optimise-call-expression": ^7.12.13 - "@babel/helper-replace-supers": ^7.12.13 + "@babel/helper-replace-supers": ^7.13.0 "@babel/helper-split-export-declaration": ^7.12.13 peerDependencies: "@babel/core": ^7.0.0 - checksum: 535bdbbde5f0d6d3cf1297126c30606c7915847a9a576dc33384ce5d7bbc41a3a94cde458bfe4cdc19539c0fbb11344f84ebe96ae5fd94034a32382f054738ad + checksum: 2b336d8216894738f7d31c76512b572e1571f3065e61b8d8bc36da481a255021d5fd543088779b5b5812a00a305d27a5b3cf47bbda9e4e28dadffbd0c46a036c languageName: node linkType: hard @@ -152,6 +153,24 @@ __metadata: languageName: node linkType: hard +"@babel/helper-define-polyfill-provider@npm:^0.1.4": + version: 0.1.4 + resolution: "@babel/helper-define-polyfill-provider@npm:0.1.4" + dependencies: + "@babel/helper-compilation-targets": ^7.13.0 + "@babel/helper-module-imports": ^7.12.13 + "@babel/helper-plugin-utils": ^7.13.0 + "@babel/traverse": ^7.13.0 + debug: ^4.1.1 + lodash.debounce: ^4.0.8 + resolve: ^1.14.2 + semver: ^6.1.2 + peerDependencies: + "@babel/core": ^7.4.0-0 + checksum: 268ad963d95dd22c2fab0822a42b9a5bf7d0d2909bbaacf7377326c70c0071e0423c0092085a7e6531bbaf4ae917f8fa86f15de4da395add99cca900b95a7498 + languageName: node + linkType: hard + "@babel/helper-explode-assignable-expression@npm:^7.12.13": version: 7.12.13 resolution: "@babel/helper-explode-assignable-expression@npm:7.12.13" @@ -190,12 +209,12 @@ __metadata: languageName: node linkType: hard -"@babel/helper-member-expression-to-functions@npm:^7.12.13, @babel/helper-member-expression-to-functions@npm:^7.12.16": - version: 7.12.16 - resolution: "@babel/helper-member-expression-to-functions@npm:7.12.16" +"@babel/helper-member-expression-to-functions@npm:^7.13.0": + version: 7.13.0 + resolution: "@babel/helper-member-expression-to-functions@npm:7.13.0" dependencies: - "@babel/types": ^7.12.13 - checksum: d4c86c2686343013a4cb1e67085293ec18cd9b5797d8bd97df51250ff55ea9cf111a62dc721c346ada33c05315cbd69f7ab880b1d5d513e9858e000b70d86845 + "@babel/types": ^7.13.0 + checksum: 9baaab9910a96c0f201b71c6cc39037dce5d32a321f61347ac489ddbef2bcbd232adcadeaa8e44d8c9a7216226c009b57f9d65697d90d7a8ed2c27682932d959 languageName: node linkType: hard @@ -208,20 +227,20 @@ __metadata: languageName: node linkType: hard -"@babel/helper-module-transforms@npm:^7.12.13, @babel/helper-module-transforms@npm:^7.12.17": - version: 7.12.17 - resolution: "@babel/helper-module-transforms@npm:7.12.17" +"@babel/helper-module-transforms@npm:^7.12.13, @babel/helper-module-transforms@npm:^7.13.0": + version: 7.13.0 + resolution: "@babel/helper-module-transforms@npm:7.13.0" dependencies: "@babel/helper-module-imports": ^7.12.13 - "@babel/helper-replace-supers": ^7.12.13 + "@babel/helper-replace-supers": ^7.13.0 "@babel/helper-simple-access": ^7.12.13 "@babel/helper-split-export-declaration": ^7.12.13 "@babel/helper-validator-identifier": ^7.12.11 "@babel/template": ^7.12.13 - "@babel/traverse": ^7.12.17 - "@babel/types": ^7.12.17 + "@babel/traverse": ^7.13.0 + "@babel/types": ^7.13.0 lodash: ^4.17.19 - checksum: 72a31ce7abbbea77af393271aa8b70cba1090d61b9cf7f41cf797553acc35277d46c2ec8170c3df587587cb5ac93d35f4b0cdbc788b5e70f856b8dff87840aab + checksum: b7e45c67eeaca488fa7a7bb0afebaec25b91f94cb04d32229ef799bd3a31ef5b566737fefd139b20c6525817528816e43bf492372c77e352e2a0e4d03b1fe21b languageName: node linkType: hard @@ -234,33 +253,33 @@ __metadata: languageName: node linkType: hard -"@babel/helper-plugin-utils@npm:^7.0.0, @babel/helper-plugin-utils@npm:^7.10.4, @babel/helper-plugin-utils@npm:^7.12.13, @babel/helper-plugin-utils@npm:^7.8.0, @babel/helper-plugin-utils@npm:^7.8.3": - version: 7.12.13 - resolution: "@babel/helper-plugin-utils@npm:7.12.13" - checksum: 9cdfd7790c30ed1d538804544a2f82848533e1532670c8615befa20827332d82810b582035c3e67bba86adccaa7290b981fa31cc5e2881bb346b8ee5d69b1ed6 +"@babel/helper-plugin-utils@npm:^7.0.0, @babel/helper-plugin-utils@npm:^7.10.4, @babel/helper-plugin-utils@npm:^7.12.13, @babel/helper-plugin-utils@npm:^7.13.0, @babel/helper-plugin-utils@npm:^7.8.0, @babel/helper-plugin-utils@npm:^7.8.3": + version: 7.13.0 + resolution: "@babel/helper-plugin-utils@npm:7.13.0" + checksum: 229ac1917b43ad38732d2d4a9a826f87d8945719249efe1d6191f3e25ba6027a289af70380d82d62a03fc9e82558a0ea6f12739cbb55b64bb280d6b511b4ca65 languageName: node linkType: hard -"@babel/helper-remap-async-to-generator@npm:^7.12.13": - version: 7.12.13 - resolution: "@babel/helper-remap-async-to-generator@npm:7.12.13" +"@babel/helper-remap-async-to-generator@npm:^7.13.0": + version: 7.13.0 + resolution: "@babel/helper-remap-async-to-generator@npm:7.13.0" dependencies: "@babel/helper-annotate-as-pure": ^7.12.13 - "@babel/helper-wrap-function": ^7.12.13 - "@babel/types": ^7.12.13 - checksum: 6a0838e6bc850dde2f0d1f218cf52d8a8014422476be548b24b593f92176757b84f31c10245fa4352bb86f17d1271c6b41155047c81768150c7a6a2d8462c45c + "@babel/helper-wrap-function": ^7.13.0 + "@babel/types": ^7.13.0 + checksum: d4211801d482dd4ad48273a7500fcdadc3eb71f44c4d647a3cf5fbe1bc7486abb011976e8842fb8b8374b50d64bae20639a1092e84c2bcd566dfb9f033151b53 languageName: node linkType: hard -"@babel/helper-replace-supers@npm:^7.12.13": - version: 7.12.13 - resolution: "@babel/helper-replace-supers@npm:7.12.13" +"@babel/helper-replace-supers@npm:^7.12.13, @babel/helper-replace-supers@npm:^7.13.0": + version: 7.13.0 + resolution: "@babel/helper-replace-supers@npm:7.13.0" dependencies: - "@babel/helper-member-expression-to-functions": ^7.12.13 + "@babel/helper-member-expression-to-functions": ^7.13.0 "@babel/helper-optimise-call-expression": ^7.12.13 - "@babel/traverse": ^7.12.13 - "@babel/types": ^7.12.13 - checksum: 1a433f4e4b0a1fc7fbcf4884a12abd75873269f8978c66a72a63e5ba83614c2208851111100d0dc25b9f3bc15e244356810b581d3e8b8cb2c11f8c42f2673400 + "@babel/traverse": ^7.13.0 + "@babel/types": ^7.13.0 + checksum: b32ab3f4d6a4e7f80c361eb9c0a001c2ae498f885248cb567c8de2475fb3dcbdf7ddd32a9e9a926abf55cf4f46faad7ceebfd3d035dea5508c3d9ba55d4083cc languageName: node linkType: hard @@ -298,33 +317,33 @@ __metadata: languageName: node linkType: hard -"@babel/helper-validator-option@npm:^7.12.16": - version: 7.12.16 - resolution: "@babel/helper-validator-option@npm:7.12.16" - checksum: df6c04030ac3ed5ac49f1eaf5a25b3c86b5c4e1bbb290c595fe1b4b6729976c37f05110b925c03e1450e00adcab70fa1896f4acbbe7b52ac8f7b870917aa163f +"@babel/helper-validator-option@npm:^7.12.17": + version: 7.12.17 + resolution: "@babel/helper-validator-option@npm:7.12.17" + checksum: 9201d17a5634b05a6f3d561b95e73a4e4f9ba2e56c55cfc3b9a2a9618c4090b4b507720ac7a2e77209e68dc9bdc00a59b5ba7ad9ecbca3fb2c9217e814b7b5a5 languageName: node linkType: hard -"@babel/helper-wrap-function@npm:^7.12.13": - version: 7.12.13 - resolution: "@babel/helper-wrap-function@npm:7.12.13" +"@babel/helper-wrap-function@npm:^7.13.0": + version: 7.13.0 + resolution: "@babel/helper-wrap-function@npm:7.13.0" dependencies: "@babel/helper-function-name": ^7.12.13 "@babel/template": ^7.12.13 - "@babel/traverse": ^7.12.13 - "@babel/types": ^7.12.13 - checksum: 96360927438b7e9d8b7528c8a464743f0db06d213f3e32c08413c3b422b57139055a9c8f4138209b28ab923f159020ced50a7284b4f7bc857e4964e868233949 + "@babel/traverse": ^7.13.0 + "@babel/types": ^7.13.0 + checksum: 89426304e5409454fe3a5082becb434152820d04b3de0687c8478ea15248a646a1598bc725659dd22d7ae651558fae65f9c352914a3562a4e657ba28195fcea9 languageName: node linkType: hard -"@babel/helpers@npm:^7.12.17": - version: 7.12.17 - resolution: "@babel/helpers@npm:7.12.17" +"@babel/helpers@npm:^7.13.0": + version: 7.13.0 + resolution: "@babel/helpers@npm:7.13.0" dependencies: "@babel/template": ^7.12.13 - "@babel/traverse": ^7.12.17 - "@babel/types": ^7.12.17 - checksum: cce588e89abfbb171909c4359c8cbe06c7a414b4a122ff5c974be62ef5f2ada7ef93b7ea4edb594239ceb161fcfb9070e939142ba8e00026bcaad628693291ea + "@babel/traverse": ^7.13.0 + "@babel/types": ^7.13.0 + checksum: 6c435aefe108e85b999570eed9fc2ec10944cb1ed4c3ff6656936c90a6f986174bd5c80ec48ecbbb7042e5eca5761364f484d7e0238a3aa77c2f5099dcac8df0 languageName: node linkType: hard @@ -339,49 +358,49 @@ __metadata: languageName: node linkType: hard -"@babel/parser@npm:^7.0.0, @babel/parser@npm:^7.1.0, @babel/parser@npm:^7.12.13, @babel/parser@npm:^7.12.17": - version: 7.12.17 - resolution: "@babel/parser@npm:7.12.17" +"@babel/parser@npm:^7.0.0, @babel/parser@npm:^7.1.0, @babel/parser@npm:^7.12.13, @babel/parser@npm:^7.13.0, @babel/parser@npm:^7.13.4": + version: 7.13.4 + resolution: "@babel/parser@npm:7.13.4" bin: parser: ./bin/babel-parser.js - checksum: 33410998363b408bfe2f620249ff089da7bca3d56aae3a3a638b001ab3a44ffce44075b672f5e01fa4483fe013d6f7e672c77c29febd5f0efe8f6c3f80533ad5 + checksum: 3aac62adbd1fd91798751a09b385ed3810acffb7bd637066bea65acf16670fdc8c7c39bab2148c57b4d6606355344de01922c9aba86405c771eaabc58701077a languageName: node linkType: hard -"@babel/plugin-proposal-async-generator-functions@npm:^7.12.13": - version: 7.12.13 - resolution: "@babel/plugin-proposal-async-generator-functions@npm:7.12.13" +"@babel/plugin-proposal-async-generator-functions@npm:^7.13.5": + version: 7.13.5 + resolution: "@babel/plugin-proposal-async-generator-functions@npm:7.13.5" dependencies: - "@babel/helper-plugin-utils": ^7.12.13 - "@babel/helper-remap-async-to-generator": ^7.12.13 + "@babel/helper-plugin-utils": ^7.13.0 + "@babel/helper-remap-async-to-generator": ^7.13.0 "@babel/plugin-syntax-async-generators": ^7.8.0 peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 5f45a324166dc18721b95b68f3efb746964340745c5a95a8acda9a91fd13b0855da22bfd691669dd30eea75968306d0921a9d7fc9375ce99672303ae3cd1c29f + checksum: 7bb82a5ada4e0ebeb86b04a7f5dacf98f778f8fcb9a49b766f3b6cef411505bf2c16f5918a1b051bc31a1b0cf30cfad4a930273492696bd02180a7ac840195b0 languageName: node linkType: hard -"@babel/plugin-proposal-class-properties@npm:^7.12.13": - version: 7.12.13 - resolution: "@babel/plugin-proposal-class-properties@npm:7.12.13" +"@babel/plugin-proposal-class-properties@npm:^7.13.0": + version: 7.13.0 + resolution: "@babel/plugin-proposal-class-properties@npm:7.13.0" dependencies: - "@babel/helper-create-class-features-plugin": ^7.12.13 - "@babel/helper-plugin-utils": ^7.12.13 + "@babel/helper-create-class-features-plugin": ^7.13.0 + "@babel/helper-plugin-utils": ^7.13.0 peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 4fc7b094c3ca8fc1153a30030c30e919d376da05bfd47a990b74e5274846cc618dd9769e7c555939522f1c57f3021da15922348b895e9cd137d141c1b90b057b + checksum: c96bd172765edf25ec821f5b4d0620d26bd94f8a4cce9614458f7b3626d5ef8933b20cf031263fb4672ad1d5d72f3cd87fd65cc3c621846d179a1fb7acd65a20 languageName: node linkType: hard -"@babel/plugin-proposal-dynamic-import@npm:^7.12.16": - version: 7.12.16 - resolution: "@babel/plugin-proposal-dynamic-import@npm:7.12.16" +"@babel/plugin-proposal-dynamic-import@npm:^7.12.17": + version: 7.12.17 + resolution: "@babel/plugin-proposal-dynamic-import@npm:7.12.17" dependencies: "@babel/helper-plugin-utils": ^7.12.13 "@babel/plugin-syntax-dynamic-import": ^7.8.0 peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 1f8c653eeb5c74c161277e169b330cb1858136e0de15a3667c05c4bb60ad1ed63b91c1ae847c09dda225954bade2d2e7aaf64df077d41f21c42910452f97b758 + checksum: ff09c210552e7c0e5a624c4c56f5cba00922f6c5c01fe46fb2ea5c2d68285d31c92e96a39cc2a68d2ed90c8f5a8c21cbae15ee7b83129f24c0656b26b8e73554 languageName: node linkType: hard @@ -421,15 +440,15 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-proposal-nullish-coalescing-operator@npm:^7.12.13": - version: 7.12.13 - resolution: "@babel/plugin-proposal-nullish-coalescing-operator@npm:7.12.13" +"@babel/plugin-proposal-nullish-coalescing-operator@npm:^7.13.0": + version: 7.13.0 + resolution: "@babel/plugin-proposal-nullish-coalescing-operator@npm:7.13.0" dependencies: - "@babel/helper-plugin-utils": ^7.12.13 + "@babel/helper-plugin-utils": ^7.13.0 "@babel/plugin-syntax-nullish-coalescing-operator": ^7.8.0 peerDependencies: "@babel/core": ^7.0.0-0 - checksum: af19899197f6cbad35e763b92ac3595db6abde75eeeeecc57a0a1c5d3aa35affd6904e7f91a86e3263a8618d88dd88757bcd27be75c53bcafd9d4146863201da + checksum: 1915dd39eed4901dde5e3cd1a5bfa2ef79fd33a3569f5f84a7e5618902b9adc66d4bbf64f1f9faf929616b378bbaa9c7aca4df4a0985297eaa56c05d08874aa9 languageName: node linkType: hard @@ -445,16 +464,16 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-proposal-object-rest-spread@npm:^7.12.13": - version: 7.12.13 - resolution: "@babel/plugin-proposal-object-rest-spread@npm:7.12.13" +"@babel/plugin-proposal-object-rest-spread@npm:^7.13.0": + version: 7.13.0 + resolution: "@babel/plugin-proposal-object-rest-spread@npm:7.13.0" dependencies: - "@babel/helper-plugin-utils": ^7.12.13 + "@babel/helper-plugin-utils": ^7.13.0 "@babel/plugin-syntax-object-rest-spread": ^7.8.0 - "@babel/plugin-transform-parameters": ^7.12.13 + "@babel/plugin-transform-parameters": ^7.13.0 peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 1750d72b5387faa93f6198bdad7c617c4e1f01923240b45e8c297b9c55047614cd774c2e7ae5e4ff7d1f04bbe05438cdcb044750ba516bcb1f3e2fa209a3e170 + checksum: 65a7fb4f642c92c3bf0a1a33f573ceffc01a62e8b058ceb38b56612f87c0e9fa7a2794adba06cc4ece29506654f2f794d700388c990a564176510419341b2d24 languageName: node linkType: hard @@ -470,28 +489,28 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-proposal-optional-chaining@npm:^7.12.16": - version: 7.12.16 - resolution: "@babel/plugin-proposal-optional-chaining@npm:7.12.16" +"@babel/plugin-proposal-optional-chaining@npm:^7.13.0": + version: 7.13.0 + resolution: "@babel/plugin-proposal-optional-chaining@npm:7.13.0" dependencies: - "@babel/helper-plugin-utils": ^7.12.13 + "@babel/helper-plugin-utils": ^7.13.0 "@babel/helper-skip-transparent-expression-wrappers": ^7.12.1 "@babel/plugin-syntax-optional-chaining": ^7.8.0 peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 599e90b1196d6f04f4b32b3f579c1a3f63c4d4ec3a67c738eb613bd97505367f27714c74ee8ec399d8ec613951695ff38d0895c1127a3594b53cd7c0d03073fd + checksum: a71a8843f480dc3a3756829f5974e0b4cd5c8572a956b9384a9dedc576ae104cde09c5a8edee48d6ac79f15414e9632f26341dabe419f9f88e092cd5c0f4b37c languageName: node linkType: hard -"@babel/plugin-proposal-private-methods@npm:^7.12.13": - version: 7.12.13 - resolution: "@babel/plugin-proposal-private-methods@npm:7.12.13" +"@babel/plugin-proposal-private-methods@npm:^7.13.0": + version: 7.13.0 + resolution: "@babel/plugin-proposal-private-methods@npm:7.13.0" dependencies: - "@babel/helper-create-class-features-plugin": ^7.12.13 - "@babel/helper-plugin-utils": ^7.12.13 + "@babel/helper-create-class-features-plugin": ^7.13.0 + "@babel/helper-plugin-utils": ^7.13.0 peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 972c195de6844b7ae6287a3db657d5b6dd53daafbf02c20a9181919d5804a04baa2a9ddba01d0ce1628248ba1287a4d8bcb473b875c5eef1157e89ab773c4f37 + checksum: cc074c97ae3b1446722a2c4735d8bee188aa4f5ff390929a85e766cac006389bc254f30dcbeea93e869cf632c7096f808b830f73cb6e2743cda5dab8905fccbb languageName: node linkType: hard @@ -683,27 +702,27 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-arrow-functions@npm:^7.12.13": - version: 7.12.13 - resolution: "@babel/plugin-transform-arrow-functions@npm:7.12.13" +"@babel/plugin-transform-arrow-functions@npm:^7.13.0": + version: 7.13.0 + resolution: "@babel/plugin-transform-arrow-functions@npm:7.13.0" dependencies: - "@babel/helper-plugin-utils": ^7.12.13 + "@babel/helper-plugin-utils": ^7.13.0 peerDependencies: "@babel/core": ^7.0.0-0 - checksum: b1b04e8a0ea4353b3602ac34b03a3e5e6c1d87222ee316d64d09954f2881ea834c133e08b68a24ea4b4f5ed7c6237dd570c06a1e7e13fc60428a7aa7bcada985 + checksum: 26edbba649037ff59dbebba9479e7598c69b108200e1e6f39650ef9339d73d595d62716f45b38caac211800134f3ebba7960ea5bf4f43d6143cd9518d3f5c697 languageName: node linkType: hard -"@babel/plugin-transform-async-to-generator@npm:^7.12.13": - version: 7.12.13 - resolution: "@babel/plugin-transform-async-to-generator@npm:7.12.13" +"@babel/plugin-transform-async-to-generator@npm:^7.13.0": + version: 7.13.0 + resolution: "@babel/plugin-transform-async-to-generator@npm:7.13.0" dependencies: "@babel/helper-module-imports": ^7.12.13 - "@babel/helper-plugin-utils": ^7.12.13 - "@babel/helper-remap-async-to-generator": ^7.12.13 + "@babel/helper-plugin-utils": ^7.13.0 + "@babel/helper-remap-async-to-generator": ^7.13.0 peerDependencies: "@babel/core": ^7.0.0-0 - checksum: ed26ae749032b25a91b684538e95d15c5f133395aaedffb0025fa236ea63dd43a849eba3dd487d7f81852a011cc6c9949c2cdc026f7bd9d2857778f27df22729 + checksum: 32d484b30f658c1a9470305c6db04f5297ebd20e83486cc596cc52253b04fab7b75c1fe0fceef271622b91e61321906c94d37d1913dfacb7b5396fd6a8979de2 languageName: node linkType: hard @@ -729,42 +748,42 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-classes@npm:^7.12.13": - version: 7.12.13 - resolution: "@babel/plugin-transform-classes@npm:7.12.13" +"@babel/plugin-transform-classes@npm:^7.13.0": + version: 7.13.0 + resolution: "@babel/plugin-transform-classes@npm:7.13.0" dependencies: "@babel/helper-annotate-as-pure": ^7.12.13 "@babel/helper-function-name": ^7.12.13 "@babel/helper-optimise-call-expression": ^7.12.13 - "@babel/helper-plugin-utils": ^7.12.13 - "@babel/helper-replace-supers": ^7.12.13 + "@babel/helper-plugin-utils": ^7.13.0 + "@babel/helper-replace-supers": ^7.13.0 "@babel/helper-split-export-declaration": ^7.12.13 globals: ^11.1.0 peerDependencies: "@babel/core": ^7.0.0-0 - checksum: a087f0b095a522bfaa438063ee4a6d886a7dbe0c860594f3823e24ab6550108150be4e767ff280ad428a4dd90f8dbaf1dc9f563e06dc986b1f68b4c9d4126418 + checksum: dffa76e8ba757cee8c031ab40aca14cfcafae9c329db1bf82977e7f20fbb3ce1d8c625666ec4ec75baf1b95c7f3bc72d014a1437b7d0cafaa08f1fd9ed0695e6 languageName: node linkType: hard -"@babel/plugin-transform-computed-properties@npm:^7.12.13": - version: 7.12.13 - resolution: "@babel/plugin-transform-computed-properties@npm:7.12.13" +"@babel/plugin-transform-computed-properties@npm:^7.13.0": + version: 7.13.0 + resolution: "@babel/plugin-transform-computed-properties@npm:7.13.0" dependencies: - "@babel/helper-plugin-utils": ^7.12.13 + "@babel/helper-plugin-utils": ^7.13.0 peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 5fda252a10d5e6fe5cbcfc80c9b80df23bee10cffa9401fc7cb37d878b5fb3abe883a1cd44b08b50bd87daf28f9fad6f45915c228bbb4c150f1fddd78e20f050 + checksum: 83d9d2e776c8617ba53d562da6d8fb859902158115c600f7abeeb9cea2b949a1b71883d8003698093c758cee016b1194af14b7af7c983c39f3fb669550f0cf55 languageName: node linkType: hard -"@babel/plugin-transform-destructuring@npm:^7.12.13": - version: 7.12.13 - resolution: "@babel/plugin-transform-destructuring@npm:7.12.13" +"@babel/plugin-transform-destructuring@npm:^7.13.0": + version: 7.13.0 + resolution: "@babel/plugin-transform-destructuring@npm:7.13.0" dependencies: - "@babel/helper-plugin-utils": ^7.12.13 + "@babel/helper-plugin-utils": ^7.13.0 peerDependencies: "@babel/core": ^7.0.0-0 - checksum: a1afc8811c1f83b1c4b646260d8da932cec5db6686b15d4532449f3c64ef8897fe52f21bb68cba5e512dcbd1470e187522f30a93bbb26a175bec67711a5e79ca + checksum: 4c9640ac1571b7c82caa6ffd99e8269c532d85ee375e9ebde2211d4ace9792b5def42d48cbeed037519e838afdb871ed90064ad6f59ccd714722d3d2405be022 languageName: node linkType: hard @@ -803,14 +822,14 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-for-of@npm:^7.12.13": - version: 7.12.13 - resolution: "@babel/plugin-transform-for-of@npm:7.12.13" +"@babel/plugin-transform-for-of@npm:^7.13.0": + version: 7.13.0 + resolution: "@babel/plugin-transform-for-of@npm:7.13.0" dependencies: - "@babel/helper-plugin-utils": ^7.12.13 + "@babel/helper-plugin-utils": ^7.13.0 peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 231ae275f30e37146670b05260d5b7312f7103d34645fad4df61e39185fd9039ce7ac7f8c6f1efaa9caf0caa9ca7402dc3d1f83836d9bf3dab9e499c97324450 + checksum: 86f725a86084f9ba9291a67c25c4e9be1555cf690fd28a5bfb75d2d694d39fe0703beb551f7d0608b03a16bb3c863e8672c00f0723f116dec6573b4a4c0d1531 languageName: node linkType: hard @@ -848,30 +867,30 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-modules-amd@npm:^7.12.13": - version: 7.12.13 - resolution: "@babel/plugin-transform-modules-amd@npm:7.12.13" +"@babel/plugin-transform-modules-amd@npm:^7.13.0": + version: 7.13.0 + resolution: "@babel/plugin-transform-modules-amd@npm:7.13.0" dependencies: - "@babel/helper-module-transforms": ^7.12.13 - "@babel/helper-plugin-utils": ^7.12.13 + "@babel/helper-module-transforms": ^7.13.0 + "@babel/helper-plugin-utils": ^7.13.0 babel-plugin-dynamic-import-node: ^2.3.3 peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 40d67824eb6992b82ee804f0eb3ed87b64a4344d60cca4ed54cf768a08efa19ca42f19918672ffecf5fe1441fd1adf92750864c3bf312fa4e3aa5a6765a24034 + checksum: f6251627aecab324e57d2f331e11a7dc6c6d9165b0f54f50c3ea2adfd05fbfcbc0367e519cc54e71c8256d88e899f505bf25d78511db4d7af8f5957a4d7844a9 languageName: node linkType: hard -"@babel/plugin-transform-modules-commonjs@npm:^7.12.13": - version: 7.12.13 - resolution: "@babel/plugin-transform-modules-commonjs@npm:7.12.13" +"@babel/plugin-transform-modules-commonjs@npm:^7.13.0": + version: 7.13.0 + resolution: "@babel/plugin-transform-modules-commonjs@npm:7.13.0" dependencies: - "@babel/helper-module-transforms": ^7.12.13 - "@babel/helper-plugin-utils": ^7.12.13 + "@babel/helper-module-transforms": ^7.13.0 + "@babel/helper-plugin-utils": ^7.13.0 "@babel/helper-simple-access": ^7.12.13 babel-plugin-dynamic-import-node: ^2.3.3 peerDependencies: "@babel/core": ^7.0.0-0 - checksum: e8f91dbecec7014e1ef52a0deaeb3724b81e323a62c1cc292e92376753494390831b4ce8890833854baa92e7334d6e878a91ce2b42382349d5c10672b50de2a4 + checksum: e67d6765afaf70519e56894957c16818a9a59fec2fc381e322f68cb47ea2671d23dddf17b4fae57d2d663fe44bd5792b125037ae2750d82f683211bd6486502c languageName: node linkType: hard @@ -890,15 +909,15 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-modules-umd@npm:^7.12.13": - version: 7.12.13 - resolution: "@babel/plugin-transform-modules-umd@npm:7.12.13" +"@babel/plugin-transform-modules-umd@npm:^7.13.0": + version: 7.13.0 + resolution: "@babel/plugin-transform-modules-umd@npm:7.13.0" dependencies: - "@babel/helper-module-transforms": ^7.12.13 - "@babel/helper-plugin-utils": ^7.12.13 + "@babel/helper-module-transforms": ^7.13.0 + "@babel/helper-plugin-utils": ^7.13.0 peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 68df26bf5e536e2b74263b1623b0149cf79ecb99fb55ce8bb57a80c4872f691fc71109fefa4c7e9b3d2ad80e8bc58b383b5d2f869e14384418cef252e5144415 + checksum: efc00d0e18e91fd01853c1b88e3f79b317ad56854090aaf017bf0a4435e9112794252622348bd87baf2b13b1889805d29e7e654150929ac6793e550d2a529755 languageName: node linkType: hard @@ -936,14 +955,14 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-parameters@npm:^7.12.13": - version: 7.12.13 - resolution: "@babel/plugin-transform-parameters@npm:7.12.13" +"@babel/plugin-transform-parameters@npm:^7.13.0": + version: 7.13.0 + resolution: "@babel/plugin-transform-parameters@npm:7.13.0" dependencies: - "@babel/helper-plugin-utils": ^7.12.13 + "@babel/helper-plugin-utils": ^7.13.0 peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 7955d8206850163cc97cce9ad0d2bbef6a0f4f378ebf4bc8966b749a5e8bcfe21f390ead8ad7a3a1ff9acf8d665bd36d7a78acff7a9b751268db5409c1ace412 + checksum: f23977501cac4712bb0fdadc5e5c394d69ca67a111e337dce7c2e92e3bf2cd47fe23f7b5a316c0b175e14725c7554b8c044bff8af690a6188e80b16ae7a10935 languageName: node linkType: hard @@ -1029,16 +1048,19 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-runtime@npm:^7.12.15": - version: 7.12.15 - resolution: "@babel/plugin-transform-runtime@npm:7.12.15" +"@babel/plugin-transform-runtime@npm:^7.13.7": + version: 7.13.8 + resolution: "@babel/plugin-transform-runtime@npm:7.13.8" dependencies: "@babel/helper-module-imports": ^7.12.13 - "@babel/helper-plugin-utils": ^7.12.13 - semver: ^5.5.1 + "@babel/helper-plugin-utils": ^7.13.0 + babel-plugin-polyfill-corejs2: ^0.1.4 + babel-plugin-polyfill-corejs3: ^0.1.3 + babel-plugin-polyfill-regenerator: ^0.1.2 + semver: ^6.3.0 peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 2965e294b0aa843c42e047738e2ff6f0b536ee1312559677c12839c9631b30ec691270411ebb83e45d046ee847655b4e16ee221c294eb9750c1122e0734a96f4 + checksum: 481c3cdcd500eb29fe2cb5410570c63dbd06b909e66985c3e5b5f6b2d38b59fb013fd64a0f48f4f50bff866eddde1c17f7c0a5733835ba1176db76e2aa05fde4 languageName: node linkType: hard @@ -1053,15 +1075,15 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-spread@npm:^7.12.13": - version: 7.12.13 - resolution: "@babel/plugin-transform-spread@npm:7.12.13" +"@babel/plugin-transform-spread@npm:^7.13.0": + version: 7.13.0 + resolution: "@babel/plugin-transform-spread@npm:7.13.0" dependencies: - "@babel/helper-plugin-utils": ^7.12.13 + "@babel/helper-plugin-utils": ^7.13.0 "@babel/helper-skip-transparent-expression-wrappers": ^7.12.1 peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 56226dd121ecd3ef0e9571f19fc68e4b6e84c8d51023223e42eeb3ec1d44e851fb0f9a2f753a3712e290f85c1ab20ebb95e4c3cef55570b511e1881d7ae849be + checksum: f84c6c4d738dae17fb85bbd269c3986667a5604ada4585d88bab3237c961e0df03b60a07f8800607b130459abeee74b7fa575319b1a7fef331d6aebd13aaae29 languageName: node linkType: hard @@ -1076,14 +1098,14 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-template-literals@npm:^7.12.13": - version: 7.12.13 - resolution: "@babel/plugin-transform-template-literals@npm:7.12.13" +"@babel/plugin-transform-template-literals@npm:^7.13.0": + version: 7.13.0 + resolution: "@babel/plugin-transform-template-literals@npm:7.13.0" dependencies: - "@babel/helper-plugin-utils": ^7.12.13 + "@babel/helper-plugin-utils": ^7.13.0 peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 25cbe631258c1ceec0b0fadacf0cb61e23e9dfb9d4ad78a7e4303335a1e53f6824d5f16d1d030ebcd28cf5133277f172fbbf0722d485417c0b03c8d54e53881f + checksum: 91303124717ff251d291e60127c7c75c3b9b971f5ecd297aec6d043fc77cb562fec4f7c2e6ab4f50d1969d3a2ef33f0116ac101939637a32598d14e6b7e3bdae languageName: node linkType: hard @@ -1098,16 +1120,16 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-typescript@npm:^7.12.16": - version: 7.12.16 - resolution: "@babel/plugin-transform-typescript@npm:7.12.16" +"@babel/plugin-transform-typescript@npm:^7.13.0": + version: 7.13.0 + resolution: "@babel/plugin-transform-typescript@npm:7.13.0" dependencies: - "@babel/helper-create-class-features-plugin": ^7.12.16 - "@babel/helper-plugin-utils": ^7.12.13 + "@babel/helper-create-class-features-plugin": ^7.13.0 + "@babel/helper-plugin-utils": ^7.13.0 "@babel/plugin-syntax-typescript": ^7.12.13 peerDependencies: "@babel/core": ^7.0.0-0 - checksum: cb42a4d548e1679fbc2074efff532aa5ce83c98edc4c81b9e4c872ee1ba8a5d4764b84a08f33b1650750a5324737b86abcc36ef00a92f2d35f07d5c561ba52b5 + checksum: cbf557689f6dcd59545b394d47d77ed9aeacefdbb68532e5d13b5983543f568c948a0ff492b37bc233f7073e405162076a6d29995e26230f691ceaf9d5630183 languageName: node linkType: hard @@ -1134,27 +1156,26 @@ __metadata: languageName: node linkType: hard -"@babel/preset-env@npm:^7.12.16": - version: 7.12.16 - resolution: "@babel/preset-env@npm:7.12.16" +"@babel/preset-env@npm:^7.13.5": + version: 7.13.5 + resolution: "@babel/preset-env@npm:7.13.5" dependencies: - "@babel/compat-data": ^7.12.13 - "@babel/helper-compilation-targets": ^7.12.16 - "@babel/helper-module-imports": ^7.12.13 - "@babel/helper-plugin-utils": ^7.12.13 - "@babel/helper-validator-option": ^7.12.16 - "@babel/plugin-proposal-async-generator-functions": ^7.12.13 - "@babel/plugin-proposal-class-properties": ^7.12.13 - "@babel/plugin-proposal-dynamic-import": ^7.12.16 + "@babel/compat-data": ^7.13.5 + "@babel/helper-compilation-targets": ^7.13.0 + "@babel/helper-plugin-utils": ^7.13.0 + "@babel/helper-validator-option": ^7.12.17 + "@babel/plugin-proposal-async-generator-functions": ^7.13.5 + "@babel/plugin-proposal-class-properties": ^7.13.0 + "@babel/plugin-proposal-dynamic-import": ^7.12.17 "@babel/plugin-proposal-export-namespace-from": ^7.12.13 "@babel/plugin-proposal-json-strings": ^7.12.13 "@babel/plugin-proposal-logical-assignment-operators": ^7.12.13 - "@babel/plugin-proposal-nullish-coalescing-operator": ^7.12.13 + "@babel/plugin-proposal-nullish-coalescing-operator": ^7.13.0 "@babel/plugin-proposal-numeric-separator": ^7.12.13 - "@babel/plugin-proposal-object-rest-spread": ^7.12.13 + "@babel/plugin-proposal-object-rest-spread": ^7.13.0 "@babel/plugin-proposal-optional-catch-binding": ^7.12.13 - "@babel/plugin-proposal-optional-chaining": ^7.12.16 - "@babel/plugin-proposal-private-methods": ^7.12.13 + "@babel/plugin-proposal-optional-chaining": ^7.13.0 + "@babel/plugin-proposal-private-methods": ^7.13.0 "@babel/plugin-proposal-unicode-property-regex": ^7.12.13 "@babel/plugin-syntax-async-generators": ^7.8.0 "@babel/plugin-syntax-class-properties": ^7.12.13 @@ -1168,45 +1189,48 @@ __metadata: "@babel/plugin-syntax-optional-catch-binding": ^7.8.0 "@babel/plugin-syntax-optional-chaining": ^7.8.0 "@babel/plugin-syntax-top-level-await": ^7.12.13 - "@babel/plugin-transform-arrow-functions": ^7.12.13 - "@babel/plugin-transform-async-to-generator": ^7.12.13 + "@babel/plugin-transform-arrow-functions": ^7.13.0 + "@babel/plugin-transform-async-to-generator": ^7.13.0 "@babel/plugin-transform-block-scoped-functions": ^7.12.13 "@babel/plugin-transform-block-scoping": ^7.12.13 - "@babel/plugin-transform-classes": ^7.12.13 - "@babel/plugin-transform-computed-properties": ^7.12.13 - "@babel/plugin-transform-destructuring": ^7.12.13 + "@babel/plugin-transform-classes": ^7.13.0 + "@babel/plugin-transform-computed-properties": ^7.13.0 + "@babel/plugin-transform-destructuring": ^7.13.0 "@babel/plugin-transform-dotall-regex": ^7.12.13 "@babel/plugin-transform-duplicate-keys": ^7.12.13 "@babel/plugin-transform-exponentiation-operator": ^7.12.13 - "@babel/plugin-transform-for-of": ^7.12.13 + "@babel/plugin-transform-for-of": ^7.13.0 "@babel/plugin-transform-function-name": ^7.12.13 "@babel/plugin-transform-literals": ^7.12.13 "@babel/plugin-transform-member-expression-literals": ^7.12.13 - "@babel/plugin-transform-modules-amd": ^7.12.13 - "@babel/plugin-transform-modules-commonjs": ^7.12.13 + "@babel/plugin-transform-modules-amd": ^7.13.0 + "@babel/plugin-transform-modules-commonjs": ^7.13.0 "@babel/plugin-transform-modules-systemjs": ^7.12.13 - "@babel/plugin-transform-modules-umd": ^7.12.13 + "@babel/plugin-transform-modules-umd": ^7.13.0 "@babel/plugin-transform-named-capturing-groups-regex": ^7.12.13 "@babel/plugin-transform-new-target": ^7.12.13 "@babel/plugin-transform-object-super": ^7.12.13 - "@babel/plugin-transform-parameters": ^7.12.13 + "@babel/plugin-transform-parameters": ^7.13.0 "@babel/plugin-transform-property-literals": ^7.12.13 "@babel/plugin-transform-regenerator": ^7.12.13 "@babel/plugin-transform-reserved-words": ^7.12.13 "@babel/plugin-transform-shorthand-properties": ^7.12.13 - "@babel/plugin-transform-spread": ^7.12.13 + "@babel/plugin-transform-spread": ^7.13.0 "@babel/plugin-transform-sticky-regex": ^7.12.13 - "@babel/plugin-transform-template-literals": ^7.12.13 + "@babel/plugin-transform-template-literals": ^7.13.0 "@babel/plugin-transform-typeof-symbol": ^7.12.13 "@babel/plugin-transform-unicode-escapes": ^7.12.13 "@babel/plugin-transform-unicode-regex": ^7.12.13 "@babel/preset-modules": ^0.1.3 - "@babel/types": ^7.12.13 - core-js-compat: ^3.8.0 - semver: ^5.5.0 + "@babel/types": ^7.13.0 + babel-plugin-polyfill-corejs2: ^0.1.4 + babel-plugin-polyfill-corejs3: ^0.1.3 + babel-plugin-polyfill-regenerator: ^0.1.2 + core-js-compat: ^3.9.0 + semver: 7.0.0 peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 5b949e9b21d9d3a6647fa6f199710e5d029bb5935ea71bb54f4457e1d9f2407d43e26977f629c90fbdc36a3fccee085a5316510943a7e52a5994fea2028b78e6 + checksum: 274a5211b1f030d146062434ccb32a178b57fc73d4f71753be3d222aea4170b292a8c5c9dd5b168ba8a3b4b416d8442f1688e244fc879343d6748fa7d76640a0 languageName: node linkType: hard @@ -1240,22 +1264,22 @@ __metadata: languageName: node linkType: hard -"@babel/preset-typescript@npm:^7.12.16": - version: 7.12.16 - resolution: "@babel/preset-typescript@npm:7.12.16" +"@babel/preset-typescript@npm:^7.13.0": + version: 7.13.0 + resolution: "@babel/preset-typescript@npm:7.13.0" dependencies: - "@babel/helper-plugin-utils": ^7.12.13 - "@babel/helper-validator-option": ^7.12.16 - "@babel/plugin-transform-typescript": ^7.12.16 + "@babel/helper-plugin-utils": ^7.13.0 + "@babel/helper-validator-option": ^7.12.17 + "@babel/plugin-transform-typescript": ^7.13.0 peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 761a01c7543d6eb419a8800de76c29a75879f6f128aae52e0c9f95231f749f310731c9655d8bcfab2d8489cef7e2a057a6215583d5e932ff8c623bf9aeac8042 + checksum: d98b9ca5dfd418f42548f9c2c0b88503fc2b8bd928efc95400023cc886705a3f52cabb5547d3b91afcbd5346c5966e06bc14e6e44fa41bffaa4fbe1a9e023bdf languageName: node linkType: hard -"@babel/register@npm:^7.12.13": - version: 7.12.13 - resolution: "@babel/register@npm:7.12.13" +"@babel/register@npm:^7.13.0": + version: 7.13.0 + resolution: "@babel/register@npm:7.13.0" dependencies: find-cache-dir: ^2.0.0 lodash: ^4.17.19 @@ -1264,16 +1288,16 @@ __metadata: source-map-support: ^0.5.16 peerDependencies: "@babel/core": ^7.0.0-0 - checksum: ed43468543dcf319aecfd532a639f919ef55e1e3407e803baec440a83b18950880332e009f0dd9911d0fa549ff934561c55143c1f62be00df49259068ca5edb4 + checksum: 07e00399bfa6b1bda544afc828b59d46608f3385c4e6152e459437ccbed521829feddaf5371e8d67cea346502d12b945a4f75965a2fc4d2d642ea185009b343c languageName: node linkType: hard -"@babel/runtime@npm:^7.12.13, @babel/runtime@npm:^7.12.18, @babel/runtime@npm:^7.8.4": - version: 7.12.18 - resolution: "@babel/runtime@npm:7.12.18" +"@babel/runtime@npm:^7.13.7, @babel/runtime@npm:^7.13.8, @babel/runtime@npm:^7.8.4": + version: 7.13.8 + resolution: "@babel/runtime@npm:7.13.8" dependencies: regenerator-runtime: ^0.13.4 - checksum: cb9e0c51b8e6e294ed5f52992d3fac13eb33b346760ef8eb0b3cb7542bb7c88c0297e2d878082255f91677e81e9cfcb00c38b3e55771a1ad9451647c6dd6a974 + checksum: d8db125d3629c4000322e8264d7510640ac671136f416d1fcd4b74d26d7e703bf671820fab81a29a5ee0bd11e981de518666619398ec29b1ab5e155ab8131812 languageName: node linkType: hard @@ -1288,31 +1312,31 @@ __metadata: languageName: node linkType: hard -"@babel/traverse@npm:^7.1.0, @babel/traverse@npm:^7.12.13, @babel/traverse@npm:^7.12.17": - version: 7.12.17 - resolution: "@babel/traverse@npm:7.12.17" +"@babel/traverse@npm:^7.1.0, @babel/traverse@npm:^7.13.0": + version: 7.13.0 + resolution: "@babel/traverse@npm:7.13.0" dependencies: "@babel/code-frame": ^7.12.13 - "@babel/generator": ^7.12.17 + "@babel/generator": ^7.13.0 "@babel/helper-function-name": ^7.12.13 "@babel/helper-split-export-declaration": ^7.12.13 - "@babel/parser": ^7.12.17 - "@babel/types": ^7.12.17 + "@babel/parser": ^7.13.0 + "@babel/types": ^7.13.0 debug: ^4.1.0 globals: ^11.1.0 lodash: ^4.17.19 - checksum: 7527079172e4db7b9c189fc5c69ce9e1b29f0c9d22c5a081452b9920d3b6149c51c072cfb2a80f1774a0b3a003cc442b701569972de8e533d489313164156070 + checksum: e5d1b690157da325b5bea98e472f4df0fff16048242a70880e2da7939b005ccd5b63d2b4527e203cfc71a422da0fa513c0ad84114bff002d583ebd7dbd2c8576 languageName: node linkType: hard -"@babel/types@npm:^7.0.0, @babel/types@npm:^7.12.1, @babel/types@npm:^7.12.13, @babel/types@npm:^7.12.17, @babel/types@npm:^7.3.0, @babel/types@npm:^7.3.3, @babel/types@npm:^7.4.4, @babel/types@npm:^7.8.3": - version: 7.12.17 - resolution: "@babel/types@npm:7.12.17" +"@babel/types@npm:^7.0.0, @babel/types@npm:^7.12.1, @babel/types@npm:^7.12.13, @babel/types@npm:^7.13.0, @babel/types@npm:^7.3.0, @babel/types@npm:^7.3.3, @babel/types@npm:^7.4.4, @babel/types@npm:^7.8.3": + version: 7.13.0 + resolution: "@babel/types@npm:7.13.0" dependencies: "@babel/helper-validator-identifier": ^7.12.11 lodash: ^4.17.19 to-fast-properties: ^2.0.0 - checksum: 31886bfea9c34d2d019722888d944fe5e33495826ae677ea465f0615294925a08eb4059d34b29f2808461cde85841b93ca61cdcd747fa45054a64f6b33fa2862 + checksum: a47357647a92c08ee2f5059210d37fd7fe190e8d4ef71dd97ba61c6ca7b7e979660bc8ba00fdc51249c037199b634dd984fde8d7a622fdd5e3e2161fe65e94c3 languageName: node linkType: hard @@ -1747,45 +1771,45 @@ __metadata: languageName: node linkType: hard -"@pinata/sdk@npm:^1.1.11": - version: 1.1.11 - resolution: "@pinata/sdk@npm:1.1.11" +"@pinata/sdk@npm:^1.1.12": + version: 1.1.12 + resolution: "@pinata/sdk@npm:1.1.12" dependencies: - axios: ^0.18.1 + axios: ^0.21.1 base-path-converter: ^1.0.2 form-data: ^2.3.3 is-ipfs: ^0.6.0 recursive-fs: ^1.1.2 - checksum: b17b655534dcfe84aeb36811c8077d8aabeabe238712980d1e7d8fef7d68513870ab0b6f7488f3df452288ae4b988f07d45b51524941fd2eb86030429fd3e7ad + checksum: c107b93cefbb343db8e9268aed25030e290e8159c65c77db56a3f24afef2746f127deb423eecc3589f08b066c2e3efda05cedf37283364e3d1e5b10248b4cba5 languageName: node linkType: hard -"@polkadot/dev@npm:^0.61.26": - version: 0.61.26 - resolution: "@polkadot/dev@npm:0.61.26" +"@polkadot/dev@npm:^0.61.30": + version: 0.61.30 + resolution: "@polkadot/dev@npm:0.61.30" dependencies: - "@babel/cli": ^7.12.16 - "@babel/core": ^7.12.16 - "@babel/plugin-proposal-class-properties": ^7.12.13 - "@babel/plugin-proposal-nullish-coalescing-operator": ^7.12.13 + "@babel/cli": ^7.13.0 + "@babel/core": ^7.13.1 + "@babel/plugin-proposal-class-properties": ^7.13.0 + "@babel/plugin-proposal-nullish-coalescing-operator": ^7.13.0 "@babel/plugin-proposal-numeric-separator": ^7.12.13 - "@babel/plugin-proposal-object-rest-spread": ^7.12.13 - "@babel/plugin-proposal-optional-chaining": ^7.12.16 - "@babel/plugin-proposal-private-methods": ^7.12.13 + "@babel/plugin-proposal-object-rest-spread": ^7.13.0 + "@babel/plugin-proposal-optional-chaining": ^7.13.0 + "@babel/plugin-proposal-private-methods": ^7.13.0 "@babel/plugin-syntax-bigint": ^7.8.3 "@babel/plugin-syntax-dynamic-import": ^7.8.3 "@babel/plugin-syntax-import-meta": ^7.10.4 "@babel/plugin-syntax-top-level-await": ^7.12.13 "@babel/plugin-transform-regenerator": ^7.12.13 - "@babel/plugin-transform-runtime": ^7.12.15 - "@babel/preset-env": ^7.12.16 + "@babel/plugin-transform-runtime": ^7.13.7 + "@babel/preset-env": ^7.13.5 "@babel/preset-react": ^7.12.13 - "@babel/preset-typescript": ^7.12.16 - "@babel/register": ^7.12.13 - "@babel/runtime": ^7.12.13 + "@babel/preset-typescript": ^7.13.0 + "@babel/register": ^7.13.0 + "@babel/runtime": ^7.13.7 "@rushstack/eslint-patch": ^1.0.6 - "@typescript-eslint/eslint-plugin": 4.15.1 - "@typescript-eslint/parser": 4.15.1 + "@typescript-eslint/eslint-plugin": 4.15.2 + "@typescript-eslint/parser": 4.15.2 "@vue/component-compiler-utils": ^3.2.0 babel-jest: ^26.6.3 babel-plugin-module-extension-resolver: ^1.0.0-rc.2 @@ -1820,7 +1844,7 @@ __metadata: mkdirp: ^1.0.4 prettier: ^2.2.1 rimraf: ^3.0.2 - typedoc: ^0.20.25 + typedoc: ^0.20.28 typedoc-plugin-markdown: ^3.5.0 typedoc-plugin-no-inherit: ^1.2.0 typescript: ^4.1.5 @@ -1845,18 +1869,17 @@ __metadata: polkadot-exec-prettier: scripts/polkadot-exec-prettier.cjs polkadot-exec-tsc: scripts/polkadot-exec-tsc.cjs polkadot-exec-typedoc: scripts/polkadot-exec-typedoc.cjs - polkadot-exec-vuepress: scripts/polkadot-exec-vuepress.cjs polkadot-exec-webpack: scripts/polkadot-exec-webpack.cjs - checksum: 324437fe2d7e2d89f77a2439f8e72c4930e235a576d2a04964ba8e40d852f0f523afbb11fcf689b577dbb81504c13f9ad1e499b76d4b49581cc1afb9834c894c + checksum: 786a7d09e6397fbc36de0fc0c657eb9e3807ba4e5b017b64d19341c8c7c49f3faed5be3e47bd5ec7746490636ac4091866469a1667402b6cb987a19dc8143bbb languageName: node linkType: hard -"@polkadot/networks@npm:5.7.1": - version: 5.7.1 - resolution: "@polkadot/networks@npm:5.7.1" +"@polkadot/networks@npm:5.8.1": + version: 5.8.1 + resolution: "@polkadot/networks@npm:5.8.1" dependencies: - "@babel/runtime": ^7.12.13 - checksum: 32d964dcf5001598e0d56a7b4fe96a87d72953354b3c3e452290c1cb3ee4280f7484b8c26f7810b3e6ea4b74a0d64fda10484bc898440a788d17f766f6fd828d + "@babel/runtime": ^7.13.7 + checksum: f67abcbf423400ea627ab0fe3599d3f9a50248cc90f3aa21956e4afc651313ffb98eedfc1d040de551d353f25b8d79555894875461b266084f39a8adbdb5b907 languageName: node linkType: hard @@ -1864,10 +1887,10 @@ __metadata: version: 0.0.0-use.local resolution: "@polkadot/phishing@workspace:packages/phishing" dependencies: - "@babel/runtime": ^7.12.18 - "@polkadot/util": ^5.7.1 - "@polkadot/util-crypto": ^5.7.1 - "@polkadot/x-fetch": ^5.7.1 + "@babel/runtime": ^7.13.8 + "@polkadot/util": ^5.8.1 + "@polkadot/util-crypto": ^5.8.1 + "@polkadot/x-fetch": ^5.8.1 "@types/js-yaml": ^4.0.0 js-yaml: ^4.0.0 languageName: unknown @@ -1879,16 +1902,17 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/util-crypto@npm:^5.7.1": - version: 5.7.1 - resolution: "@polkadot/util-crypto@npm:5.7.1" +"@polkadot/util-crypto@npm:^5.8.1": + version: 5.8.1 + resolution: "@polkadot/util-crypto@npm:5.8.1" dependencies: - "@babel/runtime": ^7.12.13 - "@polkadot/networks": 5.7.1 - "@polkadot/util": 5.7.1 - "@polkadot/wasm-crypto": ^3.2.3 - "@polkadot/x-randomvalues": 5.7.1 + "@babel/runtime": ^7.13.7 + "@polkadot/networks": 5.8.1 + "@polkadot/util": 5.8.1 + "@polkadot/wasm-crypto": ^3.2.4 + "@polkadot/x-randomvalues": 5.8.1 base-x: ^3.0.8 + base64-js: ^1.5.1 blakejs: ^1.1.0 bn.js: ^4.11.9 create-hash: ^1.2.0 @@ -1899,108 +1923,108 @@ __metadata: tweetnacl: ^1.0.3 xxhashjs: ^0.2.2 peerDependencies: - "@polkadot/util": 5.7.1 - checksum: 8bc2e6e0e972b4c561c682e3980c78082cfb96a38c6aa5200c05b40c612eee99eae0c599ed22e2c01da3bf012386975cb763287ae40f2e16d546b4b1855edc14 + "@polkadot/util": 5.8.1 + checksum: b6f70d92079474852558a1e8aef01852ede94577dd836cf84ce7f19d6f10b717236c4961431d86de5c0d0aaafedaad51a3a44a6e57224c27f760382e3aba2a0d languageName: node linkType: hard -"@polkadot/util@npm:5.7.1, @polkadot/util@npm:^5.7.1": - version: 5.7.1 - resolution: "@polkadot/util@npm:5.7.1" +"@polkadot/util@npm:5.8.1, @polkadot/util@npm:^5.8.1": + version: 5.8.1 + resolution: "@polkadot/util@npm:5.8.1" dependencies: - "@babel/runtime": ^7.12.13 - "@polkadot/x-textdecoder": 5.7.1 - "@polkadot/x-textencoder": 5.7.1 + "@babel/runtime": ^7.13.7 + "@polkadot/x-textdecoder": 5.8.1 + "@polkadot/x-textencoder": 5.8.1 "@types/bn.js": ^4.11.6 bn.js: ^4.11.9 camelcase: ^5.3.1 ip-regex: ^4.3.0 - checksum: b4db2b5106258fe18a1dd0aa44b1971ec35b015048be04d8b978ea49ee2283c3d0160367498c4fabbc8ba3363862348cea2f49e1f1d914a165554e13c1ef1ef1 + checksum: a269d11eb87aa66394ac825063c1888f85c3ec727f8878d183674e4b4cdf86d4b2982c74f1195a146af30a9116340c5c272063e4d0a0068d7cca203506c5ad20 languageName: node linkType: hard -"@polkadot/wasm-crypto-asmjs@npm:^3.2.3": - version: 3.2.3 - resolution: "@polkadot/wasm-crypto-asmjs@npm:3.2.3" +"@polkadot/wasm-crypto-asmjs@npm:^3.2.4": + version: 3.2.4 + resolution: "@polkadot/wasm-crypto-asmjs@npm:3.2.4" dependencies: - "@babel/runtime": ^7.12.13 - checksum: b2184bcc818dfa5d3eb008f9840efc19c0dbe856c6f6a0450484bb4a948ec14a5c639594456052c1a879174c75bd378827b8afb64b1dc80a5a8d1efb094ad8d2 + "@babel/runtime": ^7.13.7 + checksum: b6909a042c975e739ca5b725e809ab5ca8c35e34da980ad1e81d4e4f0d6e1e5e9dba140b63c3264f6e59df5428346c0a92b089588e909cf934c85011741956d0 languageName: node linkType: hard -"@polkadot/wasm-crypto-wasm@npm:^3.2.3": - version: 3.2.3 - resolution: "@polkadot/wasm-crypto-wasm@npm:3.2.3" +"@polkadot/wasm-crypto-wasm@npm:^3.2.4": + version: 3.2.4 + resolution: "@polkadot/wasm-crypto-wasm@npm:3.2.4" dependencies: - "@babel/runtime": ^7.12.13 - checksum: c29b90772d6cab23b31d180ce466caa659351a1706a6e13dd0f56cb526b2dd4d7e9ea8ebed0d5607c8b20e6cbe3f6bd36b0eb6628dfa080c83982df4b1e23351 + "@babel/runtime": ^7.13.7 + checksum: 7963e8c6a16e4c42733fcc85d6dcddb44452427be968059c2b6cacfdb65a4b23a329f7a568fbf7a6b210106b71097f4be329050a75780717de2d47d37d5a5201 languageName: node linkType: hard -"@polkadot/wasm-crypto@npm:^3.2.3": - version: 3.2.3 - resolution: "@polkadot/wasm-crypto@npm:3.2.3" +"@polkadot/wasm-crypto@npm:^3.2.4": + version: 3.2.4 + resolution: "@polkadot/wasm-crypto@npm:3.2.4" dependencies: - "@babel/runtime": ^7.12.13 - "@polkadot/wasm-crypto-asmjs": ^3.2.3 - "@polkadot/wasm-crypto-wasm": ^3.2.3 + "@babel/runtime": ^7.13.7 + "@polkadot/wasm-crypto-asmjs": ^3.2.4 + "@polkadot/wasm-crypto-wasm": ^3.2.4 peerDependencies: "@polkadot/util": "*" "@polkadot/x-randomvalues": "*" - checksum: e7d530dfb58ed8d3452a6c0ccc01d36000ef97cce3e800cce95f3980b21d798d5d9f4663900d2f418db600d0d380bb09501ff5bb2d96ff61c2d047dc15682321 + checksum: 23a93e6fd9638dcd4f5116a4b9d94dea9e7e7e5dd4f98a96c52d352d7afa159f0717240c252dada49c8b9d74cea04656d5dfae70551926ca616cc08baa41167e languageName: node linkType: hard -"@polkadot/x-fetch@npm:^5.7.1": - version: 5.7.1 - resolution: "@polkadot/x-fetch@npm:5.7.1" +"@polkadot/x-fetch@npm:^5.8.1": + version: 5.8.1 + resolution: "@polkadot/x-fetch@npm:5.8.1" dependencies: - "@babel/runtime": ^7.12.13 - "@polkadot/x-global": 5.7.1 + "@babel/runtime": ^7.13.7 + "@polkadot/x-global": 5.8.1 "@types/node-fetch": ^2.5.8 node-fetch: ^2.6.1 - checksum: 4fe7c97c0fc30b0a300a5a60bcc167e472ee23096b2fcf4ba81b9b9fe8e5868ab12ae4553ce87481b8f962982ac691dac466e38507fc1f312a3c0197e6a4557c + checksum: 7b9f549cbe352cd7123f20371327d84c3fba562819a8e168d01d20190a2674d716ace5159b0d9ef9a9615acffec4780ef08658490c8d32fdfc81ca43fe4d37dd languageName: node linkType: hard -"@polkadot/x-global@npm:5.7.1": - version: 5.7.1 - resolution: "@polkadot/x-global@npm:5.7.1" +"@polkadot/x-global@npm:5.8.1": + version: 5.8.1 + resolution: "@polkadot/x-global@npm:5.8.1" dependencies: - "@babel/runtime": ^7.12.13 + "@babel/runtime": ^7.13.7 "@types/node-fetch": ^2.5.8 node-fetch: ^2.6.1 - checksum: 4a2689d3b3153a05e3db9e8c4bdcdfb07b4246ab7a5084831528711d78d141fbc5e5a90dead7331754b25100c982c08d2b129bc4232d775c198f69593bcf3d52 + checksum: 9cb6c6607cf3d3eb4a1c8237fec299df0b91e6be2c3295c1bbc8e286adc66189fd1410ea5f5ba339580981b6bda3773fff04e2415c120258042f6f3b7f62d972 languageName: node linkType: hard -"@polkadot/x-randomvalues@npm:5.7.1": - version: 5.7.1 - resolution: "@polkadot/x-randomvalues@npm:5.7.1" +"@polkadot/x-randomvalues@npm:5.8.1": + version: 5.8.1 + resolution: "@polkadot/x-randomvalues@npm:5.8.1" dependencies: - "@babel/runtime": ^7.12.13 - "@polkadot/x-global": 5.7.1 - checksum: b411a21e9dbadb835cf7e8a3cecce48465f46754b278f436d209a6f3617649185f22a271afcf2d85a52cc13660c90bf4f3cd5db1dc691e0615074a092c4caae9 + "@babel/runtime": ^7.13.7 + "@polkadot/x-global": 5.8.1 + checksum: 15520a3930349dc5859a0c0e7b4cee4d6e86a69b7f872450b5f5a65d7940e39a43f633c16696e584e9fa67c803769986e9e741aefbf42f2f85a5518067937f21 languageName: node linkType: hard -"@polkadot/x-textdecoder@npm:5.7.1": - version: 5.7.1 - resolution: "@polkadot/x-textdecoder@npm:5.7.1" +"@polkadot/x-textdecoder@npm:5.8.1": + version: 5.8.1 + resolution: "@polkadot/x-textdecoder@npm:5.8.1" dependencies: - "@babel/runtime": ^7.12.13 - "@polkadot/x-global": 5.7.1 - checksum: 8cadb698e416e08408a5690223e39b97f00df99805253af97695bd751ed0ab6c0ce73620fe10ba3f01adfe5852e8c9bb66fcdb7cf6204eac427f00047b0dad2c + "@babel/runtime": ^7.13.7 + "@polkadot/x-global": 5.8.1 + checksum: 2a48c6e84d1ad951d9c7ee683018050c10a2699e2ebe849023b70b2bde54e95b12765133eb6afbc7fa3b551274760b864c38593654fbcf6b6cd0d05b13032ee9 languageName: node linkType: hard -"@polkadot/x-textencoder@npm:5.7.1": - version: 5.7.1 - resolution: "@polkadot/x-textencoder@npm:5.7.1" +"@polkadot/x-textencoder@npm:5.8.1": + version: 5.8.1 + resolution: "@polkadot/x-textencoder@npm:5.8.1" dependencies: - "@babel/runtime": ^7.12.13 - "@polkadot/x-global": 5.7.1 - checksum: a28388101314ef06bb08d2e4bbb6fd8929028d6f8a7049f4e47258214355d0ac653ceb59976190a495b25a681c4d3de4b1148e5411b7122af940a0b97f4a1c93 + "@babel/runtime": ^7.13.7 + "@polkadot/x-global": 5.8.1 + checksum: 96b8c0891f359bde9b4568b857273e5a1e3a1d244187a0c6cddc8602d2acd92906262b944d385f840464ec0a101e9e3233a9c7811a1d1a5e173a40266fee8ef8 languageName: node linkType: hard @@ -2274,12 +2298,12 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/eslint-plugin@npm:4.15.1": - version: 4.15.1 - resolution: "@typescript-eslint/eslint-plugin@npm:4.15.1" +"@typescript-eslint/eslint-plugin@npm:4.15.2": + version: 4.15.2 + resolution: "@typescript-eslint/eslint-plugin@npm:4.15.2" dependencies: - "@typescript-eslint/experimental-utils": 4.15.1 - "@typescript-eslint/scope-manager": 4.15.1 + "@typescript-eslint/experimental-utils": 4.15.2 + "@typescript-eslint/scope-manager": 4.15.2 debug: ^4.1.1 functional-red-black-tree: ^1.0.1 lodash: ^4.17.15 @@ -2292,66 +2316,66 @@ __metadata: peerDependenciesMeta: typescript: optional: true - checksum: 89dbb3b0cf5ea36ae7e89e895ebff9a8252e5b50e8dac1deb43b9aa823cfdd81cd6017ae123d0051b06dd3c770987f58396c94dd91b9b4773a6dd752ef276774 + checksum: b9884a9f851e8122c2a30475dd68c046daccca7e1feb294ed472c05f2c19e08d7f75a4401d678286307fe4ad9fe20e71f0097d605ba86df9f475dd71a3ac7406 languageName: node linkType: hard -"@typescript-eslint/experimental-utils@npm:4.15.1": - version: 4.15.1 - resolution: "@typescript-eslint/experimental-utils@npm:4.15.1" +"@typescript-eslint/experimental-utils@npm:4.15.2": + version: 4.15.2 + resolution: "@typescript-eslint/experimental-utils@npm:4.15.2" dependencies: "@types/json-schema": ^7.0.3 - "@typescript-eslint/scope-manager": 4.15.1 - "@typescript-eslint/types": 4.15.1 - "@typescript-eslint/typescript-estree": 4.15.1 + "@typescript-eslint/scope-manager": 4.15.2 + "@typescript-eslint/types": 4.15.2 + "@typescript-eslint/typescript-estree": 4.15.2 eslint-scope: ^5.0.0 eslint-utils: ^2.0.0 peerDependencies: eslint: "*" - checksum: 1b5950ce13d0d25d1970651f11df4f066d331f0fee4c56158b10b5df6e41650a8961d5cf4c3abfd75ec061d02ff7678adde7787fee1985fa0007b8e32a6cc22f + checksum: a4d5719ea39fa798e6d562ddd94cd11df5c08769ab1f2e615ed82dc99557c8e9cae0a68148b14eab518b0c90112450381725764a3ab72cc302b1c50ced32f69d languageName: node linkType: hard -"@typescript-eslint/parser@npm:4.15.1": - version: 4.15.1 - resolution: "@typescript-eslint/parser@npm:4.15.1" +"@typescript-eslint/parser@npm:4.15.2": + version: 4.15.2 + resolution: "@typescript-eslint/parser@npm:4.15.2" dependencies: - "@typescript-eslint/scope-manager": 4.15.1 - "@typescript-eslint/types": 4.15.1 - "@typescript-eslint/typescript-estree": 4.15.1 + "@typescript-eslint/scope-manager": 4.15.2 + "@typescript-eslint/types": 4.15.2 + "@typescript-eslint/typescript-estree": 4.15.2 debug: ^4.1.1 peerDependencies: eslint: ^5.0.0 || ^6.0.0 || ^7.0.0 peerDependenciesMeta: typescript: optional: true - checksum: b35272c48600b06ab7b55f9ed1d14ab6ee08bde72813f00b31651f44ea95e9c25b62b34b89cc6415b51ab1e7563dce749f82d43d65078db170e0f2a943fee987 + checksum: 663ff687c0988a100c791adcb1161b90b43dd5ea0a8345aa344d47a7166d36e69ea1b2f323a34f877f2c151cb03bf38516252d6c30cf0e38fad831bef0cf3236 languageName: node linkType: hard -"@typescript-eslint/scope-manager@npm:4.15.1": - version: 4.15.1 - resolution: "@typescript-eslint/scope-manager@npm:4.15.1" +"@typescript-eslint/scope-manager@npm:4.15.2": + version: 4.15.2 + resolution: "@typescript-eslint/scope-manager@npm:4.15.2" dependencies: - "@typescript-eslint/types": 4.15.1 - "@typescript-eslint/visitor-keys": 4.15.1 - checksum: e0f9a02b74ff683a3b4080275c509717104e7b24cd99e8273cd5148e3258a11e5c8ebaaa56c642914880516bb9fc534f0fbd298132adfabaa96237e835943dbd + "@typescript-eslint/types": 4.15.2 + "@typescript-eslint/visitor-keys": 4.15.2 + checksum: 3bb4a01c34423635807d9ffc8b1108be24ffb945447bee5fd9ed1182e039c9ce5ee22905e56859477a64af87fcdc8cb492516acaa123947ea1875e722a575da8 languageName: node linkType: hard -"@typescript-eslint/types@npm:4.15.1": - version: 4.15.1 - resolution: "@typescript-eslint/types@npm:4.15.1" - checksum: 30f7c157762e16ee5f8626960d1a869021844ac18354cf7b11ec89ba696ac4e3c027d1de485d6237ea04b8c4d055d3990fc0dd05f45ef1b49bcb4d7e80f1294e +"@typescript-eslint/types@npm:4.15.2": + version: 4.15.2 + resolution: "@typescript-eslint/types@npm:4.15.2" + checksum: 5c82f89c8d6703d4e20d736d7f1c397be0161a286760368862d2502a107b27b91cd14af46623e2ad741825157a6b8dacd74b3b27df7f0a813371a770712c112a languageName: node linkType: hard -"@typescript-eslint/typescript-estree@npm:4.15.1, @typescript-eslint/typescript-estree@npm:^4.8.2": - version: 4.15.1 - resolution: "@typescript-eslint/typescript-estree@npm:4.15.1" +"@typescript-eslint/typescript-estree@npm:4.15.2, @typescript-eslint/typescript-estree@npm:^4.8.2": + version: 4.15.2 + resolution: "@typescript-eslint/typescript-estree@npm:4.15.2" dependencies: - "@typescript-eslint/types": 4.15.1 - "@typescript-eslint/visitor-keys": 4.15.1 + "@typescript-eslint/types": 4.15.2 + "@typescript-eslint/visitor-keys": 4.15.2 debug: ^4.1.1 globby: ^11.0.1 is-glob: ^4.0.1 @@ -2360,17 +2384,17 @@ __metadata: peerDependenciesMeta: typescript: optional: true - checksum: 61787ac95568c9b21d854de38f15a7a7ec3f073d542266f6eebdb6602d623da7d9242415255b87cfd41df3837db748cc147e64ebed3374c572f61e4e10105cd4 + checksum: 01ece3245265df90b9dc2856f887dd261ddfa22edf0bb6cc8b54e54886c82b6fd1eb46405fca9dba7793fc682ef3e8766319aeb28d5910048a596ea76d13675c languageName: node linkType: hard -"@typescript-eslint/visitor-keys@npm:4.15.1": - version: 4.15.1 - resolution: "@typescript-eslint/visitor-keys@npm:4.15.1" +"@typescript-eslint/visitor-keys@npm:4.15.2": + version: 4.15.2 + resolution: "@typescript-eslint/visitor-keys@npm:4.15.2" dependencies: - "@typescript-eslint/types": 4.15.1 + "@typescript-eslint/types": 4.15.2 eslint-visitor-keys: ^2.0.0 - checksum: 779711aa95940738507eeb97e18efa0244d8513846284f497fb9b400d0d2e0791cc746829fd6870eb95a6256f4ab30b53b518d59a2e005d050f0cfcf8caa3ea2 + checksum: 9a4c23925a189722618488f8db8452ca738fecbb704393ddb17d25938f034cfbe47e25bd75744967ae942528aeb79e98ed65f703384070b14d33f5f3134fde90 languageName: node linkType: hard @@ -2807,13 +2831,12 @@ __metadata: languageName: node linkType: hard -"axios@npm:^0.18.1": - version: 0.18.1 - resolution: "axios@npm:0.18.1" +"axios@npm:^0.21.1": + version: 0.21.1 + resolution: "axios@npm:0.21.1" dependencies: - follow-redirects: 1.5.10 - is-buffer: ^2.0.2 - checksum: 6188a1b815733c1b6118eddc70d931caea7f867ca77ade8205e49cd6e457b837460cc4e325e19c66a81190a170fde5b76480878366b3743131977da76d571bec + follow-redirects: ^1.10.0 + checksum: 864fb7b5d077d236737f10adca53bf451a93f35a15271f56fba8da07265a02d26b7d881b935a6697dc6adb0549ea3e56d2eecb403edaa3bb78f6479901c10f69 languageName: node linkType: hard @@ -2889,6 +2912,42 @@ __metadata: languageName: node linkType: hard +"babel-plugin-polyfill-corejs2@npm:^0.1.4": + version: 0.1.8 + resolution: "babel-plugin-polyfill-corejs2@npm:0.1.8" + dependencies: + "@babel/compat-data": ^7.13.0 + "@babel/helper-define-polyfill-provider": ^0.1.4 + semver: ^6.1.1 + peerDependencies: + "@babel/core": ^7.0.0-0 + checksum: 937b94eb1850471f705b0bdb0bf2635494a7ea67d9b252aeb9fe5ae18728f18fa92b1be60856bb0d7b08eaa5bca10b2b87b54b720ef00040a50e161543210b05 + languageName: node + linkType: hard + +"babel-plugin-polyfill-corejs3@npm:^0.1.3": + version: 0.1.6 + resolution: "babel-plugin-polyfill-corejs3@npm:0.1.6" + dependencies: + "@babel/helper-define-polyfill-provider": ^0.1.4 + core-js-compat: ^3.8.1 + peerDependencies: + "@babel/core": ^7.0.0-0 + checksum: d855c4db2b34b0bc3706961322738e83707a0ac13b8f88c2c3529f0848192aa8eb9a8d96d3f9448bf8927225ac24324a1e2253591102b127157720292abc4d1c + languageName: node + linkType: hard + +"babel-plugin-polyfill-regenerator@npm:^0.1.2": + version: 0.1.5 + resolution: "babel-plugin-polyfill-regenerator@npm:0.1.5" + dependencies: + "@babel/helper-define-polyfill-provider": ^0.1.4 + peerDependencies: + "@babel/core": ^7.0.0-0 + checksum: 06839aec3b847ce9c2d488c9a245f8e608bdabbb2e5a0263ea227b648f93eb91d593bda21c60a099482231dc416bf6e6f5b8838b45534b695056e23c23073c46 + languageName: node + linkType: hard + "babel-plugin-styled-components@npm:^1.12.0": version: 1.12.0 resolution: "babel-plugin-styled-components@npm:1.12.0" @@ -2967,7 +3026,7 @@ __metadata: languageName: node linkType: hard -"base64-js@npm:^1.3.1": +"base64-js@npm:^1.3.1, base64-js@npm:^1.5.1": version: 1.5.1 resolution: "base64-js@npm:1.5.1" checksum: c1b41a26ddc6620eb7f1ee6c29c812f5942a4e328e74263f995872cfb8ca3aee08542beb25cd10fd7ef16e4f16603e25c35a26e776c01fd55277e5035e829e0e @@ -3118,7 +3177,7 @@ __metadata: languageName: node linkType: hard -"browserslist@npm:^4.14.5, browserslist@npm:^4.16.0, browserslist@npm:^4.16.3": +"browserslist@npm:^4.14.5, browserslist@npm:^4.16.3": version: 4.16.3 resolution: "browserslist@npm:4.16.3" dependencies: @@ -3688,13 +3747,13 @@ __metadata: languageName: node linkType: hard -"core-js-compat@npm:^3.8.0": - version: 3.8.2 - resolution: "core-js-compat@npm:3.8.2" +"core-js-compat@npm:^3.8.1, core-js-compat@npm:^3.9.0": + version: 3.9.0 + resolution: "core-js-compat@npm:3.9.0" dependencies: - browserslist: ^4.16.0 + browserslist: ^4.16.3 semver: 7.0.0 - checksum: 57b33f456d42054d01f78a05bbc252249a5e2cd109dfac2c9fae94ad90e156ed17fc68c817444696a9546acd58c3ce66c34dfe7841628da6d6cf8fdb888e4671 + checksum: ebcd01c9ad2b3114cfcf9316a8d324dffc2e1362249f48b734e941e8de32e1c7f5f859198a212c0af2e6cef3164fc4457817b4568faec46f815ebb8dcb8f8f11 languageName: node linkType: hard @@ -3823,15 +3882,6 @@ __metadata: languageName: node linkType: hard -"debug@npm:=3.1.0": - version: 3.1.0 - resolution: "debug@npm:3.1.0" - dependencies: - ms: 2.0.0 - checksum: 1295acd5e0531761255661d325cd0a80ac8c5f6de8942a53bb23c2197ccb97526972de662ed0e5d9393be83f3428a298a6e7185ecb02f0da6282019cd2ffb4a8 - languageName: node - linkType: hard - "debug@npm:^2.2.0, debug@npm:^2.3.3, debug@npm:^2.6.9": version: 2.6.9 resolution: "debug@npm:2.6.9" @@ -5098,12 +5148,13 @@ __metadata: languageName: node linkType: hard -"follow-redirects@npm:1.5.10": - version: 1.5.10 - resolution: "follow-redirects@npm:1.5.10" - dependencies: - debug: =3.1.0 - checksum: 6e58e02c31337b6b41ffc3d5f3d49920b7db428eddcf374537da00ef121fe473983e12d8557f4304287604168d3efcc288d1f009abaf4c9d61e5db0c0cee3c4a +"follow-redirects@npm:^1.10.0": + version: 1.13.2 + resolution: "follow-redirects@npm:1.13.2" + peerDependenciesMeta: + debug: + optional: true + checksum: 76a23a75e5eedb872fc223fcce5b267fd315b123e0fc38f8d7701283445418d9ead72c7ff8a468d95042526a34e5677bfe76b85f973aa0563890c695c975c451 languageName: node linkType: hard @@ -5257,7 +5308,7 @@ __metadata: languageName: node linkType: hard -"gensync@npm:^1.0.0-beta.1": +"gensync@npm:^1.0.0-beta.2": version: 1.0.0-beta.2 resolution: "gensync@npm:1.0.0-beta.2" checksum: d523437689c97b3aba9c5cdeca4677d5fff9a29d620db693fea40d852bad63563110f16979d0170248439dbcd2ecee0780fb2533d3f0519f019081aa10767c60 @@ -5581,9 +5632,9 @@ __metadata: languageName: node linkType: hard -"handlebars@npm:^4.7.6": - version: 4.7.6 - resolution: "handlebars@npm:4.7.6" +"handlebars@npm:^4.7.6, handlebars@npm:^4.7.7": + version: 4.7.7 + resolution: "handlebars@npm:4.7.7" dependencies: minimist: ^1.2.5 neo-async: ^2.6.0 @@ -5595,7 +5646,7 @@ __metadata: optional: true bin: handlebars: bin/handlebars - checksum: 50276715da3e410f1d485635029b77e09b8c9244d9e49119d5f39ed978a3d44ce94f5d6120efeb707da0ba9dd0cddf140d8d2ac160721d93aa9f4234474ad318 + checksum: 2df9a6b422e2ccc0b7ca53f7a1f9915b47d19bf3fd372824a87e2a28b7952fa2cb3348cbe33a87ef49ee04f42d10359aab44819ca8d680ee3a5b53d48bd062a1 languageName: node linkType: hard @@ -6027,13 +6078,6 @@ __metadata: languageName: node linkType: hard -"is-buffer@npm:^2.0.2": - version: 2.0.5 - resolution: "is-buffer@npm:2.0.5" - checksum: 1a6dc68206e834887d3b0d8e8ec6c95e0d780314479526a5a2cf458838d1bc441a105c4cebf95d8cc16e383238f66c41761ec622f6154043186e3d9439d56970 - languageName: node - linkType: hard - "is-callable@npm:^1.1.4, is-callable@npm:^1.2.2": version: 1.2.2 resolution: "is-callable@npm:1.2.2" @@ -6052,7 +6096,7 @@ __metadata: languageName: node linkType: hard -"is-core-module@npm:^2.1.0": +"is-core-module@npm:^2.2.0": version: 2.2.0 resolution: "is-core-module@npm:2.2.0" dependencies: @@ -7345,6 +7389,13 @@ __metadata: languageName: node linkType: hard +"lodash.debounce@npm:^4.0.8": + version: 4.0.8 + resolution: "lodash.debounce@npm:4.0.8" + checksum: b6042bd8c09ff1961c9127d32266316bc21f946ece5e3464a663ec61fadb98e7d56ec0ef7e23b47d393695310c19cf24e651c1756be6da91ac02c72be7f79465 + languageName: node + linkType: hard + "lodash.sortby@npm:^4.7.0": version: 4.7.0 resolution: "lodash.sortby@npm:4.7.0" @@ -7352,10 +7403,10 @@ __metadata: languageName: node linkType: hard -"lodash@npm:^4.17.11, lodash@npm:^4.17.14, lodash@npm:^4.17.15, lodash@npm:^4.17.19, lodash@npm:^4.17.20": - version: 4.17.20 - resolution: "lodash@npm:4.17.20" - checksum: c62101d2500c383b5f174a7e9e6fe8098149ddd6e9ccfa85f36d4789446195f5c4afd3cfba433026bcaf3da271256566b04a2bf2618e5a39f6e67f8c12030cb6 +"lodash@npm:^4.17.11, lodash@npm:^4.17.14, lodash@npm:^4.17.15, lodash@npm:^4.17.19, lodash@npm:^4.17.20, lodash@npm:^4.17.21": + version: 4.17.21 + resolution: "lodash@npm:4.17.21" + checksum: 4983720b9abca930a4a46f18db163d7dad8dd00dbed6db0cc7b499b33b717cce69f80928b27bbb1ff2cbd3b19d251ee90669a8b5ea466072ca81c2ebe91e7468 languageName: node linkType: hard @@ -9337,23 +9388,23 @@ __metadata: languageName: node linkType: hard -"resolve@^1.1.6, resolve@^1.10.0, resolve@^1.10.1, resolve@^1.13.1, resolve@^1.17.0, resolve@^1.18.1, resolve@^1.19.0": - version: 1.19.0 - resolution: "resolve@npm:1.19.0" +"resolve@^1.1.6, resolve@^1.10.0, resolve@^1.10.1, resolve@^1.13.1, resolve@^1.14.2, resolve@^1.17.0, resolve@^1.18.1, resolve@^1.19.0": + version: 1.20.0 + resolution: "resolve@npm:1.20.0" dependencies: - is-core-module: ^2.1.0 + is-core-module: ^2.2.0 path-parse: ^1.0.6 - checksum: 8b23c7fde1224898ffb9fec2a2295a44d1564981343bdbf5fd3769465658f6a6f6647bb7ea66dfb3c1291ca86046b0233be2edfcd8ca05b38886521e8869677c + checksum: 0f5206d454b30e74d9b2d575b5f8aedf443c4d8b90b84cdf79474ade29bb459075220da3127b682896872a16022ed65cc4db09e0f23849654144d3d75c65cd1b languageName: node linkType: hard -"resolve@patch:resolve@^1.1.6#builtin, resolve@patch:resolve@^1.10.0#builtin, resolve@patch:resolve@^1.10.1#builtin, resolve@patch:resolve@^1.13.1#builtin, resolve@patch:resolve@^1.17.0#builtin, resolve@patch:resolve@^1.18.1#builtin, resolve@patch:resolve@^1.19.0#builtin": - version: 1.19.0 - resolution: "resolve@patch:resolve@npm%3A1.19.0#builtin::version=1.19.0&hash=3388aa" +"resolve@patch:resolve@^1.1.6#builtin, resolve@patch:resolve@^1.10.0#builtin, resolve@patch:resolve@^1.10.1#builtin, resolve@patch:resolve@^1.13.1#builtin, resolve@patch:resolve@^1.14.2#builtin, resolve@patch:resolve@^1.17.0#builtin, resolve@patch:resolve@^1.18.1#builtin, resolve@patch:resolve@^1.19.0#builtin": + version: 1.20.0 + resolution: "resolve@patch:resolve@npm%3A1.20.0#builtin::version=1.20.0&hash=3388aa" dependencies: - is-core-module: ^2.1.0 + is-core-module: ^2.2.0 path-parse: ^1.0.6 - checksum: 188d5167e8578a9af8d194faf382b8f3526aad5145391c24ecdc6246c6fc82c10fc66d6352267f8e93c5977c503d61803169c91b9e2ee36dd2de759915c9b673 + checksum: c4a515b76026806b5b26513fc7bdb80458c532bc91c02ef45ac928d1025585f93bec0b904be39c02131118a37ff7e3f9258f1526850b025d2ec0948bb5fd03d0 languageName: node linkType: hard @@ -9424,9 +9475,9 @@ __metadata: version: 0.0.0-use.local resolution: "root-workspace-0b6124@workspace:." dependencies: - "@babel/core": ^7.12.17 - "@pinata/sdk": ^1.1.11 - "@polkadot/dev": ^0.61.26 + "@babel/core": ^7.13.8 + "@pinata/sdk": ^1.1.12 + "@polkadot/dev": ^0.61.30 "@types/jest": ^26.0.20 dnslink-cloudflare: ^3.0.0 languageName: unknown @@ -9547,7 +9598,7 @@ __metadata: languageName: node linkType: hard -"semver@npm:2 || 3 || 4 || 5, semver@npm:^5.4.1, semver@npm:^5.5.0, semver@npm:^5.5.1, semver@npm:^5.6.0": +"semver@npm:2 || 3 || 4 || 5, semver@npm:^5.5.0, semver@npm:^5.6.0": version: 5.7.1 resolution: "semver@npm:5.7.1" bin: @@ -9565,7 +9616,7 @@ __metadata: languageName: node linkType: hard -"semver@npm:^6.0.0, semver@npm:^6.1.0, semver@npm:^6.2.0, semver@npm:^6.3.0": +"semver@npm:^6.0.0, semver@npm:^6.1.0, semver@npm:^6.1.1, semver@npm:^6.1.2, semver@npm:^6.2.0, semver@npm:^6.3.0": version: 6.3.0 resolution: "semver@npm:6.3.0" bin: @@ -10602,14 +10653,14 @@ __metadata: languageName: node linkType: hard -"typedoc@npm:^0.20.25": - version: 0.20.25 - resolution: "typedoc@npm:0.20.25" +"typedoc@npm:^0.20.28": + version: 0.20.28 + resolution: "typedoc@npm:0.20.28" dependencies: colors: ^1.4.0 fs-extra: ^9.1.0 - handlebars: ^4.7.6 - lodash: ^4.17.20 + handlebars: ^4.7.7 + lodash: ^4.17.21 lunr: ^2.3.9 marked: ^2.0.0 minimatch: ^3.0.0 @@ -10621,7 +10672,7 @@ __metadata: typescript: 3.9.x || 4.0.x || 4.1.x bin: typedoc: bin/typedoc - checksum: 6d1ec1d076e0f73f1bd4e40434f265808b137e5f04376ccbabdec1e7f27f4b63049ba6fbd7301fe150d8b582ac91904b376592a0ae389a93d39f4ec009c80a5b + checksum: c1415c3bf7595382d8f61660fd96924ee824b147d6a08cb3cfa7cf77e485c490f0c6e25928f2737cec0db73c227d4a5d52ba20474cfb72289c7be7fc9feb67ca languageName: node linkType: hard