diff --git a/examples/svelte-kit/package.json b/examples/svelte-kit/package.json index d597cdf..198e10f 100644 --- a/examples/svelte-kit/package.json +++ b/examples/svelte-kit/package.json @@ -9,25 +9,25 @@ "devDependencies": { "@sveltejs/adapter-node": "next", "@sveltejs/kit": "next", - "svelte": "^3.29.0", - "vite": "^2.1.0", - "typescript": "^4.0.0", - "tslib": "^2.0.0", - "svelte-preprocess": "^4.0.0", - "sass": "^1.0.0" + "sass": "^1.32.8", + "svelte": "^3.37.0", + "svelte-preprocess": "^4.7.0", + "tslib": "^2.1.0", + "typescript": "^4.2.3", + "vite": "^2.1.5" }, "dependencies": { - "@bytemd/plugin-breaks": "^1.7.0", - "@bytemd/plugin-footnotes": "^1.7.0", - "@bytemd/plugin-frontmatter": "^1.7.0", - "@bytemd/plugin-gemoji": "^1.7.0", - "@bytemd/plugin-gfm": "^1.7.0", - "@bytemd/plugin-highlight": "^1.7.0", - "@bytemd/plugin-math": "^1.7.0", - "@bytemd/plugin-mdx": "^1.7.0", - "@bytemd/plugin-medium-zoom": "^1.7.0", - "@bytemd/plugin-mermaid": "^1.7.0", - "bytemd": "^1.7.0" + "@bytemd/plugin-breaks": "^1.9.0", + "@bytemd/plugin-footnotes": "^1.9.0", + "@bytemd/plugin-frontmatter": "^1.9.0", + "@bytemd/plugin-gemoji": "^1.9.0", + "@bytemd/plugin-gfm": "^1.9.0", + "@bytemd/plugin-highlight": "^1.9.0", + "@bytemd/plugin-math": "^1.9.0", + "@bytemd/plugin-mdx": "^1.9.0", + "@bytemd/plugin-medium-zoom": "^1.9.0", + "@bytemd/plugin-mermaid": "^1.9.0", + "bytemd": "^1.9.0" }, "type": "module", "engines": { diff --git a/examples/svelte-rollup/package.json b/examples/svelte-rollup/package.json index 2e15ef6..99c0d7e 100644 --- a/examples/svelte-rollup/package.json +++ b/examples/svelte-rollup/package.json @@ -10,13 +10,13 @@ "@rollup/plugin-commonjs": "^16.0.0", "@rollup/plugin-json": "^4.1.0", "@rollup/plugin-node-resolve": "^10.0.0", - "@rollup/plugin-replace": "^2.4.1", - "rollup": "^2.41.0", + "@rollup/plugin-replace": "^2.4.2", + "rollup": "^2.44.0", "rollup-plugin-livereload": "^2.0.0", "rollup-plugin-postcss": "^3.1.8", "rollup-plugin-svelte": "^7.1.0", "rollup-plugin-terser": "^7.0.2", - "svelte": "^3.35.0" + "svelte": "^3.37.0" }, "dependencies": { "sirv-cli": "^1.0.11" diff --git a/examples/svelte-ssr/package.json b/examples/svelte-ssr/package.json index b0c8c38..04f82f9 100644 --- a/examples/svelte-ssr/package.json +++ b/examples/svelte-ssr/package.json @@ -14,23 +14,23 @@ "sirv": "^0.4.6" }, "devDependencies": { - "@bytemd/plugin-breaks": "^1.7.0", - "@bytemd/plugin-footnotes": "^1.7.0", - "@bytemd/plugin-frontmatter": "^1.7.0", - "@bytemd/plugin-gemoji": "^1.7.0", - "@bytemd/plugin-gfm": "^1.7.0", - "@bytemd/plugin-highlight": "^1.7.0", - "@bytemd/plugin-math": "^1.7.0", - "@bytemd/plugin-mdx": "^1.7.0", - "@bytemd/plugin-medium-zoom": "^1.7.0", - "@bytemd/plugin-mermaid": "^1.7.0", - "bytemd": "^1.7.0", + "@bytemd/plugin-breaks": "^1.9.0", + "@bytemd/plugin-footnotes": "^1.9.0", + "@bytemd/plugin-frontmatter": "^1.9.0", + "@bytemd/plugin-gemoji": "^1.9.0", + "@bytemd/plugin-gfm": "^1.9.0", + "@bytemd/plugin-highlight": "^1.9.0", + "@bytemd/plugin-math": "^1.9.0", + "@bytemd/plugin-mdx": "^1.9.0", + "@bytemd/plugin-medium-zoom": "^1.9.0", + "@bytemd/plugin-mermaid": "^1.9.0", + "bytemd": "^1.9.0", "css-loader": "^3.6.0", "file-loader": "^6.2.0", "npm-run-all": "^4.1.5", "sapper": "^0.27.16", "style-loader": "^1.3.0", - "svelte": "^3.35.0", + "svelte": "^3.37.0", "svelte-loader": "^2.13.6", "webpack": "^4.46.0" } diff --git a/examples/svelte/package.json b/examples/svelte/package.json index 056c24c..9fc1a91 100644 --- a/examples/svelte/package.json +++ b/examples/svelte/package.json @@ -3,28 +3,28 @@ "private": true, "version": "0.0.1", "devDependencies": { - "@bytemd/plugin-breaks": "^1.7.0", - "@bytemd/plugin-footnotes": "^1.7.0", - "@bytemd/plugin-frontmatter": "^1.7.0", - "@bytemd/plugin-gemoji": "^1.7.0", - "@bytemd/plugin-gfm": "^1.7.0", - "@bytemd/plugin-highlight": "^1.7.0", - "@bytemd/plugin-math": "^1.7.0", - "@bytemd/plugin-mdx": "^1.7.0", - "@bytemd/plugin-medium-zoom": "^1.7.0", - "@bytemd/plugin-mermaid": "^1.7.0", - "bytemd": "^1.7.0", + "@bytemd/plugin-breaks": "^1.9.0", + "@bytemd/plugin-footnotes": "^1.9.0", + "@bytemd/plugin-frontmatter": "^1.9.0", + "@bytemd/plugin-gemoji": "^1.9.0", + "@bytemd/plugin-gfm": "^1.9.0", + "@bytemd/plugin-highlight": "^1.9.0", + "@bytemd/plugin-math": "^1.9.0", + "@bytemd/plugin-mdx": "^1.9.0", + "@bytemd/plugin-medium-zoom": "^1.9.0", + "@bytemd/plugin-mermaid": "^1.9.0", + "bytemd": "^1.9.0", "cross-env": "^5.2.1", "css-loader": "^2.1.1", "file-loader": "^6.2.0", "github-markdown-css": "^4.0.0", - "highlight.js": "^10.6.0", + "highlight.js": "^10.7.1", "juejin-markdown-themes": "^1.18.0", "katex": "^0.12.0", "normalize.css": "^8.0.1", "remark-preset-lint-consistent": "^4.0.0", "style-loader": "^0.23.1", - "svelte": "^3.35.0", + "svelte": "^3.37.0", "svelte-loader": "2.13.6", "webpack": "^4.46.0", "webpack-cli": "^3.3.12", diff --git a/examples/vue-ssr/package.json b/examples/vue-ssr/package.json index aaab956..f83e18f 100644 --- a/examples/vue-ssr/package.json +++ b/examples/vue-ssr/package.json @@ -9,6 +9,6 @@ "generate": "nuxt generate" }, "dependencies": { - "nuxt": "^2.15.2" + "nuxt": "^2.15.4" } } diff --git a/package.json b/package.json index 56b7fc8..6e7ef86 100644 --- a/package.json +++ b/package.json @@ -15,19 +15,19 @@ "pub": "npm run clean && npm run build:ci && lerna publish --yes" }, "devDependencies": { - "@babel/core": "^7.13.10", + "@babel/core": "^7.13.14", "@babel/plugin-transform-runtime": "^7.13.10", - "@babel/preset-env": "^7.13.10", - "@icon-park/svg": "^1.3.1", + "@babel/preset-env": "^7.13.12", + "@icon-park/svg": "^1.3.3", "@primer/css": "^15.2.0", "@rollup/plugin-babel": "^5.3.0", "@rollup/plugin-commonjs": "^17.1.0", "@rollup/plugin-json": "^4.1.0", - "@rollup/plugin-node-resolve": "^11.2.0", - "@rollup/plugin-replace": "^2.4.1", - "@testing-library/jest-dom": "^5.11.9", + "@rollup/plugin-node-resolve": "^11.2.1", + "@rollup/plugin-replace": "^2.4.2", + "@testing-library/jest-dom": "^5.11.10", "@testing-library/svelte": "^3.0.3", - "@types/jest": "^26.0.20", + "@types/jest": "^26.0.22", "chokidar": "^3.5.1", "esm": "^3.2.25", "fs-extra": "^9.1.0", @@ -35,21 +35,21 @@ "jest": "^26.6.3", "lerna": "^3.22.1", "lodash": "^4.17.21", - "mustache": "^4.1.0", + "mustache": "^4.2.0", "node-sass": "^5.0.0", "npm-run-all": "^4.1.5", - "rollup": "^2.41.0", + "rollup": "^2.44.0", "rollup-plugin-livereload": "^2.0.0", "rollup-plugin-postcss": "^3.1.8", "rollup-plugin-svelte": "^7.1.0", "rollup-plugin-terser": "^7.0.2", - "rollup-plugin-visualizer": "^4.2.0", + "rollup-plugin-visualizer": "^4.2.2", "rollup-plugin-vue": "^5.1.9", - "svelte": "^3.35.0", - "svelte-jester": "^1.3.0", - "svelte-preprocess": "^4.6.9", - "svgo": "^2.2.1", - "ts-jest": "^26.5.3", + "svelte": "^3.37.0", + "svelte-jester": "^1.3.2", + "svelte-preprocess": "^4.7.0", + "svgo": "^2.3.0", + "ts-jest": "^26.5.4", "typescript": "^4.2.3", "vue-template-compiler": "^2.6.12" } diff --git a/packages/bytemd/package.json b/packages/bytemd/package.json index 374e4cb..a164172 100644 --- a/packages/bytemd/package.json +++ b/packages/bytemd/package.json @@ -25,7 +25,7 @@ "lib" ], "dependencies": { - "@popperjs/core": "^2.9.1", + "@popperjs/core": "^2.9.2", "@types/codemirror": "^0.0.108", "@types/lodash.debounce": "^4.0.6", "@types/lodash.throttle": "^4.1.6", diff --git a/packages/plugin-breaks/package.json b/packages/plugin-breaks/package.json index 07adc24..ed988f2 100644 --- a/packages/plugin-breaks/package.json +++ b/packages/plugin-breaks/package.json @@ -19,7 +19,7 @@ "lib" ], "dependencies": { - "remark-breaks": "^2.0.1" + "remark-breaks": "^2.0.2" }, "devDependencies": { "bytemd": "^1.9.0" diff --git a/packages/plugin-highlight/package.json b/packages/plugin-highlight/package.json index e16bf3d..a8b7bc4 100644 --- a/packages/plugin-highlight/package.json +++ b/packages/plugin-highlight/package.json @@ -19,7 +19,7 @@ "lib" ], "dependencies": { - "highlight.js": "^10.6.0" + "highlight.js": "^10.7.1" }, "devDependencies": { "bytemd": "^1.9.0" diff --git a/packages/plugin-mermaid/package.json b/packages/plugin-mermaid/package.json index a66ab2a..35af5ef 100644 --- a/packages/plugin-mermaid/package.json +++ b/packages/plugin-mermaid/package.json @@ -19,8 +19,8 @@ "lib" ], "dependencies": { - "@types/mermaid": "^8.2.2", - "mermaid": "^8.9.1" + "@types/mermaid": "^8.2.4", + "mermaid": "^8.9.2" }, "devDependencies": { "bytemd": "^1.9.0" diff --git a/packages/react/package.json b/packages/react/package.json index 141c401..82370ef 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -26,6 +26,6 @@ }, "devDependencies": { "@types/react": "^17.0.3", - "react": "^17.0.1" + "react": "^17.0.2" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a363fa6..9f1608d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,19 +1,19 @@ importers: .: devDependencies: - '@babel/core': 7.13.10 - '@babel/plugin-transform-runtime': 7.13.10_@babel+core@7.13.10 - '@babel/preset-env': 7.13.10_@babel+core@7.13.10 - '@icon-park/svg': 1.3.1 + '@babel/core': 7.13.14 + '@babel/plugin-transform-runtime': 7.13.10_@babel+core@7.13.14 + '@babel/preset-env': 7.13.12_@babel+core@7.13.14 + '@icon-park/svg': 1.3.3 '@primer/css': 15.2.0 - '@rollup/plugin-babel': 5.3.0_16d5b6426664af7201b70951546c1784 - '@rollup/plugin-commonjs': 17.1.0_rollup@2.41.0 - '@rollup/plugin-json': 4.1.0_rollup@2.41.0 - '@rollup/plugin-node-resolve': 11.2.0_rollup@2.41.0 - '@rollup/plugin-replace': 2.4.1_rollup@2.41.0 - '@testing-library/jest-dom': 5.11.9 - '@testing-library/svelte': 3.0.3_svelte@3.35.0 - '@types/jest': 26.0.20 + '@rollup/plugin-babel': 5.3.0_5e7fd6efeecd0601cdf62a5dd59ff63a + '@rollup/plugin-commonjs': 17.1.0_rollup@2.44.0 + '@rollup/plugin-json': 4.1.0_rollup@2.44.0 + '@rollup/plugin-node-resolve': 11.2.1_rollup@2.44.0 + '@rollup/plugin-replace': 2.4.2_rollup@2.44.0 + '@testing-library/jest-dom': 5.11.10 + '@testing-library/svelte': 3.0.3_svelte@3.37.0 + '@types/jest': 26.0.22 chokidar: 3.5.1 esm: 3.2.25 fs-extra: 9.1.0 @@ -21,37 +21,37 @@ importers: jest: 26.6.3 lerna: 3.22.1 lodash: 4.17.21 - mustache: 4.1.0 + mustache: 4.2.0 node-sass: 5.0.0 npm-run-all: 4.1.5 - rollup: 2.41.0 + rollup: 2.44.0 rollup-plugin-livereload: 2.0.0 rollup-plugin-postcss: 3.1.8 - rollup-plugin-svelte: 7.1.0_rollup@2.41.0+svelte@3.35.0 - rollup-plugin-terser: 7.0.2_rollup@2.41.0 - rollup-plugin-visualizer: 4.2.0_rollup@2.41.0 + rollup-plugin-svelte: 7.1.0_rollup@2.44.0+svelte@3.37.0 + rollup-plugin-terser: 7.0.2_rollup@2.44.0 + rollup-plugin-visualizer: 4.2.2_rollup@2.44.0 rollup-plugin-vue: 5.1.9_vue-template-compiler@2.6.12 - svelte: 3.35.0 - svelte-jester: 1.3.0_svelte@3.35.0 - svelte-preprocess: 4.6.9_798e826b82ef8af3fca0000b968b471e - svgo: 2.2.1 - ts-jest: 26.5.3_jest@26.6.3+typescript@4.2.3 + svelte: 3.37.0 + svelte-jester: 1.3.2_svelte@3.37.0 + svelte-preprocess: 4.7.0_c39714000eb364d14a0e2e2132df0a2d + svgo: 2.3.0 + ts-jest: 26.5.4_jest@26.6.3+typescript@4.2.3 typescript: 4.2.3 vue-template-compiler: 2.6.12 specifiers: - '@babel/core': ^7.13.10 + '@babel/core': ^7.13.14 '@babel/plugin-transform-runtime': ^7.13.10 - '@babel/preset-env': ^7.13.10 - '@icon-park/svg': ^1.3.1 + '@babel/preset-env': ^7.13.12 + '@icon-park/svg': ^1.3.3 '@primer/css': ^15.2.0 '@rollup/plugin-babel': ^5.3.0 '@rollup/plugin-commonjs': ^17.1.0 '@rollup/plugin-json': ^4.1.0 - '@rollup/plugin-node-resolve': ^11.2.0 - '@rollup/plugin-replace': ^2.4.1 - '@testing-library/jest-dom': ^5.11.9 + '@rollup/plugin-node-resolve': ^11.2.1 + '@rollup/plugin-replace': ^2.4.2 + '@testing-library/jest-dom': ^5.11.10 '@testing-library/svelte': ^3.0.3 - '@types/jest': ^26.0.20 + '@types/jest': ^26.0.22 chokidar: ^3.5.1 esm: ^3.2.25 fs-extra: ^9.1.0 @@ -59,21 +59,21 @@ importers: jest: ^26.6.3 lerna: ^3.22.1 lodash: ^4.17.21 - mustache: ^4.1.0 + mustache: ^4.2.0 node-sass: ^5.0.0 npm-run-all: ^4.1.5 - rollup: ^2.41.0 + rollup: ^2.44.0 rollup-plugin-livereload: ^2.0.0 rollup-plugin-postcss: ^3.1.8 rollup-plugin-svelte: ^7.1.0 rollup-plugin-terser: ^7.0.2 - rollup-plugin-visualizer: ^4.2.0 + rollup-plugin-visualizer: ^4.2.2 rollup-plugin-vue: ^5.1.9 - svelte: ^3.35.0 - svelte-jester: ^1.3.0 - svelte-preprocess: ^4.6.9 - svgo: ^2.2.1 - ts-jest: ^26.5.3 + svelte: ^3.37.0 + svelte-jester: ^1.3.2 + svelte-preprocess: ^4.7.0 + svgo: ^2.3.0 + ts-jest: ^26.5.4 typescript: ^4.2.3 vue-template-compiler: ^2.6.12 examples/react-ssr: @@ -126,40 +126,40 @@ importers: css-loader: 2.1.1_webpack@4.46.0 file-loader: 6.2.0_webpack@4.46.0 github-markdown-css: 4.0.0 - highlight.js: 10.6.0 + highlight.js: 10.7.1 juejin-markdown-themes: 1.18.0 katex: 0.12.0 normalize.css: 8.0.1 remark-preset-lint-consistent: 4.0.0 style-loader: 0.23.1 - svelte: 3.35.0 - svelte-loader: 2.13.6_svelte@3.35.0 + svelte: 3.37.0 + svelte-loader: 2.13.6_svelte@3.37.0 webpack: 4.46.0_webpack-cli@3.3.12 webpack-cli: 3.3.12_webpack@4.46.0 webpack-dev-server: 3.11.2_46edf965869dcc7c8d09e022f331d1ea specifiers: - '@bytemd/plugin-breaks': ^1.7.0 - '@bytemd/plugin-footnotes': ^1.7.0 - '@bytemd/plugin-frontmatter': ^1.7.0 - '@bytemd/plugin-gemoji': ^1.7.0 - '@bytemd/plugin-gfm': ^1.7.0 - '@bytemd/plugin-highlight': ^1.7.0 - '@bytemd/plugin-math': ^1.7.0 - '@bytemd/plugin-mdx': ^1.7.0 - '@bytemd/plugin-medium-zoom': ^1.7.0 - '@bytemd/plugin-mermaid': ^1.7.0 - bytemd: ^1.7.0 + '@bytemd/plugin-breaks': ^1.9.0 + '@bytemd/plugin-footnotes': ^1.9.0 + '@bytemd/plugin-frontmatter': ^1.9.0 + '@bytemd/plugin-gemoji': ^1.9.0 + '@bytemd/plugin-gfm': ^1.9.0 + '@bytemd/plugin-highlight': ^1.9.0 + '@bytemd/plugin-math': ^1.9.0 + '@bytemd/plugin-mdx': ^1.9.0 + '@bytemd/plugin-medium-zoom': ^1.9.0 + '@bytemd/plugin-mermaid': ^1.9.0 + bytemd: ^1.9.0 cross-env: ^5.2.1 css-loader: ^2.1.1 file-loader: ^6.2.0 github-markdown-css: ^4.0.0 - highlight.js: ^10.6.0 + highlight.js: ^10.7.1 juejin-markdown-themes: ^1.18.0 katex: ^0.12.0 normalize.css: ^8.0.1 remark-preset-lint-consistent: ^4.0.0 style-loader: ^0.23.1 - svelte: ^3.35.0 + svelte: ^3.37.0 svelte-loader: 2.13.6 webpack: ^4.46.0 webpack-cli: ^3.3.12 @@ -178,60 +178,60 @@ importers: '@bytemd/plugin-mermaid': link:../../packages/plugin-mermaid bytemd: link:../../packages/bytemd devDependencies: - '@sveltejs/adapter-node': 1.0.0-next.10 - '@sveltejs/kit': 1.0.0-next.62_svelte@3.35.0+vite@2.1.3 + '@sveltejs/adapter-node': 1.0.0-next.12 + '@sveltejs/kit': 1.0.0-next.67_svelte@3.37.0+vite@2.1.5 sass: 1.32.8 - svelte: 3.35.0 - svelte-preprocess: 4.6.9_3267835ea6c3508f3743accbc37c06ef + svelte: 3.37.0 + svelte-preprocess: 4.7.0_366d3dcecfe4efc98749bfc698a742db tslib: 2.1.0 typescript: 4.2.3 - vite: 2.1.3 + vite: 2.1.5 specifiers: - '@bytemd/plugin-breaks': ^1.7.0 - '@bytemd/plugin-footnotes': ^1.7.0 - '@bytemd/plugin-frontmatter': ^1.7.0 - '@bytemd/plugin-gemoji': ^1.7.0 - '@bytemd/plugin-gfm': ^1.7.0 - '@bytemd/plugin-highlight': ^1.7.0 - '@bytemd/plugin-math': ^1.7.0 - '@bytemd/plugin-mdx': ^1.7.0 - '@bytemd/plugin-medium-zoom': ^1.7.0 - '@bytemd/plugin-mermaid': ^1.7.0 + '@bytemd/plugin-breaks': ^1.9.0 + '@bytemd/plugin-footnotes': ^1.9.0 + '@bytemd/plugin-frontmatter': ^1.9.0 + '@bytemd/plugin-gemoji': ^1.9.0 + '@bytemd/plugin-gfm': ^1.9.0 + '@bytemd/plugin-highlight': ^1.9.0 + '@bytemd/plugin-math': ^1.9.0 + '@bytemd/plugin-mdx': ^1.9.0 + '@bytemd/plugin-medium-zoom': ^1.9.0 + '@bytemd/plugin-mermaid': ^1.9.0 '@sveltejs/adapter-node': next '@sveltejs/kit': next - bytemd: ^1.7.0 - sass: ^1.0.0 - svelte: ^3.29.0 - svelte-preprocess: ^4.0.0 - tslib: ^2.0.0 - typescript: ^4.0.0 - vite: ^2.1.0 + bytemd: ^1.9.0 + sass: ^1.32.8 + svelte: ^3.37.0 + svelte-preprocess: ^4.7.0 + tslib: ^2.1.0 + typescript: ^4.2.3 + vite: ^2.1.5 examples/svelte-rollup: dependencies: sirv-cli: 1.0.11 devDependencies: - '@rollup/plugin-commonjs': 16.0.0_rollup@2.41.0 - '@rollup/plugin-json': 4.1.0_rollup@2.41.0 - '@rollup/plugin-node-resolve': 10.0.0_rollup@2.41.0 - '@rollup/plugin-replace': 2.4.1_rollup@2.41.0 - rollup: 2.41.0 + '@rollup/plugin-commonjs': 16.0.0_rollup@2.44.0 + '@rollup/plugin-json': 4.1.0_rollup@2.44.0 + '@rollup/plugin-node-resolve': 10.0.0_rollup@2.44.0 + '@rollup/plugin-replace': 2.4.2_rollup@2.44.0 + rollup: 2.44.0 rollup-plugin-livereload: 2.0.0 rollup-plugin-postcss: 3.1.8 - rollup-plugin-svelte: 7.1.0_rollup@2.41.0+svelte@3.35.0 - rollup-plugin-terser: 7.0.2_rollup@2.41.0 - svelte: 3.35.0 + rollup-plugin-svelte: 7.1.0_rollup@2.44.0+svelte@3.37.0 + rollup-plugin-terser: 7.0.2_rollup@2.44.0 + svelte: 3.37.0 specifiers: '@rollup/plugin-commonjs': ^16.0.0 '@rollup/plugin-json': ^4.1.0 '@rollup/plugin-node-resolve': ^10.0.0 - '@rollup/plugin-replace': ^2.4.1 - rollup: ^2.41.0 + '@rollup/plugin-replace': ^2.4.2 + rollup: ^2.44.0 rollup-plugin-livereload: ^2.0.0 rollup-plugin-postcss: ^3.1.8 rollup-plugin-svelte: ^7.1.0 rollup-plugin-terser: ^7.0.2 sirv-cli: ^1.0.11 - svelte: ^3.35.0 + svelte: ^3.37.0 examples/svelte-ssr: dependencies: compression: 1.7.4 @@ -252,23 +252,23 @@ importers: css-loader: 3.6.0_webpack@4.46.0 file-loader: 6.2.0_webpack@4.46.0 npm-run-all: 4.1.5 - sapper: 0.27.16_svelte@3.35.0 + sapper: 0.27.16_svelte@3.37.0 style-loader: 1.3.0_webpack@4.46.0 - svelte: 3.35.0 - svelte-loader: 2.13.6_svelte@3.35.0 + svelte: 3.37.0 + svelte-loader: 2.13.6_svelte@3.37.0 webpack: 4.46.0 specifiers: - '@bytemd/plugin-breaks': ^1.7.0 - '@bytemd/plugin-footnotes': ^1.7.0 - '@bytemd/plugin-frontmatter': ^1.7.0 - '@bytemd/plugin-gemoji': ^1.7.0 - '@bytemd/plugin-gfm': ^1.7.0 - '@bytemd/plugin-highlight': ^1.7.0 - '@bytemd/plugin-math': ^1.7.0 - '@bytemd/plugin-mdx': ^1.7.0 - '@bytemd/plugin-medium-zoom': ^1.7.0 - '@bytemd/plugin-mermaid': ^1.7.0 - bytemd: ^1.7.0 + '@bytemd/plugin-breaks': ^1.9.0 + '@bytemd/plugin-footnotes': ^1.9.0 + '@bytemd/plugin-frontmatter': ^1.9.0 + '@bytemd/plugin-gemoji': ^1.9.0 + '@bytemd/plugin-gfm': ^1.9.0 + '@bytemd/plugin-highlight': ^1.9.0 + '@bytemd/plugin-math': ^1.9.0 + '@bytemd/plugin-mdx': ^1.9.0 + '@bytemd/plugin-medium-zoom': ^1.9.0 + '@bytemd/plugin-mermaid': ^1.9.0 + bytemd: ^1.9.0 compression: ^1.7.4 css-loader: ^3.6.0 file-loader: ^6.2.0 @@ -277,17 +277,17 @@ importers: sapper: ^0.27.16 sirv: ^0.4.6 style-loader: ^1.3.0 - svelte: ^3.35.0 + svelte: ^3.37.0 svelte-loader: ^2.13.6 webpack: ^4.46.0 examples/vue-ssr: dependencies: - nuxt: 2.15.2 + nuxt: 2.15.4 specifiers: - nuxt: ^2.15.2 + nuxt: ^2.15.4 packages/bytemd: dependencies: - '@popperjs/core': 2.9.1 + '@popperjs/core': 2.9.2 '@types/codemirror': 0.0.108 '@types/lodash.debounce': 4.0.6 '@types/lodash.throttle': 4.1.6 @@ -310,7 +310,7 @@ importers: vfile: 4.2.1 word-count: 0.2.2 specifiers: - '@popperjs/core': ^2.9.1 + '@popperjs/core': ^2.9.2 '@types/codemirror': ^0.0.108 '@types/lodash.debounce': ^4.0.6 '@types/lodash.throttle': ^4.1.6 @@ -342,12 +342,12 @@ importers: miniprogram-api-typings: ^3.3.0 packages/plugin-breaks: dependencies: - remark-breaks: 2.0.1 + remark-breaks: 2.0.2 devDependencies: bytemd: link:../bytemd specifiers: bytemd: ^1.9.0 - remark-breaks: ^2.0.1 + remark-breaks: ^2.0.2 packages/plugin-footnotes: dependencies: remark-footnotes: 3.0.0 @@ -388,12 +388,12 @@ importers: remark-gfm: ^1.0.0 packages/plugin-highlight: dependencies: - highlight.js: 10.6.0 + highlight.js: 10.7.1 devDependencies: bytemd: link:../bytemd specifiers: bytemd: ^1.9.0 - highlight.js: ^10.6.0 + highlight.js: ^10.7.1 packages/plugin-highlight-ssr: dependencies: rehype-highlight: 4.1.0 @@ -444,24 +444,24 @@ importers: medium-zoom: ^1.0.6 packages/plugin-mermaid: dependencies: - '@types/mermaid': 8.2.2 - mermaid: 8.9.1 + '@types/mermaid': 8.2.4 + mermaid: 8.9.2 devDependencies: bytemd: link:../bytemd specifiers: - '@types/mermaid': ^8.2.2 + '@types/mermaid': ^8.2.4 bytemd: ^1.9.0 - mermaid: ^8.9.1 + mermaid: ^8.9.2 packages/react: dependencies: bytemd: link:../bytemd devDependencies: '@types/react': 17.0.3 - react: 17.0.1 + react: 17.0.2 specifiers: '@types/react': ^17.0.3 bytemd: ^1.9.0 - react: ^17.0.1 + react: ^17.0.2 packages/vue: dependencies: bytemd: link:../bytemd @@ -483,88 +483,87 @@ packages: '@babel/highlight': 7.13.10 resolution: integrity: sha512-HV1Cm0Q3ZrpCR93tkWOYiuYIgLxZXZFVG2VgK+MBWjUqZTundupbfx2aXarXuw5Ko5aMcjtJgbSs4vUGBS5v6g== - /@babel/compat-data/7.13.8: + /@babel/compat-data/7.13.12: resolution: - integrity: sha512-EaI33z19T4qN3xLXsGf48M2cDqa6ei9tPZlfLdb2HC+e/cFtREiRd8hdSqDbwdLB0/+gLwqJmCYASH0z2bUdog== - /@babel/core/7.13.10: + integrity: sha512-3eJJ841uKxeV8dcN/2yGEUy+RfgQspPEgQat85umsE1rotuquQ2AbIub4S6j7c50a2d+4myc+zSlnXeIHrOnhQ== + /@babel/core/7.13.14: dependencies: '@babel/code-frame': 7.12.13 '@babel/generator': 7.13.9 - '@babel/helper-compilation-targets': 7.13.10_@babel+core@7.13.10 - '@babel/helper-module-transforms': 7.13.0 + '@babel/helper-compilation-targets': 7.13.13_@babel+core@7.13.14 + '@babel/helper-module-transforms': 7.13.14 '@babel/helpers': 7.13.10 - '@babel/parser': 7.13.10 + '@babel/parser': 7.13.13 '@babel/template': 7.12.13 - '@babel/traverse': 7.13.0 - '@babel/types': 7.13.0 + '@babel/traverse': 7.13.13 + '@babel/types': 7.13.14 convert-source-map: 1.7.0 debug: 4.3.1 gensync: 1.0.0-beta.2 json5: 2.2.0 - lodash: 4.17.21 semver: 6.3.0 source-map: 0.5.7 engines: node: '>=6.9.0' resolution: - integrity: sha512-bfIYcT0BdKeAZrovpMqX2Mx5NrgAckGbwT982AkdS5GNfn3KMGiprlBAtmBcFZRUmpaufS6WZFP8trvx8ptFDw== + integrity: sha512-wZso/vyF4ki0l0znlgM4inxbdrUvCb+cVz8grxDq+6C9k6qbqoIJteQOKicaKjCipU3ISV+XedCqpL2RJJVehA== /@babel/generator/7.13.9: dependencies: - '@babel/types': 7.13.0 + '@babel/types': 7.13.14 jsesc: 2.5.2 source-map: 0.5.7 resolution: integrity: sha512-mHOOmY0Axl/JCTkxTU6Lf5sWOg/v8nUa+Xkt4zMTftX0wqmb6Sh7J8gvcehBw7q0AhrhAR+FDacKjCZ2X8K+Sw== /@babel/helper-annotate-as-pure/7.12.13: dependencies: - '@babel/types': 7.13.0 + '@babel/types': 7.13.14 resolution: integrity: sha512-7YXfX5wQ5aYM/BOlbSccHDbuXXFPxeoUmfWtz8le2yTkTZc+BxsiEnENFoi2SlmA8ewDkG2LgIMIVzzn2h8kfw== /@babel/helper-builder-binary-assignment-operator-visitor/7.12.13: dependencies: '@babel/helper-explode-assignable-expression': 7.13.0 - '@babel/types': 7.13.0 + '@babel/types': 7.13.14 resolution: integrity: sha512-CZOv9tGphhDRlVjVkAgm8Nhklm9RzSmWpX2my+t7Ua/KT616pEzXsQCjinzvkRvHWJ9itO4f296efroX23XCMA== - /@babel/helper-compilation-targets/7.13.10_@babel+core@7.13.10: + /@babel/helper-compilation-targets/7.13.13_@babel+core@7.13.14: dependencies: - '@babel/compat-data': 7.13.8 - '@babel/core': 7.13.10 + '@babel/compat-data': 7.13.12 + '@babel/core': 7.13.14 '@babel/helper-validator-option': 7.12.17 browserslist: 4.16.3 semver: 6.3.0 peerDependencies: '@babel/core': ^7.0.0 resolution: - integrity: sha512-/Xju7Qg1GQO4mHZ/Kcs6Au7gfafgZnwm+a7sy/ow/tV1sHeraRUHbjdat8/UvDor4Tez+siGKDk6zIKtCPKVJA== - /@babel/helper-create-class-features-plugin/7.13.10_@babel+core@7.13.10: + integrity: sha512-q1kcdHNZehBwD9jYPh3WyXcsFERi39X4I59I3NadciWtNDyZ6x+GboOxncFK0kXlKIv6BJm5acncehXWUjWQMQ== + /@babel/helper-create-class-features-plugin/7.13.11_@babel+core@7.13.14: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.14 '@babel/helper-function-name': 7.12.13 - '@babel/helper-member-expression-to-functions': 7.13.0 + '@babel/helper-member-expression-to-functions': 7.13.12 '@babel/helper-optimise-call-expression': 7.12.13 - '@babel/helper-replace-supers': 7.13.0 + '@babel/helper-replace-supers': 7.13.12 '@babel/helper-split-export-declaration': 7.12.13 peerDependencies: '@babel/core': ^7.0.0 resolution: - integrity: sha512-YV7r2YxdTUaw84EwNkyrRke/TJHR/UXGiyvACRqvdVJ2/syV2rQuJNnaRLSuYiop8cMRXOgseTGoJCWX0q2fFg== - /@babel/helper-create-regexp-features-plugin/7.12.17_@babel+core@7.13.10: + integrity: sha512-ays0I7XYq9xbjCSvT+EvysLgfc3tOkwCULHjrnscGT3A9qD4sk3wXnJ3of0MAWsWGjdinFvajHU2smYuqXKMrw== + /@babel/helper-create-regexp-features-plugin/7.12.17_@babel+core@7.13.14: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.14 '@babel/helper-annotate-as-pure': 7.12.13 regexpu-core: 4.7.1 peerDependencies: '@babel/core': ^7.0.0 resolution: integrity: sha512-p2VGmBu9oefLZ2nQpgnEnG0ZlRPvL8gAGvPUMQwUdaE8k49rOMuZpOwdQoy5qJf6K8jL3bcAMhVUlHAjIgJHUg== - /@babel/helper-define-polyfill-provider/0.1.5_@babel+core@7.13.10: + /@babel/helper-define-polyfill-provider/0.1.5_@babel+core@7.13.14: dependencies: - '@babel/core': 7.13.10 - '@babel/helper-compilation-targets': 7.13.10_@babel+core@7.13.10 - '@babel/helper-module-imports': 7.12.13 + '@babel/core': 7.13.14 + '@babel/helper-compilation-targets': 7.13.13_@babel+core@7.13.14 + '@babel/helper-module-imports': 7.13.12 '@babel/helper-plugin-utils': 7.13.0 - '@babel/traverse': 7.13.0 + '@babel/traverse': 7.13.13 debug: 4.3.1 lodash.debounce: 4.0.8 resolve: 1.20.0 @@ -575,53 +574,52 @@ packages: integrity: sha512-nXuzCSwlJ/WKr8qxzW816gwyT6VZgiJG17zR40fou70yfAcqjoNyTLl/DQ+FExw5Hx5KNqshmN8Ldl/r2N7cTg== /@babel/helper-explode-assignable-expression/7.13.0: dependencies: - '@babel/types': 7.13.0 + '@babel/types': 7.13.14 resolution: integrity: sha512-qS0peLTDP8kOisG1blKbaoBg/o9OSa1qoumMjTK5pM+KDTtpxpsiubnCGP34vK8BXGcb2M9eigwgvoJryrzwWA== /@babel/helper-function-name/7.12.13: dependencies: '@babel/helper-get-function-arity': 7.12.13 '@babel/template': 7.12.13 - '@babel/types': 7.13.0 + '@babel/types': 7.13.14 resolution: integrity: sha512-TZvmPn0UOqmvi5G4vvw0qZTpVptGkB1GL61R6lKvrSdIxGm5Pky7Q3fpKiIkQCAtRCBUwB0PaThlx9vebCDSwA== /@babel/helper-get-function-arity/7.12.13: dependencies: - '@babel/types': 7.13.0 + '@babel/types': 7.13.14 resolution: integrity: sha512-DjEVzQNz5LICkzN0REdpD5prGoidvbdYk1BVgRUOINaWJP2t6avB27X1guXK1kXNrX0WMfsrm1A/ZBthYuIMQg== /@babel/helper-hoist-variables/7.13.0: dependencies: - '@babel/traverse': 7.13.0 - '@babel/types': 7.13.0 + '@babel/traverse': 7.13.13 + '@babel/types': 7.13.14 resolution: integrity: sha512-0kBzvXiIKfsCA0y6cFEIJf4OdzfpRuNk4+YTeHZpGGc666SATFKTz6sRncwFnQk7/ugJ4dSrCj6iJuvW4Qwr2g== - /@babel/helper-member-expression-to-functions/7.13.0: + /@babel/helper-member-expression-to-functions/7.13.12: dependencies: - '@babel/types': 7.13.0 + '@babel/types': 7.13.14 resolution: - integrity: sha512-yvRf8Ivk62JwisqV1rFRMxiSMDGnN6KH1/mDMmIrij4jztpQNRoHqqMG3U6apYbGRPJpgPalhva9Yd06HlUxJQ== - /@babel/helper-module-imports/7.12.13: + integrity: sha512-48ql1CLL59aKbU94Y88Xgb2VFy7a95ykGRbJJaaVv+LX5U8wFpLfiGXJJGUozsmA1oEh/o5Bp60Voq7ACyA/Sw== + /@babel/helper-module-imports/7.13.12: dependencies: - '@babel/types': 7.13.0 + '@babel/types': 7.13.14 resolution: - integrity: sha512-NGmfvRp9Rqxy0uHSSVP+SRIW1q31a7Ji10cLBcqSDUngGentY4FRiHOFZFE1CLU5eiL0oE8reH7Tg1y99TDM/g== - /@babel/helper-module-transforms/7.13.0: + integrity: sha512-4cVvR2/1B693IuOvSI20xqqa/+bl7lqAMR59R4iu39R9aOX8/JoYY1sFaNvUMyMBGnHdwvJgUrzNLoUZxXypxA== + /@babel/helper-module-transforms/7.13.14: dependencies: - '@babel/helper-module-imports': 7.12.13 - '@babel/helper-replace-supers': 7.13.0 - '@babel/helper-simple-access': 7.12.13 + '@babel/helper-module-imports': 7.13.12 + '@babel/helper-replace-supers': 7.13.12 + '@babel/helper-simple-access': 7.13.12 '@babel/helper-split-export-declaration': 7.12.13 '@babel/helper-validator-identifier': 7.12.11 '@babel/template': 7.12.13 - '@babel/traverse': 7.13.0 - '@babel/types': 7.13.0 - lodash: 4.17.21 + '@babel/traverse': 7.13.13 + '@babel/types': 7.13.14 resolution: - integrity: sha512-Ls8/VBwH577+pw7Ku1QkUWIyRRNHpYlts7+qSqBBFCW3I8QteB9DxfcZ5YJpOwH6Ihe/wn8ch7fMGOP1OhEIvw== + integrity: sha512-QuU/OJ0iAOSIatyVZmfqB0lbkVP0kDRiKj34xy+QNsnVZi/PA6BoSoreeqnxxa9EHFAIL0R9XOaAR/G9WlIy5g== /@babel/helper-optimise-call-expression/7.12.13: dependencies: - '@babel/types': 7.13.0 + '@babel/types': 7.13.14 resolution: integrity: sha512-BdWQhoVJkp6nVjB7nkFWcn43dkprYauqtk++Py2eaf/GRDFm5BxRqEIZCiHlZUGAVmtwKcsVL1dC68WmzeFmiA== /@babel/helper-plugin-utils/7.13.0: @@ -631,30 +629,30 @@ packages: dependencies: '@babel/helper-annotate-as-pure': 7.12.13 '@babel/helper-wrap-function': 7.13.0 - '@babel/types': 7.13.0 + '@babel/types': 7.13.14 resolution: integrity: sha512-pUQpFBE9JvC9lrQbpX0TmeNIy5s7GnZjna2lhhcHC7DzgBs6fWn722Y5cfwgrtrqc7NAJwMvOa0mKhq6XaE4jg== - /@babel/helper-replace-supers/7.13.0: + /@babel/helper-replace-supers/7.13.12: dependencies: - '@babel/helper-member-expression-to-functions': 7.13.0 + '@babel/helper-member-expression-to-functions': 7.13.12 '@babel/helper-optimise-call-expression': 7.12.13 - '@babel/traverse': 7.13.0 - '@babel/types': 7.13.0 + '@babel/traverse': 7.13.13 + '@babel/types': 7.13.14 resolution: - integrity: sha512-Segd5me1+Pz+rmN/NFBOplMbZG3SqRJOBlY+mA0SxAv6rjj7zJqr1AVr3SfzUVTLCv7ZLU5FycOM/SBGuLPbZw== - /@babel/helper-simple-access/7.12.13: + integrity: sha512-Gz1eiX+4yDO8mT+heB94aLVNCL+rbuT2xy4YfyNqu8F+OI6vMvJK891qGBTqL9Uc8wxEvRW92Id6G7sDen3fFw== + /@babel/helper-simple-access/7.13.12: dependencies: - '@babel/types': 7.13.0 + '@babel/types': 7.13.14 resolution: - integrity: sha512-0ski5dyYIHEfwpWGx5GPWhH35j342JaflmCeQmsPWcrOQDtCN6C1zKAVRFVbK53lPW2c9TsuLLSUDf0tIGJ5hA== + integrity: sha512-7FEjbrx5SL9cWvXioDbnlYTppcZGuCY6ow3/D5vMggb2Ywgu4dMrpTJX0JdQAIcRRUElOIxF3yEooa9gUb9ZbA== /@babel/helper-skip-transparent-expression-wrappers/7.12.1: dependencies: - '@babel/types': 7.13.0 + '@babel/types': 7.13.14 resolution: integrity: sha512-Mf5AUuhG1/OCChOJ/HcADmvcHM42WJockombn8ATJG3OnyiSxBK/Mm5x78BQWvmtXZKHgbjdGL2kin/HOLlZGA== /@babel/helper-split-export-declaration/7.12.13: dependencies: - '@babel/types': 7.13.0 + '@babel/types': 7.13.14 resolution: integrity: sha512-tCJDltF83htUtXx5NLcaDqRmknv652ZWCHyoTETf1CXYJdPC7nohZohjUgieXhv0hTJdRf2FjDueFehdNucpzg== /@babel/helper-validator-identifier/7.12.11: @@ -667,15 +665,15 @@ packages: dependencies: '@babel/helper-function-name': 7.12.13 '@babel/template': 7.12.13 - '@babel/traverse': 7.13.0 - '@babel/types': 7.13.0 + '@babel/traverse': 7.13.13 + '@babel/types': 7.13.14 resolution: integrity: sha512-1UX9F7K3BS42fI6qd2A4BjKzgGjToscyZTdp1DjknHLCIvpgne6918io+aL5LXFcER/8QWiwpoY902pVEqgTXA== /@babel/helpers/7.13.10: dependencies: '@babel/template': 7.12.13 - '@babel/traverse': 7.13.0 - '@babel/types': 7.13.0 + '@babel/traverse': 7.13.13 + '@babel/types': 7.13.14 resolution: integrity: sha512-4VO883+MWPDUVRF3PhiLBUFHoX/bsLTGFpFK/HqvvfBZz2D57u9XzPVNFVBTc0PW/CWR9BXTOKt8NF4DInUHcQ== /@babel/highlight/7.13.10: @@ -685,140 +683,150 @@ packages: js-tokens: 4.0.0 resolution: integrity: sha512-5aPpe5XQPzflQrFwL1/QoeHkP2MsA4JCntcXHRhEsdsfPVkvPi2w7Qix4iV7t5S/oC9OodGrggd8aco1g3SZFg== - /@babel/parser/7.13.10: + /@babel/parser/7.13.13: engines: node: '>=6.0.0' hasBin: true resolution: - integrity: sha512-0s7Mlrw9uTWkYua7xWr99Wpk2bnGa0ANleKfksYAES8LpWH4gW1OUr42vqKNf0us5UQNfru2wPqMqRITzq/SIQ== - /@babel/plugin-proposal-async-generator-functions/7.13.8_@babel+core@7.13.10: + integrity: sha512-OhsyMrqygfk5v8HmWwOzlYjJrtLaFhF34MrfG/Z73DgYCI6ojNUTUp2TYbtnjo8PegeJp12eamsNettCQjKjVw== + /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/7.13.12_@babel+core@7.13.14: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.14 + '@babel/helper-plugin-utils': 7.13.0 + '@babel/helper-skip-transparent-expression-wrappers': 7.12.1 + '@babel/plugin-proposal-optional-chaining': 7.13.12_@babel+core@7.13.14 + peerDependencies: + '@babel/core': ^7.13.0 + resolution: + integrity: sha512-d0u3zWKcoZf379fOeJdr1a5WPDny4aOFZ6hlfKivgK0LY7ZxNfoaHL2fWwdGtHyVvra38FC+HVYkO+byfSA8AQ== + /@babel/plugin-proposal-async-generator-functions/7.13.8_@babel+core@7.13.14: + dependencies: + '@babel/core': 7.13.14 '@babel/helper-plugin-utils': 7.13.0 '@babel/helper-remap-async-to-generator': 7.13.0 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.13.10 + '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.13.14 peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-rPBnhj+WgoSmgq+4gQUtXx/vOcU+UYtjy1AA/aeD61Hwj410fwYyqfUcRP3lR8ucgliVJL/G7sXcNUecC75IXA== - /@babel/plugin-proposal-class-properties/7.13.0_@babel+core@7.13.10: + /@babel/plugin-proposal-class-properties/7.13.0_@babel+core@7.13.14: dependencies: - '@babel/core': 7.13.10 - '@babel/helper-create-class-features-plugin': 7.13.10_@babel+core@7.13.10 + '@babel/core': 7.13.14 + '@babel/helper-create-class-features-plugin': 7.13.11_@babel+core@7.13.14 '@babel/helper-plugin-utils': 7.13.0 peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-KnTDjFNC1g+45ka0myZNvSBFLhNCLN+GeGYLDEA8Oq7MZ6yMgfLoIRh86GRT0FjtJhZw8JyUskP9uvj5pHM9Zg== - /@babel/plugin-proposal-decorators/7.13.5_@babel+core@7.13.10: + /@babel/plugin-proposal-decorators/7.13.5_@babel+core@7.13.14: dependencies: - '@babel/core': 7.13.10 - '@babel/helper-create-class-features-plugin': 7.13.10_@babel+core@7.13.10 + '@babel/core': 7.13.14 + '@babel/helper-create-class-features-plugin': 7.13.11_@babel+core@7.13.14 '@babel/helper-plugin-utils': 7.13.0 - '@babel/plugin-syntax-decorators': 7.12.13_@babel+core@7.13.10 + '@babel/plugin-syntax-decorators': 7.12.13_@babel+core@7.13.14 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-i0GDfVNuoapwiheevUOuSW67mInqJ8qw7uWfpjNVeHMn143kXblEy/bmL9AdZ/0yf/4BMQeWXezK0tQIvNPqag== - /@babel/plugin-proposal-dynamic-import/7.13.8_@babel+core@7.13.10: + /@babel/plugin-proposal-dynamic-import/7.13.8_@babel+core@7.13.14: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.14 '@babel/helper-plugin-utils': 7.13.0 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.13.10 + '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.13.14 peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-ONWKj0H6+wIRCkZi9zSbZtE/r73uOhMVHh256ys0UzfM7I3d4n+spZNWjOnJv2gzopumP2Wxi186vI8N0Y2JyQ== - /@babel/plugin-proposal-export-namespace-from/7.12.13_@babel+core@7.13.10: + /@babel/plugin-proposal-export-namespace-from/7.12.13_@babel+core@7.13.14: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.14 '@babel/helper-plugin-utils': 7.13.0 - '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.13.10 + '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.13.14 peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-INAgtFo4OnLN3Y/j0VwAgw3HDXcDtX+C/erMvWzuV9v71r7urb6iyMXu7eM9IgLr1ElLlOkaHjJ0SbCmdOQ3Iw== - /@babel/plugin-proposal-json-strings/7.13.8_@babel+core@7.13.10: + /@babel/plugin-proposal-json-strings/7.13.8_@babel+core@7.13.14: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.14 '@babel/helper-plugin-utils': 7.13.0 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.13.10 + '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.13.14 peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-w4zOPKUFPX1mgvTmL/fcEqy34hrQ1CRcGxdphBc6snDnnqJ47EZDIyop6IwXzAC8G916hsIuXB2ZMBCExC5k7Q== - /@babel/plugin-proposal-logical-assignment-operators/7.13.8_@babel+core@7.13.10: + /@babel/plugin-proposal-logical-assignment-operators/7.13.8_@babel+core@7.13.14: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.14 '@babel/helper-plugin-utils': 7.13.0 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.13.10 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.13.14 peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-aul6znYB4N4HGweImqKn59Su9RS8lbUIqxtXTOcAGtNIDczoEFv+l1EhmX8rUBp3G1jMjKJm8m0jXVp63ZpS4A== - /@babel/plugin-proposal-nullish-coalescing-operator/7.13.8_@babel+core@7.13.10: + /@babel/plugin-proposal-nullish-coalescing-operator/7.13.8_@babel+core@7.13.14: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.14 '@babel/helper-plugin-utils': 7.13.0 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.13.10 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.13.14 peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-iePlDPBn//UhxExyS9KyeYU7RM9WScAG+D3Hhno0PLJebAEpDZMocbDe64eqynhNAnwz/vZoL/q/QB2T1OH39A== - /@babel/plugin-proposal-numeric-separator/7.12.13_@babel+core@7.13.10: + /@babel/plugin-proposal-numeric-separator/7.12.13_@babel+core@7.13.14: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.14 '@babel/helper-plugin-utils': 7.13.0 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.13.10 + '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.13.14 peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-O1jFia9R8BUCl3ZGB7eitaAPu62TXJRHn7rh+ojNERCFyqRwJMTmhz+tJ+k0CwI6CLjX/ee4qW74FSqlq9I35w== - /@babel/plugin-proposal-object-rest-spread/7.13.8_@babel+core@7.13.10: + /@babel/plugin-proposal-object-rest-spread/7.13.8_@babel+core@7.13.14: dependencies: - '@babel/compat-data': 7.13.8 - '@babel/core': 7.13.10 - '@babel/helper-compilation-targets': 7.13.10_@babel+core@7.13.10 + '@babel/compat-data': 7.13.12 + '@babel/core': 7.13.14 + '@babel/helper-compilation-targets': 7.13.13_@babel+core@7.13.14 '@babel/helper-plugin-utils': 7.13.0 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.13.10 - '@babel/plugin-transform-parameters': 7.13.0_@babel+core@7.13.10 + '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.13.14 + '@babel/plugin-transform-parameters': 7.13.0_@babel+core@7.13.14 peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-DhB2EuB1Ih7S3/IRX5AFVgZ16k3EzfRbq97CxAVI1KSYcW+lexV8VZb7G7L8zuPVSdQMRn0kiBpf/Yzu9ZKH0g== - /@babel/plugin-proposal-optional-catch-binding/7.13.8_@babel+core@7.13.10: + /@babel/plugin-proposal-optional-catch-binding/7.13.8_@babel+core@7.13.14: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.14 '@babel/helper-plugin-utils': 7.13.0 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.13.10 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.13.14 peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-0wS/4DUF1CuTmGo+NiaHfHcVSeSLj5S3e6RivPTg/2k3wOv3jO35tZ6/ZWsQhQMvdgI7CwphjQa/ccarLymHVA== - /@babel/plugin-proposal-optional-chaining/7.13.8_@babel+core@7.13.10: + /@babel/plugin-proposal-optional-chaining/7.13.12_@babel+core@7.13.14: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.14 '@babel/helper-plugin-utils': 7.13.0 '@babel/helper-skip-transparent-expression-wrappers': 7.12.1 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.13.10 + '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.13.14 peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-hpbBwbTgd7Cz1QryvwJZRo1U0k1q8uyBmeXOSQUjdg/A2TASkhR/rz7AyqZ/kS8kbpsNA80rOYbxySBJAqmhhQ== - /@babel/plugin-proposal-private-methods/7.13.0_@babel+core@7.13.10: + integrity: sha512-fcEdKOkIB7Tf4IxrgEVeFC4zeJSTr78no9wTdBuZZbqF64kzllU0ybo2zrzm7gUQfxGhBgq4E39oRs8Zx/RMYQ== + /@babel/plugin-proposal-private-methods/7.13.0_@babel+core@7.13.14: dependencies: - '@babel/core': 7.13.10 - '@babel/helper-create-class-features-plugin': 7.13.10_@babel+core@7.13.10 + '@babel/core': 7.13.14 + '@babel/helper-create-class-features-plugin': 7.13.11_@babel+core@7.13.14 '@babel/helper-plugin-utils': 7.13.0 peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-MXyyKQd9inhx1kDYPkFRVOBXQ20ES8Pto3T7UZ92xj2mY0EVD8oAVzeyYuVfy/mxAdTSIayOvg+aVzcHV2bn6Q== - /@babel/plugin-proposal-unicode-property-regex/7.12.13_@babel+core@7.13.10: + /@babel/plugin-proposal-unicode-property-regex/7.12.13_@babel+core@7.13.14: dependencies: - '@babel/core': 7.13.10 - '@babel/helper-create-regexp-features-plugin': 7.12.17_@babel+core@7.13.10 + '@babel/core': 7.13.14 + '@babel/helper-create-regexp-features-plugin': 7.12.17_@babel+core@7.13.14 '@babel/helper-plugin-utils': 7.13.0 engines: node: '>=4' @@ -826,287 +834,287 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-XyJmZidNfofEkqFV5VC/bLabGmO5QzenPO/YOfGuEbgU+2sSwMmio3YLb4WtBgcmmdwZHyVyv8on77IUjQ5Gvg== - /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.13.10: + /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.13.14: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.14 '@babel/helper-plugin-utils': 7.13.0 peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw== - /@babel/plugin-syntax-bigint/7.8.3_@babel+core@7.13.10: + /@babel/plugin-syntax-bigint/7.8.3_@babel+core@7.13.14: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.14 '@babel/helper-plugin-utils': 7.13.0 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg== - /@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.13.10: + /@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.13.14: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.14 '@babel/helper-plugin-utils': 7.13.0 peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA== - /@babel/plugin-syntax-decorators/7.12.13_@babel+core@7.13.10: + /@babel/plugin-syntax-decorators/7.12.13_@babel+core@7.13.14: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.14 '@babel/helper-plugin-utils': 7.13.0 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-Rw6aIXGuqDLr6/LoBBYE57nKOzQpz/aDkKlMqEwH+Vp0MXbG6H/TfRjaY343LKxzAKAMXIHsQ8JzaZKuDZ9MwA== - /@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.13.10: + /@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.13.14: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.14 '@babel/helper-plugin-utils': 7.13.0 peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ== - /@babel/plugin-syntax-export-namespace-from/7.8.3_@babel+core@7.13.10: + /@babel/plugin-syntax-export-namespace-from/7.8.3_@babel+core@7.13.14: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.14 '@babel/helper-plugin-utils': 7.13.0 peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q== - /@babel/plugin-syntax-import-meta/7.10.4_@babel+core@7.13.10: + /@babel/plugin-syntax-import-meta/7.10.4_@babel+core@7.13.14: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.14 '@babel/helper-plugin-utils': 7.13.0 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g== - /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.13.10: + /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.13.14: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.14 '@babel/helper-plugin-utils': 7.13.0 peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA== - /@babel/plugin-syntax-jsx/7.12.13_@babel+core@7.13.10: + /@babel/plugin-syntax-jsx/7.12.13_@babel+core@7.13.14: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.14 '@babel/helper-plugin-utils': 7.13.0 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-d4HM23Q1K7oq/SLNmG6mRt85l2csmQ0cHRaxRXjKW0YFdEXqlZ5kzFQKH5Uc3rDJECgu+yCRgPkG04Mm98R/1g== - /@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.13.10: + /@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.13.14: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.14 '@babel/helper-plugin-utils': 7.13.0 peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig== - /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.13.10: + /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.13.14: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.14 '@babel/helper-plugin-utils': 7.13.0 peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ== - /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.13.10: + /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.13.14: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.14 '@babel/helper-plugin-utils': 7.13.0 peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug== - /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.13.10: + /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.13.14: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.14 '@babel/helper-plugin-utils': 7.13.0 peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA== - /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.13.10: + /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.13.14: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.14 '@babel/helper-plugin-utils': 7.13.0 peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q== - /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.13.10: + /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.13.14: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.14 '@babel/helper-plugin-utils': 7.13.0 peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg== - /@babel/plugin-syntax-top-level-await/7.12.13_@babel+core@7.13.10: + /@babel/plugin-syntax-top-level-await/7.12.13_@babel+core@7.13.14: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.14 '@babel/helper-plugin-utils': 7.13.0 peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-A81F9pDwyS7yM//KwbCSDqy3Uj4NMIurtplxphWxoYtNPov7cJsDkAFNNyVlIZ3jwGycVsurZ+LtOA8gZ376iQ== - /@babel/plugin-transform-arrow-functions/7.13.0_@babel+core@7.13.10: + /@babel/plugin-transform-arrow-functions/7.13.0_@babel+core@7.13.14: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.14 '@babel/helper-plugin-utils': 7.13.0 peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-96lgJagobeVmazXFaDrbmCLQxBysKu7U6Do3mLsx27gf5Dk85ezysrs2BZUpXD703U/Su1xTBDxxar2oa4jAGg== - /@babel/plugin-transform-async-to-generator/7.13.0_@babel+core@7.13.10: + /@babel/plugin-transform-async-to-generator/7.13.0_@babel+core@7.13.14: dependencies: - '@babel/core': 7.13.10 - '@babel/helper-module-imports': 7.12.13 + '@babel/core': 7.13.14 + '@babel/helper-module-imports': 7.13.12 '@babel/helper-plugin-utils': 7.13.0 '@babel/helper-remap-async-to-generator': 7.13.0 peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-3j6E004Dx0K3eGmhxVJxwwI89CTJrce7lg3UrtFuDAVQ/2+SJ/h/aSFOeE6/n0WB1GsOffsJp6MnPQNQ8nmwhg== - /@babel/plugin-transform-block-scoped-functions/7.12.13_@babel+core@7.13.10: + /@babel/plugin-transform-block-scoped-functions/7.12.13_@babel+core@7.13.14: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.14 '@babel/helper-plugin-utils': 7.13.0 peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-zNyFqbc3kI/fVpqwfqkg6RvBgFpC4J18aKKMmv7KdQ/1GgREapSJAykLMVNwfRGO3BtHj3YQZl8kxCXPcVMVeg== - /@babel/plugin-transform-block-scoping/7.12.13_@babel+core@7.13.10: + /@babel/plugin-transform-block-scoping/7.12.13_@babel+core@7.13.14: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.14 '@babel/helper-plugin-utils': 7.13.0 peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-Pxwe0iqWJX4fOOM2kEZeUuAxHMWb9nK+9oh5d11bsLoB0xMg+mkDpt0eYuDZB7ETrY9bbcVlKUGTOGWy7BHsMQ== - /@babel/plugin-transform-classes/7.13.0_@babel+core@7.13.10: + /@babel/plugin-transform-classes/7.13.0_@babel+core@7.13.14: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.14 '@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.13.0 - '@babel/helper-replace-supers': 7.13.0 + '@babel/helper-replace-supers': 7.13.12 '@babel/helper-split-export-declaration': 7.12.13 globals: 11.12.0 peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-9BtHCPUARyVH1oXGcSJD3YpsqRLROJx5ZNP6tN5vnk17N0SVf9WCtf8Nuh1CFmgByKKAIMstitKduoCmsaDK5g== - /@babel/plugin-transform-computed-properties/7.13.0_@babel+core@7.13.10: + /@babel/plugin-transform-computed-properties/7.13.0_@babel+core@7.13.14: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.14 '@babel/helper-plugin-utils': 7.13.0 peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-RRqTYTeZkZAz8WbieLTvKUEUxZlUTdmL5KGMyZj7FnMfLNKV4+r5549aORG/mgojRmFlQMJDUupwAMiF2Q7OUg== - /@babel/plugin-transform-destructuring/7.13.0_@babel+core@7.13.10: + /@babel/plugin-transform-destructuring/7.13.0_@babel+core@7.13.14: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.14 '@babel/helper-plugin-utils': 7.13.0 peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-zym5em7tePoNT9s964c0/KU3JPPnuq7VhIxPRefJ4/s82cD+q1mgKfuGRDMCPL0HTyKz4dISuQlCusfgCJ86HA== - /@babel/plugin-transform-dotall-regex/7.12.13_@babel+core@7.13.10: + /@babel/plugin-transform-dotall-regex/7.12.13_@babel+core@7.13.14: dependencies: - '@babel/core': 7.13.10 - '@babel/helper-create-regexp-features-plugin': 7.12.17_@babel+core@7.13.10 + '@babel/core': 7.13.14 + '@babel/helper-create-regexp-features-plugin': 7.12.17_@babel+core@7.13.14 '@babel/helper-plugin-utils': 7.13.0 peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-foDrozE65ZFdUC2OfgeOCrEPTxdB3yjqxpXh8CH+ipd9CHd4s/iq81kcUpyH8ACGNEPdFqbtzfgzbT/ZGlbDeQ== - /@babel/plugin-transform-duplicate-keys/7.12.13_@babel+core@7.13.10: + /@babel/plugin-transform-duplicate-keys/7.12.13_@babel+core@7.13.14: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.14 '@babel/helper-plugin-utils': 7.13.0 peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-NfADJiiHdhLBW3pulJlJI2NB0t4cci4WTZ8FtdIuNc2+8pslXdPtRRAEWqUY+m9kNOk2eRYbTAOipAxlrOcwwQ== - /@babel/plugin-transform-exponentiation-operator/7.12.13_@babel+core@7.13.10: + /@babel/plugin-transform-exponentiation-operator/7.12.13_@babel+core@7.13.14: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.14 '@babel/helper-builder-binary-assignment-operator-visitor': 7.12.13 '@babel/helper-plugin-utils': 7.13.0 peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-fbUelkM1apvqez/yYx1/oICVnGo2KM5s63mhGylrmXUxK/IAXSIf87QIxVfZldWf4QsOafY6vV3bX8aMHSvNrA== - /@babel/plugin-transform-for-of/7.13.0_@babel+core@7.13.10: + /@babel/plugin-transform-for-of/7.13.0_@babel+core@7.13.14: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.14 '@babel/helper-plugin-utils': 7.13.0 peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-IHKT00mwUVYE0zzbkDgNRP6SRzvfGCYsOxIRz8KsiaaHCcT9BWIkO+H9QRJseHBLOGBZkHUdHiqj6r0POsdytg== - /@babel/plugin-transform-function-name/7.12.13_@babel+core@7.13.10: + /@babel/plugin-transform-function-name/7.12.13_@babel+core@7.13.14: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.14 '@babel/helper-function-name': 7.12.13 '@babel/helper-plugin-utils': 7.13.0 peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-6K7gZycG0cmIwwF7uMK/ZqeCikCGVBdyP2J5SKNCXO5EOHcqi+z7Jwf8AmyDNcBgxET8DrEtCt/mPKPyAzXyqQ== - /@babel/plugin-transform-literals/7.12.13_@babel+core@7.13.10: + /@babel/plugin-transform-literals/7.12.13_@babel+core@7.13.14: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.14 '@babel/helper-plugin-utils': 7.13.0 peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-FW+WPjSR7hiUxMcKqyNjP05tQ2kmBCdpEpZHY1ARm96tGQCCBvXKnpjILtDplUnJ/eHZ0lALLM+d2lMFSpYJrQ== - /@babel/plugin-transform-member-expression-literals/7.12.13_@babel+core@7.13.10: + /@babel/plugin-transform-member-expression-literals/7.12.13_@babel+core@7.13.14: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.14 '@babel/helper-plugin-utils': 7.13.0 peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-kxLkOsg8yir4YeEPHLuO2tXP9R/gTjpuTOjshqSpELUN3ZAg2jfDnKUvzzJxObun38sw3wm4Uu69sX/zA7iRvg== - /@babel/plugin-transform-modules-amd/7.13.0_@babel+core@7.13.10: + /@babel/plugin-transform-modules-amd/7.13.0_@babel+core@7.13.14: dependencies: - '@babel/core': 7.13.10 - '@babel/helper-module-transforms': 7.13.0 + '@babel/core': 7.13.14 + '@babel/helper-module-transforms': 7.13.14 '@babel/helper-plugin-utils': 7.13.0 babel-plugin-dynamic-import-node: 2.3.3 peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-EKy/E2NHhY/6Vw5d1k3rgoobftcNUmp9fGjb9XZwQLtTctsRBOTRO7RHHxfIky1ogMN5BxN7p9uMA3SzPfotMQ== - /@babel/plugin-transform-modules-commonjs/7.13.8_@babel+core@7.13.10: + /@babel/plugin-transform-modules-commonjs/7.13.8_@babel+core@7.13.14: dependencies: - '@babel/core': 7.13.10 - '@babel/helper-module-transforms': 7.13.0 + '@babel/core': 7.13.14 + '@babel/helper-module-transforms': 7.13.14 '@babel/helper-plugin-utils': 7.13.0 - '@babel/helper-simple-access': 7.12.13 + '@babel/helper-simple-access': 7.13.12 babel-plugin-dynamic-import-node: 2.3.3 peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-9QiOx4MEGglfYZ4XOnU79OHr6vIWUakIj9b4mioN8eQIoEh+pf5p/zEB36JpDFWA12nNMiRf7bfoRvl9Rn79Bw== - /@babel/plugin-transform-modules-systemjs/7.13.8_@babel+core@7.13.10: + /@babel/plugin-transform-modules-systemjs/7.13.8_@babel+core@7.13.14: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.14 '@babel/helper-hoist-variables': 7.13.0 - '@babel/helper-module-transforms': 7.13.0 + '@babel/helper-module-transforms': 7.13.14 '@babel/helper-plugin-utils': 7.13.0 '@babel/helper-validator-identifier': 7.12.11 babel-plugin-dynamic-import-node: 2.3.3 @@ -1114,300 +1122,226 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-hwqctPYjhM6cWvVIlOIe27jCIBgHCsdH2xCJVAYQm7V5yTMoilbVMi9f6wKg0rpQAOn6ZG4AOyvCqFF/hUh6+A== - /@babel/plugin-transform-modules-umd/7.13.0_@babel+core@7.13.10: + /@babel/plugin-transform-modules-umd/7.13.0_@babel+core@7.13.14: dependencies: - '@babel/core': 7.13.10 - '@babel/helper-module-transforms': 7.13.0 + '@babel/core': 7.13.14 + '@babel/helper-module-transforms': 7.13.14 '@babel/helper-plugin-utils': 7.13.0 peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-D/ILzAh6uyvkWjKKyFE/W0FzWwasv6vPTSqPcjxFqn6QpX3u8DjRVliq4F2BamO2Wee/om06Vyy+vPkNrd4wxw== - /@babel/plugin-transform-named-capturing-groups-regex/7.12.13_@babel+core@7.13.10: + /@babel/plugin-transform-named-capturing-groups-regex/7.12.13_@babel+core@7.13.14: dependencies: - '@babel/core': 7.13.10 - '@babel/helper-create-regexp-features-plugin': 7.12.17_@babel+core@7.13.10 + '@babel/core': 7.13.14 + '@babel/helper-create-regexp-features-plugin': 7.12.17_@babel+core@7.13.14 peerDependencies: '@babel/core': ^7.0.0 resolution: integrity: sha512-Xsm8P2hr5hAxyYblrfACXpQKdQbx4m2df9/ZZSQ8MAhsadw06+jW7s9zsSw6he+mJZXRlVMyEnVktJo4zjk1WA== - /@babel/plugin-transform-new-target/7.12.13_@babel+core@7.13.10: + /@babel/plugin-transform-new-target/7.12.13_@babel+core@7.13.14: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.14 '@babel/helper-plugin-utils': 7.13.0 peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-/KY2hbLxrG5GTQ9zzZSc3xWiOy379pIETEhbtzwZcw9rvuaVV4Fqy7BYGYOWZnaoXIQYbbJ0ziXLa/sKcGCYEQ== - /@babel/plugin-transform-object-super/7.12.13_@babel+core@7.13.10: + /@babel/plugin-transform-object-super/7.12.13_@babel+core@7.13.14: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.14 '@babel/helper-plugin-utils': 7.13.0 - '@babel/helper-replace-supers': 7.13.0 + '@babel/helper-replace-supers': 7.13.12 peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-JzYIcj3XtYspZDV8j9ulnoMPZZnF/Cj0LUxPOjR89BdBVx+zYJI9MdMIlUZjbXDX+6YVeS6I3e8op+qQ3BYBoQ== - /@babel/plugin-transform-parameters/7.13.0_@babel+core@7.13.10: + /@babel/plugin-transform-parameters/7.13.0_@babel+core@7.13.14: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.14 '@babel/helper-plugin-utils': 7.13.0 peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-Jt8k/h/mIwE2JFEOb3lURoY5C85ETcYPnbuAJ96zRBzh1XHtQZfs62ChZ6EP22QlC8c7Xqr9q+e1SU5qttwwjw== - /@babel/plugin-transform-property-literals/7.12.13_@babel+core@7.13.10: + /@babel/plugin-transform-property-literals/7.12.13_@babel+core@7.13.14: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.14 '@babel/helper-plugin-utils': 7.13.0 peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-nqVigwVan+lR+g8Fj8Exl0UQX2kymtjcWfMOYM1vTYEKujeyv2SkMgazf2qNcK7l4SDiKyTA/nHCPqL4e2zo1A== - /@babel/plugin-transform-regenerator/7.12.13_@babel+core@7.13.10: + /@babel/plugin-transform-regenerator/7.12.13_@babel+core@7.13.14: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.14 regenerator-transform: 0.14.5 peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-lxb2ZAvSLyJ2PEe47hoGWPmW22v7CtSl9jW8mingV4H2sEX/JOcrAj2nPuGWi56ERUm2bUpjKzONAuT6HCn2EA== - /@babel/plugin-transform-reserved-words/7.12.13_@babel+core@7.13.10: + /@babel/plugin-transform-reserved-words/7.12.13_@babel+core@7.13.14: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.14 '@babel/helper-plugin-utils': 7.13.0 peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-xhUPzDXxZN1QfiOy/I5tyye+TRz6lA7z6xaT4CLOjPRMVg1ldRf0LHw0TDBpYL4vG78556WuHdyO9oi5UmzZBg== - /@babel/plugin-transform-runtime/7.13.10_@babel+core@7.13.10: + /@babel/plugin-transform-runtime/7.13.10_@babel+core@7.13.14: dependencies: - '@babel/core': 7.13.10 - '@babel/helper-module-imports': 7.12.13 + '@babel/core': 7.13.14 + '@babel/helper-module-imports': 7.13.12 '@babel/helper-plugin-utils': 7.13.0 - babel-plugin-polyfill-corejs2: 0.1.10_@babel+core@7.13.10 - babel-plugin-polyfill-corejs3: 0.1.7_@babel+core@7.13.10 - babel-plugin-polyfill-regenerator: 0.1.6_@babel+core@7.13.10 + babel-plugin-polyfill-corejs2: 0.1.10_@babel+core@7.13.14 + babel-plugin-polyfill-corejs3: 0.1.7_@babel+core@7.13.14 + babel-plugin-polyfill-regenerator: 0.1.6_@babel+core@7.13.14 semver: 6.3.0 peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-Y5k8ipgfvz5d/76tx7JYbKQTcgFSU6VgJ3kKQv4zGTKr+a9T/KBvfRvGtSFgKDQGt/DBykQixV0vNWKIdzWErA== - /@babel/plugin-transform-shorthand-properties/7.12.13_@babel+core@7.13.10: + /@babel/plugin-transform-shorthand-properties/7.12.13_@babel+core@7.13.14: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.14 '@babel/helper-plugin-utils': 7.13.0 peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-xpL49pqPnLtf0tVluuqvzWIgLEhuPpZzvs2yabUHSKRNlN7ScYU7aMlmavOeyXJZKgZKQRBlh8rHbKiJDraTSw== - /@babel/plugin-transform-spread/7.13.0_@babel+core@7.13.10: + /@babel/plugin-transform-spread/7.13.0_@babel+core@7.13.14: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.14 '@babel/helper-plugin-utils': 7.13.0 '@babel/helper-skip-transparent-expression-wrappers': 7.12.1 peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-V6vkiXijjzYeFmQTr3dBxPtZYLPcUfY34DebOU27jIl2M/Y8Egm52Hw82CSjjPqd54GTlJs5x+CR7HeNr24ckg== - /@babel/plugin-transform-sticky-regex/7.12.13_@babel+core@7.13.10: + /@babel/plugin-transform-sticky-regex/7.12.13_@babel+core@7.13.14: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.14 '@babel/helper-plugin-utils': 7.13.0 peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-Jc3JSaaWT8+fr7GRvQP02fKDsYk4K/lYwWq38r/UGfaxo89ajud321NH28KRQ7xy1Ybc0VUE5Pz8psjNNDUglg== - /@babel/plugin-transform-template-literals/7.13.0_@babel+core@7.13.10: + /@babel/plugin-transform-template-literals/7.13.0_@babel+core@7.13.14: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.14 '@babel/helper-plugin-utils': 7.13.0 peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-d67umW6nlfmr1iehCcBv69eSUSySk1EsIS8aTDX4Xo9qajAh6mYtcl4kJrBkGXuxZPEgVr7RVfAvNW6YQkd4Mw== - /@babel/plugin-transform-typeof-symbol/7.12.13_@babel+core@7.13.10: + /@babel/plugin-transform-typeof-symbol/7.12.13_@babel+core@7.13.14: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.14 '@babel/helper-plugin-utils': 7.13.0 peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-eKv/LmUJpMnu4npgfvs3LiHhJua5fo/CysENxa45YCQXZwKnGCQKAg87bvoqSW1fFT+HA32l03Qxsm8ouTY3ZQ== - /@babel/plugin-transform-unicode-escapes/7.12.13_@babel+core@7.13.10: + /@babel/plugin-transform-unicode-escapes/7.12.13_@babel+core@7.13.14: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.14 '@babel/helper-plugin-utils': 7.13.0 peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-0bHEkdwJ/sN/ikBHfSmOXPypN/beiGqjo+o4/5K+vxEFNPRPdImhviPakMKG4x96l85emoa0Z6cDflsdBusZbw== - /@babel/plugin-transform-unicode-regex/7.12.13_@babel+core@7.13.10: + /@babel/plugin-transform-unicode-regex/7.12.13_@babel+core@7.13.14: dependencies: - '@babel/core': 7.13.10 - '@babel/helper-create-regexp-features-plugin': 7.12.17_@babel+core@7.13.10 + '@babel/core': 7.13.14 + '@babel/helper-create-regexp-features-plugin': 7.12.17_@babel+core@7.13.14 '@babel/helper-plugin-utils': 7.13.0 peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-mDRzSNY7/zopwisPZ5kM9XKCfhchqIYwAKRERtEnhYscZB79VRekuRSoYbN0+KVe3y8+q1h6A4svXtP7N+UoCA== - /@babel/preset-env/7.12.17_@babel+core@7.13.10: + /@babel/preset-env/7.13.12_@babel+core@7.13.14: dependencies: - '@babel/compat-data': 7.13.8 - '@babel/core': 7.13.10 - '@babel/helper-compilation-targets': 7.13.10_@babel+core@7.13.10 - '@babel/helper-module-imports': 7.12.13 + '@babel/compat-data': 7.13.12 + '@babel/core': 7.13.14 + '@babel/helper-compilation-targets': 7.13.13_@babel+core@7.13.14 '@babel/helper-plugin-utils': 7.13.0 '@babel/helper-validator-option': 7.12.17 - '@babel/plugin-proposal-async-generator-functions': 7.13.8_@babel+core@7.13.10 - '@babel/plugin-proposal-class-properties': 7.13.0_@babel+core@7.13.10 - '@babel/plugin-proposal-dynamic-import': 7.13.8_@babel+core@7.13.10 - '@babel/plugin-proposal-export-namespace-from': 7.12.13_@babel+core@7.13.10 - '@babel/plugin-proposal-json-strings': 7.13.8_@babel+core@7.13.10 - '@babel/plugin-proposal-logical-assignment-operators': 7.13.8_@babel+core@7.13.10 - '@babel/plugin-proposal-nullish-coalescing-operator': 7.13.8_@babel+core@7.13.10 - '@babel/plugin-proposal-numeric-separator': 7.12.13_@babel+core@7.13.10 - '@babel/plugin-proposal-object-rest-spread': 7.13.8_@babel+core@7.13.10 - '@babel/plugin-proposal-optional-catch-binding': 7.13.8_@babel+core@7.13.10 - '@babel/plugin-proposal-optional-chaining': 7.13.8_@babel+core@7.13.10 - '@babel/plugin-proposal-private-methods': 7.13.0_@babel+core@7.13.10 - '@babel/plugin-proposal-unicode-property-regex': 7.12.13_@babel+core@7.13.10 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.13.10 - '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.13.10 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.13.10 - '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.13.10 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.13.10 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.13.10 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.13.10 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.13.10 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.13.10 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.13.10 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.13.10 - '@babel/plugin-syntax-top-level-await': 7.12.13_@babel+core@7.13.10 - '@babel/plugin-transform-arrow-functions': 7.13.0_@babel+core@7.13.10 - '@babel/plugin-transform-async-to-generator': 7.13.0_@babel+core@7.13.10 - '@babel/plugin-transform-block-scoped-functions': 7.12.13_@babel+core@7.13.10 - '@babel/plugin-transform-block-scoping': 7.12.13_@babel+core@7.13.10 - '@babel/plugin-transform-classes': 7.13.0_@babel+core@7.13.10 - '@babel/plugin-transform-computed-properties': 7.13.0_@babel+core@7.13.10 - '@babel/plugin-transform-destructuring': 7.13.0_@babel+core@7.13.10 - '@babel/plugin-transform-dotall-regex': 7.12.13_@babel+core@7.13.10 - '@babel/plugin-transform-duplicate-keys': 7.12.13_@babel+core@7.13.10 - '@babel/plugin-transform-exponentiation-operator': 7.12.13_@babel+core@7.13.10 - '@babel/plugin-transform-for-of': 7.13.0_@babel+core@7.13.10 - '@babel/plugin-transform-function-name': 7.12.13_@babel+core@7.13.10 - '@babel/plugin-transform-literals': 7.12.13_@babel+core@7.13.10 - '@babel/plugin-transform-member-expression-literals': 7.12.13_@babel+core@7.13.10 - '@babel/plugin-transform-modules-amd': 7.13.0_@babel+core@7.13.10 - '@babel/plugin-transform-modules-commonjs': 7.13.8_@babel+core@7.13.10 - '@babel/plugin-transform-modules-systemjs': 7.13.8_@babel+core@7.13.10 - '@babel/plugin-transform-modules-umd': 7.13.0_@babel+core@7.13.10 - '@babel/plugin-transform-named-capturing-groups-regex': 7.12.13_@babel+core@7.13.10 - '@babel/plugin-transform-new-target': 7.12.13_@babel+core@7.13.10 - '@babel/plugin-transform-object-super': 7.12.13_@babel+core@7.13.10 - '@babel/plugin-transform-parameters': 7.13.0_@babel+core@7.13.10 - '@babel/plugin-transform-property-literals': 7.12.13_@babel+core@7.13.10 - '@babel/plugin-transform-regenerator': 7.12.13_@babel+core@7.13.10 - '@babel/plugin-transform-reserved-words': 7.12.13_@babel+core@7.13.10 - '@babel/plugin-transform-shorthand-properties': 7.12.13_@babel+core@7.13.10 - '@babel/plugin-transform-spread': 7.13.0_@babel+core@7.13.10 - '@babel/plugin-transform-sticky-regex': 7.12.13_@babel+core@7.13.10 - '@babel/plugin-transform-template-literals': 7.13.0_@babel+core@7.13.10 - '@babel/plugin-transform-typeof-symbol': 7.12.13_@babel+core@7.13.10 - '@babel/plugin-transform-unicode-escapes': 7.12.13_@babel+core@7.13.10 - '@babel/plugin-transform-unicode-regex': 7.12.13_@babel+core@7.13.10 - '@babel/preset-modules': 0.1.4_@babel+core@7.13.10 - '@babel/types': 7.13.0 - core-js-compat: 3.9.1 - semver: 5.7.1 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-9PMijx8zFbCwTHrd2P4PJR5nWGH3zWebx2OcpTjqQrHhCiL2ssSR2Sc9ko2BsI2VmVBfoaQmPrlMTCui4LmXQg== - /@babel/preset-env/7.13.10_@babel+core@7.13.10: - dependencies: - '@babel/compat-data': 7.13.8 - '@babel/core': 7.13.10 - '@babel/helper-compilation-targets': 7.13.10_@babel+core@7.13.10 - '@babel/helper-plugin-utils': 7.13.0 - '@babel/helper-validator-option': 7.12.17 - '@babel/plugin-proposal-async-generator-functions': 7.13.8_@babel+core@7.13.10 - '@babel/plugin-proposal-class-properties': 7.13.0_@babel+core@7.13.10 - '@babel/plugin-proposal-dynamic-import': 7.13.8_@babel+core@7.13.10 - '@babel/plugin-proposal-export-namespace-from': 7.12.13_@babel+core@7.13.10 - '@babel/plugin-proposal-json-strings': 7.13.8_@babel+core@7.13.10 - '@babel/plugin-proposal-logical-assignment-operators': 7.13.8_@babel+core@7.13.10 - '@babel/plugin-proposal-nullish-coalescing-operator': 7.13.8_@babel+core@7.13.10 - '@babel/plugin-proposal-numeric-separator': 7.12.13_@babel+core@7.13.10 - '@babel/plugin-proposal-object-rest-spread': 7.13.8_@babel+core@7.13.10 - '@babel/plugin-proposal-optional-catch-binding': 7.13.8_@babel+core@7.13.10 - '@babel/plugin-proposal-optional-chaining': 7.13.8_@babel+core@7.13.10 - '@babel/plugin-proposal-private-methods': 7.13.0_@babel+core@7.13.10 - '@babel/plugin-proposal-unicode-property-regex': 7.12.13_@babel+core@7.13.10 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.13.10 - '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.13.10 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.13.10 - '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.13.10 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.13.10 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.13.10 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.13.10 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.13.10 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.13.10 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.13.10 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.13.10 - '@babel/plugin-syntax-top-level-await': 7.12.13_@babel+core@7.13.10 - '@babel/plugin-transform-arrow-functions': 7.13.0_@babel+core@7.13.10 - '@babel/plugin-transform-async-to-generator': 7.13.0_@babel+core@7.13.10 - '@babel/plugin-transform-block-scoped-functions': 7.12.13_@babel+core@7.13.10 - '@babel/plugin-transform-block-scoping': 7.12.13_@babel+core@7.13.10 - '@babel/plugin-transform-classes': 7.13.0_@babel+core@7.13.10 - '@babel/plugin-transform-computed-properties': 7.13.0_@babel+core@7.13.10 - '@babel/plugin-transform-destructuring': 7.13.0_@babel+core@7.13.10 - '@babel/plugin-transform-dotall-regex': 7.12.13_@babel+core@7.13.10 - '@babel/plugin-transform-duplicate-keys': 7.12.13_@babel+core@7.13.10 - '@babel/plugin-transform-exponentiation-operator': 7.12.13_@babel+core@7.13.10 - '@babel/plugin-transform-for-of': 7.13.0_@babel+core@7.13.10 - '@babel/plugin-transform-function-name': 7.12.13_@babel+core@7.13.10 - '@babel/plugin-transform-literals': 7.12.13_@babel+core@7.13.10 - '@babel/plugin-transform-member-expression-literals': 7.12.13_@babel+core@7.13.10 - '@babel/plugin-transform-modules-amd': 7.13.0_@babel+core@7.13.10 - '@babel/plugin-transform-modules-commonjs': 7.13.8_@babel+core@7.13.10 - '@babel/plugin-transform-modules-systemjs': 7.13.8_@babel+core@7.13.10 - '@babel/plugin-transform-modules-umd': 7.13.0_@babel+core@7.13.10 - '@babel/plugin-transform-named-capturing-groups-regex': 7.12.13_@babel+core@7.13.10 - '@babel/plugin-transform-new-target': 7.12.13_@babel+core@7.13.10 - '@babel/plugin-transform-object-super': 7.12.13_@babel+core@7.13.10 - '@babel/plugin-transform-parameters': 7.13.0_@babel+core@7.13.10 - '@babel/plugin-transform-property-literals': 7.12.13_@babel+core@7.13.10 - '@babel/plugin-transform-regenerator': 7.12.13_@babel+core@7.13.10 - '@babel/plugin-transform-reserved-words': 7.12.13_@babel+core@7.13.10 - '@babel/plugin-transform-shorthand-properties': 7.12.13_@babel+core@7.13.10 - '@babel/plugin-transform-spread': 7.13.0_@babel+core@7.13.10 - '@babel/plugin-transform-sticky-regex': 7.12.13_@babel+core@7.13.10 - '@babel/plugin-transform-template-literals': 7.13.0_@babel+core@7.13.10 - '@babel/plugin-transform-typeof-symbol': 7.12.13_@babel+core@7.13.10 - '@babel/plugin-transform-unicode-escapes': 7.12.13_@babel+core@7.13.10 - '@babel/plugin-transform-unicode-regex': 7.12.13_@babel+core@7.13.10 - '@babel/preset-modules': 0.1.4_@babel+core@7.13.10 - '@babel/types': 7.13.0 - babel-plugin-polyfill-corejs2: 0.1.10_@babel+core@7.13.10 - babel-plugin-polyfill-corejs3: 0.1.7_@babel+core@7.13.10 - babel-plugin-polyfill-regenerator: 0.1.6_@babel+core@7.13.10 - core-js-compat: 3.9.1 + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.13.12_@babel+core@7.13.14 + '@babel/plugin-proposal-async-generator-functions': 7.13.8_@babel+core@7.13.14 + '@babel/plugin-proposal-class-properties': 7.13.0_@babel+core@7.13.14 + '@babel/plugin-proposal-dynamic-import': 7.13.8_@babel+core@7.13.14 + '@babel/plugin-proposal-export-namespace-from': 7.12.13_@babel+core@7.13.14 + '@babel/plugin-proposal-json-strings': 7.13.8_@babel+core@7.13.14 + '@babel/plugin-proposal-logical-assignment-operators': 7.13.8_@babel+core@7.13.14 + '@babel/plugin-proposal-nullish-coalescing-operator': 7.13.8_@babel+core@7.13.14 + '@babel/plugin-proposal-numeric-separator': 7.12.13_@babel+core@7.13.14 + '@babel/plugin-proposal-object-rest-spread': 7.13.8_@babel+core@7.13.14 + '@babel/plugin-proposal-optional-catch-binding': 7.13.8_@babel+core@7.13.14 + '@babel/plugin-proposal-optional-chaining': 7.13.12_@babel+core@7.13.14 + '@babel/plugin-proposal-private-methods': 7.13.0_@babel+core@7.13.14 + '@babel/plugin-proposal-unicode-property-regex': 7.12.13_@babel+core@7.13.14 + '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.13.14 + '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.13.14 + '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.13.14 + '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.13.14 + '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.13.14 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.13.14 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.13.14 + '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.13.14 + '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.13.14 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.13.14 + '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.13.14 + '@babel/plugin-syntax-top-level-await': 7.12.13_@babel+core@7.13.14 + '@babel/plugin-transform-arrow-functions': 7.13.0_@babel+core@7.13.14 + '@babel/plugin-transform-async-to-generator': 7.13.0_@babel+core@7.13.14 + '@babel/plugin-transform-block-scoped-functions': 7.12.13_@babel+core@7.13.14 + '@babel/plugin-transform-block-scoping': 7.12.13_@babel+core@7.13.14 + '@babel/plugin-transform-classes': 7.13.0_@babel+core@7.13.14 + '@babel/plugin-transform-computed-properties': 7.13.0_@babel+core@7.13.14 + '@babel/plugin-transform-destructuring': 7.13.0_@babel+core@7.13.14 + '@babel/plugin-transform-dotall-regex': 7.12.13_@babel+core@7.13.14 + '@babel/plugin-transform-duplicate-keys': 7.12.13_@babel+core@7.13.14 + '@babel/plugin-transform-exponentiation-operator': 7.12.13_@babel+core@7.13.14 + '@babel/plugin-transform-for-of': 7.13.0_@babel+core@7.13.14 + '@babel/plugin-transform-function-name': 7.12.13_@babel+core@7.13.14 + '@babel/plugin-transform-literals': 7.12.13_@babel+core@7.13.14 + '@babel/plugin-transform-member-expression-literals': 7.12.13_@babel+core@7.13.14 + '@babel/plugin-transform-modules-amd': 7.13.0_@babel+core@7.13.14 + '@babel/plugin-transform-modules-commonjs': 7.13.8_@babel+core@7.13.14 + '@babel/plugin-transform-modules-systemjs': 7.13.8_@babel+core@7.13.14 + '@babel/plugin-transform-modules-umd': 7.13.0_@babel+core@7.13.14 + '@babel/plugin-transform-named-capturing-groups-regex': 7.12.13_@babel+core@7.13.14 + '@babel/plugin-transform-new-target': 7.12.13_@babel+core@7.13.14 + '@babel/plugin-transform-object-super': 7.12.13_@babel+core@7.13.14 + '@babel/plugin-transform-parameters': 7.13.0_@babel+core@7.13.14 + '@babel/plugin-transform-property-literals': 7.12.13_@babel+core@7.13.14 + '@babel/plugin-transform-regenerator': 7.12.13_@babel+core@7.13.14 + '@babel/plugin-transform-reserved-words': 7.12.13_@babel+core@7.13.14 + '@babel/plugin-transform-shorthand-properties': 7.12.13_@babel+core@7.13.14 + '@babel/plugin-transform-spread': 7.13.0_@babel+core@7.13.14 + '@babel/plugin-transform-sticky-regex': 7.12.13_@babel+core@7.13.14 + '@babel/plugin-transform-template-literals': 7.13.0_@babel+core@7.13.14 + '@babel/plugin-transform-typeof-symbol': 7.12.13_@babel+core@7.13.14 + '@babel/plugin-transform-unicode-escapes': 7.12.13_@babel+core@7.13.14 + '@babel/plugin-transform-unicode-regex': 7.12.13_@babel+core@7.13.14 + '@babel/preset-modules': 0.1.4_@babel+core@7.13.14 + '@babel/types': 7.13.14 + babel-plugin-polyfill-corejs2: 0.1.10_@babel+core@7.13.14 + babel-plugin-polyfill-corejs3: 0.1.7_@babel+core@7.13.14 + babel-plugin-polyfill-regenerator: 0.1.6_@babel+core@7.13.14 + core-js-compat: 3.10.0 semver: 6.3.0 - dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-nOsTScuoRghRtUsRr/c69d042ysfPHcu+KOB4A9aAO9eJYqrkat+LF8G1yp1HD18QiwixT2CisZTr/0b3YZPXQ== - /@babel/preset-modules/0.1.4_@babel+core@7.13.10: + integrity: sha512-JzElc6jk3Ko6zuZgBtjOd01pf9yYDEIH8BcqVuYIuOkzOwDesoa/Nz4gIo4lBG6K861KTV9TvIgmFuT6ytOaAA== + /@babel/preset-modules/0.1.4_@babel+core@7.13.14: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.14 '@babel/helper-plugin-utils': 7.13.0 - '@babel/plugin-proposal-unicode-property-regex': 7.12.13_@babel+core@7.13.10 - '@babel/plugin-transform-dotall-regex': 7.12.13_@babel+core@7.13.10 - '@babel/types': 7.13.0 + '@babel/plugin-proposal-unicode-property-regex': 7.12.13_@babel+core@7.13.14 + '@babel/plugin-transform-dotall-regex': 7.12.13_@babel+core@7.13.14 + '@babel/types': 7.13.14 esutils: 2.0.3 peerDependencies: '@babel/core': ^7.0.0-0 @@ -1415,7 +1349,7 @@ packages: integrity: sha512-J36NhwnfdzpmH41M1DrnkkgAqhZaqr/NBdPfQ677mLzlaXo+oDiv1deyCDtgAhz8p328otdob0Du7+xgHGZbKg== /@babel/runtime-corejs3/7.13.10: dependencies: - core-js-pure: 3.9.1 + core-js-pure: 3.10.0 regenerator-runtime: 0.13.7 dev: true resolution: @@ -1434,30 +1368,29 @@ packages: /@babel/template/7.12.13: dependencies: '@babel/code-frame': 7.12.13 - '@babel/parser': 7.13.10 - '@babel/types': 7.13.0 + '@babel/parser': 7.13.13 + '@babel/types': 7.13.14 resolution: integrity: sha512-/7xxiGA57xMo/P2GVvdEumr8ONhFOhfgq2ihK3h1e6THqzTAkHbkXgB0xI9yeTfIUoH3+oAeHhqm/I43OTbbjA== - /@babel/traverse/7.13.0: + /@babel/traverse/7.13.13: dependencies: '@babel/code-frame': 7.12.13 '@babel/generator': 7.13.9 '@babel/helper-function-name': 7.12.13 '@babel/helper-split-export-declaration': 7.12.13 - '@babel/parser': 7.13.10 - '@babel/types': 7.13.0 + '@babel/parser': 7.13.13 + '@babel/types': 7.13.14 debug: 4.3.1 globals: 11.12.0 - lodash: 4.17.21 resolution: - integrity: sha512-xys5xi5JEhzC3RzEmSGrs/b3pJW/o87SypZ+G/PhaE7uqVQNv/jlmVIBXuoh5atqQ434LfXV+sf23Oxj0bchJQ== - /@babel/types/7.13.0: + integrity: sha512-CblEcwmXKR6eP43oQGG++0QMTtCjAsa3frUuzHoiIJWpaIIi8dwMyEFUJoXRLxagGqCK+jALRwIO+o3R9p/uUg== + /@babel/types/7.13.14: dependencies: '@babel/helper-validator-identifier': 7.12.11 lodash: 4.17.21 to-fast-properties: 2.0.0 resolution: - integrity: sha512-hE+HE8rnG1Z6Wzo+MhaKE5lM5eMx71T4EHJgku2E3xIfaULhDcxiiRxUYgwX8qwP1BBSlag+TdGOt6JAidIZTA== + integrity: sha512-A2aa3QTkWoyqsZZFl56MLUsfmh7O0gN41IPvXAE/++8ojpbz12SszD7JEGYVdn4f9Kt4amIei07swF1h4AqmmQ== /@babel/types/7.8.3: dependencies: esutils: 2.0.3 @@ -1476,7 +1409,7 @@ packages: integrity: sha512-GcIY79elgB+azP74j8vqkiXz8xLFfIzbQJdlwOPisgbKT00tviJQuEghOXSMVxJ00HoYJbGswr4kcllUc4xCcg== /@cnakazawa/watch/1.0.4: dependencies: - exec-sh: 0.3.4 + exec-sh: 0.3.6 minimist: 1.2.5 dev: true engines: @@ -1562,28 +1495,28 @@ packages: integrity: sha512-EI552lf0aG2nOV8NnZpTxNo2PcXKPmDbF9K8eCBFQdIZwHNGN/mi815fxtmUMa2wTa1yndotICIDt/V0vpEx2w== /@hapi/accept/5.0.1: dependencies: - '@hapi/boom': 9.1.1 + '@hapi/boom': 9.1.2 '@hapi/hoek': 9.1.1 dev: false resolution: integrity: sha512-fMr4d7zLzsAXo28PRRQPXR1o2Wmu+6z+VY1UzDp0iFo13Twj8WePakwXBiqn3E1aAlTpSNzCXdnnQXFhst8h8Q== - /@hapi/boom/9.1.1: + /@hapi/boom/9.1.2: dependencies: '@hapi/hoek': 9.1.1 dev: false resolution: - integrity: sha512-VNR8eDbBrOxBgbkddRYIe7+8DZ+vSbV6qlmaN2x7eWjsUjy2VmQgChkOKcVZIeupEZYj+I0dqNg430OhwzagjA== + integrity: sha512-uJEJtiNHzKw80JpngDGBCGAmWjBtzxDCz17A9NO2zCi8LLBlb5Frpq4pXwyN+2JQMod4pKz5BALwyneCgDg89Q== /@hapi/hoek/9.1.1: dev: false resolution: integrity: sha512-CAEbWH7OIur6jEOzaai83jq3FmKmv4PmX1JYfs9IrYcGEVI/lyL1EXJGCj7eFVJ0bg5QR8LMxBlEtA+xKiLpFw== - /@icon-park/svg/1.3.1: + /@icon-park/svg/1.3.3: dev: true engines: node: '>= 8.0.0' npm: '>= 5.0.0' resolution: - integrity: sha512-P41bUyCyWHVSmVehe5XtveUYUQu5gjwm+xXcy04/GrpHp//9ftmD7/O5assaYlqLH5tJ94y53WwXBhIsq008+A== + integrity: sha512-/M4taqU5ucxJ6ZA0bHaLyYHuIbLLZRWNwAGS/FMxdsnWbf/mwBWImBuAsTHafasm+aiNzSX3QAhdlQzK07z69g== /@istanbuljs/load-nyc-config/1.1.0: dependencies: camelcase: 5.3.1 @@ -1605,7 +1538,7 @@ packages: /@jest/console/26.6.2: dependencies: '@jest/types': 26.6.2 - '@types/node': 14.14.32 + '@types/node': 14.14.37 chalk: 4.1.0 jest-message-util: 26.6.2 jest-util: 26.6.2 @@ -1622,8 +1555,8 @@ packages: '@jest/test-result': 26.6.2 '@jest/transform': 26.6.2 '@jest/types': 26.6.2 - '@types/node': 14.14.32 - ansi-escapes: 4.3.1 + '@types/node': 14.14.37 + ansi-escapes: 4.3.2 chalk: 4.1.0 exit: 0.1.2 graceful-fs: 4.2.6 @@ -1654,7 +1587,7 @@ packages: dependencies: '@jest/fake-timers': 26.6.2 '@jest/types': 26.6.2 - '@types/node': 14.14.32 + '@types/node': 14.14.37 jest-mock: 26.6.2 dev: true engines: @@ -1665,7 +1598,7 @@ packages: dependencies: '@jest/types': 26.6.2 '@sinonjs/fake-timers': 6.0.1 - '@types/node': 14.14.32 + '@types/node': 14.14.37 jest-message-util: 26.6.2 jest-mock: 26.6.2 jest-util: 26.6.2 @@ -1707,14 +1640,14 @@ packages: jest-worker: 26.6.2 slash: 3.0.0 source-map: 0.6.1 - string-length: 4.0.1 + string-length: 4.0.2 terminal-link: 2.1.1 - v8-to-istanbul: 7.1.0 + v8-to-istanbul: 7.1.1 dev: true engines: node: '>= 10.14.2' optionalDependencies: - node-notifier: 8.0.1 + node-notifier: 8.0.2 resolution: integrity: sha512-h2bW53APG4HvkOnVMo8q3QXa6pcaNt1HkwVsOPMBV6LD/q9oSpxNSYZQYkAnjdMjrJ86UuYeLo+aEZClV6opnw== /@jest/source-map/26.6.2: @@ -1752,7 +1685,7 @@ packages: integrity: sha512-YHlVIjP5nfEyjlrSr8t/YdNfU/1XEt7c5b4OxcXCjyRhjzLYu/rO69/WHPuYcbCWkz8kAeZVZp2N2+IOLLEPGw== /@jest/transform/26.6.2: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.14 '@jest/types': 26.6.2 babel-plugin-istanbul: 6.0.0 chalk: 4.1.0 @@ -1776,7 +1709,7 @@ packages: dependencies: '@types/istanbul-lib-coverage': 2.0.3 '@types/istanbul-reports': 3.0.0 - '@types/node': 14.14.32 + '@types/node': 14.14.37 '@types/yargs': 15.0.13 chalk: 4.1.0 dev: true @@ -2613,32 +2546,32 @@ packages: node: '>=10' resolution: integrity: sha512-1SUf/Cg2GzGDyaf15aR9St9TWlb+XvbZXWpDx8YKs7MLzMH/BCeopv+y9vzrzgkfykCGuWOlSu3mZhj2+FQcrg== - /@nuxt/babel-preset-app/2.15.2: + /@nuxt/babel-preset-app/2.15.4: dependencies: - '@babel/compat-data': 7.13.8 - '@babel/core': 7.13.10 - '@babel/helper-compilation-targets': 7.13.10_@babel+core@7.13.10 - '@babel/helper-module-imports': 7.12.13 - '@babel/plugin-proposal-class-properties': 7.13.0_@babel+core@7.13.10 - '@babel/plugin-proposal-decorators': 7.13.5_@babel+core@7.13.10 - '@babel/plugin-proposal-nullish-coalescing-operator': 7.13.8_@babel+core@7.13.10 - '@babel/plugin-proposal-optional-chaining': 7.13.8_@babel+core@7.13.10 - '@babel/plugin-transform-runtime': 7.13.10_@babel+core@7.13.10 - '@babel/preset-env': 7.12.17_@babel+core@7.13.10 + '@babel/compat-data': 7.13.12 + '@babel/core': 7.13.14 + '@babel/helper-compilation-targets': 7.13.13_@babel+core@7.13.14 + '@babel/helper-module-imports': 7.13.12 + '@babel/plugin-proposal-class-properties': 7.13.0_@babel+core@7.13.14 + '@babel/plugin-proposal-decorators': 7.13.5_@babel+core@7.13.14 + '@babel/plugin-proposal-nullish-coalescing-operator': 7.13.8_@babel+core@7.13.14 + '@babel/plugin-proposal-optional-chaining': 7.13.12_@babel+core@7.13.14 + '@babel/plugin-transform-runtime': 7.13.10_@babel+core@7.13.14 + '@babel/preset-env': 7.13.12_@babel+core@7.13.14 '@babel/runtime': 7.13.10 - '@vue/babel-preset-jsx': 1.2.4_@babel+core@7.13.10 + '@vue/babel-preset-jsx': 1.2.4_@babel+core@7.13.14 core-js: 2.6.12 - core-js-compat: 3.9.1 + core-js-compat: 3.10.0 regenerator-runtime: 0.13.7 dev: false resolution: - integrity: sha512-x4qTsamLTo1TJ9fqFH6ANrHpwF7LDGkwN8LFLZoZIP9A7tYBiFJk0mVeODONMBW/6LCNhM3jR/+QUWxEA3Tlxw== - /@nuxt/builder/2.15.2: + integrity: sha512-49boY5aSfs7ImExW2EHutkfyxoipZeCF2MxF8kYKyhJz/9esoJdo6eY8JNhzDZYISDaWSeN2w5HjiMVo9zTrjg== + /@nuxt/builder/2.15.4: dependencies: '@nuxt/devalue': 1.2.5 - '@nuxt/utils': 2.15.2 - '@nuxt/vue-app': 2.15.2 - '@nuxt/webpack': 2.15.2 + '@nuxt/utils': 2.15.4 + '@nuxt/vue-app': 2.15.4 + '@nuxt/webpack': 2.15.4 chalk: 4.1.0 chokidar: 3.5.1 consola: 2.15.3 @@ -2652,11 +2585,11 @@ packages: upath: 2.0.1 dev: false resolution: - integrity: sha512-4TCjKm7Hz/5rfiaT6g7j6rtewWenqmXZyUMI8ctai7V8a0SExok8K+En3m2O5xPIB0h2MOFurX9LXgmdozjQ2w== - /@nuxt/cli/2.15.2: + integrity: sha512-C2pmWH1ueUnwo/W0YIwlzQRqLy9BkoQTUHvy849hDTE4EFeTnW9g8cE9sGI0MTfmKY2dDDx2dc/W63MPP8r3wQ== + /@nuxt/cli/2.15.4: dependencies: - '@nuxt/config': 2.15.2 - '@nuxt/utils': 2.15.2 + '@nuxt/config': 2.15.4 + '@nuxt/utils': 2.15.4 boxen: 5.0.0 chalk: 4.1.0 compression: 1.7.4 @@ -2668,13 +2601,13 @@ packages: execa: 5.0.0 exit: 0.1.2 fs-extra: 9.1.0 - globby: 11.0.2 + globby: 11.0.3 hable: 3.0.0 lodash: 4.17.21 minimist: 1.2.5 opener: 1.5.2 pretty-bytes: 5.6.0 - semver: 7.3.4 + semver: 7.3.5 serve-static: 1.14.1 std-env: 2.3.0 upath: 2.0.1 @@ -2682,23 +2615,23 @@ packages: dev: false hasBin: true resolution: - integrity: sha512-BW3aBVFlVrOzF77/CAC5advjxa4J8cxf3Qfu2xGQU53dV+37AD/RcGAY/or9sEuqQweXogc6TEWR6Lb88cpO3A== - /@nuxt/components/2.1.2: + integrity: sha512-KlBXwvvgP0H3lcub5PGez2OhaNo3p8ln6Dhejmv8WoOfsn/z6Qa7+3sGUE3a03uBbh59JXYLSBFzhVDVx7NdDg== + /@nuxt/components/2.1.4: dependencies: chalk: 4.1.0 chokidar: 3.5.1 glob: 7.1.6 - globby: 11.0.2 + globby: 11.0.3 scule: 0.1.1 - semver: 7.3.4 + semver: 7.3.5 upath: 2.0.1 vue-template-compiler: 2.6.12 dev: false resolution: - integrity: sha512-3zfsgYLU/s37d/voV13qoWCWGnenZySRew40XjqQiRRAL/4/Y/oizUEubq/pTI0HFhhKjr4VJVPOzqnuUdJuig== - /@nuxt/config/2.15.2: + integrity: sha512-V3AMoZz2ADhI0SbbUoX1U70eulL/xDwWpV5L/PLmoUHN7NuzsvBbOIl8JBXxf+Vp/d5TZwO0I2x7cHiukydfmA== + /@nuxt/config/2.15.4: dependencies: - '@nuxt/utils': 2.15.2 + '@nuxt/utils': 2.15.4 consola: 2.15.3 defu: 3.2.2 destr: 1.1.0 @@ -2706,15 +2639,15 @@ packages: lodash: 4.17.21 rc9: 1.2.0 std-env: 2.3.0 - ufo: 0.6.9 + ufo: 0.6.10 dev: false resolution: - integrity: sha512-nSiUvHQLyuvcylrlSmH+dfKuBP2yfvTBxfJmqu1FEew8aj6jjTF5Wfg3kZw6NkSKhuykWuII9WZxi97EzqoGUg== - /@nuxt/core/2.15.2: + integrity: sha512-IwbsSrCMXN0QLY4e0tFImMsFxGtAFaf42TuYkwwJiG4YgqaY6CBHI6GYmmcDma+kPtoZ85n0RRyyuQp6lUwBLw== + /@nuxt/core/2.15.4: dependencies: - '@nuxt/config': 2.15.2 - '@nuxt/server': 2.15.2 - '@nuxt/utils': 2.15.2 + '@nuxt/config': 2.15.4 + '@nuxt/server': 2.15.4 + '@nuxt/utils': 2.15.4 consola: 2.15.3 fs-extra: 9.1.0 hable: 3.0.0 @@ -2722,7 +2655,7 @@ packages: lodash: 4.17.21 dev: false resolution: - integrity: sha512-xgzZUiVFBe611GnAKQmSoXX3k08JY5ASsP/a5EU6FE7oos7v6El4zEyNZ4UXn/9lP0/Ugh4299XYFWRWcCP8iA== + integrity: sha512-SM+mEE7X3RgO+cyD0VP62pJ9Pd9KUAGDka32uaQAGEwGdRyoz1g1jUayzfnut75Pk0s96zuOmsD+uwdIGTU0vQ== /@nuxt/devalue/1.2.5: dependencies: consola: 2.15.3 @@ -2744,20 +2677,20 @@ packages: webpack: ^2.0.0 || ^3.0.0 || ^4.0.0 resolution: integrity: sha512-pUgPFmRL56/xuTCGN5rqgTfxvs1N/AYJw7q7tUHiZaBm3UyPgbIVPkadS9njwbFbPD2XcebVy7npQMMVwQJWfA== - /@nuxt/generator/2.15.2: + /@nuxt/generator/2.15.4: dependencies: - '@nuxt/utils': 2.15.2 + '@nuxt/utils': 2.15.4 chalk: 4.1.0 consola: 2.15.3 defu: 3.2.2 devalue: 2.0.1 fs-extra: 9.1.0 html-minifier: 4.0.0 - node-html-parser: 2.2.1 - ufo: 0.6.9 + node-html-parser: 3.1.2 + ufo: 0.6.10 dev: false resolution: - integrity: sha512-XNEvi8E5S9PZa/QAI7VUSJ7dPrUyPUUERJ07EJyrxUzpObAwXxEQakEQG4T6l/9d1TpOEKOfOUY+YRaztbR0gA== + integrity: sha512-Yq5tlLszZjBaw2PPt5d+WCDmfqcYrPxHngaDo/VmQR0tGyGEUETGNCYvJziOmErk0pZjk54npSr7ftnrFtJXxA== /@nuxt/loading-screen/2.0.3: dependencies: connect: 3.7.0 @@ -2780,10 +2713,10 @@ packages: hasBin: true resolution: integrity: sha512-XG7rUdXG9fcafu9KTDIYjJSkRO38EwjlKYIb5TQ/0WDbiTUTtUtgncMscKOYzfsY86kGs05pAuMOR+3Fi0aN3A== - /@nuxt/server/2.15.2: + /@nuxt/server/2.15.4: dependencies: - '@nuxt/utils': 2.15.2 - '@nuxt/vue-renderer': 2.15.2 + '@nuxt/utils': 2.15.4 + '@nuxt/vue-renderer': 2.15.4 '@nuxtjs/youch': 4.2.3 compression: 1.7.4 connect: 3.7.0 @@ -2798,10 +2731,10 @@ packages: serve-placeholder: 1.2.3 serve-static: 1.14.1 server-destroy: 1.0.1 - ufo: 0.6.9 + ufo: 0.6.10 dev: false resolution: - integrity: sha512-LgNfZVsxD0zLWyTmbhDXA5WzmGqY7eMAojNEhPSCVo8N1djXpFZCjEkETcY4VpyuMiDxEl1VtKHwWE7ebZgqYw== + integrity: sha512-RxHBif+12v9Tqg0hBADGRJA+HnVJDd5RDDlo4plHhIU8KhgfewGGSdF3PAltHoCavXAHrTVdTEAZKN11gtAAlA== /@nuxt/telemetry/1.3.3: dependencies: arg: 5.0.0 @@ -2816,8 +2749,8 @@ packages: git-url-parse: 11.4.4 inquirer: 7.3.3 is-docker: 2.1.1 - jiti: 1.6.3 - nanoid: 3.1.20 + jiti: 1.6.4 + nanoid: 3.1.22 node-fetch: 2.6.1 parse-git-config: 3.0.0 rc9: 1.2.0 @@ -2826,27 +2759,27 @@ packages: hasBin: true resolution: integrity: sha512-ElnoAJo1n/Ui0j9i3xqhXajoGJdEwmkEtsWftlZUpQNJxdfoz+623qnt9XHMYa0X5Nf1PXYdcUKa2u4AASXOjA== - /@nuxt/utils/2.15.2: + /@nuxt/utils/2.15.4: dependencies: consola: 2.15.3 create-require: 1.1.1 fs-extra: 9.1.0 hash-sum: 2.0.0 - jiti: 1.6.3 + jiti: 1.6.4 lodash: 4.17.21 proper-lockfile: 4.1.2 - semver: 7.3.4 + semver: 7.3.5 serialize-javascript: 5.0.1 signal-exit: 3.0.3 - ua-parser-js: 0.7.24 - ufo: 0.6.9 + ua-parser-js: 0.7.26 + ufo: 0.6.10 dev: false resolution: - integrity: sha512-SlUJIl/hSJ73laYyL5YQO3oUiH7tnYz78tytnAVtiM/MRwigSA+SydvZRbGRECqY7uCo84fHL3nNNDxMURHwZA== - /@nuxt/vue-app/2.15.2: + integrity: sha512-ngvE7TDVXDIQgB+vvENEPfwetWu5zxGX0vqszeEB6248MZAoU1nBqT+nVH9tIm1/aiZZz1Wg0plc4d+QLizpmA== + /@nuxt/vue-app/2.15.4: dependencies: node-fetch: 2.6.1 - ufo: 0.6.9 + ufo: 0.6.10 unfetch: 4.2.0 vue: 2.6.12 vue-client-only: 2.0.0 @@ -2857,32 +2790,32 @@ packages: vuex: 3.6.2_vue@2.6.12 dev: false resolution: - integrity: sha512-wWh3yxiq5NfLXZS9chFsP8nEsXiCLKpOR9c9XQcuYLNumxys8+5Er8w+pUrrLgqTiShZD4ncXb6l7pgC51TIgQ== - /@nuxt/vue-renderer/2.15.2: + integrity: sha512-AtvMkY0OdsqlLQLEHbc61fSX3Y6HGsZPbvdFPuBX8fjFVhOCggC9HtYKcJf/S7qXhnDm241biDCy7U51myxuPw== + /@nuxt/vue-renderer/2.15.4: dependencies: '@nuxt/devalue': 1.2.5 - '@nuxt/utils': 2.15.2 + '@nuxt/utils': 2.15.4 consola: 2.15.3 defu: 3.2.2 fs-extra: 9.1.0 lodash: 4.17.21 lru-cache: 5.1.1 - ufo: 0.6.9 + ufo: 0.6.10 vue: 2.6.12 vue-meta: 2.4.0 vue-server-renderer: 2.6.12 dev: false resolution: - integrity: sha512-V1zUCynCl2FiO05mRs96leg9gOrxbJm7ANFWtX5NSvLX2+sOFW8EAnGYm+z7yBjAeRI/xVpLumhbJPLFk0O/dg== - /@nuxt/webpack/2.15.2: + integrity: sha512-UQzU4XzYFBOiwrZvh4ORcVEQbNzXPfub3/MWWZiYR7uuKjCfRNmU/ZIvAcSsWCrkyc1bvaw8Iehq4h0z88ZyQw== + /@nuxt/webpack/2.15.4: dependencies: - '@babel/core': 7.13.10 - '@nuxt/babel-preset-app': 2.15.2 + '@babel/core': 7.13.14 + '@nuxt/babel-preset-app': 2.15.4 '@nuxt/friendly-errors-webpack-plugin': 2.5.0_webpack@4.46.0 - '@nuxt/utils': 2.15.2 - babel-loader: 8.2.2_c68979f8893c692eeb1a0b70960ae2d4 + '@nuxt/utils': 2.15.4 + babel-loader: 8.2.2_7e486df4975382d398886f3bfd1b266c cache-loader: 4.1.0_webpack@4.46.0 - caniuse-lite: 1.0.30001197 + caniuse-lite: 1.0.30001205 consola: 2.15.3 css-loader: 4.3.0_webpack@4.46.0 cssnano: 4.1.10 @@ -2904,12 +2837,13 @@ packages: postcss-loader: 3.0.0 postcss-preset-env: 6.7.0 postcss-url: 8.0.0 - semver: 7.3.4 + semver: 7.3.5 std-env: 2.3.0 style-resources-loader: 1.4.1_webpack@4.46.0 terser-webpack-plugin: 4.2.3_webpack@4.46.0 thread-loader: 3.0.1_webpack@4.46.0 time-fix-plugin: 2.0.7_webpack@4.46.0 + ufo: 0.6.10 url-loader: 4.1.1_file-loader@6.2.0+webpack@4.46.0 vue-loader: 15.9.6_01bb20e348e87b3f4f56ccc62ad1654f vue-style-loader: 4.1.3 @@ -2922,7 +2856,7 @@ packages: webpackbar: 4.0.0_webpack@4.46.0 dev: false resolution: - integrity: sha512-SRx+ThTtNuW+ugkP6xl7buTaQtRYY8/F+d1AAuS/39kRo/IL8ManyUgmq+pUyYnYpZdOlOvmiF7NWWVweWfmgg== + integrity: sha512-VyrTuTpl+aXjuymHHunBg0c+F7BFuPNWU62A3fwdNoCq4zxHt4+JzXTcQkst2FlL9btJ/y2+OEM7QJRVE0+1FA== /@nuxtjs/youch/4.2.3: dependencies: cookie: 0.3.1 @@ -2933,22 +2867,22 @@ packages: integrity: sha512-XiTWdadTwtmL/IGkNqbVe+dOlT+IMvcBu7TvKI7plWhVQeBCQ9iKhk3jgvVWFyiwL2yHJDlEwOM5v9oVES5Xmw== /@octokit/auth-token/2.4.5: dependencies: - '@octokit/types': 6.12.2 + '@octokit/types': 6.13.0 dev: true resolution: integrity: sha512-BpGYsPgJt05M7/L/5FoE1PiAbdxXFZkX/3kDYcsvd1v6UhlnE5e96dTDr0ezX/EFwciQxf3cNV0loipsURU+WA== /@octokit/endpoint/6.0.11: dependencies: - '@octokit/types': 6.12.2 + '@octokit/types': 6.13.0 is-plain-object: 5.0.0 universal-user-agent: 6.0.0 dev: true resolution: integrity: sha512-fUIPpx+pZyoLW4GCs3yMnlj2LfoXTWDUVPTC4V3MUEKZm48W+XYpeWSZCv+vYF1ZABUm2CqnDVf1sFtIYrj7KQ== - /@octokit/openapi-types/5.3.2: + /@octokit/openapi-types/6.0.0: dev: true resolution: - integrity: sha512-NxF1yfYOUO92rCx3dwvA2onF30Vdlg7YUkMVXkeptqpzA3tRLplThhFleV/UKWFgh7rpKu1yYRbvNDUtzSopKA== + integrity: sha512-CnDdK7ivHkBtJYzWzZm7gEkanA7gKH6a09Eguz7flHw//GacPJLmkHA3f3N++MJmlxD1Fl+mB7B32EEpSCwztQ== /@octokit/plugin-enterprise-rest/6.0.1: dev: true resolution: @@ -2982,7 +2916,7 @@ packages: integrity: sha512-+6yDyk1EES6WK+l3viRDElw96MvwfJxCt45GvmjDUKWjYIb3PJZQkq3i46TwGwoPD4h8NmTrENmtyA1FwbmhRA== /@octokit/request-error/2.0.5: dependencies: - '@octokit/types': 6.12.2 + '@octokit/types': 6.13.0 deprecation: 2.3.1 once: 1.4.0 dev: true @@ -2992,7 +2926,7 @@ packages: dependencies: '@octokit/endpoint': 6.0.11 '@octokit/request-error': 2.0.5 - '@octokit/types': 6.12.2 + '@octokit/types': 6.13.0 deprecation: 2.3.1 is-plain-object: 5.0.0 node-fetch: 2.6.1 @@ -3024,16 +2958,16 @@ packages: integrity: sha512-ngDBevLbBTFfrHZeiS7SAMAZ6ssuVmXuya+F/7RaVvlysgGa1JKJkKWY+jV6TCJYcW0OALfJ7nTIGXcBXzycfQ== /@octokit/types/2.16.2: dependencies: - '@types/node': 14.14.32 + '@types/node': 14.14.37 dev: true resolution: integrity: sha512-O75k56TYvJ8WpAakWwYRN8Bgu60KrmX0z1KqFp1kNiFNkgW+JW+9EBKZ+S33PU6SLvbihqd+3drvPxKK68Ee8Q== - /@octokit/types/6.12.2: + /@octokit/types/6.13.0: dependencies: - '@octokit/openapi-types': 5.3.2 + '@octokit/openapi-types': 6.0.0 dev: true resolution: - integrity: sha512-kCkiN8scbCmSq+gwdJV0iLgHc0O/GTPY1/cffo9kECu1MvatLPh9E+qFhfRIktKfHEA6ZYvv6S1B4Wnv3bi3pA== + integrity: sha512-W2J9qlVIU11jMwKHUp5/rbVUeErqelCsO5vW5PKNb7wAXQVUz87Rc+imjlEvpvbH8yUb+KHmv8NEjVZdsdpyxA== /@opentelemetry/api/0.14.0: dependencies: '@opentelemetry/context-base': 0.14.0 @@ -3052,18 +2986,14 @@ packages: dev: false resolution: integrity: sha512-oZLYFEAzUKyi3SKnXvj32ZCEGH6RDnao7COuCVhDydMS9NrCSVXhM79VaKyP5+Zc33m0QXEd2DN3UkU7OsHcfw== - /@polka/url/1.0.0-next.11: - dev: false - resolution: - integrity: sha512-3NsZsJIA/22P3QUyrEDNA2D133H4j224twJrdipXN38dpnIOzAbUDtOwkcJ5pXmn75w7LSQDjA4tO9dm1XlqlA== /@polka/url/1.0.0-next.12: dev: false resolution: integrity: sha512-6RglhutqrGFMO1MNUXp95RBuYIuc8wTnMAV5MUhLmjTOy78ncwOw7RgeQ/HeymkKXRhZd0s2DNrM1rL7unk3MQ== - /@popperjs/core/2.9.1: + /@popperjs/core/2.9.2: dev: false resolution: - integrity: sha512-DvJbbn3dUgMxDnJLH+RZQPnXak1h4ZVYQ7CWiFWjQwBFkVajT4rfw2PdpHLTSTwxrYfnoEXkuBiwkDm6tPMQeA== + integrity: sha512-VZMYa7+fXHdwIq1TDhSXoVmSPEGM/aa+6Aiq3nVVJ9bXr24zScr+NlKFKC3iPljA7ho/GAZr+d2jOf5GIRC30Q== /@primer/css/15.2.0: dependencies: '@primer/octicons': 9.6.0 @@ -3077,12 +3007,12 @@ packages: dev: true resolution: integrity: sha512-B5Wzk5izRXXz0JqEXJkVUtqhCXSpUKgqYkVwegMkp5sziBW+ksd9LPbONlCWyyLODwf9GsI2sBXekR7m+JJDBw== - /@rollup/plugin-babel/5.3.0_16d5b6426664af7201b70951546c1784: + /@rollup/plugin-babel/5.3.0_5e7fd6efeecd0601cdf62a5dd59ff63a: dependencies: - '@babel/core': 7.13.10 - '@babel/helper-module-imports': 7.12.13 - '@rollup/pluginutils': 3.1.0_rollup@2.41.0 - rollup: 2.41.0 + '@babel/core': 7.13.14 + '@babel/helper-module-imports': 7.13.12 + '@rollup/pluginutils': 3.1.0_rollup@2.44.0 + rollup: 2.44.0 dev: true engines: node: '>= 10.0.0' @@ -3095,16 +3025,16 @@ packages: optional: true resolution: integrity: sha512-9uIC8HZOnVLrLHxayq/PTzw+uS25E14KPUBh5ktF+18Mjo5yK0ToMMx6epY0uEgkjwJw0aBW4x2horYXh8juWw== - /@rollup/plugin-commonjs/16.0.0_rollup@2.41.0: + /@rollup/plugin-commonjs/16.0.0_rollup@2.44.0: dependencies: - '@rollup/pluginutils': 3.1.0_rollup@2.41.0 + '@rollup/pluginutils': 3.1.0_rollup@2.44.0 commondir: 1.0.1 estree-walker: 2.0.2 glob: 7.1.6 is-reference: 1.2.1 magic-string: 0.25.7 resolve: 1.20.0 - rollup: 2.41.0 + rollup: 2.44.0 dev: true engines: node: '>= 8.0.0' @@ -3112,16 +3042,16 @@ packages: rollup: ^2.30.0 resolution: integrity: sha512-LuNyypCP3msCGVQJ7ki8PqYdpjfEkE/xtFa5DqlF+7IBD0JsfMZ87C58heSwIMint58sAUZbt3ITqOmdQv/dXw== - /@rollup/plugin-commonjs/17.1.0_rollup@2.41.0: + /@rollup/plugin-commonjs/17.1.0_rollup@2.44.0: dependencies: - '@rollup/pluginutils': 3.1.0_rollup@2.41.0 + '@rollup/pluginutils': 3.1.0_rollup@2.44.0 commondir: 1.0.1 estree-walker: 2.0.2 glob: 7.1.6 is-reference: 1.2.1 magic-string: 0.25.7 resolve: 1.20.0 - rollup: 2.41.0 + rollup: 2.44.0 dev: true engines: node: '>= 8.0.0' @@ -3129,24 +3059,24 @@ packages: rollup: ^2.30.0 resolution: integrity: sha512-PoMdXCw0ZyvjpCMT5aV4nkL0QywxP29sODQsSGeDpr/oI49Qq9tRtAsb/LbYbDzFlOydVEqHmmZWFtXJEAX9ew== - /@rollup/plugin-json/4.1.0_rollup@2.41.0: + /@rollup/plugin-json/4.1.0_rollup@2.44.0: dependencies: - '@rollup/pluginutils': 3.1.0_rollup@2.41.0 - rollup: 2.41.0 + '@rollup/pluginutils': 3.1.0_rollup@2.44.0 + rollup: 2.44.0 dev: true peerDependencies: rollup: ^1.20.0 || ^2.0.0 resolution: integrity: sha512-yfLbTdNS6amI/2OpmbiBoW12vngr5NW2jCJVZSBEz+H5KfUJZ2M7sDjk0U6GOOdCWFVScShte29o9NezJ53TPw== - /@rollup/plugin-node-resolve/10.0.0_rollup@2.41.0: + /@rollup/plugin-node-resolve/10.0.0_rollup@2.44.0: dependencies: - '@rollup/pluginutils': 3.1.0_rollup@2.41.0 + '@rollup/pluginutils': 3.1.0_rollup@2.44.0 '@types/resolve': 1.17.1 builtin-modules: 3.2.0 deepmerge: 4.2.2 is-module: 1.0.0 resolve: 1.20.0 - rollup: 2.41.0 + rollup: 2.44.0 dev: true engines: node: '>= 10.0.0' @@ -3154,38 +3084,38 @@ packages: rollup: ^1.20.0||^2.0.0 resolution: integrity: sha512-sNijGta8fqzwA1VwUEtTvWCx2E7qC70NMsDh4ZG13byAXYigBNZMxALhKUSycBks5gupJdq0lFrKumFrRZ8H3A== - /@rollup/plugin-node-resolve/11.2.0_rollup@2.41.0: + /@rollup/plugin-node-resolve/11.2.1_rollup@2.44.0: dependencies: - '@rollup/pluginutils': 3.1.0_rollup@2.41.0 + '@rollup/pluginutils': 3.1.0_rollup@2.44.0 '@types/resolve': 1.17.1 builtin-modules: 3.2.0 deepmerge: 4.2.2 is-module: 1.0.0 resolve: 1.20.0 - rollup: 2.41.0 + rollup: 2.44.0 dev: true engines: node: '>= 10.0.0' peerDependencies: rollup: ^1.20.0||^2.0.0 resolution: - integrity: sha512-qHjNIKYt5pCcn+5RUBQxK8krhRvf1HnyVgUCcFFcweDS7fhkOLZeYh0mhHK6Ery8/bb9tvN/ubPzmfF0qjDCTA== - /@rollup/plugin-replace/2.4.1_rollup@2.41.0: + integrity: sha512-yc2n43jcqVyGE2sqV5/YCmocy9ArjVAP/BeXyTtADTBBX6V0e5UMqwO8CdQ0kzjb6zu5P1qMzsScCMRvE9OlVg== + /@rollup/plugin-replace/2.4.2_rollup@2.44.0: dependencies: - '@rollup/pluginutils': 3.1.0_rollup@2.41.0 + '@rollup/pluginutils': 3.1.0_rollup@2.44.0 magic-string: 0.25.7 - rollup: 2.41.0 + rollup: 2.44.0 dev: true peerDependencies: rollup: ^1.20.0 || ^2.0.0 resolution: - integrity: sha512-XwC1oK5rrtRJ0tn1ioLHS6OV5JTluJF7QE1J/q1hN3bquwjnVxjtMyY9iCnoyH9DQbf92CxajB3o98wZbP3oAQ== - /@rollup/pluginutils/3.1.0_rollup@2.41.0: + integrity: sha512-IGcu+cydlUMZ5En85jxHH4qj2hta/11BHq95iHEyb2sbgiN0eCdzvUcHw5gt9pBL5lTi4JDYJ1acCoMGpTvEZg== + /@rollup/pluginutils/3.1.0_rollup@2.44.0: dependencies: '@types/estree': 0.0.39 estree-walker: 1.0.1 picomatch: 2.2.2 - rollup: 2.41.0 + rollup: 2.44.0 dev: true engines: node: '>= 8.0.0' @@ -3216,25 +3146,27 @@ packages: dev: true resolution: integrity: sha512-MZPUxrmFubI36XS1DI3qmI0YdN1gks62JtFZvxR67ljjSNCeK6U08Zx4msEWOXuofgqUt6zPHSi1H9fbjR/NRA== - /@sveltejs/adapter-node/1.0.0-next.10: + /@sveltejs/adapter-node/1.0.0-next.12: dev: true resolution: - integrity: sha512-v62a9nQguK53ldwBp4FizvwW1Kh2wOZBjJKGlnZFhO9e1Z/LoIqR9LH5dVHz9d5K19or5ap3hRdS91WkkDgu4w== - /@sveltejs/kit/1.0.0-next.62_svelte@3.35.0+vite@2.1.3: + integrity: sha512-DGP3dT5ijsTV0zmLDmZP8wI4RjZlifGGzA0y4HLoWNEKhZJLDjFDJnNcA+O5S9QBxQOVaYUlAY2z19r+skBVjA== + /@sveltejs/kit/1.0.0-next.67_svelte@3.37.0+vite@2.1.5: dependencies: - '@sveltejs/vite-plugin-svelte': 1.0.0-next.5_svelte@3.35.0+vite@2.1.3 + '@sveltejs/vite-plugin-svelte': 1.0.0-next.5_svelte@3.37.0+vite@2.1.5 cheap-watch: 1.0.3 sade: 1.7.4 - svelte: 3.35.0 - vite: 2.1.3 + svelte: 3.37.0 + vite: 2.1.5 dev: true + engines: + node: '>= 12.17.0' hasBin: true peerDependencies: svelte: ^3.32.1 vite: ^2.1.0 resolution: - integrity: sha512-VAzw/XY30S9pGoCfUFqvJXp5zATrPWvAVWtDs23IyEzOT7DHtsjg1LrnazXpChk3XuaxOLwDHYUT1uSXQxLE2w== - /@sveltejs/vite-plugin-svelte/1.0.0-next.5_svelte@3.35.0+vite@2.1.3: + integrity: sha512-c/UN8PWRI2eu0IoJywZ9D+adtDyGM0r9fN/1WwQnzyYUk/fLzASaxSZa1TLtgOzzY2MV8u4WzbgGLgG1JHTy0w== + /@sveltejs/vite-plugin-svelte/1.0.0-next.5_svelte@3.37.0+vite@2.1.5: dependencies: '@rollup/pluginutils': 4.1.0 chalk: 4.1.0 @@ -3243,9 +3175,9 @@ packages: require-relative: 0.8.7 slash: 3.0.0 source-map: 0.7.3 - svelte: 3.35.0 - svelte-hmr: 0.13.3_svelte@3.35.0 - vite: 2.1.3 + svelte: 3.37.0 + svelte-hmr: 0.13.3_svelte@3.37.0 + vite: 2.1.5 dev: true engines: node: '>=12.0.0' @@ -3254,7 +3186,7 @@ packages: vite: ^2.1.2 resolution: integrity: sha512-RVjafsqziWwnQm8VEy2y0qNaugNDvRd8tTaCt9rjgQkqaS/BDiyDCluXxA28PRC+ddZjvwUeq9k+0EfbLVObfg== - /@testing-library/dom/7.30.0: + /@testing-library/dom/7.30.3: dependencies: '@babel/code-frame': 7.12.13 '@babel/runtime': 7.13.10 @@ -3268,8 +3200,8 @@ packages: engines: node: '>=10' resolution: - integrity: sha512-v4GzWtltaiDE0yRikLlcLAfEiiK8+ptu6OuuIebm9GdC2XlZTNDPGEfM2UkEtnH7hr9TRq2sivT5EA9P1Oy7bw== - /@testing-library/jest-dom/5.11.9: + integrity: sha512-7JhIg2MW6WPwyikH2iL3o7z+FTVgSOd2jqCwTAHqK7Qal2gRRYiUQyURAxtbK9VXm/UTyG9bRihv8C5Tznr2zw== + /@testing-library/jest-dom/5.11.10: dependencies: '@babel/runtime': 7.13.10 '@types/testing-library__jest-dom': 5.9.5 @@ -3285,11 +3217,11 @@ packages: npm: '>=6' yarn: '>=1' resolution: - integrity: sha512-Mn2gnA9d1wStlAIT2NU8J15LNob0YFBVjs2aEQ3j8rsfRQo+lAs7/ui1i2TGaJjapLmuNPLTsrm+nPjmZDwpcQ== - /@testing-library/svelte/3.0.3_svelte@3.35.0: + integrity: sha512-FuKiq5xuk44Fqm0000Z9w0hjOdwZRNzgx7xGGxQYepWFZy+OYUMOT/wPI4nLYXCaVltNVpU1W/qmD88wLWDsqQ== + /@testing-library/svelte/3.0.3_svelte@3.37.0: dependencies: - '@testing-library/dom': 7.30.0 - svelte: 3.35.0 + '@testing-library/dom': 7.30.3 + svelte: 3.37.0 dev: true engines: node: '>= 8' @@ -3316,35 +3248,35 @@ packages: optional: true resolution: integrity: sha512-qZLoYeXSTgQuK1h7QQS16hqLGdmqtRmN8w/rl3Au/l5x/zkHx+a4VHrHyBsi1I1vtK2oBHxSzKIu0R5p6spdOA== - /@types/babel__core/7.1.12: + /@types/babel__core/7.1.14: dependencies: - '@babel/parser': 7.13.10 - '@babel/types': 7.13.0 + '@babel/parser': 7.13.13 + '@babel/types': 7.13.14 '@types/babel__generator': 7.6.2 '@types/babel__template': 7.4.0 - '@types/babel__traverse': 7.11.0 + '@types/babel__traverse': 7.11.1 dev: true resolution: - integrity: sha512-wMTHiiTiBAAPebqaPiPDLFA4LYPKr6Ph0Xq/6rq1Ur3v66HXyG+clfR9CNETkD7MQS8ZHvpQOtA53DLws5WAEQ== + integrity: sha512-zGZJzzBUVDo/eV6KgbE0f0ZI7dInEYvo12Rb70uNQDshC3SkRMb67ja0GgRHZgAX3Za6rhaWlvbDO8rrGyAb1g== /@types/babel__generator/7.6.2: dependencies: - '@babel/types': 7.13.0 + '@babel/types': 7.13.14 dev: true resolution: integrity: sha512-MdSJnBjl+bdwkLskZ3NGFp9YcXGx5ggLpQQPqtgakVhsWK0hTtNYhjpZLlWQTviGTvF8at+Bvli3jV7faPdgeQ== /@types/babel__template/7.4.0: dependencies: - '@babel/parser': 7.13.10 - '@babel/types': 7.13.0 + '@babel/parser': 7.13.13 + '@babel/types': 7.13.14 dev: true resolution: integrity: sha512-NTPErx4/FiPCGScH7foPyr+/1Dkzkni+rHiYHHoTjvwou7AQzJkNeD60A9CXRy+ZEN2B1bggmkTMCDb+Mv5k+A== - /@types/babel__traverse/7.11.0: + /@types/babel__traverse/7.11.1: dependencies: - '@babel/types': 7.13.0 + '@babel/types': 7.13.14 dev: true resolution: - integrity: sha512-kSjgDMZONiIfSH1Nxcr5JIRMwUetDki63FSQfpTCz8ogF3Ulqm8+mr5f78dUYs6vMiB6gBusQqfQmBvHZj/lwg== + integrity: sha512-Vs0hm0vPahPMYi9tDjtP66llufgO3ST16WXaSTtDGEl9cewAl3AibmxWw6TINOqHPT9z0uABKAYjT9jNSg4npw== /@types/babylon/6.16.5: dependencies: '@types/babel-types': 7.0.9 @@ -3362,19 +3294,19 @@ packages: dev: true resolution: integrity: sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw== - /@types/estree/0.0.46: + /@types/estree/0.0.47: resolution: - integrity: sha512-laIjwTQaD+5DukBZaygQ79K1Z0jb1bPEMRrkXSLjtCcZm+abyp5YbrqpSLzD42FwWW6gK/aS4NYpJ804nG2brg== + integrity: sha512-c5ciR06jK8u9BstrmJyO97m+klJrrhCf9u3rLu3DEAJBirxRqSCvDQoYKmxuYwQI5SZChAWu+tq9oVlGRuzPAg== /@types/glob/7.1.3: dependencies: - '@types/minimatch': 3.0.3 - '@types/node': 14.14.32 + '@types/minimatch': 3.0.4 + '@types/node': 14.14.37 dev: true resolution: integrity: sha512-SEYeGAIQIQX8NN6LDKprLjbrd5dARM5EXsd8GI/A5l0apYI1fGMWgPHSe4ZKL4eozlAyI+doUE9XbYS4xCkQ1w== /@types/graceful-fs/4.1.5: dependencies: - '@types/node': 14.14.32 + '@types/node': 14.14.37 dev: true resolution: integrity: sha512-anKkLmZZ+xm4p8JWBf4hElkM4XR+EZeA2M9BAkkTldmcyDY4mbdIJnRghDJH3Ov5ooY7/UAoENtmdMSkaAd7Cw== @@ -3404,13 +3336,13 @@ packages: dev: true resolution: integrity: sha512-nwKNbvnwJ2/mndE9ItP/zc2TCzw6uuodnF4EHYWD+gCQDVBuRQL5UzbZD0/ezy1iKsFU2ZQiDqg4M9dN4+wZgA== - /@types/jest/26.0.20: + /@types/jest/26.0.22: dependencies: jest-diff: 26.6.2 pretty-format: 26.6.2 dev: true resolution: - integrity: sha512-9zi2Y+5USJRxd0FsahERhBwlcvFh6D2GLQnY2FH2BzK8J9s9omvNHIbvABwIluXa0fD8XVKMLTO0aOEuUfACAA== + integrity: sha512-eeWwWjlqxvBxc4oQdkueW5OF/gtfSceKk4OnOAGlUSwS/liBRtZppbJuz1YkgbrbfGOoeBHun9fOvXnjNwrSOw== /@types/js-yaml/3.12.6: dev: false resolution: @@ -3444,21 +3376,21 @@ packages: dev: false resolution: integrity: sha512-SXPBMnFVQg1s00dlMCc/jCdvPqdE4mXaMMCeRlxLDmTAEoegHT53xKtkDnzDTOcmMHUfcjyf36/YYZ6SxRdnsw== - /@types/mermaid/8.2.2: + /@types/mermaid/8.2.4: dev: false resolution: - integrity: sha512-39J4oa7WH1MFrCZd1VTiaywNAHH53q2PJLwFze/9XBwk27zTztCM7L0inLbIAN2ZvVb+4EJLWy/h1ooQ7n9Ckg== - /@types/minimatch/3.0.3: + integrity: sha512-AWyenHxCkPhlGV1QEZfO9mFrtpTO1e89dG0EqTjB0IeDo0P8xRwpnuie2L+El/ZmGsiH59e4v1Dl2DLHjCV8ag== + /@types/minimatch/3.0.4: dev: true resolution: - integrity: sha512-tHq6qdbT9U1IRSGf14CL0pUlULksvY9OZ+5eEgl1N7t+OA3tGvNpxJCzuKQlsNgCVwbAs670L1vcVQi8j9HjnA== + integrity: sha512-1z8k4wzFnNjVK/tlxvrWuK5WMt6mydWWP7+zvH5eFep4oj+UkrfiJTRtjCeBXNpwaA/FYqqtb4/QS4ianFpIRA== /@types/minimist/1.2.1: dev: true resolution: integrity: sha512-fZQQafSREFyuZcdWFAExYjBiCL7AUCdgsk80iO0q4yihYYdcIiH28CcuPTGFgLOCC8RlW49GSQxdHwZP+I7CNg== - /@types/node/14.14.32: + /@types/node/14.14.37: resolution: - integrity: sha512-/Ctrftx/zp4m8JOujM5ZhwzlWLx22nbQJiVqz8/zE15gOeEW+uly3FSX4fGFpcfEvFzXcMCJwq9lGVWgyARXhg== + integrity: sha512-XYmBiy+ohOR4Lh5jE379fV2IU+6Jn4g5qASinhitfyO71b/sCo6MKsMLF5tc7Zf2CE8hViVQyYSobJNke8OvUw== /@types/normalize-package-data/2.4.0: dev: true resolution: @@ -3471,10 +3403,10 @@ packages: dev: false resolution: integrity: sha512-kUNnecmtkunAoQ3CnjmMkzNU/gtxG8guhi+Fk2U/kOpIKjIMKnXGp4IJCgQJrXSgMsWYimYG4TGjz/UzbGEBTw== - /@types/prettier/2.2.2: + /@types/prettier/2.2.3: dev: true resolution: - integrity: sha512-i99hy7Ki19EqVOl77WplDrvgNugHnsSjECVR/wUrzw2TJXz1zlUfT2ngGckR6xN7yFYaijsMAqPkOLx9HgUqHg== + integrity: sha512-PijRCG/K3s3w1We6ynUKdxEc5AcuuH3NBmMDP8uvKVp6X43UY7NQlTzczakXP3DJR0F4dfNQIGjU2cUeRYs2AA== /@types/prop-types/15.7.3: dev: true resolution: @@ -3496,13 +3428,13 @@ packages: integrity: sha512-wYOUxIgs2HZZ0ACNiIayItyluADNbONl7kt8lkLjVK8IitMH5QMyAh75Fwhmo37r1m7L2JaFj03sIfxBVDvRAg== /@types/resolve/1.17.1: dependencies: - '@types/node': 14.14.32 + '@types/node': 14.14.37 dev: true resolution: integrity: sha512-yy7HuzQhj0dhGpD8RLXSZWEkLsV9ibvxvi6EiJ3bkqLAO1RGo0WbkWQiwpRlSFymTJRz0d3k5LM3kkx8ArDbLw== /@types/sass/1.16.0: dependencies: - '@types/node': 14.14.32 + '@types/node': 14.14.37 dev: true resolution: integrity: sha512-2XZovu4NwcqmtZtsBR5XYLw18T8cBCnU2USFHTnYLLHz9fkhnoEMoDsqShJIOFsFhn5aJHjweiUUdTrDGujegA== @@ -3518,19 +3450,19 @@ packages: dev: true resolution: integrity: sha512-RJJrrySY7A8havqpGObOB4W92QXKJo63/jFLLgpvOtsGUqbQZ9Sbgl35KMm1DjC6j7AvmmU2bIno+3IyEaemaw== - /@types/tapable/1.0.6: + /@types/tapable/1.0.7: dev: false resolution: - integrity: sha512-W+bw9ds02rAQaMvaLYxAbJ6cvguW/iJXNT6lTssS1ps6QdrMKttqEAMEG/b5CR8TZl3/L7/lH0ZV5nNR1LXikA== + integrity: sha512-0VBprVqfgFD7Ehb2vd8Lh9TG3jP98gvr8rgehQqzztZNI7o8zS8Ad4jyZneKELphpuE212D8J70LnSNQSyO6bQ== /@types/tern/0.23.3: dependencies: - '@types/estree': 0.0.46 + '@types/estree': 0.0.47 dev: false resolution: integrity: sha512-imDtS4TAoTcXk0g7u4kkWqedB3E4qpjXzCpD2LU5M5NAXHzCDsypyvXSaG7mM8DKYkCRa7tFp4tS/lp/Wo7Q3w== /@types/testing-library__jest-dom/5.9.5: dependencies: - '@types/jest': 26.0.20 + '@types/jest': 26.0.22 dev: true resolution: integrity: sha512-ggn3ws+yRbOHog9GxnXiEZ/35Mow6YtPZpd7Z5mKDeZS/o7zx3yAle0ov/wjhVB5QT4N2Dt+GNoGCdqkBGCajQ== @@ -3545,23 +3477,23 @@ packages: integrity: sha512-FvUupuM3rlRsRtCN+fDudtmytGO6iHJuuRKS1Ss0pG5z8oX0diNEw94UEL7hgDbpN94rgaK5R7sWm6RrSkZuAQ== /@types/webpack-sources/2.1.0: dependencies: - '@types/node': 14.14.32 + '@types/node': 14.14.37 '@types/source-list-map': 0.1.2 source-map: 0.7.3 dev: false resolution: integrity: sha512-LXn/oYIpBeucgP1EIJbKQ2/4ZmpvRl+dlrFdX7+94SKRUV3Evy3FsfMZY318vGhkWUS5MPhtOM3w1/hCOAOXcg== - /@types/webpack/4.41.26: + /@types/webpack/4.41.27: dependencies: '@types/anymatch': 1.3.1 - '@types/node': 14.14.32 - '@types/tapable': 1.0.6 + '@types/node': 14.14.37 + '@types/tapable': 1.0.7 '@types/uglify-js': 3.13.0 '@types/webpack-sources': 2.1.0 source-map: 0.6.1 dev: false resolution: - integrity: sha512-7ZyTfxjCRwexh+EJFwRUM+CDB2XvgHl4vfuqf1ZKrgGvcS5BrNvPQqJh3tsZ0P6h6Aa1qClVHaJZszLPzpqHeA== + integrity: sha512-wK/oi5gcHi72VMTbOaQ70VcDxSQ1uX8S2tukBK9ARuGXrYM/+u4ou73roc7trXDNmCxCoerE8zruQqX/wuHszA== /@types/yargs-parser/20.2.0: dev: true resolution: @@ -3576,11 +3508,11 @@ packages: dev: false resolution: integrity: sha512-QOi5OW45e2R20VygMSNhyQHvpdUwQZqGPc748JLGCYEy+yp8fNFNdbNIGAgZmi9e+2JHPd6i6idRuqivyicIkA== - /@vue/babel-plugin-transform-vue-jsx/1.2.1_@babel+core@7.13.10: + /@vue/babel-plugin-transform-vue-jsx/1.2.1_@babel+core@7.13.14: dependencies: - '@babel/core': 7.13.10 - '@babel/helper-module-imports': 7.12.13 - '@babel/plugin-syntax-jsx': 7.12.13_@babel+core@7.13.10 + '@babel/core': 7.13.14 + '@babel/helper-module-imports': 7.13.12 + '@babel/plugin-syntax-jsx': 7.12.13_@babel+core@7.13.14 '@vue/babel-helper-vue-jsx-merge-props': 1.2.1 html-tags: 2.0.0 lodash.kebabcase: 4.1.1 @@ -3590,64 +3522,64 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-HJuqwACYehQwh1fNT8f4kyzqlNMpBuUK4rSiSES5D4QsYncv5fxFsLyrxFPG2ksO7t5WP+Vgix6tt6yKClwPzA== - /@vue/babel-preset-jsx/1.2.4_@babel+core@7.13.10: + /@vue/babel-preset-jsx/1.2.4_@babel+core@7.13.14: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.14 '@vue/babel-helper-vue-jsx-merge-props': 1.2.1 - '@vue/babel-plugin-transform-vue-jsx': 1.2.1_@babel+core@7.13.10 - '@vue/babel-sugar-composition-api-inject-h': 1.2.1_@babel+core@7.13.10 - '@vue/babel-sugar-composition-api-render-instance': 1.2.4_@babel+core@7.13.10 - '@vue/babel-sugar-functional-vue': 1.2.2_@babel+core@7.13.10 - '@vue/babel-sugar-inject-h': 1.2.2_@babel+core@7.13.10 - '@vue/babel-sugar-v-model': 1.2.3_@babel+core@7.13.10 - '@vue/babel-sugar-v-on': 1.2.3_@babel+core@7.13.10 + '@vue/babel-plugin-transform-vue-jsx': 1.2.1_@babel+core@7.13.14 + '@vue/babel-sugar-composition-api-inject-h': 1.2.1_@babel+core@7.13.14 + '@vue/babel-sugar-composition-api-render-instance': 1.2.4_@babel+core@7.13.14 + '@vue/babel-sugar-functional-vue': 1.2.2_@babel+core@7.13.14 + '@vue/babel-sugar-inject-h': 1.2.2_@babel+core@7.13.14 + '@vue/babel-sugar-v-model': 1.2.3_@babel+core@7.13.14 + '@vue/babel-sugar-v-on': 1.2.3_@babel+core@7.13.14 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-oRVnmN2a77bYDJzeGSt92AuHXbkIxbf/XXSE3klINnh9AXBmVS1DGa1f0d+dDYpLfsAKElMnqKTQfKn7obcL4w== - /@vue/babel-sugar-composition-api-inject-h/1.2.1_@babel+core@7.13.10: + /@vue/babel-sugar-composition-api-inject-h/1.2.1_@babel+core@7.13.14: dependencies: - '@babel/core': 7.13.10 - '@babel/plugin-syntax-jsx': 7.12.13_@babel+core@7.13.10 + '@babel/core': 7.13.14 + '@babel/plugin-syntax-jsx': 7.12.13_@babel+core@7.13.14 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-4B3L5Z2G+7s+9Bwbf+zPIifkFNcKth7fQwekVbnOA3cr3Pq71q71goWr97sk4/yyzH8phfe5ODVzEjX7HU7ItQ== - /@vue/babel-sugar-composition-api-render-instance/1.2.4_@babel+core@7.13.10: + /@vue/babel-sugar-composition-api-render-instance/1.2.4_@babel+core@7.13.14: dependencies: - '@babel/core': 7.13.10 - '@babel/plugin-syntax-jsx': 7.12.13_@babel+core@7.13.10 + '@babel/core': 7.13.14 + '@babel/plugin-syntax-jsx': 7.12.13_@babel+core@7.13.14 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-joha4PZznQMsxQYXtR3MnTgCASC9u3zt9KfBxIeuI5g2gscpTsSKRDzWQt4aqNIpx6cv8On7/m6zmmovlNsG7Q== - /@vue/babel-sugar-functional-vue/1.2.2_@babel+core@7.13.10: + /@vue/babel-sugar-functional-vue/1.2.2_@babel+core@7.13.14: dependencies: - '@babel/core': 7.13.10 - '@babel/plugin-syntax-jsx': 7.12.13_@babel+core@7.13.10 + '@babel/core': 7.13.14 + '@babel/plugin-syntax-jsx': 7.12.13_@babel+core@7.13.14 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-JvbgGn1bjCLByIAU1VOoepHQ1vFsroSA/QkzdiSs657V79q6OwEWLCQtQnEXD/rLTA8rRit4rMOhFpbjRFm82w== - /@vue/babel-sugar-inject-h/1.2.2_@babel+core@7.13.10: + /@vue/babel-sugar-inject-h/1.2.2_@babel+core@7.13.14: dependencies: - '@babel/core': 7.13.10 - '@babel/plugin-syntax-jsx': 7.12.13_@babel+core@7.13.10 + '@babel/core': 7.13.14 + '@babel/plugin-syntax-jsx': 7.12.13_@babel+core@7.13.14 dev: false peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-y8vTo00oRkzQTgufeotjCLPAvlhnpSkcHFEp60+LJUwygGcd5Chrpn5480AQp/thrxVm8m2ifAk0LyFel9oCnw== - /@vue/babel-sugar-v-model/1.2.3_@babel+core@7.13.10: + /@vue/babel-sugar-v-model/1.2.3_@babel+core@7.13.14: dependencies: - '@babel/core': 7.13.10 - '@babel/plugin-syntax-jsx': 7.12.13_@babel+core@7.13.10 + '@babel/core': 7.13.14 + '@babel/plugin-syntax-jsx': 7.12.13_@babel+core@7.13.14 '@vue/babel-helper-vue-jsx-merge-props': 1.2.1 - '@vue/babel-plugin-transform-vue-jsx': 1.2.1_@babel+core@7.13.10 + '@vue/babel-plugin-transform-vue-jsx': 1.2.1_@babel+core@7.13.14 camelcase: 5.3.1 html-tags: 2.0.0 svg-tags: 1.0.0 @@ -3656,11 +3588,11 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-A2jxx87mySr/ulAsSSyYE8un6SIH0NWHiLaCWpodPCVOlQVODCaSpiR4+IMsmBr73haG+oeCuSvMOM+ttWUqRQ== - /@vue/babel-sugar-v-on/1.2.3_@babel+core@7.13.10: + /@vue/babel-sugar-v-on/1.2.3_@babel+core@7.13.14: dependencies: - '@babel/core': 7.13.10 - '@babel/plugin-syntax-jsx': 7.12.13_@babel+core@7.13.10 - '@vue/babel-plugin-transform-vue-jsx': 1.2.1_@babel+core@7.13.10 + '@babel/core': 7.13.14 + '@babel/plugin-syntax-jsx': 7.12.13_@babel+core@7.13.14 + '@vue/babel-plugin-transform-vue-jsx': 1.2.1_@babel+core@7.13.14 camelcase: 5.3.1 dev: false peerDependencies: @@ -3843,7 +3775,7 @@ packages: integrity: sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q== /accepts/1.3.7: dependencies: - mime-types: 2.1.29 + mime-types: 2.1.30 negotiator: 0.6.2 engines: node: '>= 0.6' @@ -3912,14 +3844,7 @@ packages: hasBin: true resolution: integrity: sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A== - /acorn/8.0.5: - engines: - node: '>=0.4.0' - hasBin: true - resolution: - integrity: sha512-v+DieK/HJkJOpFBETDJioequtc3PfxsWMaxIdIwujtF7FEV/MAyDQLlm6/zPvr7Mix07mLh6ccVwIsloceodlg== /acorn/8.1.0: - dev: false engines: node: '>=0.4.0' hasBin: true @@ -4022,13 +3947,13 @@ packages: node: '>=4' resolution: integrity: sha512-cBhpre4ma+U0T1oM5fXg7Dy1Jw7zzwv7lt/GoCpr+hDQJoYnKVPLL4dCvSEFMmQurOQvSrwT7SL/DAlhBI97RQ== - /ansi-escapes/4.3.1: + /ansi-escapes/4.3.2: dependencies: - type-fest: 0.11.0 + type-fest: 0.21.3 engines: node: '>=8' resolution: - integrity: sha512-JWF7ocqNrp8u9oqpgV+wH5ftbt+cfvv+PTjOvKLT3AdYly/LmORARfEVT1iyjwN+4MqE5UmVKoAdIBqeoCHgLA== + integrity: sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ== /ansi-html/0.0.7: engines: '0': node >= 0.8.0 @@ -4274,7 +4199,7 @@ packages: /autoprefixer/9.8.6: dependencies: browserslist: 4.16.3 - caniuse-lite: 1.0.30001197 + caniuse-lite: 1.0.30001205 colorette: 1.2.2 normalize-range: 0.1.2 num2fraction: 1.2.2 @@ -4292,14 +4217,14 @@ packages: dev: true resolution: integrity: sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA== - /babel-jest/26.6.3_@babel+core@7.13.10: + /babel-jest/26.6.3_@babel+core@7.13.14: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.14 '@jest/transform': 26.6.2 '@jest/types': 26.6.2 - '@types/babel__core': 7.1.12 + '@types/babel__core': 7.1.14 babel-plugin-istanbul: 6.0.0 - babel-preset-jest: 26.6.2_@babel+core@7.13.10 + babel-preset-jest: 26.6.2_@babel+core@7.13.14 chalk: 4.1.0 graceful-fs: 4.2.6 slash: 3.0.0 @@ -4310,9 +4235,9 @@ packages: '@babel/core': ^7.0.0 resolution: integrity: sha512-pl4Q+GAVOHwvjrck6jKjvmGhnO3jHX/xuB9d27f+EJZ/6k+6nMuPjorrYp7s++bKKdANwzElBWnLWaObvTnaZA== - /babel-loader/8.2.2_c68979f8893c692eeb1a0b70960ae2d4: + /babel-loader/8.2.2_7e486df4975382d398886f3bfd1b266c: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.14 find-cache-dir: 3.3.1 loader-utils: 1.4.0 make-dir: 3.1.0 @@ -4346,37 +4271,37 @@ packages: /babel-plugin-jest-hoist/26.6.2: dependencies: '@babel/template': 7.12.13 - '@babel/types': 7.13.0 - '@types/babel__core': 7.1.12 - '@types/babel__traverse': 7.11.0 + '@babel/types': 7.13.14 + '@types/babel__core': 7.1.14 + '@types/babel__traverse': 7.11.1 dev: true engines: node: '>= 10.14.2' resolution: integrity: sha512-PO9t0697lNTmcEHH69mdtYiOIkkOlj9fySqfO3K1eCcdISevLAE0xY59VLLUj0SoiPiTX/JU2CYFpILydUa5Lw== - /babel-plugin-polyfill-corejs2/0.1.10_@babel+core@7.13.10: + /babel-plugin-polyfill-corejs2/0.1.10_@babel+core@7.13.14: dependencies: - '@babel/compat-data': 7.13.8 - '@babel/core': 7.13.10 - '@babel/helper-define-polyfill-provider': 0.1.5_@babel+core@7.13.10 + '@babel/compat-data': 7.13.12 + '@babel/core': 7.13.14 + '@babel/helper-define-polyfill-provider': 0.1.5_@babel+core@7.13.14 semver: 6.3.0 peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-DO95wD4g0A8KRaHKi0D51NdGXzvpqVLnLu5BTvDlpqUEpTmeEtypgC1xqesORaWmiUOQI14UHKlzNd9iZ2G3ZA== - /babel-plugin-polyfill-corejs3/0.1.7_@babel+core@7.13.10: + /babel-plugin-polyfill-corejs3/0.1.7_@babel+core@7.13.14: dependencies: - '@babel/core': 7.13.10 - '@babel/helper-define-polyfill-provider': 0.1.5_@babel+core@7.13.10 - core-js-compat: 3.9.1 + '@babel/core': 7.13.14 + '@babel/helper-define-polyfill-provider': 0.1.5_@babel+core@7.13.14 + core-js-compat: 3.10.0 peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-u+gbS9bbPhZWEeyy1oR/YaaSpod/KDT07arZHb80aTpl8H5ZBq+uN1nN9/xtX7jQyfLdPfoqI4Rue/MQSWJquw== - /babel-plugin-polyfill-regenerator/0.1.6_@babel+core@7.13.10: + /babel-plugin-polyfill-regenerator/0.1.6_@babel+core@7.13.14: dependencies: - '@babel/core': 7.13.10 - '@babel/helper-define-polyfill-provider': 0.1.5_@babel+core@7.13.10 + '@babel/core': 7.13.14 + '@babel/helper-define-polyfill-provider': 0.1.5_@babel+core@7.13.14 peerDependencies: '@babel/core': ^7.0.0-0 resolution: @@ -4385,31 +4310,31 @@ packages: dev: false resolution: integrity: sha1-CvMqmm4Tyno/1QaeYtew9Y0NiUY= - /babel-preset-current-node-syntax/1.0.1_@babel+core@7.13.10: + /babel-preset-current-node-syntax/1.0.1_@babel+core@7.13.14: dependencies: - '@babel/core': 7.13.10 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.13.10 - '@babel/plugin-syntax-bigint': 7.8.3_@babel+core@7.13.10 - '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.13.10 - '@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.13.10 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.13.10 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.13.10 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.13.10 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.13.10 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.13.10 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.13.10 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.13.10 - '@babel/plugin-syntax-top-level-await': 7.12.13_@babel+core@7.13.10 + '@babel/core': 7.13.14 + '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.13.14 + '@babel/plugin-syntax-bigint': 7.8.3_@babel+core@7.13.14 + '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.13.14 + '@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.13.14 + '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.13.14 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.13.14 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.13.14 + '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.13.14 + '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.13.14 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.13.14 + '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.13.14 + '@babel/plugin-syntax-top-level-await': 7.12.13_@babel+core@7.13.14 dev: true peerDependencies: '@babel/core': ^7.0.0 resolution: integrity: sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ== - /babel-preset-jest/26.6.2_@babel+core@7.13.10: + /babel-preset-jest/26.6.2_@babel+core@7.13.14: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.14 babel-plugin-jest-hoist: 26.6.2 - babel-preset-current-node-syntax: 1.0.1_@babel+core@7.13.10 + babel-preset-current-node-syntax: 1.0.1_@babel+core@7.13.14 dev: true engines: node: '>= 10.14.2' @@ -4643,9 +4568,9 @@ packages: integrity: sha512-Z942RysHXmJrhqk88FmKBVq/v5tqmSkDz7p54G/MGyjMnCFFnC79XWNbg+Vta8W6Wb2qtSZTSxIGkJrRpCFEiA== /browserslist/4.16.1: dependencies: - caniuse-lite: 1.0.30001197 + caniuse-lite: 1.0.30001205 colorette: 1.2.2 - electron-to-chromium: 1.3.683 + electron-to-chromium: 1.3.705 escalade: 3.1.1 node-releases: 1.1.71 dev: false @@ -4656,9 +4581,9 @@ packages: integrity: sha512-UXhDrwqsNcpTYJBTZsbGATDxZbiVDsx6UjpmRUmtnP10pr8wAYr5LgFoEFw9ixriQH2mv/NX2SfGzE/o8GndLA== /browserslist/4.16.3: dependencies: - caniuse-lite: 1.0.30001197 + caniuse-lite: 1.0.30001205 colorette: 1.2.2 - electron-to-chromium: 1.3.683 + electron-to-chromium: 1.3.705 escalade: 3.1.1 node-releases: 1.1.71 engines: @@ -4773,7 +4698,7 @@ packages: y18n: 4.0.1 resolution: integrity: sha512-a0tMB40oefvuInr4Cwb3GerbL9xTj1D5yg0T5xrjGCGyfvbxseIXX7BAO/u/hIXdafzOI5JC3wDwHyf24buOAQ== - /cacache/15.0.5: + /cacache/15.0.6: dependencies: '@npmcli/move-file': 1.1.2 chownr: 2.0.0 @@ -4796,7 +4721,7 @@ packages: engines: node: '>= 10' resolution: - integrity: sha512-lloiL22n7sOjEEXdL8NAjTgv9a1u43xICE9/203qonkZUCj5X1UEWIdf2/Y0d6QcCtMzbKQyhrcDbdvlZTs/+A== + integrity: sha512-g1WYDMct/jzW+JdWEyjaX2zoBkZ6ZT9VpOyp2I/VMtDsNLffNat3kqPFfi1eDRSK9/SuKGyORDHcQMcPF8sQ/w== /cache-base/1.0.1: dependencies: collection-visit: 1.0.0 @@ -4898,7 +4823,7 @@ packages: /camelcase-keys/6.2.2: dependencies: camelcase: 5.3.1 - map-obj: 4.1.0 + map-obj: 4.2.0 quick-lru: 4.0.1 dev: true engines: @@ -4937,14 +4862,14 @@ packages: /caniuse-api/3.0.0: dependencies: browserslist: 4.16.3 - caniuse-lite: 1.0.30001197 + caniuse-lite: 1.0.30001205 lodash.memoize: 4.1.2 lodash.uniq: 4.5.0 resolution: integrity: sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw== - /caniuse-lite/1.0.30001197: + /caniuse-lite/1.0.30001205: resolution: - integrity: sha512-8aE+sqBqtXz4G8g35Eg/XEaFr2N7rd/VQ6eABGBmNtcB8cN6qNJhMi6oSFy4UWWZgqgL3filHT8Nha4meu3tsw== + integrity: sha512-TL1GrS5V6LElbitPazidkBMD9sa448bQDDLrumDqaggmKFcuU2JW1wTOHJPukAcOMtEmLcmDJEzfRrf+GjM0Og== /capture-exit/2.0.0: dependencies: rsvp: 4.8.5 @@ -5339,12 +5264,12 @@ packages: node: '>= 6' resolution: integrity: sha512-U7VdrJFnJgo4xjrHpTzu0yrHPGImdsmD95ZlgYSEajAn2JKzDhDTPG9kBTefmObL2w/ngeZnilk+OV9CG3d7UA== - /commander/7.1.0: + /commander/7.2.0: dev: true engines: node: '>= 10' resolution: - integrity: sha512-pRxBna3MJe6HKnBGsDyMv8ETbptw3axEdYHoqNh7gu5oDcew8fs0xnivZGm06Ogk8zGAJ9VX+OPEr2GXEQK4dg== + integrity: sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw== /commondir/1.0.1: resolution: integrity: sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs= @@ -5360,7 +5285,7 @@ packages: integrity: sha512-Rd3se6QB+sO1TwqZjscQrurpEPIfO0/yYnSin6Q/rD3mOutHvUrCAhJub3r90uNb+SESBuE0QYoB90YdfatsRg== /compressible/2.0.18: dependencies: - mime-db: 1.46.0 + mime-db: 1.47.0 engines: node: '>= 0.6' resolution: @@ -5609,7 +5534,7 @@ packages: aproba: 1.2.0 fs-write-stream-atomic: 1.0.10 iferr: 0.1.5 - mkdirp: 0.5.3 + mkdirp: 0.5.5 rimraf: 2.7.1 run-queue: 1.0.3 resolution: @@ -5619,17 +5544,17 @@ packages: node: '>=0.10.0' resolution: integrity: sha1-Z29us8OZl8LuGsOpJP1hJHSPV40= - /core-js-compat/3.9.1: + /core-js-compat/3.10.0: dependencies: browserslist: 4.16.3 semver: 7.0.0 resolution: - integrity: sha512-jXAirMQxrkbiiLsCx9bQPJFA6llDadKMpYrBJQJ3/c4/vsPP/fAf29h24tviRlvwUL6AmY5CHLu2GvjuYviQqA== - /core-js-pure/3.9.1: + integrity: sha512-9yVewub2MXNYyGvuLnMHcN1k9RkvB7/ofktpeKTIaASyB88YYqGzUnu0ywMMhJrDHOMiTjSHWGzR+i7Wb9Z1kQ== + /core-js-pure/3.10.0: dev: true requiresBuild: true resolution: - integrity: sha512-laz3Zx0avrw9a4QEIdmIblnVuJz8W51leY9iLThatCsFawWxC3sE4guASC78JbCin+DkwMpCdp1AVAuzL/GN7A== + integrity: sha512-CC582enhrFZStO4F8lGI7QL3SYx7/AIRc+IdSi3btrQGrVsTawo5K/crmKbRrQ+MOMhNX4v+PATn0k2NN6wI7A== /core-js/2.6.12: deprecated: core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3. requiresBuild: true @@ -5654,7 +5579,7 @@ packages: import-fresh: 3.3.0 parse-json: 5.2.0 path-type: 4.0.0 - yaml: 1.10.0 + yaml: 1.10.2 dev: true engines: node: '>=8' @@ -5832,7 +5757,7 @@ packages: postcss-modules-values: 3.0.0 postcss-value-parser: 4.1.0 schema-utils: 2.7.1 - semver: 7.3.4 + semver: 7.3.5 webpack: 4.46.0 dev: false engines: @@ -5883,10 +5808,9 @@ packages: dependencies: boolbase: 1.0.0 css-what: 4.0.0 - domhandler: 4.0.0 - domutils: 2.4.4 + domhandler: 4.1.0 + domutils: 2.5.1 nth-check: 2.0.0 - dev: true resolution: integrity: sha512-qmss1EihSuBNWNNhHjxzxSfJoFBM/lERB/Q4EnsJQQC62R2evJDW481091oAdOr9uh46/0n4nrg0It5cAnj1RA== /css-selector-tokenizer/0.7.3: @@ -5904,21 +5828,20 @@ packages: node: '>=8.0.0' resolution: integrity: sha512-DMxWJg0rnz7UgxKT0Q1HU/L9BeJI0M6ksor0OgqOnF+aRCDWg/N2641HmVyU9KVIu0OVVWOb2IpC9A+BJRnejg== - /css-tree/1.1.2: + /css-tree/1.1.3: dependencies: mdn-data: 2.0.14 source-map: 0.6.1 engines: node: '>=8.0.0' resolution: - integrity: sha512-wCoWush5Aeo48GLhfHPbmvZs59Z+M7k5+B1xDnXbdWNcEF423DoFdqSWE0PM5aNk5nI5cp1q7ms36zGApY/sKQ== + integrity: sha512-tRpdppF7TRazZrjJ6v3stzv93qxRcSsFmW6cX0Zm2NVKpxE1WV1HblnghVv9TreireHkqI/VDEsfolRF1p6y7Q== /css-what/3.4.2: engines: node: '>= 6' resolution: integrity: sha512-ACUm3L0/jiZTqfzRM3Hi9Q8eZqd6IK37mMWPLz9PJxkLWllYeRf+EHUSHYEtFop2Eqytaq1FizFVh7XfBnXCDQ== /css-what/4.0.0: - dev: true engines: node: '>= 6' resolution: @@ -5999,7 +5922,7 @@ packages: integrity: sha512-x0YHHx2h6p0fCl1zY9L9roD7rnlltugGu7zXSKQx6k2rYw0Hi3IqxcoAGF7u9Q5w1nt7vK0ulxV8Lo+EvllGsA== /cssnano-preset-simple/1.2.2: dependencies: - caniuse-lite: 1.0.30001197 + caniuse-lite: 1.0.30001205 postcss: 7.0.35 dev: false resolution: @@ -6045,7 +5968,7 @@ packages: integrity: sha512-5wny+F6H4/8RgNlaqab4ktc3e0/blKutmq8yNlBFXA//nSFFAqAngjNVRzUvCgYROULmZZUoosL/KSoZo5aUaQ== /csso/4.2.0: dependencies: - css-tree: 1.1.2 + css-tree: 1.1.3 engines: node: '>=8.0.0' resolution: @@ -6344,7 +6267,7 @@ packages: dependencies: abab: 2.0.5 whatwg-mimetype: 2.3.0 - whatwg-url: 8.4.0 + whatwg-url: 8.5.0 dev: true engines: node: '>=10' @@ -6586,10 +6509,10 @@ packages: node: '>=8' resolution: integrity: sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA== - /detect-node/2.0.4: + /detect-node/2.0.5: dev: true resolution: - integrity: sha512-ZIzRpLJrOj7jjP2miAtgqIfmzbxa4ZOr5jJc601zklsfEx9oTzmmj2nVpIPRpNlRTIh8lc1kyViIY7BWSGNmKw== + integrity: sha512-qi86tE6hRcFHy8jI1m2VG+LaPUR1LhqDa5G8tVjuUXmOrpuAgqsA1pN0+ldgr3aKUH+QLI9hCY/OcRYisERejw== /devalue/2.0.1: dev: false resolution: @@ -6664,16 +6587,15 @@ packages: integrity: sha512-gd3ypIPfOMr9h5jIKq8E3sHOTCjeirnl0WK5ZdS1AW0Odt0b1PaWaHdJ4Qk4klv+YB9aJBS7mESXjFoDQPu6DA== /dom-serializer/0.2.2: dependencies: - domelementtype: 2.1.0 + domelementtype: 2.2.0 entities: 2.2.0 resolution: integrity: sha512-2/xPb3ORsQ42nHYiSunXkDjPLBaEj/xTwUO4B7XCZQTRk7EBtTOPaygh10YAAh2OI1Qrp6NWfpAhzswj0ydt9g== /dom-serializer/1.2.0: dependencies: - domelementtype: 2.1.0 - domhandler: 4.0.0 + domelementtype: 2.2.0 + domhandler: 4.1.0 entities: 2.2.0 - dev: true resolution: integrity: sha512-n6kZFH/KlCrqs/1GHMOd5i2fd/beQHuehKdWvNNffbGHTr/almdhuVvTVFb3V7fglz+nC50fFusu3lY33h12pA== /domain-browser/1.2.0: @@ -6685,9 +6607,9 @@ packages: /domelementtype/1.3.1: resolution: integrity: sha512-BSKB+TSpMpFI/HOxCNr1O8aMOTZ8hT3pM3GQ0w/mWRmkhEDSFJkkyzz4XQsBV44BChwGkrDfMyjVD0eA2aFV3w== - /domelementtype/2.1.0: + /domelementtype/2.2.0: resolution: - integrity: sha512-LsTgx/L5VpD+Q8lmsXSHW2WpA+eBlZ9HPf3erD1IoPF00/3JKHZ3BknUVA2QGDNu69ZNmyFmCWBSO45XjYKC5w== + integrity: sha512-DtBMo82pv1dFtUmHyr48beiuq792Sxohr+8Hm9zoxklYPfa6n0Z3Byjj2IV7bmr2IyqClnqEQhfgHJJ5QF0R5A== /domexception/2.0.1: dependencies: webidl-conversions: 5.0.0 @@ -6702,28 +6624,26 @@ packages: dev: false resolution: integrity: sha512-JiK04h0Ht5u/80fdLMCEmV4zkNh2BcoMFBmZ/91WtYZ8qVXSKjiw7fXMgFPnHcSZgOo3XdinHvmnDUeMf5R4wA== - /domhandler/4.0.0: + /domhandler/4.1.0: dependencies: - domelementtype: 2.1.0 - dev: true + domelementtype: 2.2.0 engines: node: '>= 4' resolution: - integrity: sha512-KPTbnGQ1JeEMQyO1iYXoagsI6so/C96HZiFyByU3T6iAzpXn8EGEvct6unm1ZGoed8ByO2oirxgwxBmqKF9haA== + integrity: sha512-/6/kmsGlMY4Tup/nGVutdrK9yQi4YjWVcVeoQmixpzjOUK1U7pQkvAPHBJeUxOgxF0J8f8lwCJSlCfD0V4CMGQ== /domutils/1.7.0: dependencies: dom-serializer: 0.2.2 domelementtype: 1.3.1 resolution: integrity: sha512-Lgd2XcJ/NjEw+7tFvfKxOzCYKZsdct5lczQ2ZaQY8Djz7pfAD3Gbp8ySJWtreII/vDlMVmxwa6pHmdxIYgttDg== - /domutils/2.4.4: + /domutils/2.5.1: dependencies: dom-serializer: 1.2.0 - domelementtype: 2.1.0 - domhandler: 4.0.0 - dev: true + domelementtype: 2.2.0 + domhandler: 4.1.0 resolution: - integrity: sha512-jBC0vOsECI4OMdD0GC9mGn7NXPLb+Qt6KW1YDQzeQYRUFKmNG8lh7mO5HiELfr+lLQE7loDVI4QcAxV80HS+RA== + integrity: sha512-hO1XwHMGAthA/1KL7c83oip/6UWo3FlUNIuWiWKltoiQ5oCOiqths8KknvY2jpOohUoUgnwa/+Rm7UpwpSbY/Q== /dot-case/3.0.4: dependencies: no-case: 3.0.4 @@ -6773,9 +6693,9 @@ packages: /ee-first/1.1.1: resolution: integrity: sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0= - /electron-to-chromium/1.3.683: + /electron-to-chromium/1.3.705: resolution: - integrity: sha512-8mFfiAesXdEdE0DhkMKO7W9U6VU/9T3VTWwZ+4g84/YMP4kgwgFtQgUxuu7FUMcvSeKSNhFQNU+WZ68BQTLT5A== + integrity: sha512-agtrL5vLSOIK89sE/YSzAgqCw76eZ60gf3J7Tid5RfLbSp5H4nWL28/dIV+H+ZhNNi1JNiaF62jffwYsAyXc0g== /elliptic/6.5.4: dependencies: bn.js: 4.12.0 @@ -6898,7 +6818,7 @@ packages: object.assign: 4.1.2 string.prototype.trimend: 1.0.4 string.prototype.trimstart: 1.0.4 - unbox-primitive: 1.0.0 + unbox-primitive: 1.0.1 engines: node: '>= 0.4' resolution: @@ -7047,24 +6967,24 @@ packages: dev: false resolution: integrity: sha1-EODRh/ERsWfyj9q5GIQ859gY8Tw= - /eventsource/1.0.7: + /eventsource/1.1.0: dependencies: original: 1.0.2 dev: true engines: node: '>=0.12.0' resolution: - integrity: sha512-4Ln17+vVT0k8aWq+t/bF5arcS3EpT9gYtW66EPacdj/mAFevznsnyoHLPy2BA8gbIQeIHoPsvwmfBftfcG//BQ== + integrity: sha512-VSJjT5oCNrFvCS6igjzPAt5hBzQ2qPBFIbJ03zLI9SE0mxwZpMw6BfJrbFHm1a141AavMEB8JHmBhWAd66PfCg== /evp_bytestokey/1.0.3: dependencies: md5.js: 1.3.5 safe-buffer: 5.2.1 resolution: integrity: sha512-/f2Go4TognH/KvCISP7OUsHn85hT9nUkxxA9BEWxFn+Oj9o8ZNLm/40hdlgSLyuOimsrTKLUMEorQexp/aPQeA== - /exec-sh/0.3.4: + /exec-sh/0.3.6: dev: true resolution: - integrity: sha512-sEFIkc61v75sWeOe72qyrqg2Qg0OuLESziUDk/O/z2qgS15y2gWVFrI6f2Qn/qw/0/NCfCEsmNA4zOjkwEZT1A== + integrity: sha512-nQn+hI3yp+oD0huYhKwvYI32+JFeq+XkNcD1GAo3Y/MjxsfVGmrrzrnzjWiNY6f+pUCP440fThsFh5gZrRAU/w== /execa/1.0.0: dependencies: cross-spawn: 6.0.5 @@ -7486,7 +7406,7 @@ packages: dependencies: asynckit: 0.4.0 combined-stream: 1.0.8 - mime-types: 2.1.29 + mime-types: 2.1.30 dev: true engines: node: '>= 0.12' @@ -7871,7 +7791,7 @@ packages: node: '>=4' resolution: integrity: sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA== - /globby/11.0.2: + /globby/11.0.3: dependencies: array-union: 2.1.0 dir-glob: 3.0.1 @@ -7883,7 +7803,7 @@ packages: engines: node: '>=10' resolution: - integrity: sha512-2ZThXDvvV8fYFRVIxnrMQBipZQDr7MxKAmQK1vujaj9/7eF0efG7BPUKJ7jP7G5SLF37xKDXvO4S/KKLj/Z0og== + integrity: sha512-ffdmosjA807y7+lA1NM0jELARVmYul/715xiILEjo3hBLPTcirgQNnXECn5g3mtR8TOLCVbkfua1Hpen25/Xcg== /globby/6.1.0: dependencies: array-union: 1.0.2 @@ -7962,7 +7882,7 @@ packages: node: '>=0.4.7' hasBin: true optionalDependencies: - uglify-js: 3.13.0 + uglify-js: 3.13.3 resolution: integrity: sha512-aAcXm5OAfE/8IXkcZvCepKU3VzW1/39Fb5ZuqMtgI/hT8X2YgoMvBY5dLhq/cpOvw7Lk1nK/UF71aLG/ZnVYRA== /har-schema/2.0.0: @@ -8211,9 +8131,9 @@ packages: /hex-color-regex/1.1.0: resolution: integrity: sha512-l9sfDFsuqtOqKDsQdqrMRk0U85RZc0RtOR9yPI7mRVOa4FsR/BVnZ0shmQRM96Ji99kYZP/7hn1cedc1+ApsTQ== - /highlight.js/10.6.0: + /highlight.js/10.7.1: resolution: - integrity: sha512-8mlRcn5vk/r4+QcqerapwBYTe+iPL5ih6xrNylxrnBdHQiijDETfXX7VIxC3UiCRiINBJfANBAsPzAvRQj8RpQ== + integrity: sha512-S6G97tHGqJ/U8DsXcEdnACbirtbx58Bx9CzIVeYli8OuswCfYI/LsXH2EiGcoGio1KAC3x4mmUwulOllJ2ZyRA== /hmac-drbg/1.0.1: dependencies: hash.js: 1.1.7 @@ -8233,14 +8153,14 @@ packages: dev: true resolution: integrity: sha512-f/wzC2QaWBs7t9IYqB4T3sR1xviIViXJRJTWBlx2Gf3g0Xi5vI7Yy4koXQ1c9OYDGHN9sBy1DQ2AB8fqZBWhUg== - /hosted-git-info/3.0.8: + /hosted-git-info/4.0.2: dependencies: lru-cache: 6.0.0 dev: true engines: node: '>=10' resolution: - integrity: sha512-aXpmwoOhRBrw6X3j0h5RloK4x1OzsxMPyxqIHyNfSe2pypkVTZFpEiRoSipPEPlMrh0HW/XsjkJ5WgnCirpNUw== + integrity: sha512-c9OGXbZ3guC/xOlCg1Ci/VgWlwsqDv1yMQL1CWqXDL0hDjXuNcq0zuR4xqPSuasI3kqFDhqSyTjREz5gzq0fXg== /hpack.js/2.1.6: dependencies: inherits: 2.0.4 @@ -8297,7 +8217,7 @@ packages: he: 1.2.0 param-case: 2.1.1 relateurl: 0.2.7 - uglify-js: 3.13.0 + uglify-js: 3.13.3 engines: node: '>=6' hasBin: true @@ -8316,8 +8236,8 @@ packages: /html-webpack-plugin/4.5.2_webpack@4.46.0: dependencies: '@types/html-minifier-terser': 5.1.1 - '@types/tapable': 1.0.6 - '@types/webpack': 4.41.26 + '@types/tapable': 1.0.7 + '@types/webpack': 4.41.27 html-minifier-terser: 5.1.1 loader-utils: 1.4.0 lodash: 4.17.21 @@ -8671,7 +8591,7 @@ packages: lodash: 4.17.21 mute-stream: 0.0.7 run-async: 2.4.1 - rxjs: 6.6.6 + rxjs: 6.6.7 string-width: 2.1.1 strip-ansi: 5.2.0 through: 2.3.8 @@ -8682,7 +8602,7 @@ packages: integrity: sha512-cntlB5ghuB0iuO65Ovoi8ogLHiWGs/5yNrtUcKjFhSSiVeAIVpD7koaSU9RM8mpXw5YDi9RdYXGQMaOURB7ycQ== /inquirer/7.3.3: dependencies: - ansi-escapes: 4.3.1 + ansi-escapes: 4.3.2 chalk: 4.1.0 cli-cursor: 3.1.0 cli-width: 3.0.0 @@ -8691,7 +8611,7 @@ packages: lodash: 4.17.21 mute-stream: 0.0.8 run-async: 2.4.1 - rxjs: 6.6.6 + rxjs: 6.6.7 string-width: 4.2.2 strip-ansi: 6.0.0 through: 2.3.8 @@ -9058,7 +8978,7 @@ packages: integrity: sha512-+lP4/6lKUBfQjZ2pdxThZvLUAafmZb8OAxFb8XXtiQmS35INgr85hdOGoEs124ez1FCnZJt6jau/T+alh58QFQ== /is-reference/1.2.1: dependencies: - '@types/estree': 0.0.46 + '@types/estree': 0.0.47 dev: true resolution: integrity: sha512-U82MsXXiFIrjCK4otLT+o2NA2Cd2g5MLoOVXUZjIOhLurrRxpEXzI8O0KZHr3IjLvlAH1kTPYSuqer5T9ZVBKQ== @@ -9177,7 +9097,7 @@ packages: integrity: sha512-UiUIqxMgRDET6eR+o5HbfRYP1l0hqkWOs7vNxC/mggutCMUIhWMm8gAHb8tHlyfD3/l6rlgNA5cKdDzEAf6hEg== /istanbul-lib-instrument/4.0.3: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.14 '@istanbuljs/schema': 0.1.3 istanbul-lib-coverage: 3.0.0 semver: 6.3.0 @@ -9238,7 +9158,7 @@ packages: jest-config: 26.6.3 jest-util: 26.6.2 jest-validate: 26.6.2 - prompts: 2.4.0 + prompts: 2.4.1 yargs: 15.4.1 dev: true engines: @@ -9248,10 +9168,10 @@ packages: integrity: sha512-GF9noBSa9t08pSyl3CY4frMrqp+aQXFGFkf5hEPbh/pIUFYWMK6ZLTfbmadxJVcJrdRoChlWQsA2VkJcDFK8hg== /jest-config/26.6.3: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.14 '@jest/test-sequencer': 26.6.3 '@jest/types': 26.6.2 - babel-jest: 26.6.3_@babel+core@7.13.10 + babel-jest: 26.6.3_@babel+core@7.13.14 chalk: 4.1.0 deepmerge: 4.2.2 glob: 7.1.6 @@ -9312,10 +9232,10 @@ packages: '@jest/environment': 26.6.2 '@jest/fake-timers': 26.6.2 '@jest/types': 26.6.2 - '@types/node': 14.14.32 + '@types/node': 14.14.37 jest-mock: 26.6.2 jest-util: 26.6.2 - jsdom: 16.5.0 + jsdom: 16.5.2 dev: true engines: node: '>= 10.14.2' @@ -9326,7 +9246,7 @@ packages: '@jest/environment': 26.6.2 '@jest/fake-timers': 26.6.2 '@jest/types': 26.6.2 - '@types/node': 14.14.32 + '@types/node': 14.14.37 jest-mock: 26.6.2 jest-util: 26.6.2 dev: true @@ -9344,7 +9264,7 @@ packages: dependencies: '@jest/types': 26.6.2 '@types/graceful-fs': 4.1.5 - '@types/node': 14.14.32 + '@types/node': 14.14.37 anymatch: 3.1.1 fb-watchman: 2.0.1 graceful-fs: 4.2.6 @@ -9364,12 +9284,12 @@ packages: integrity: sha512-easWIJXIw71B2RdR8kgqpjQrbMRWQBgiBwXYEhtGUTaX+doCjBheluShdDMeR8IMfJiTqH4+zfhtg29apJf/8w== /jest-jasmine2/26.6.3: dependencies: - '@babel/traverse': 7.13.0 + '@babel/traverse': 7.13.13 '@jest/environment': 26.6.2 '@jest/source-map': 26.6.2 '@jest/test-result': 26.6.2 '@jest/types': 26.6.2 - '@types/node': 14.14.32 + '@types/node': 14.14.37 chalk: 4.1.0 co: 4.6.0 expect: 26.6.2 @@ -9426,7 +9346,7 @@ packages: /jest-mock/26.6.2: dependencies: '@jest/types': 26.6.2 - '@types/node': 14.14.32 + '@types/node': 14.14.37 dev: true engines: node: '>= 10.14.2' @@ -9482,7 +9402,7 @@ packages: '@jest/environment': 26.6.2 '@jest/test-result': 26.6.2 '@jest/types': 26.6.2 - '@types/node': 14.14.32 + '@types/node': 14.14.37 chalk: 4.1.0 emittery: 0.7.2 exit: 0.1.2 @@ -9540,7 +9460,7 @@ packages: integrity: sha512-lrzyR3N8sacTAMeonbqpnSka1dHNux2uk0qqDXVkMv2c/A3wYnvQ4EXuI013Y6+gSKSCxdaczvf4HF0mVXHRdw== /jest-serializer/26.6.2: dependencies: - '@types/node': 14.14.32 + '@types/node': 14.14.37 graceful-fs: 4.2.6 dev: true engines: @@ -9549,10 +9469,10 @@ packages: integrity: sha512-S5wqyz0DXnNJPd/xfIzZ5Xnp1HrJWBczg8mMfMpN78OJ5eDxXyf+Ygld9wX1DnUWbIbhM1YDY95NjR4CBXkb2g== /jest-snapshot/26.6.2: dependencies: - '@babel/types': 7.13.0 + '@babel/types': 7.13.14 '@jest/types': 26.6.2 - '@types/babel__traverse': 7.11.0 - '@types/prettier': 2.2.2 + '@types/babel__traverse': 7.11.1 + '@types/prettier': 2.2.3 chalk: 4.1.0 expect: 26.6.2 graceful-fs: 4.2.6 @@ -9564,7 +9484,7 @@ packages: jest-resolve: 26.6.2 natural-compare: 1.4.0 pretty-format: 26.6.2 - semver: 7.3.4 + semver: 7.3.5 dev: true engines: node: '>= 10.14.2' @@ -9573,7 +9493,7 @@ packages: /jest-util/26.6.2: dependencies: '@jest/types': 26.6.2 - '@types/node': 14.14.32 + '@types/node': 14.14.37 chalk: 4.1.0 graceful-fs: 4.2.6 is-ci: 2.0.0 @@ -9600,11 +9520,11 @@ packages: dependencies: '@jest/test-result': 26.6.2 '@jest/types': 26.6.2 - '@types/node': 14.14.32 - ansi-escapes: 4.3.1 + '@types/node': 14.14.37 + ansi-escapes: 4.3.2 chalk: 4.1.0 jest-util: 26.6.2 - string-length: 4.0.1 + string-length: 4.0.2 dev: true engines: node: '>= 10.14.2' @@ -9621,7 +9541,7 @@ packages: integrity: sha512-51PE4haMSXcHohnSMdM42anbvZANYTqMrr52tVKPqqsPJMzoP6FYYDVqahX/HrAoKEKz3uUPzSvKs9A3qR4iVw== /jest-worker/26.6.2: dependencies: - '@types/node': 14.14.32 + '@types/node': 14.14.37 merge-stream: 2.0.0 supports-color: 7.2.0 engines: @@ -9639,11 +9559,11 @@ packages: hasBin: true resolution: integrity: sha512-lGS5PXGAzR4RF7V5+XObhqz2KZIDUA1yD0DG6pBVmy10eh0ZIXQImRuzocsI/N2XZ1GrLFwTS27In2i2jlpq1Q== - /jiti/1.6.3: + /jiti/1.6.4: dev: false hasBin: true resolution: - integrity: sha512-4oOM9K5MgVx9kiv8zo2B/8SIpKQ/rkaREskE+H8ymvF08mC8PAKnd0bbZ1FV5DTyoOOto9mapMpvZWA06reWKw== + integrity: sha512-ICUtP0/rAyT/GaaDG0vj6fmWzx5yjFc7v+L1MAEARGl1+lrdJ8wtJNChr+ZGEdPoOhFwdhtcDO5VM2TNNgPpjQ== /js-base64/2.6.4: dev: true resolution: @@ -9667,10 +9587,10 @@ packages: dev: true resolution: integrity: sha1-peZUwuWi3rXyAdls77yoDA7y9RM= - /jsdom/16.5.0: + /jsdom/16.5.2: dependencies: abab: 2.0.5 - acorn: 8.0.5 + acorn: 8.1.0 acorn-globals: 6.0.0 cssom: 0.4.4 cssstyle: 2.3.0 @@ -9692,7 +9612,7 @@ packages: webidl-conversions: 6.1.0 whatwg-encoding: 1.0.5 whatwg-mimetype: 2.3.0 - whatwg-url: 8.4.0 + whatwg-url: 8.5.0 ws: 7.4.4 xml-name-validator: 3.0.0 dev: true @@ -9704,7 +9624,7 @@ packages: canvas: optional: true resolution: - integrity: sha512-QxZH0nmDTnTTVI0YDm4RUlaUPl5dcyn62G5TMDNfMmTW+J1u1v9gCR8WR+WZ6UghAa7nKJjDOFaI00eMMWvJFQ== + integrity: sha512-JxNtPt9C1ut85boCbJmffaQ06NBnzkQY/MWO3YxPW8IWS38A26z+B1oBvA9LwKrytewdfymnhi4UNH3/RAgZrg== /jsesc/0.5.0: hasBin: true resolution: @@ -9803,10 +9723,10 @@ packages: hasBin: true resolution: integrity: sha512-y+8btoc/CK70XqcHqjxiGWBOeIL8upbS0peTPXTvgrh21n1RiWWcIpSWM+4uXq+IAgNh9YYQWdc7LVDPDAEEAg== - /khroma/1.2.0: + /khroma/1.3.0: dev: false resolution: - integrity: sha512-DlKk5y243dujy8fOH02aRnnewLfiHJV0s8aXaVrCohgBf3s7fEAn6gc6LLQ21agODlFZS8ufrn+juu70uCA9Tw== + integrity: sha512-fpi0vIulP3FrM3BQOsEs+0ujWUNrg/YyHtEAcnvPxIHbASHNXEKEsDHtU2mADnJss7KvEdz7z2pUCQAEfFaFbA== /killable/1.0.1: dev: true resolution: @@ -9938,14 +9858,14 @@ packages: dev: true resolution: integrity: sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA= - /livereload-js/3.3.1: + /livereload-js/3.3.2: dev: true resolution: - integrity: sha512-CBu1gTEfzVhlOK1WASKAAJ9Qx1fHECTq0SUB67sfxwQssopTyvzqTlgl+c0h9pZ6V+Fzd2rc510ppuNusg9teQ== - /livereload/0.9.2: + integrity: sha512-w677WnINxFkuixAoUEXOStewzLYGI76XVag+0JWMMEyjJQKs0ibWZMxkTlB96Lm3EjZ7IeOxVziBEbtxVQqQZA== + /livereload/0.9.3: dependencies: chokidar: 3.5.1 - livereload-js: 3.3.1 + livereload-js: 3.3.2 opts: 2.0.2 ws: 7.4.4 dev: true @@ -9953,7 +9873,7 @@ packages: node: '>=8.0.0' hasBin: true resolution: - integrity: sha512-pDsYKwFBCm663fyYBgqQP8oHvJyL2YPHeVLnrDoWAL7p9Tz1ep/P5LCKL5EfmGmBsFok3N5ZqvBYgoUdod5slg== + integrity: sha512-q7Z71n3i4X0R9xthAryBdNGVGAO2R5X+/xXpmKeuPMrteg+W2U8VusTKV3YiJbXZwKsOlFlHe+go6uSNjfxrZw== /load-json-file/1.1.0: dependencies: graceful-fs: 4.2.6 @@ -10165,13 +10085,13 @@ packages: dev: false resolution: integrity: sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg== - /lowlight/1.19.0: + /lowlight/1.20.0: dependencies: fault: 1.0.4 - highlight.js: 10.6.0 + highlight.js: 10.7.1 dev: false resolution: - integrity: sha512-NIskvQ1d1ovKyUytkMpT8+8Bhq3Ub54os1Xp4RAC9uNbXH1YVRf5NERq7JNzapEe5BzUc1Cj4F0I+eLBBFj6hA== + integrity: sha512-8Ktj+prEb1RoCPkEOrPMYUN/nCggB7qAWe3a7OpMjWQkh3l2RD5wKRQ+o8Q8YuI9RG/xs95waaI/E6ym/7NsTw== /lru-cache/4.1.5: dependencies: pseudomap: 1.0.2 @@ -10280,12 +10200,12 @@ packages: node: '>=4' resolution: integrity: sha1-plzSkIepJZi4eRJXpSPgISIqwfk= - /map-obj/4.1.0: + /map-obj/4.2.0: dev: true engines: node: '>=8' resolution: - integrity: sha512-glc9y00wgtwcDmp7GaE/0b0OnxpNJsVf3ael/An6Fe2Q51LLwN1er6sdomLRzz5h0+yMpiYLhWYF5R7HeqVd4g== + integrity: sha512-NAq0fCmZYGz9UFEQyndp7sisrow4GroyGeKluyKC/chuITZsPyOyC1UJZPJlVFImhXdROIP5xqouRLThT3BbpQ== /map-visit/1.0.0: dependencies: object-visit: 1.0.1 @@ -10402,20 +10322,21 @@ packages: dev: false resolution: integrity: sha512-SoO8y1B9NjMOYlNdwXMchuTVvqSTlUmXm1P5QvZNPv7OH7aa8qJV+3aA+vl1DHK9Vk1uZAlgwokjvDQhS6bINA== - /mdast-util-mdx-jsx/0.1.3: + /mdast-util-mdx-jsx/0.1.4: dependencies: mdast-util-to-markdown: 0.6.5 parse-entities: 2.0.0 stringify-entities: 3.1.0 unist-util-remove-position: 3.0.0 + unist-util-stringify-position: 2.0.3 vfile-message: 2.0.4 dev: false resolution: - integrity: sha512-MIAop4fMALAAVMpXIZqSq2T9/3d/hiiSTdPTJ9AOIZL1td2JBbUOBSnBSMfEk4GOyiQSsla+NFziJbNBwBH1sw== + integrity: sha512-67KOAvCmypBSpr+AJEAVQg1Obig5Wnguo4ETTxASe5WVP4TLt57bZjDX/9EW5sWYQsO4gPqLxkUOlypVn5rkhg== /mdast-util-mdx/0.1.1: dependencies: mdast-util-mdx-expression: 0.1.1 - mdast-util-mdx-jsx: 0.1.3 + mdast-util-mdx-jsx: 0.1.4 mdast-util-mdxjs-esm: 0.1.1 mdast-util-to-markdown: 0.6.5 dev: false @@ -10477,7 +10398,7 @@ packages: dev: false resolution: integrity: sha512-UdiUWfvz9fZMg1pzf4dcuqA0W079o0mpqbTnOz5ip4VGYX96QjmbM+OgOU/0uOzAytxC0Ny4z+VcYQnhdifimg== - /mem/8.0.0: + /mem/8.1.0: dependencies: map-age-cleaner: 0.1.3 mimic-fn: 3.1.0 @@ -10485,15 +10406,15 @@ packages: engines: node: '>=10' resolution: - integrity: sha512-qrcJOe6uD+EW8Wrci1Vdiua/15Xw3n/QnaNXE7varnB6InxSk7nu3/i5jfy3S6kWxr8WYJ6R1o0afMUtvorTsA== - /memfs/3.2.0: + integrity: sha512-FIkgXo0kTi3XpvaznV5Muk6Y6w8SkdmRXcY7ZLonQesuYezp59UooLxAVBcGuN6PH2tXN84mR3vyzSc6oSMUfA== + /memfs/3.2.1: dependencies: fs-monkey: 1.0.1 dev: false engines: node: '>= 4.0.0' resolution: - integrity: sha512-f/xxz2TpdKv6uDn6GtHee8ivFyxwxmPuXatBb1FBwxYNuVpbM3k/Y1Z+vC0mH/dIXXrukYfe3qe5J32Dfjg93A== + integrity: sha512-Y5vcpQzWTime4fBTr/fEnxXUxEYUgKbDlty1WX0gaa4ae14I6KmvK1S8HtXOX0elKAE6ENZJctkGtbTFYcRIUw== /memory-fs/0.4.1: dependencies: errno: 0.1.8 @@ -10554,12 +10475,12 @@ packages: decamelize-keys: 1.1.0 hard-rejection: 2.1.0 minimist-options: 4.1.0 - normalize-package-data: 3.0.0 + normalize-package-data: 3.0.2 read-pkg-up: 7.0.1 redent: 3.0.0 trim-newlines: 3.0.0 type-fest: 0.18.1 - yargs-parser: 20.2.6 + yargs-parser: 20.2.7 dev: true engines: node: '>=10' @@ -10582,7 +10503,7 @@ packages: node: '>= 8' resolution: integrity: sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg== - /mermaid/8.9.1: + /mermaid/8.9.2: dependencies: '@braintree/sanitize-url': 3.1.0 d3: 5.16.0 @@ -10591,13 +10512,13 @@ packages: entity-decode: 2.0.2 graphlib: 2.1.8 he: 1.2.0 - khroma: 1.2.0 + khroma: 1.3.0 minify: 4.1.3 moment-mini: 2.24.0 stylis: 3.5.4 dev: false resolution: - integrity: sha512-0XFtH3TazlWQ6hKqBDeOfXglPBAfNDreC63NKjrmgzLG+aIY3yJZNdkl22JH4LniqQDx+7oZFmD7t0PnEymkew== + integrity: sha512-XWEaraDRDlHZexdeHSSr/MH4VJAOksRSPudchi69ecZJ7IUjjlzHsg32n4ZwJUh6lFO+NMYLHwHNNYUyxIjGPg== /methods/1.1.2: dev: true engines: @@ -10691,14 +10612,14 @@ packages: dev: false resolution: integrity: sha512-J+nZegf1ExPz1Ft6shxu8M9WfRom1gwRIx6gpJK1SEEqKzY5LjOR1d/WHRtjwV4KoMXrL53+PoN7T1Rw1euJew== - /micromark-extension-mdxjs-esm/0.3.0: + /micromark-extension-mdxjs-esm/0.3.1: dependencies: micromark: 2.11.4 micromark-extension-mdx-expression: 0.3.2 vfile-message: 2.0.4 dev: false resolution: - integrity: sha512-ZkI/cneSGQFdmB3iOT34n9Zq0Gc6vknAd1o2G7SaiCUY5D9a5ZCvGP/vCjHmlB7f2Y4b4+O1YMLywxYmQeUFwQ== + integrity: sha512-tuLgcELrgY1a5tPxjk+MrI3BdYtwW67UaHZdzKiDYD8loNbxwIscfdagI6A2BKuAkrfeyHF6FW3B8KuDK3ZMXw== /micromark-extension-mdxjs/0.3.0: dependencies: acorn: 8.1.0 @@ -10707,7 +10628,7 @@ packages: micromark-extension-mdx-expression: 0.3.2 micromark-extension-mdx-jsx: 0.3.3 micromark-extension-mdx-md: 0.1.1 - micromark-extension-mdxjs-esm: 0.3.0 + micromark-extension-mdxjs-esm: 0.3.1 dev: false resolution: integrity: sha512-NQuiYA0lw+eFDtSG4+c7ao3RG9dM4P0Kx/sn8OLyPhxtIc6k+9n14k5VfLxRKfAxYRTo8c5PLZPaRNmslGWxJw== @@ -10752,18 +10673,18 @@ packages: hasBin: true resolution: integrity: sha512-115fLhvZVqWwHPbClyntxEVfVDfl9DLLTuJvq3g2O/Oxi8AiNouAHvDSzHS0viUJc+V5vm3eq91Xwqn9dp4jRA== - /mime-db/1.46.0: + /mime-db/1.47.0: engines: node: '>= 0.6' resolution: - integrity: sha512-svXaP8UQRZ5K7or+ZmfNhg2xX3yKDMUzqadsSqi4NCH/KomcH75MAMYAGVlvXn4+b/xOPhS3I2uHKRUzvjY7BQ== - /mime-types/2.1.29: + integrity: sha512-QBmA/G2y+IfeS4oktet3qRZ+P5kPhCKRXxXnQEudYqUaEioAU1/Lq2us3D/t1Jfo4hE9REQPrbB7K5sOczJVIw== + /mime-types/2.1.30: dependencies: - mime-db: 1.46.0 + mime-db: 1.47.0 engines: node: '>= 0.6' resolution: - integrity: sha512-Y/jMt/S5sR9OaqteJtslsFZKWOIIqMACsJSiHghlCAyhf7jfVYjKBmLiX8OgpWeW+fjJ2b+Az69aPFPkUOY6xQ== + integrity: sha512-crmjA4bLtR8m9qLpHvgxSChT+XoSlZi8J4n/aIdn3z92e/U47Z0V/yl+Wh9W046GgFVAmoNR/fmdbZYcSSIUeg== /mime/1.6.0: engines: node: '>=4' @@ -10935,13 +10856,6 @@ packages: node: '>=4' resolution: integrity: sha1-6bj2jlUsaKnBcTuEiD96HdA5uKE= - /mkdirp/0.5.3: - dependencies: - minimist: 1.2.5 - deprecated: Legacy versions of mkdirp are no longer supported. Please update to mkdirp 1.x. (Note that the API surface has changed to use Promises in 1.x.) - hasBin: true - resolution: - integrity: sha512-P+2gwrFqx8lhew375MQHHeTlY8AuOJSrGf0R5ddkEndUkmwpgUob/vQuBD1V22/Cw1/lJr4x+EjllSezBThzBg== /mkdirp/0.5.5: dependencies: minimist: 1.2.5 @@ -10969,7 +10883,7 @@ packages: aproba: 1.2.0 copy-concurrently: 1.0.5 fs-write-stream-atomic: 1.0.10 - mkdirp: 0.5.3 + mkdirp: 0.5.5 rimraf: 2.7.1 run-queue: 1.0.3 resolution: @@ -11022,11 +10936,11 @@ packages: hasBin: true resolution: integrity: sha512-KpMNwdQsYz3O/SBS1qJ/o3sqUJ5wSb8gb0pul8CO0S56b9Y2ALm8zCfsjPXsqGFfoNBkDwZuZIAjhsZI03gYVQ== - /mustache/4.1.0: + /mustache/4.2.0: dev: true hasBin: true resolution: - integrity: sha512-0FsgP/WVq4mKyjolIyX+Z9Bd+3WS8GOwoUTyKXT5cTYMGeauNTi2HPCwERqseC1IHAy0Z7MDZnJBfjabd4O8GQ== + integrity: sha512-71ippSywq5Yb7/tVYyGbkBggbU8H3u5Rz56fH60jGFgr8uHwxs+aSKeqmluIVzM0m0kB7xQjKS6qPfd0b2ZoqQ== /mute-stream/0.0.7: dev: true resolution: @@ -11045,12 +10959,12 @@ packages: /nan/2.14.2: resolution: integrity: sha512-M2ufzIiINKCuDfBSAUr1vWQ+vuVcA9kqx8JJUsbQi6yf1uGRyb7HfpdfUr5qLXf3B/t8dPvcjhKMmlfnP47EzQ== - /nanoid/3.1.20: + /nanoid/3.1.22: engines: node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1 hasBin: true resolution: - integrity: sha512-a1cQNyczgKbLX9jwbS/+d7W8fX/RfgYR7lVWwWOGIPNgK2m0MWvrGF6/m4kk6U3QcFMnZf3RIhL0v2Jgh/0Uxw== + integrity: sha512-/2ZUaJX2ANuLtTvqTlgqBQNJoQO398KyJgZloL0PZkC0dpysjncRUPsFe3DUPzz/y3h+u7C46np8RMuvF3jsSQ== /nanomatch/1.2.13: dependencies: arr-diff: 4.0.0 @@ -11103,7 +11017,7 @@ packages: ast-types: 0.13.2 browserslist: 4.16.1 buffer: 5.6.0 - caniuse-lite: 1.0.30001197 + caniuse-lite: 1.0.30001205 chalk: 2.4.2 chokidar: 3.5.1 crypto-browserify: 3.12.0 @@ -11216,7 +11130,7 @@ packages: npmlog: 4.1.2 request: 2.88.2 rimraf: 3.0.2 - semver: 7.3.4 + semver: 7.3.5 tar: 6.1.0 which: 2.0.2 dev: true @@ -11231,12 +11145,13 @@ packages: dev: false resolution: integrity: sha512-UVcirFD1Bn0O+TSmloHeHqZZCxHjvtIeGdVdGMhyZ8/PWlEiZaZ5iJzR189yKZr8p0FXN58BUeC7RHRkf/KYGw== - /node-html-parser/2.2.1: + /node-html-parser/3.1.2: dependencies: + css-select: 3.1.2 he: 1.2.0 dev: false resolution: - integrity: sha512-Vccqb62t6t7DkMVwqPQgb0NWO+gUMMDm+1X3LzqbtXLqjilCTtUYTlniKk08yuA1zIhEFVzu/dozpqs5KZbRFQ== + integrity: sha512-t1FyoT8/3GTs1kgP70SsXAdQzxA0etXsBc8fPQYRwETucmgkD9f+1A7jVhSngUavEueR3fF8BkfDv3dRGWOOWQ== /node-int64/0.4.0: dev: true resolution: @@ -11274,18 +11189,18 @@ packages: node: '>=0.10.0' resolution: integrity: sha1-jZ2+KJZKSsVxLpExZCEHxx6Q7EA= - /node-notifier/8.0.1: + /node-notifier/8.0.2: dependencies: growly: 1.3.0 is-wsl: 2.2.0 - semver: 7.3.4 + semver: 7.3.5 shellwords: 0.1.1 uuid: 8.3.2 which: 2.0.2 dev: true optional: true resolution: - integrity: sha512-BvEXF+UmsnAfYfoapKM9nGxnP+Wn7P91YfXmrKnfcYCx6VBeoN5Ez5Ogck6I8Bi5k4RlpqRYaw75pAwzX9OphA== + integrity: sha512-oJP/9NAdd9+x2Q+rfphB2RJCHjod70RcRLjosiPMMu5gjIfwVnOUGq2nbTjTUbmy0DJ/tFIVT30+Qe3nzl4TJg== /node-object-hash/1.4.2: dev: false engines: @@ -11299,7 +11214,7 @@ packages: dependencies: destroy: 1.0.4 etag: 1.8.1 - mime-types: 2.1.29 + mime-types: 2.1.30 on-finished: 2.3.0 vary: 1.1.2 dev: false @@ -11356,17 +11271,17 @@ packages: dev: true resolution: integrity: sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA== - /normalize-package-data/3.0.0: + /normalize-package-data/3.0.2: dependencies: - hosted-git-info: 3.0.8 + hosted-git-info: 4.0.2 resolve: 1.20.0 - semver: 7.3.4 + semver: 7.3.5 validate-npm-package-license: 3.0.4 dev: true engines: node: '>=10' resolution: - integrity: sha512-6lUjEI0d3v6kFrtgA/lOx4zHCWULXsFNIjHolnZCKCTLA6m/G625cdn3O7eNmT0iD3jfo6HZ9cdImGZwf21prw== + integrity: sha512-6CdZocmfGaKnIHPVFhJJZ3GuR8SsLKvDANFp47Jmy51aKIr8akjAWTSxtpI+MBgBFdSMRyo4hMpDlT6dTffgZg== /normalize-path/2.1.1: dependencies: remove-trailing-separator: 1.1.0 @@ -11502,7 +11417,6 @@ packages: /nth-check/2.0.0: dependencies: boolbase: 1.0.0 - dev: true resolution: integrity: sha512-i4sc/Kj8htBrAiH1viZ0TgU8Y5XqCaV/FziYK6TBczxmeKm3AEFWqqF3195yKudrarqy7Zu80Ra5dobFjn9X/Q== /num2fraction/1.2.2: @@ -11515,28 +11429,28 @@ packages: node: '>=0.10.0' resolution: integrity: sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0= - /nuxt/2.15.2: + /nuxt/2.15.4: dependencies: - '@nuxt/babel-preset-app': 2.15.2 - '@nuxt/builder': 2.15.2 - '@nuxt/cli': 2.15.2 - '@nuxt/components': 2.1.2 - '@nuxt/config': 2.15.2 - '@nuxt/core': 2.15.2 - '@nuxt/generator': 2.15.2 + '@nuxt/babel-preset-app': 2.15.4 + '@nuxt/builder': 2.15.4 + '@nuxt/cli': 2.15.4 + '@nuxt/components': 2.1.4 + '@nuxt/config': 2.15.4 + '@nuxt/core': 2.15.4 + '@nuxt/generator': 2.15.4 '@nuxt/loading-screen': 2.0.3 '@nuxt/opencollective': 0.3.2 - '@nuxt/server': 2.15.2 + '@nuxt/server': 2.15.4 '@nuxt/telemetry': 1.3.3 - '@nuxt/utils': 2.15.2 - '@nuxt/vue-app': 2.15.2 - '@nuxt/vue-renderer': 2.15.2 - '@nuxt/webpack': 2.15.2 + '@nuxt/utils': 2.15.4 + '@nuxt/vue-app': 2.15.4 + '@nuxt/vue-renderer': 2.15.4 + '@nuxt/webpack': 2.15.4 dev: false hasBin: true requiresBuild: true resolution: - integrity: sha512-TS3eM5JHv6RyFV79kREFFuqlYv531259Rxc3K474qtjrL/fiGWia88T9Gi7U5udYhKkC2SJYt+OZTNZz48dWRQ== + integrity: sha512-o11VE61EwLj05PBPUN5RlDpaFb7vKbg3d5c+gfLi0gLVMpLUmjksRVTLzE9Ie8MB/TEnipy5BkhxMNppy0FKVg== /nwsapi/2.2.0: dev: true resolution: @@ -11993,7 +11907,7 @@ packages: dependencies: is-ssh: 1.3.2 protocols: 1.4.8 - qs: 6.9.6 + qs: 6.10.1 query-string: 6.14.1 resolution: integrity: sha512-9Cepbp2asKnWTJ9x2kpw6Fe8y9JDbqwahGCTvklzd/cEq5C5JC59x2Xb0Kx+x0QZ8bvNquGO8/BWP0cwBHzSAA== @@ -12207,7 +12121,7 @@ packages: /polka/1.0.0-next.13: dependencies: '@polka/url': 1.0.0-next.12 - trouter: 3.1.0 + trouter: 3.2.0 dev: false engines: node: '>=6' @@ -12780,7 +12694,7 @@ packages: dependencies: autoprefixer: 9.8.6 browserslist: 4.16.3 - caniuse-lite: 1.0.30001197 + caniuse-lite: 1.0.30001205 css-blank-pseudo: 0.1.4 css-has-pseudo: 0.10.0 css-prefers-color-scheme: 3.1.1 @@ -12979,23 +12893,23 @@ packages: dependencies: colorette: 1.2.2 line-column: 1.0.2 - nanoid: 3.1.20 + nanoid: 3.1.22 source-map: 0.6.1 dev: false engines: node: ^10 || ^12 || >=14 resolution: integrity: sha512-llCQW1Pz4MOPwbZLmOddGM9eIJ8Bh7SZ2Oj5sxZva77uVaotYDsYTch1WBTNu7fUY0fpWp0fdt7uW40D4sRiiQ== - /postcss/8.2.8: + /postcss/8.2.9: dependencies: colorette: 1.2.2 - nanoid: 3.1.20 + nanoid: 3.1.22 source-map: 0.6.1 dev: true engines: node: ^10 || ^12 || >=14 resolution: - integrity: sha512-1F0Xb2T21xET7oQV9eKuctbM9S7BC0fetoHCc4H13z0PT6haiRLP4T0ZY4XWh7iLP0usgqykT6p9B2RtOf4FPw== + integrity: sha512-b+TmuIL4jGtCHtoLi+G/PisuIl9avxs8IZMSmlABRwNz5RLUUACrC+ws81dcomz1nRezm5YPdXiMEzBEKgYn+Q== /prelude-ls/1.1.2: dev: true engines: @@ -13033,7 +12947,7 @@ packages: '@jest/types': 26.6.2 ansi-regex: 5.0.0 ansi-styles: 4.3.0 - react-is: 17.0.1 + react-is: 17.0.2 dev: true engines: node: '>= 10' @@ -13078,7 +12992,7 @@ packages: optional: true resolution: integrity: sha512-nolQXZ/4L+bP/UGlkfaIujX9BKxGwmQ9OT4mOt5yvy8iK1h3wqTEJCijzGANTCCl9nWjY41juyAn2K3Q1hLLTg== - /prompts/2.4.0: + /prompts/2.4.1: dependencies: kleur: 3.0.3 sisteransi: 1.0.5 @@ -13086,7 +13000,7 @@ packages: engines: node: '>= 6' resolution: - integrity: sha512-awZAKrk3vN6CroQukBL+R9051a4R3zCZBlJm/HBfrSZ8iTpYix3VX1vU4mveiLpiwmOJT4wokTF9m6HUk4KqWQ== + integrity: sha512-EQyfIuO2hPDsX1L/blblV+H7I0knhgAd82cVneCwcdND9B8AuCDuRcBH6yIcG4dFzlOUqbazQqwGjx5xmsNLuQ== /promzard/0.3.0: dependencies: read: 1.0.7 @@ -13298,6 +13212,13 @@ packages: teleport: '>=0.2.0' resolution: integrity: sha1-fjL3W0E4EpHQRhHxvxQQmsAGUdc= + /qs/6.10.1: + dependencies: + side-channel: 1.0.4 + engines: + node: '>=0.6' + resolution: + integrity: sha512-M528Hph6wsSVOBiYUnGf+K/7w0hNshs/duGsNXPUCLH5XAqjEtiPGwNONLV0tBH8NoGb0mvD5JubnUTrujKDTg== /qs/6.5.2: dev: true engines: @@ -13310,11 +13231,6 @@ packages: node: '>=0.6' resolution: integrity: sha512-VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ== - /qs/6.9.6: - engines: - node: '>=0.6' - resolution: - integrity: sha512-TIRk4aqYLNoJUbd+g2lEdz5kLWIuTMRagAXxl78Q0RiVjAOugHmeKNGdd3cwo/ktpf9aL9epCfFqWDEKysUlLQ== /query-string/4.3.4: dependencies: object-assign: 4.1.1 @@ -13353,10 +13269,10 @@ packages: dev: true resolution: integrity: sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ== - /queue-microtask/1.2.2: + /queue-microtask/1.2.3: dev: false resolution: - integrity: sha512-dB15eXv3p2jDlbOiNLyMabYg1/sXvppd8DP2J3EOCQ0AkuSXCW2tP7mnVouVLJKgUMY6yP0kcQDVpLCN13h4Xg== + integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A== /quick-lru/1.1.0: dev: true engines: @@ -13420,7 +13336,7 @@ packages: loose-envify: 1.4.0 object-assign: 4.1.1 react: 17.0.1 - scheduler: 0.20.1 + scheduler: 0.20.2 dev: false peerDependencies: react: 17.0.1 @@ -13430,10 +13346,10 @@ packages: dev: false resolution: integrity: sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ== - /react-is/17.0.1: + /react-is/17.0.2: dev: true resolution: - integrity: sha512-NAnt2iGDXohE5LI7uBnLnqvLQMtzhkiAOLXTmv+qnF9Ky7xAPcX8Up/xWIhxvLVGJvuLiNc4xQLtuqDRzb4fSA== + integrity: sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w== /react-refresh/0.8.3: dev: false engines: @@ -13444,10 +13360,20 @@ packages: dependencies: loose-envify: 1.4.0 object-assign: 4.1.1 + dev: false engines: node: '>=0.10.0' resolution: integrity: sha512-lG9c9UuMHdcAexXtigOZLX8exLWkW0Ku29qPRU8uhF2R9BN96dLCt0psvzPLlHc5OWkgymP3qwTRgbnw5BKx3w== + /react/17.0.2: + dependencies: + loose-envify: 1.4.0 + object-assign: 4.1.1 + dev: true + engines: + node: '>=0.10.0' + resolution: + integrity: sha512-gnhPt75i/dq/z3/6q/0asP78D0u592D5L1pd7M8P+dck6Fu/jJeL6iVVK23fptSUZj8Vjf++7wXA8UNclGQcbA== /read-cache/1.0.0: dependencies: pify: 2.3.0 @@ -13667,7 +13593,7 @@ packages: regenerate: 1.4.2 regenerate-unicode-properties: 8.2.0 regjsgen: 0.5.2 - regjsparser: 0.6.7 + regjsparser: 0.6.9 unicode-match-property-ecmascript: 1.0.4 unicode-match-property-value-ecmascript: 1.2.0 engines: @@ -13677,16 +13603,16 @@ packages: /regjsgen/0.5.2: resolution: integrity: sha512-OFFT3MfrH90xIW8OOSyUrk6QHD5E9JOTeGodiJeBS3J6IwlgzJMNE/1bZklWz5oTg+9dCMyEetclvCVXOPoN3A== - /regjsparser/0.6.7: + /regjsparser/0.6.9: dependencies: jsesc: 0.5.0 hasBin: true resolution: - integrity: sha512-ib77G0uxsA2ovgiYbCVGx4Pv3PSttAx2vIwidqQzbL2U5S4Q+j00HdSAneSBuyVcMvEnTXMjiGgB+DlXozVhpQ== + integrity: sha512-ZqbNRz1SNjLAiYuwY0zoXW8Ne675IX5q+YHioAGbCw4X96Mjl2+dcX9B2ciaeyYjViDAfvIjFpQjJgLttTEERQ== /rehype-highlight/4.1.0: dependencies: hast-util-to-text: 2.0.1 - lowlight: 1.19.0 + lowlight: 1.20.0 unist-util-visit: 2.0.3 dev: false resolution: @@ -13732,10 +13658,12 @@ packages: node: '>= 0.10' resolution: integrity: sha1-VNvzd+UUQKypCkzSdGANP/LYiKk= - /remark-breaks/2.0.1: + /remark-breaks/2.0.2: + dependencies: + unist-util-visit: 2.0.3 dev: false resolution: - integrity: sha512-CZKI8xdPUnvMqPxYEIBBUg8C0B0kyn14lkW0abzhfh/P71YRIxCC3wvBh6AejQL602OxF6kNRl1x4HAZA07JyQ== + integrity: sha512-LsQnPPQ7Fzp9RTjj4IwdEmjPOr9bxe9zYKWhs9ZQOg9hMg8rOfeeqQ410cvVdIK87Famqza1CKRxNkepp2EvUA== /remark-footnotes/3.0.0: dependencies: mdast-util-footnote: 0.1.7 @@ -14004,7 +13932,7 @@ packages: is-typedarray: 1.0.0 isstream: 0.1.2 json-stringify-safe: 5.0.1 - mime-types: 2.1.29 + mime-types: 2.1.30 oauth-sign: 0.9.0 performance-now: 2.1.0 qs: 6.5.2 @@ -14162,7 +14090,7 @@ packages: integrity: sha512-ii4iagi25WusVoiC4B4lq7pbXfAp3D9v5CwfkY33vffw2+pkDjY1D8GaN7spsxvCSx8dkPqOZCEZyfxcmJG2IA== /rollup-plugin-livereload/2.0.0: dependencies: - livereload: 0.9.2 + livereload: 0.9.3 dev: true engines: node: '>=8.3' @@ -14189,12 +14117,12 @@ packages: node: '>=10' resolution: integrity: sha512-JHnGfW8quNc6ePxEkZ05HEZ1YiRxDgY9RKEetMfsrwxR2kh/d90OVScTc6b1c2Q17Cs/5TRYL+1uddG21lQe3w== - /rollup-plugin-svelte/7.1.0_rollup@2.41.0+svelte@3.35.0: + /rollup-plugin-svelte/7.1.0_rollup@2.44.0+svelte@3.37.0: dependencies: require-relative: 0.8.7 - rollup: 2.41.0 + rollup: 2.44.0 rollup-pluginutils: 2.8.2 - svelte: 3.35.0 + svelte: 3.37.0 dev: true engines: node: '>=10' @@ -14203,23 +14131,23 @@ packages: svelte: '>=3.5.0' resolution: integrity: sha512-vopCUq3G+25sKjwF5VilIbiY6KCuMNHP1PFvx2Vr3REBNMDllKHFZN2B9jwwC+MqNc3UPKkjXnceLPEjTjXGXg== - /rollup-plugin-terser/7.0.2_rollup@2.41.0: + /rollup-plugin-terser/7.0.2_rollup@2.44.0: dependencies: '@babel/code-frame': 7.12.13 jest-worker: 26.6.2 - rollup: 2.41.0 + rollup: 2.44.0 serialize-javascript: 4.0.0 - terser: 5.6.0 + terser: 5.6.1 dev: true peerDependencies: rollup: ^2.0.0 resolution: integrity: sha512-w3iIaU4OxcF52UUXiZNsNeuXIMDvFrr+ZXK6bFZ0Q60qyVfq4uLptoS4bbq3paG3x216eQllFZX7zt6TIImguQ== - /rollup-plugin-visualizer/4.2.0_rollup@2.41.0: + /rollup-plugin-visualizer/4.2.2_rollup@2.44.0: dependencies: - nanoid: 3.1.20 + nanoid: 3.1.22 open: 7.4.2 - rollup: 2.41.0 + rollup: 2.44.0 source-map: 0.7.3 yargs: 16.2.0 dev: true @@ -14229,7 +14157,7 @@ packages: peerDependencies: rollup: '>=1.20.0' resolution: - integrity: sha512-xjfvoK4x0G7lBT3toMx8K/9tkCEWhRehnSJnn+PLY3Hjk8sNvyo407b68Cd3hdV9j42xcb8HXt0ZrmRi5NWeaQ== + integrity: sha512-10/TsugsaQL5rdynl0lrklBngTtkRBESZdxUJy+3fN+xKqNdg5cr7JQU1OoPx4p5mhQ+nspa6EvX3qc8SsBvnA== /rollup-plugin-vue/5.1.9_vue-template-compiler@2.6.12: dependencies: '@vue/component-compiler': 4.2.3_vue-template-compiler@2.6.12 @@ -14253,7 +14181,7 @@ packages: dev: true resolution: integrity: sha512-EEp9NhnUkwY8aif6bxgovPHMoMoNr2FulJziTndpt5H9RdwC47GSGuII9XxpSdzVGM0GWrNPHV6ie1LTNJPaLQ== - /rollup/2.41.0: + /rollup/2.44.0: dev: true engines: node: '>=10.0.0' @@ -14261,7 +14189,7 @@ packages: optionalDependencies: fsevents: 2.3.2 resolution: - integrity: sha512-Gk76XHTggulWPH95q8V62bw6uqDH6UGvbD6LOa3QUyhuMF3eOuaeDHR7SLm1T9faitkpNrqzUAVYx47klcMnlA== + integrity: sha512-rGSF4pLwvuaH/x4nAS+zP6UNn5YUDWf/TeEU5IoXSZKBbKRNTCI3qMnYXKZgrC0D2KzS2baiOZt1OlqhMu5rnQ== /rsvp/4.8.5: dev: true engines: @@ -14275,7 +14203,7 @@ packages: integrity: sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ== /run-parallel/1.2.0: dependencies: - queue-microtask: 1.2.2 + queue-microtask: 1.2.3 dev: false resolution: integrity: sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA== @@ -14288,13 +14216,13 @@ packages: dev: false resolution: integrity: sha1-P4Yt+pGrdmsUiF700BEkv9oHT7Q= - /rxjs/6.6.6: + /rxjs/6.6.7: dependencies: tslib: 1.14.1 engines: npm: '>=2.0.0' resolution: - integrity: sha512-/oTwee4N4iWzAMAL9xdGKjkEHmIwupR3oXbQjCKywF1BeFohswF3vZdogbmEF6pZkOsXTzWkrZszrWpQTByYVg== + integrity: sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ== /sade/1.7.4: dependencies: mri: 1.1.6 @@ -14325,7 +14253,7 @@ packages: '@cnakazawa/watch': 1.0.4 anymatch: 2.0.0 capture-exit: 2.0.0 - exec-sh: 0.3.4 + exec-sh: 0.3.6 execa: 1.0.0 fb-watchman: 2.0.1 micromatch: 3.1.10 @@ -14337,14 +14265,14 @@ packages: hasBin: true resolution: integrity: sha512-hhbzAgTIX8O7SHfp2c8/kREfEn4qO/9q8C9beyY6+tvZ87EpoZ3i1RIEvp27YBswnNbY9mWd6paKVmKbAgLfZA== - /sapper/0.27.16_svelte@3.35.0: + /sapper/0.27.16_svelte@3.37.0: dependencies: html-minifier: 4.0.0 http-link-header: 1.0.3 shimport: 1.0.1 sourcemap-codec: 1.4.8 string-hash: 1.1.3 - svelte: 3.35.0 + svelte: 3.37.0 dev: true hasBin: true peerDependencies: @@ -14381,13 +14309,13 @@ packages: node: '>=10' resolution: integrity: sha512-5LBh1Tls8c9xgGjw3QrMwETmTMVk0oFgvrFSvWx62llR2hcEInrKNZ2GZCCuuy2lvWrdl5jhbpeqc5hRYKFOcw== - /scheduler/0.20.1: + /scheduler/0.20.2: dependencies: loose-envify: 1.4.0 object-assign: 4.1.1 dev: false resolution: - integrity: sha512-LKTe+2xNJBNxu/QhHvDR14wUXHRQbVY5ZOYpOGWRzhydZUqrLb2JBvLPY7cAqFmqrWuDED0Mjk7013SZiOz6Bw== + integrity: sha512-2eWfGgAqqWFGqtdMmcL5zCMK1U8KlXv8SQFGglL3CEtd0aDVDWgeF/YoCmvln55m5zSk3J/20hTaSBeSObsQDQ== /schema-utils/1.0.0: dependencies: ajv: 6.12.6 @@ -14458,14 +14386,14 @@ packages: hasBin: true resolution: integrity: sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A== - /semver/7.3.4: + /semver/7.3.5: dependencies: lru-cache: 6.0.0 engines: node: '>=10' hasBin: true resolution: - integrity: sha512-tCfb2WLjqFAtXn4KEdxIhalnRtoKFN7nAwj0B3ZXCbQloV2tq5eDbcTmT68JJD3nRJq24/XgxtQKFIpQdtvmVw== + integrity: sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ== /send/0.17.1: dependencies: debug: 2.6.9 @@ -14509,7 +14437,7 @@ packages: debug: 2.6.9 escape-html: 1.0.3 http-errors: 1.6.3 - mime-types: 2.1.29 + mime-types: 2.1.30 parseurl: 1.3.3 dev: true engines: @@ -14613,6 +14541,13 @@ packages: dev: true resolution: integrity: sha512-Imf4gH+8WQmT1GvxS/x79qpmfnE6m50hyN1ucatX+7oMCgmaF8obZWCPIzSUe6+P+YmXM46lkP2pxiV2/lt9Og== + /side-channel/1.0.4: + dependencies: + call-bind: 1.0.2 + get-intrinsic: 1.1.1 + object-inspect: 1.9.0 + resolution: + integrity: sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw== /signal-exit/3.0.3: resolution: integrity: sha512-VUJ49FC8U1OxwZLxIbTTrDvLnf/6TDgxZcK8wxR8zs13xpx7xbG60ndBlhNrFi2EMuFRoeDoJO7wthSLq42EjA== @@ -14648,7 +14583,7 @@ packages: integrity: sha512-rYpOXlNbpHiY4nVXxuDf4mXPvKz1reZGap/LkWp9TvcZ84qD/nPBjjH/6GZsgIjVMbOslnY8YYULAyP8jMn1GQ== /sirv/1.0.11: dependencies: - '@polka/url': 1.0.0-next.11 + '@polka/url': 1.0.0-next.12 mime: 2.5.2 totalist: 1.1.0 dev: false @@ -14716,17 +14651,17 @@ packages: node: '>=0.10.0' resolution: integrity: sha512-FtyOnWN/wCHTVXOMwvSv26d+ko5vWlIDD6zoUJ7LW8vh+ZBC8QdljveRP+crNrtBwioEUWy/4dMtbBjA4ioNlg== - /sockjs-client/1.5.0: + /sockjs-client/1.5.1: dependencies: debug: 3.2.7 - eventsource: 1.0.7 + eventsource: 1.1.0 faye-websocket: 0.11.3 inherits: 2.0.4 json3: 3.3.3 url-parse: 1.5.1 dev: true resolution: - integrity: sha512-8Dt3BDi4FYNrCFGTL/HtwVzkARrENdwOUf1ZoW/9p3M8lZdFT35jVdrHza+qgxuG9H3/shR4cuX/X9umUrjP8Q== + integrity: sha512-VnVAb663fosipI/m6pqRXakEOw7nvd7TUgdr3PlR/8V2I95QIdwT8L4nMxhyU8SmDBHYXU1TOElaKOmKLfYzeQ== /sockjs/0.3.21: dependencies: faye-websocket: 0.11.3 @@ -14867,7 +14802,7 @@ packages: /spdy-transport/3.0.0_supports-color@6.1.0: dependencies: debug: 4.3.1_supports-color@6.1.0 - detect-node: 2.0.4 + detect-node: 2.0.5 hpack.js: 2.1.6 obuf: 1.1.2 readable-stream: 3.6.0 @@ -15063,7 +14998,7 @@ packages: /string-hash/1.1.3: resolution: integrity: sha1-6Kr8CsGFW0Zmkp7X3RJ1311sgRs= - /string-length/4.0.1: + /string-length/4.0.2: dependencies: char-regex: 1.0.2 strip-ansi: 6.0.0 @@ -15071,7 +15006,7 @@ packages: engines: node: '>=10' resolution: - integrity: sha512-PKyXUd0LK0ePjSOnWn34V2uD6acUWev9uy0Ft05k0E8xRW+SKcA0F7eMr7h5xlzfn+4O3N+55rduYyet3Jk+jw== + integrity: sha512-+l6rNN5fYHNhZZy41RXsYptCjA2Igmq4EG7kZAYFQI1E1VTXarr6ZPXBg6eq7Y6eK4FEhY6AJlyuFIb/v/S0VQ== /string-width/1.0.2: dependencies: code-point-at: 1.1.0 @@ -15383,43 +15318,43 @@ packages: dev: true resolution: integrity: sha1-fRh9tcbNu9ZNdaMvkbiZi94yc8M= - /svelte-hmr/0.13.3_svelte@3.35.0: + /svelte-hmr/0.13.3_svelte@3.37.0: dependencies: - svelte: 3.35.0 + svelte: 3.37.0 dev: true peerDependencies: svelte: '>=3.19.0' resolution: integrity: sha512-gagW62pLQ2lULmvNA3pIZu9pBCYOaGu3rQikUOv6Nokz5VxUgT9/mQLfMxj9phDEKHCg/lgr3i6PkqZDbO9P2Q== - /svelte-jester/1.3.0_svelte@3.35.0: + /svelte-jester/1.3.2_svelte@3.37.0: dependencies: cosmiconfig: 6.0.0 - svelte: 3.35.0 + svelte: 3.37.0 dev: true engines: node: '>= 8' peerDependencies: svelte: '>= 3' resolution: - integrity: sha512-WzWm+S98+RE623/JYzyjh5G8s8oSIaM6KeLLLXxxBFh/c0TlmuhPYIFhgA9GuovnQy6d/eBgJ8ogHyuBX29W3Q== - /svelte-loader/2.13.6_svelte@3.35.0: + integrity: sha512-u8EWl5phmZjE2UgjJEDCQ4crcEm7k8ICj1Vs2PlZNjvAem3X3+veBER2SEJ8xJtFSRICYsYCRezW76w5QqOIqQ== + /svelte-loader/2.13.6_svelte@3.37.0: dependencies: loader-utils: 1.4.0 - svelte: 3.35.0 + svelte: 3.37.0 svelte-dev-helper: 1.1.9 dev: true peerDependencies: svelte: '>1.44.0' resolution: integrity: sha512-7uf7ZQdPAl+lwb1ldUYJFY/raZRUCuaNx7lMJ+F16jrVwN1+c35C2pBMGIY0mCqdKm5sm45jqELJJLGM3UG9Pw== - /svelte-preprocess/4.6.9_3267835ea6c3508f3743accbc37c06ef: + /svelte-preprocess/4.7.0_366d3dcecfe4efc98749bfc698a742db: dependencies: '@types/pug': 2.0.4 '@types/sass': 1.16.0 detect-indent: 6.0.0 sass: 1.32.8 strip-indent: 3.0.0 - svelte: 3.35.0 + svelte: 3.37.0 typescript: 4.2.3 dev: true engines: @@ -15462,16 +15397,16 @@ packages: optional: true requiresBuild: true resolution: - integrity: sha512-SROWH0rB0DJ+0Ii264cprmNu/NJyZacs5wFD71ya93Cg/oA2lKHgQm4F6j0EWA4ktFMzeuJJm/eX6fka39hEHA== - /svelte-preprocess/4.6.9_798e826b82ef8af3fca0000b968b471e: + integrity: sha512-iNrY4YGqi0LD2e6oT9YbdSzOKntxk8gmzfqso1z/lUJOZh4o6fyIqkirmiZ8/dDJFqtIE1spVgDFWgkfhLEYlw== + /svelte-preprocess/4.7.0_c39714000eb364d14a0e2e2132df0a2d: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.14 '@types/pug': 2.0.4 '@types/sass': 1.16.0 detect-indent: 6.0.0 node-sass: 5.0.0 strip-indent: 3.0.0 - svelte: 3.35.0 + svelte: 3.37.0 typescript: 4.2.3 dev: true engines: @@ -15514,13 +15449,13 @@ packages: optional: true requiresBuild: true resolution: - integrity: sha512-SROWH0rB0DJ+0Ii264cprmNu/NJyZacs5wFD71ya93Cg/oA2lKHgQm4F6j0EWA4ktFMzeuJJm/eX6fka39hEHA== - /svelte/3.35.0: + integrity: sha512-iNrY4YGqi0LD2e6oT9YbdSzOKntxk8gmzfqso1z/lUJOZh4o6fyIqkirmiZ8/dDJFqtIE1spVgDFWgkfhLEYlw== + /svelte/3.37.0: dev: true engines: node: '>= 8' resolution: - integrity: sha512-gknlZkR2sXheu/X+B7dDImwANVvK1R0QGQLd8CNIfxxGPeXBmePnxfzb6fWwTQRsYQG7lYkZXvpXJvxvpsoB7g== + integrity: sha512-TRF30F4W4+d+Jr2KzUUL1j8Mrpns/WM/WacxYlo5MMb2E5Qy2Pk1Guj6GylxsW9OnKQl1tnF8q3hG/hQ3h6VUA== /svg-tags/1.0.0: dev: false resolution: @@ -15545,13 +15480,13 @@ packages: hasBin: true resolution: integrity: sha512-yhy/sQYxR5BkC98CY7o31VGsg014AKLEPxdfhora76l36hD9Rdy5NZA/Ocn6yayNPgSamYdtX2rFJdcv07AYVw== - /svgo/2.2.1: + /svgo/2.3.0: dependencies: '@trysound/sax': 0.1.1 chalk: 4.1.0 - commander: 7.1.0 + commander: 7.2.0 css-select: 3.1.2 - css-tree: 1.1.2 + css-tree: 1.1.3 csso: 4.2.0 stable: 0.1.8 dev: true @@ -15559,7 +15494,7 @@ packages: node: '>=10.13.0' hasBin: true resolution: - integrity: sha512-WrKhe5CMm/O5gchTQKGogKYXGbOC0JBZnHqvaCTEbsMuq4prxQHB/AZgif8WwD4+9Nim4EECObmyjvkdC43iNg== + integrity: sha512-fz4IKjNO6HDPgIQxu4IxwtubtbSfGEAJUq/IXyTPIkGhWck/faiiwfkvsB8LnBkKLvSoyNNIY6d13lZprJMc9Q== /symbol-tree/3.2.4: dev: true resolution: @@ -15616,7 +15551,7 @@ packages: integrity: sha1-jP9jD7fp2gXwR8dM5M5NaFRX1JI= /terminal-link/2.1.1: dependencies: - ansi-escapes: 4.3.1 + ansi-escapes: 4.3.2 supports-hyperlinks: 2.1.0 dev: true engines: @@ -15643,14 +15578,14 @@ packages: integrity: sha512-04Rfe496lN8EYruwi6oPQkG0vo8C+HT49X687FZnpPF0qMAIHONI6HEXYPKDOE8e5HjXTyKfqRd/agHtH0kOtw== /terser-webpack-plugin/4.2.3_webpack@4.46.0: dependencies: - cacache: 15.0.5 + cacache: 15.0.6 find-cache-dir: 3.3.1 jest-worker: 26.6.2 p-limit: 3.1.0 schema-utils: 3.0.0 serialize-javascript: 5.0.1 source-map: 0.6.1 - terser: 5.6.0 + terser: 5.6.1 webpack: 4.46.0 webpack-sources: 1.4.3 dev: false @@ -15670,7 +15605,7 @@ packages: hasBin: true resolution: integrity: sha512-EAPipTNeWsb/3wLPeup1tVPaXfIaU68xMnVdPafIL1TV05OhASArYyIfFvnvJCNrR2NIOvDVNNTFRa+Re2MWyw== - /terser/5.6.0: + /terser/5.6.1: dependencies: commander: 2.20.3 source-map: 0.7.3 @@ -15679,7 +15614,7 @@ packages: node: '>=10' hasBin: true resolution: - integrity: sha512-vyqLMoqadC1uR0vywqOZzriDYzgEkNJFK4q9GeyOBHIbiECHiWLKcWfbQWAUaPfxkjDhapSlZB9f7fkMrvkVjA== + integrity: sha512-yv9YLFQQ+3ZqgWCUk+pvNJwgUTdlIxUk1WTN+RnaFJe2L7ipG2csPT0ra2XRm7Cs8cxN7QXmK1rFzEwYEQkzXw== /test-exclude/6.0.0: dependencies: '@istanbuljs/schema': 0.1.3 @@ -15783,7 +15718,7 @@ packages: integrity: sha512-7cR8rLy2QhYHpsBDBVYnnWXm8uRTr38RoZakFSW7Bs7PzfMPNZthuMLkwqZv7MTu8lhQ91cOFYS5a7iFj2oR3w== /tippy.js/6.3.1: dependencies: - '@popperjs/core': 2.9.1 + '@popperjs/core': 2.9.2 dev: false resolution: integrity: sha512-JnFncCq+rF1dTURupoJ4yPie5Cof978inW6/4S6kmWV7LL9YOSEVMifED3KdrVPEG+Z/TFH2CDNJcQEfaeuQww== @@ -15921,14 +15856,14 @@ packages: dev: false resolution: integrity: sha512-rvuRbTarPXmMb79SmzEp8aqXNKcK+y0XaB298IXueQ8I2PsrATcPBCSPyK/dDNa2iWOhKlfNnOjdAOTBU/nkFA== - /trouter/3.1.0: + /trouter/3.2.0: dependencies: regexparam: 1.3.0 dev: false engines: node: '>=6' resolution: - integrity: sha512-3Swwu638QQWOefHLss9cdyLi5/9BKYmXZEXpH0KOFfB9YZwUAwHbDAcoYxaHfqAeFvbi/LqAK7rGkhCr1v1BJA== + integrity: sha512-rLLXbhTObLy2MBVjLC+jTnoIKw99n0GuJs9ov10J870vDw5qhTurPzsDrudNtBf5w/CZ9ctZy2p2IMmhGcel2w== /true-case-path/1.0.3: dependencies: glob: 7.1.6 @@ -15945,7 +15880,7 @@ packages: dev: false resolution: integrity: sha512-ikUlS+/BcImLhNYyIgZcEmq4byc31QpC+46/6Jm5ECWkVFhf8SM2Fp/0pMVXPX6vk45SMCwrP4Taxucne8I0VA== - /ts-jest/26.5.3_jest@26.6.3+typescript@4.2.3: + /ts-jest/26.5.4_jest@26.6.3+typescript@4.2.3: dependencies: bs-logger: 0.2.6 buffer-from: 1.1.1 @@ -15956,9 +15891,9 @@ packages: lodash: 4.17.21 make-error: 1.3.6 mkdirp: 1.0.4 - semver: 7.3.4 + semver: 7.3.5 typescript: 4.2.3 - yargs-parser: 20.2.6 + yargs-parser: 20.2.7 dev: true engines: node: '>= 10' @@ -15967,7 +15902,7 @@ packages: jest: '>=26 <27' typescript: '>=3.8 <5.0' resolution: - integrity: sha512-nBiiFGNvtujdLryU7MiMQh1iPmnZ/QvOskBbD2kURiI1MwqvxlxNnaAB/z9TbslMqCsSbu5BXvSSQPc5tvHGeA== + integrity: sha512-I5Qsddo+VTm94SukBJ4cPimOoFZsYTeElR2xy6H2TOVs+NsvgYglW8KuQgKoApOKuaU/Ix/vrF9ebFZlb5D2Pg== /ts-pnp/1.2.0: dev: false engines: @@ -16016,11 +15951,6 @@ packages: node: '>=4' resolution: integrity: sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g== - /type-fest/0.11.0: - engines: - node: '>=8' - resolution: - integrity: sha512-OdjXJxnCN1AvyLSzeKIgXTXxV+99ZuXl3Hpo9XpJAv9MBcHrrJOQ5kV7ypXOuQie+AmWG25hLbiKdwYTifzcfQ== /type-fest/0.18.1: dev: true engines: @@ -16033,6 +15963,11 @@ packages: node: '>=10' resolution: integrity: sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ== + /type-fest/0.21.3: + engines: + node: '>=10' + resolution: + integrity: sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w== /type-fest/0.3.1: dev: true engines: @@ -16060,7 +15995,7 @@ packages: /type-is/1.6.18: dependencies: media-typer: 0.3.0 - mime-types: 2.1.29 + mime-types: 2.1.30 dev: true engines: node: '>= 0.6' @@ -16082,14 +16017,14 @@ packages: hasBin: true resolution: integrity: sha512-qOcYwxaByStAWrBf4x0fibwZvMRG+r4cQoTjbPtUlrWjBHbmCAww1i448U0GJ+3cNNEtebDteo/cHOR3xJ4wEw== - /ua-parser-js/0.7.24: + /ua-parser-js/0.7.26: dev: false resolution: - integrity: sha512-yo+miGzQx5gakzVK3QFfN0/L9uVhosXBBO7qmnk7c2iw1IhL212wfA3zbnI54B0obGwC/5NWub/iT9sReMx+Fw== - /ufo/0.6.9: + integrity: sha512-VwIvGlFNmpKbjzRt51jpbbFTrKIEgGHxIwA8Y69K1Bqc6bTIV7TaGGABOkghSFQWsLmcRB4drGvpfv9z2szqoQ== + /ufo/0.6.10: dev: false resolution: - integrity: sha512-+Yr0CwPqrug7Svt6zZRhx+WcxGZaOws0JlWB+NHKCp+BOnds9jHFFyTYeigpRWGRDZDf1LiBKl2x5WbWhGhBVQ== + integrity: sha512-sMbJnrBcKKsbVyr6++hb0n9lCmrMqkJrNnJIOJ3sckeqY6NMfAULcRGbBWcASSnN1HDV3YqiGCPzi9RVs511bw== /uglify-js/2.8.29: dependencies: source-map: 0.5.7 @@ -16103,12 +16038,12 @@ packages: uglify-to-browserify: 1.0.2 resolution: integrity: sha1-KcVzMUgFe7Th913zW3qcty5qWd0= - /uglify-js/3.13.0: + /uglify-js/3.13.3: engines: node: '>=0.8.0' hasBin: true resolution: - integrity: sha512-TWYSWa9T2pPN4DIJYbU9oAjQx+5qdV5RUDxwARg8fmJZrD/V27Zj0JngW5xg1DFz42G0uDYl2XhzF6alSzD62w== + integrity: sha512-otIc7O9LyxpUcQoXzj2hL4LPWKklO6LJWoJUzNa8A17Xgi4fOeDC8FBDOLHnC/Slo1CQgsZMcM6as0M76BZaig== /uglify-to-browserify/1.0.2: dev: true optional: true @@ -16122,14 +16057,14 @@ packages: dev: true resolution: integrity: sha1-8pzr8B31F5ErtY/5xOUP3o4zMg0= - /unbox-primitive/1.0.0: + /unbox-primitive/1.0.1: dependencies: function-bind: 1.1.1 has-bigints: 1.0.1 has-symbols: 1.0.2 which-boxed-primitive: 1.0.2 resolution: - integrity: sha512-P/51NX+JXyxK/aigg1/ZgyccdAxm5K1+n8+tvqSntjOivPt19gvm1VC49RWYetsiub8WViUchdxl/KWHHB0kzA== + integrity: sha512-tZU/3NqK3dA5gpE1KtyiJUrEB0lxnGkMFHptJ7q6ewdZ8s12QrODwNbhIJStmJkd1QDXa1NRA8aF2A1zk/Ypyw== /unfetch/4.2.0: dev: false resolution: @@ -16313,7 +16248,7 @@ packages: dependencies: file-loader: 6.2.0_webpack@4.46.0 loader-utils: 2.0.0 - mime-types: 2.1.29 + mime-types: 2.1.30 schema-utils: 3.0.0 webpack: 4.46.0 dev: false @@ -16412,7 +16347,7 @@ packages: dev: true resolution: integrity: sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA== - /v8-to-istanbul/7.1.0: + /v8-to-istanbul/7.1.1: dependencies: '@types/istanbul-lib-coverage': 2.0.3 convert-source-map: 1.7.0 @@ -16421,7 +16356,7 @@ packages: engines: node: '>=10.10.0' resolution: - integrity: sha512-uXUVqNUCLa0AH1vuVxzi+MI4RfxEOKt9pBgKwHbgH7st8Kv2P1m+jvWNnektzBh5QShF3ODgKmUFCf38LnVz1g== + integrity: sha512-p0BB09E5FRjx0ELN6RgusIPsSPhtgexSRcKETybEs6IGOTXJSZqfwxp7r//55nnu0f1AxltY5VvdVqy2vZf9AA== /validate-npm-package-license/3.0.4: dependencies: spdx-correct: 3.1.1 @@ -16470,12 +16405,12 @@ packages: vfile-message: 2.0.4 resolution: integrity: sha512-O6AE4OskCG5S1emQ/4gl8zK586RqA3srz3nfK/Viy0UPToBc5Trp9BVFb1u0CjsKrAWwnpr4ifM/KBXPWwJbCA== - /vite/2.1.3: + /vite/2.1.5: dependencies: esbuild: 0.9.7 - postcss: 8.2.8 + postcss: 8.2.9 resolve: 1.20.0 - rollup: 2.41.0 + rollup: 2.44.0 dev: true engines: node: '>=12.0.0' @@ -16483,7 +16418,7 @@ packages: optionalDependencies: fsevents: 2.3.2 resolution: - integrity: sha512-bUzArZIUwADVJS/3ywCr4KKFn3a7izs4M87ZDlAlY2V34E4g1kH6p3sVNAh8/IXCn/56fwgMh3rRavPUW7qEQQ== + integrity: sha512-tYU5iaYeUgQYvK/CNNz3tiJ8vYqPWfCE9IQ7K0iuzYovWw7lzty7KRYGWwV3CQPh0NKxWjOczAqiJsCL0Xb+Og== /vm-browserify/1.1.2: resolution: integrity: sha512-2ham8XPWTONajOR0ohOKOHXkm3+gaBmGut3SRuu75xLd/RRaY6vqgh8NBYYk7+RW3u5AtzPQZG8F10LHkl0lAQ== @@ -16661,7 +16596,7 @@ packages: integrity: sha512-qBIvFLGiBpLjfwmYAaHPXsn+ho5xZnGvyGvsarywGNc8VyQJUMHJ8OBKGGrPER0okBeMDaan4mNBlgBROxuI8w== /webpack-bundle-analyzer/4.4.0: dependencies: - acorn: 8.0.5 + acorn: 8.1.0 acorn-walk: 8.0.2 chalk: 4.1.0 commander: 6.2.1 @@ -16716,9 +16651,9 @@ packages: /webpack-dev-middleware/4.1.0_webpack@4.46.0: dependencies: colorette: 1.2.2 - mem: 8.0.0 - memfs: 3.2.0 - mime-types: 2.1.29 + mem: 8.1.0 + memfs: 3.2.1 + mime-types: 2.1.30 range-parser: 1.2.1 schema-utils: 3.0.0 webpack: 4.46.0 @@ -16755,7 +16690,7 @@ packages: semver: 6.3.0 serve-index: 1.9.1 sockjs: 0.3.21 - sockjs-client: 1.5.0 + sockjs-client: 1.5.1 spdy: 4.0.2_supports-color@6.1.0 strip-ansi: 3.0.1 supports-color: 6.1.0 @@ -16886,7 +16821,7 @@ packages: integrity: sha512-6jJuJjg8znb/xRItk7bkT0+Q7AHCYjjFnvKIWQPkNIOyRqoCGvkOs0ipeQzrqz4l5FtN5ZI/ukEHroeX/o1/5Q== /webpackbar/4.0.0_webpack@4.46.0: dependencies: - ansi-escapes: 4.3.1 + ansi-escapes: 4.3.2 chalk: 2.4.2 consola: 2.15.3 figures: 3.2.0 @@ -16935,16 +16870,16 @@ packages: webidl-conversions: 4.0.2 resolution: integrity: sha512-WUu7Rg1DroM7oQvGWfOiAK21n74Gg+T4elXEQYkOhtyLeWiJFoOGLXPKI/9gzIie9CtwVLm8wtw6YJdKyxSjeg== - /whatwg-url/8.4.0: + /whatwg-url/8.5.0: dependencies: - lodash.sortby: 4.7.0 + lodash: 4.17.21 tr46: 2.0.2 webidl-conversions: 6.1.0 dev: true engines: node: '>=10' resolution: - integrity: sha512-vwTUFf6V4zhcPkWp/4CQPr1TW9Ml6SF4lVyaIMBdJw5i6qUUJ1QWM4Z6YYVkfka0OUIzVo/0aNtGVGk256IKWw== + integrity: sha512-fy+R77xWv0AiqfLl4nuGUlQ3/6b5uNfQ4WAbGQVMYshCTCCPK9psC1nWh3XHuxGVCtlcDDQPQW1csmmIQo+fwg== /which-boxed-primitive/1.0.2: dependencies: is-bigint: 1.0.1 @@ -17180,12 +17115,12 @@ packages: /yallist/4.0.0: resolution: integrity: sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A== - /yaml/1.10.0: + /yaml/1.10.2: dev: true engines: node: '>= 6' resolution: - integrity: sha512-yr2icI4glYaNG+KWONODapy2/jDdMSDnrONSjblABjD9B4Z5LgiircSt8m8sRZFNi08kG9Sm0uSHtEmP3zaEGg== + integrity: sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg== /yargs-parser/13.1.2: dependencies: camelcase: 5.3.1 @@ -17209,12 +17144,12 @@ packages: node: '>=6' resolution: integrity: sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ== - /yargs-parser/20.2.6: + /yargs-parser/20.2.7: dev: true engines: node: '>=10' resolution: - integrity: sha512-AP1+fQIWSM/sMiET8fyayjx/J+JmTPt2Mr0FkrgqB4todtfa53sOsrSAcIrJRD5XS20bKUwaDIuMkWKCEiQLKA== + integrity: sha512-FiNkvbeHzB/syOjIUxFDCnhSfzAL8R5vs40MgLFBorXACCOAEaWu0gRZl14vG8MR9AOJIZbmkjhusqBYZ3HTHw== /yargs/13.3.2: dependencies: cliui: 5.0.0 @@ -17272,7 +17207,7 @@ packages: require-directory: 2.1.1 string-width: 4.2.2 y18n: 5.0.5 - yargs-parser: 20.2.6 + yargs-parser: 20.2.7 dev: true engines: node: '>=10'