From 2314eba9a4d8a735aa4176a3e903d5c9be5417dd Mon Sep 17 00:00:00 2001 From: "Fred K. Schott" Date: Mon, 14 Mar 2022 10:23:35 -0700 Subject: [PATCH] [ci] update lockfile (#2773) Co-authored-by: FredKSchott --- examples/with-nanostores/package.json | 2 +- package.json | 2 +- packages/astro/package.json | 4 +- packages/create-astro/package.json | 2 +- packages/webapi/package.json | 6 +- pnpm-lock.yaml | 483 ++++++++++++++++++-------- 6 files changed, 349 insertions(+), 150 deletions(-) diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json index b9d5bdda1..4550f5856 100644 --- a/examples/with-nanostores/package.json +++ b/examples/with-nanostores/package.json @@ -12,7 +12,7 @@ "@nanostores/preact": "^0.1.3", "@nanostores/react": "^0.1.5", "@nanostores/vue": "^0.4.1", - "nanostores": "^0.5.11", + "nanostores": "^0.5.12", "preact": "^10.6.6", "react": "^17.0.2", "react-dom": "^17.0.2", diff --git a/package.json b/package.json index b09173c22..baf231633 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "@typescript-eslint/parser": "^5.14.0", "del": "^6.0.0", "esbuild": "0.14.25", - "eslint": "^8.10.0", + "eslint": "^8.11.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-prettier": "^4.0.0", "execa": "^6.1.0", diff --git a/packages/astro/package.json b/packages/astro/package.json index bfbe0c215..9c5c00c52 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -93,7 +93,7 @@ "prismjs": "^1.27.0", "rehype-slug": "^5.0.1", "resolve": "^1.22.0", - "rollup": "^2.70.0", + "rollup": "^2.70.1", "semver": "^7.3.5", "serialize-javascript": "^6.0.0", "shiki": "^0.10.1", @@ -131,7 +131,7 @@ "chai": "^4.3.6", "cheerio": "^1.0.0-rc.10", "execa": "^6.1.0", - "mocha": "^9.2.1", + "mocha": "^9.2.2", "sass": "^1.49.9" }, "engines": { diff --git a/packages/create-astro/package.json b/packages/create-astro/package.json index 1c23d7700..9db01d161 100644 --- a/packages/create-astro/package.json +++ b/packages/create-astro/package.json @@ -31,7 +31,7 @@ "@types/prompts": "^2.0.14", "degit": "^2.8.4", "kleur": "^4.1.4", - "node-fetch": "^3.2.2", + "node-fetch": "^3.2.3", "prompts": "^2.4.2", "yargs-parser": "^21.0.1" }, diff --git a/packages/webapi/package.json b/packages/webapi/package.json index 3ed9ba2c8..33b48ed4c 100644 --- a/packages/webapi/package.json +++ b/packages/webapi/package.json @@ -62,9 +62,9 @@ "fetch-blob": "^3.1.4", "formdata-polyfill": "^4.0.10", "magic-string": "^0.25.9", - "mocha": "^9.2.1", - "node-fetch": "^3.2.2", - "rollup": "^2.70.0", + "mocha": "^9.2.2", + "node-fetch": "^3.2.3", + "rollup": "^2.70.1", "rollup-plugin-terser": "^7.0.2", "tslib": "^2.3.1", "urlpattern-polyfill": "^1.0.0-rc5", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c76385280..849f19b01 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -12,7 +12,7 @@ importers: '@typescript-eslint/parser': ^5.14.0 del: ^6.0.0 esbuild: 0.14.25 - eslint: ^8.10.0 + eslint: ^8.11.0 eslint-config-prettier: ^8.5.0 eslint-plugin-prettier: ^4.0.0 execa: ^6.1.0 @@ -27,13 +27,13 @@ importers: '@changesets/changelog-github': 0.4.3 '@changesets/cli': 2.21.1 '@octokit/action': 3.18.0 - '@typescript-eslint/eslint-plugin': 5.14.0_f4054b8c3cd621db16ae1b9d571bccc0 - '@typescript-eslint/parser': 5.14.0_eslint@8.10.0+typescript@4.6.2 + '@typescript-eslint/eslint-plugin': 5.14.0_ace6f9e7722b813e21eaf2dc993bc413 + '@typescript-eslint/parser': 5.14.0_eslint@8.11.0+typescript@4.6.2 del: 6.0.0 esbuild: 0.14.25 - eslint: 8.10.0 - eslint-config-prettier: 8.5.0_eslint@8.10.0 - eslint-plugin-prettier: 4.0.0_f3d13a703a9c1079e3d1af6044603beb + eslint: 8.11.0 + eslint-config-prettier: 8.5.0_eslint@8.11.0 + eslint-plugin-prettier: 4.0.0_c9d5adccfd1d43a8805a302169f6a967 execa: 6.1.0 prettier: 2.5.1 pretty-bytes: 6.0.0 @@ -290,17 +290,17 @@ importers: '@nanostores/react': ^0.1.5 '@nanostores/vue': ^0.4.1 astro: ^0.24.0 - nanostores: ^0.5.11 + nanostores: ^0.5.12 preact: ^10.6.6 react: ^17.0.2 react-dom: ^17.0.2 solid-nanostores: 0.0.6 vue: ^3.2.31 dependencies: - '@nanostores/preact': 0.1.3_nanostores@0.5.11+preact@10.6.6 - '@nanostores/react': 0.1.5_efa0b688c1fb20e4e2512c00f32ff2aa - '@nanostores/vue': 0.4.1_nanostores@0.5.11+vue@3.2.31 - nanostores: 0.5.11 + '@nanostores/preact': 0.1.3_nanostores@0.5.12+preact@10.6.6 + '@nanostores/react': 0.1.5_f66e5a41ef8212ca2b6be35009893a5b + '@nanostores/vue': 0.4.1_nanostores@0.5.12+vue@3.2.31 + nanostores: 0.5.12 preact: 10.6.6 react: 17.0.2 react-dom: 17.0.2_react@17.0.2 @@ -389,14 +389,14 @@ importers: magic-string: ^0.25.9 micromorph: ^0.1.2 mime: ^3.0.0 - mocha: ^9.2.1 + mocha: ^9.2.2 parse5: ^6.0.1 path-to-regexp: ^6.2.0 postcss: ^8.4.8 prismjs: ^1.27.0 rehype-slug: ^5.0.1 resolve: ^1.22.0 - rollup: ^2.70.0 + rollup: ^2.70.1 sass: ^1.49.9 semver: ^7.3.5 serialize-javascript: ^6.0.0 @@ -449,7 +449,7 @@ importers: prismjs: 1.27.0 rehype-slug: 5.0.1 resolve: 1.22.0 - rollup: 2.70.0 + rollup: 2.70.1 semver: 7.3.5 serialize-javascript: 6.0.0 shiki: 0.10.1 @@ -486,7 +486,7 @@ importers: chai: 4.3.6 cheerio: 1.0.0-rc.10 execa: 6.1.0 - mocha: 9.2.1 + mocha: 9.2.2 sass: 1.49.9 packages/astro-parser: @@ -996,7 +996,7 @@ importers: astro-scripts: workspace:* degit: ^2.8.4 kleur: ^4.1.4 - node-fetch: ^3.2.2 + node-fetch: ^3.2.3 prompts: ^2.4.2 uvu: ^0.5.3 yargs-parser: ^21.0.1 @@ -1005,7 +1005,7 @@ importers: '@types/prompts': 2.0.14 degit: 2.8.4 kleur: 4.1.4 - node-fetch: 3.2.2 + node-fetch: 3.2.3 prompts: 2.4.2 yargs-parser: 21.0.1 devDependencies: @@ -1140,18 +1140,18 @@ importers: fetch-blob: ^3.1.4 formdata-polyfill: ^4.0.10 magic-string: ^0.25.9 - mocha: ^9.2.1 - node-fetch: ^3.2.2 - rollup: ^2.70.0 + mocha: ^9.2.2 + node-fetch: ^3.2.3 + rollup: ^2.70.1 rollup-plugin-terser: ^7.0.2 tslib: ^2.3.1 urlpattern-polyfill: ^1.0.0-rc5 web-streams-polyfill: ^3.2.0 devDependencies: - '@rollup/plugin-alias': 3.1.9_rollup@2.70.0 - '@rollup/plugin-inject': 4.0.4_rollup@2.70.0 - '@rollup/plugin-node-resolve': 13.1.3_rollup@2.70.0 - '@rollup/plugin-typescript': 8.3.1_41ab6d1a9136403886ea2fa83d07712f + '@rollup/plugin-alias': 3.1.9_rollup@2.70.1 + '@rollup/plugin-inject': 4.0.4_rollup@2.70.1 + '@rollup/plugin-node-resolve': 13.1.3_rollup@2.70.1 + '@rollup/plugin-typescript': 8.3.1_859e05ab655ea3c900a5f26a0311c0b5 '@types/mocha': 9.1.0 '@types/node': 14.18.12 '@ungap/structured-clone': 0.3.4 @@ -1160,10 +1160,10 @@ importers: fetch-blob: 3.1.4 formdata-polyfill: 4.0.10 magic-string: 0.25.9 - mocha: 9.2.1 - node-fetch: 3.2.2 - rollup: 2.70.0 - rollup-plugin-terser: 7.0.2_rollup@2.70.0 + mocha: 9.2.2 + node-fetch: 3.2.3 + rollup: 2.70.1 + rollup-plugin-terser: 7.0.2_rollup@2.70.1 tslib: 2.3.1 urlpattern-polyfill: 1.0.0-rc5 web-streams-polyfill: 3.2.0 @@ -2943,15 +2943,15 @@ packages: resolution: {integrity: sha512-8HqW8EVqjnCmWXVpqAOZf+EGESdkR27odcMMMGefgKXtar00SoYNSryGv//TELI4T3QFsECo78p+0lmalk/CFA==} dev: false - /@eslint/eslintrc/1.2.0: - resolution: {integrity: sha512-igm9SjJHNEJRiUnecP/1R5T3wKLEJ7pL6e2P+GUSfCd0dGjPYYZve08uzw8L2J8foVHFz+NGu12JxRcU2gGo6w==} + /@eslint/eslintrc/1.2.1: + resolution: {integrity: sha512-bxvbYnBPN1Gibwyp6NrpnFzA3YtRL3BBAyEAFVIpNTm2Rn4Vy87GA5M4aSn3InRrlsbX5N0GW7XIx+U4SAEKdQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: ajv: 6.12.6 debug: 4.3.3 espree: 9.3.1 globals: 13.12.1 - ignore: 4.0.6 + ignore: 5.2.0 import-fresh: 3.3.0 js-yaml: 4.1.0 minimatch: 3.1.2 @@ -3063,18 +3063,18 @@ packages: read-yaml-file: 1.1.0 dev: true - /@nanostores/preact/0.1.3_nanostores@0.5.11+preact@10.6.6: + /@nanostores/preact/0.1.3_nanostores@0.5.12+preact@10.6.6: resolution: {integrity: sha512-uiX1ned0LrzASot+sPUjyJzr8Js3pX075omazgsSdLf0zPp4ss8xwTiuNh5FSKigTSQEVqZFiS+W8CnHIrX62A==} engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0} peerDependencies: nanostores: ^0.5.2 preact: '>=10.0.0' dependencies: - nanostores: 0.5.11 + nanostores: 0.5.12 preact: 10.6.6 dev: false - /@nanostores/react/0.1.5_efa0b688c1fb20e4e2512c00f32ff2aa: + /@nanostores/react/0.1.5_f66e5a41ef8212ca2b6be35009893a5b: resolution: {integrity: sha512-1XEsszpCDcxNeX21QJ+4mFROdn45ulahJ9oLJEo0IA2HZPkwfjSzG+iSXImqFU5nzo0earvlD09z4C9olf8Sxw==} engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0} peerDependencies: @@ -3082,12 +3082,12 @@ packages: react: '>=16.8.0' react-dom: '>=16.8.0' dependencies: - nanostores: 0.5.11 + nanostores: 0.5.12 react: 17.0.2 react-dom: 17.0.2_react@17.0.2 dev: false - /@nanostores/vue/0.4.1_nanostores@0.5.11+vue@3.2.31: + /@nanostores/vue/0.4.1_nanostores@0.5.12+vue@3.2.31: resolution: {integrity: sha512-b0nNzKD2fTi8R48Jrlg6j+/InPH9r1HOl0iOnpNmL84BOxl+jQnbgyzNlf+3VWAEQSD955hJ/HTl/N1bjJSz5g==} engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0} peerDependencies: @@ -3098,7 +3098,7 @@ packages: '@vue/devtools-api': optional: true dependencies: - nanostores: 0.5.11 + nanostores: 0.5.12 vue: 3.2.31 dev: false @@ -3124,9 +3124,9 @@ packages: resolution: {integrity: sha512-vyEESFzgLtMxDZOnD9L88xWqHNG1ZR9wh67nlnOj9fGwL1UEOAvMxYtP03OUlharq1ONtwYj9vMPDQI1xelkoQ==} dependencies: '@octokit/auth-action': 1.3.3 - '@octokit/core': 3.5.1 - '@octokit/plugin-paginate-rest': 2.17.0_@octokit+core@3.5.1 - '@octokit/plugin-rest-endpoint-methods': 5.13.0_@octokit+core@3.5.1 + '@octokit/core': 3.6.0 + '@octokit/plugin-paginate-rest': 2.17.0_@octokit+core@3.6.0 + '@octokit/plugin-rest-endpoint-methods': 5.13.0_@octokit+core@3.6.0 '@octokit/types': 6.34.0 proxy-agent: 5.0.0 transitivePeerDependencies: @@ -3147,8 +3147,8 @@ packages: '@octokit/types': 6.34.0 dev: true - /@octokit/core/3.5.1: - resolution: {integrity: sha512-omncwpLVxMP+GLpLPgeGJBF6IWJFjXDS5flY5VbppePYX9XehevbDykRH9PdCdvqt9TS5AOTiDide7h0qrkHjw==} + /@octokit/core/3.6.0: + resolution: {integrity: sha512-7RKRKuA4xTjMhY+eG3jthb3hlZCsOwg3rztWh75Xc+ShDWOfDDATWbeZpAHBNRpm4Tv9WgBMOy1zEJYXG6NJ7Q==} dependencies: '@octokit/auth-token': 2.5.0 '@octokit/graphql': 4.8.0 @@ -3183,21 +3183,21 @@ packages: resolution: {integrity: sha512-PBsVO+15KSlGmiI8QAzaqvsNlZlrDlyAJYcrXBCvVUxCp7VnXjkwPoFHgjEJXx3WF9BAwkA6nfCUA7i9sODzKA==} dev: true - /@octokit/plugin-paginate-rest/2.17.0_@octokit+core@3.5.1: + /@octokit/plugin-paginate-rest/2.17.0_@octokit+core@3.6.0: resolution: {integrity: sha512-tzMbrbnam2Mt4AhuyCHvpRkS0oZ5MvwwcQPYGtMv4tUa5kkzG58SVB0fcsLulOZQeRnOgdkZWkRUiyBlh0Bkyw==} peerDependencies: '@octokit/core': '>=2' dependencies: - '@octokit/core': 3.5.1 + '@octokit/core': 3.6.0 '@octokit/types': 6.34.0 dev: true - /@octokit/plugin-rest-endpoint-methods/5.13.0_@octokit+core@3.5.1: + /@octokit/plugin-rest-endpoint-methods/5.13.0_@octokit+core@3.6.0: resolution: {integrity: sha512-uJjMTkN1KaOIgNtUPMtIXDOjx6dGYysdIFhgA52x4xSadQCz3b/zJexvITDVpANnfKPW/+E0xkOvLntqMYpviA==} peerDependencies: '@octokit/core': '>=3' dependencies: - '@octokit/core': 3.5.1 + '@octokit/core': 3.6.0 '@octokit/types': 6.34.0 deprecation: 2.3.1 dev: true @@ -3248,17 +3248,17 @@ packages: tsm: 2.2.1 dev: false - /@rollup/plugin-alias/3.1.9_rollup@2.70.0: + /@rollup/plugin-alias/3.1.9_rollup@2.70.1: resolution: {integrity: sha512-QI5fsEvm9bDzt32k39wpOwZhVzRcL5ydcffUHMyLVaVaLeC70I8TJZ17F1z1eMoLu4E/UOcH9BWVkKpIKdrfiw==} engines: {node: '>=8.0.0'} peerDependencies: rollup: ^1.20.0||^2.0.0 dependencies: - rollup: 2.70.0 + rollup: 2.70.1 slash: 3.0.0 dev: true - /@rollup/plugin-babel/5.3.1_@babel+core@7.17.5+rollup@2.70.0: + /@rollup/plugin-babel/5.3.1_@babel+core@7.17.5+rollup@2.70.1: resolution: {integrity: sha512-WFfdLWU/xVWKeRQnKmIAQULUI7Il0gZnBIH/ZFO069wYIfPu+8zrfp/KMW0atmELoRDq8FbiP3VCss9MhCut7Q==} engines: {node: '>= 10.0.0'} peerDependencies: @@ -3273,62 +3273,62 @@ packages: dependencies: '@babel/core': 7.17.5 '@babel/helper-module-imports': 7.16.7 - '@rollup/pluginutils': 3.1.0_rollup@2.70.0 - rollup: 2.70.0 + '@rollup/pluginutils': 3.1.0_rollup@2.70.1 + rollup: 2.70.1 dev: true - /@rollup/plugin-inject/4.0.4_rollup@2.70.0: + /@rollup/plugin-inject/4.0.4_rollup@2.70.1: resolution: {integrity: sha512-4pbcU4J/nS+zuHk+c+OL3WtmEQhqxlZ9uqfjQMQDOHOPld7PsCd8k5LWs8h5wjwJN7MgnAn768F2sDxEP4eNFQ==} peerDependencies: rollup: ^1.20.0 || ^2.0.0 dependencies: - '@rollup/pluginutils': 3.1.0_rollup@2.70.0 + '@rollup/pluginutils': 3.1.0_rollup@2.70.1 estree-walker: 2.0.2 magic-string: 0.25.9 - rollup: 2.70.0 + rollup: 2.70.1 dev: true - /@rollup/plugin-node-resolve/11.2.1_rollup@2.70.0: + /@rollup/plugin-node-resolve/11.2.1_rollup@2.70.1: resolution: {integrity: sha512-yc2n43jcqVyGE2sqV5/YCmocy9ArjVAP/BeXyTtADTBBX6V0e5UMqwO8CdQ0kzjb6zu5P1qMzsScCMRvE9OlVg==} engines: {node: '>= 10.0.0'} peerDependencies: rollup: ^1.20.0||^2.0.0 dependencies: - '@rollup/pluginutils': 3.1.0_rollup@2.70.0 + '@rollup/pluginutils': 3.1.0_rollup@2.70.1 '@types/resolve': 1.17.1 builtin-modules: 3.2.0 deepmerge: 4.2.2 is-module: 1.0.0 resolve: 1.22.0 - rollup: 2.70.0 + rollup: 2.70.1 dev: true - /@rollup/plugin-node-resolve/13.1.3_rollup@2.70.0: + /@rollup/plugin-node-resolve/13.1.3_rollup@2.70.1: resolution: {integrity: sha512-BdxNk+LtmElRo5d06MGY4zoepyrXX1tkzX2hrnPEZ53k78GuOMWLqmJDGIIOPwVRIFZrLQOo+Yr6KtCuLIA0AQ==} engines: {node: '>= 10.0.0'} peerDependencies: rollup: ^2.42.0 dependencies: - '@rollup/pluginutils': 3.1.0_rollup@2.70.0 + '@rollup/pluginutils': 3.1.0_rollup@2.70.1 '@types/resolve': 1.17.1 builtin-modules: 3.2.0 deepmerge: 4.2.2 is-module: 1.0.0 resolve: 1.22.0 - rollup: 2.70.0 + rollup: 2.70.1 dev: true - /@rollup/plugin-replace/2.4.2_rollup@2.70.0: + /@rollup/plugin-replace/2.4.2_rollup@2.70.1: resolution: {integrity: sha512-IGcu+cydlUMZ5En85jxHH4qj2hta/11BHq95iHEyb2sbgiN0eCdzvUcHw5gt9pBL5lTi4JDYJ1acCoMGpTvEZg==} peerDependencies: rollup: ^1.20.0 || ^2.0.0 dependencies: - '@rollup/pluginutils': 3.1.0_rollup@2.70.0 + '@rollup/pluginutils': 3.1.0_rollup@2.70.1 magic-string: 0.25.9 - rollup: 2.70.0 + rollup: 2.70.1 dev: true - /@rollup/plugin-typescript/8.3.1_41ab6d1a9136403886ea2fa83d07712f: + /@rollup/plugin-typescript/8.3.1_859e05ab655ea3c900a5f26a0311c0b5: resolution: {integrity: sha512-84rExe3ICUBXzqNX48WZV2Jp3OddjTMX97O2Py6D1KJaGSwWp0mDHXj+bCGNJqWHIEKDIT2U0sDjhP4czKi6cA==} engines: {node: '>=8.0.0'} peerDependencies: @@ -3336,14 +3336,14 @@ packages: tslib: '*' typescript: '>=3.7.0' dependencies: - '@rollup/pluginutils': 3.1.0_rollup@2.70.0 + '@rollup/pluginutils': 3.1.0_rollup@2.70.1 resolve: 1.22.0 - rollup: 2.70.0 + rollup: 2.70.1 tslib: 2.3.1 typescript: 4.6.2 dev: true - /@rollup/pluginutils/3.1.0_rollup@2.70.0: + /@rollup/pluginutils/3.1.0_rollup@2.70.1: resolution: {integrity: sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==} engines: {node: '>= 8.0.0'} peerDependencies: @@ -3352,7 +3352,7 @@ packages: '@types/estree': 0.0.39 estree-walker: 1.0.1 picomatch: 2.3.1 - rollup: 2.70.0 + rollup: 2.70.1 dev: true /@rollup/pluginutils/4.2.0: @@ -3655,7 +3655,7 @@ packages: resolution: {integrity: sha512-iO9ZQHkZxHn4mSakYV0vFHAVDyEOIJQrV2uZ06HxEPcx+mt8swXoZHIbaaJ2crJYFfErySgktuTZ3BeLz+XmFA==} dev: true - /@typescript-eslint/eslint-plugin/5.14.0_f4054b8c3cd621db16ae1b9d571bccc0: + /@typescript-eslint/eslint-plugin/5.14.0_ace6f9e7722b813e21eaf2dc993bc413: resolution: {integrity: sha512-ir0wYI4FfFUDfLcuwKzIH7sMVA+db7WYen47iRSaCGl+HMAZI9fpBwfDo45ZALD3A45ZGyHWDNLhbg8tZrMX4w==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -3666,12 +3666,12 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/parser': 5.14.0_eslint@8.10.0+typescript@4.6.2 + '@typescript-eslint/parser': 5.14.0_eslint@8.11.0+typescript@4.6.2 '@typescript-eslint/scope-manager': 5.14.0 - '@typescript-eslint/type-utils': 5.14.0_eslint@8.10.0+typescript@4.6.2 - '@typescript-eslint/utils': 5.14.0_eslint@8.10.0+typescript@4.6.2 + '@typescript-eslint/type-utils': 5.14.0_eslint@8.11.0+typescript@4.6.2 + '@typescript-eslint/utils': 5.14.0_eslint@8.11.0+typescript@4.6.2 debug: 4.3.3 - eslint: 8.10.0 + eslint: 8.11.0 functional-red-black-tree: 1.0.1 ignore: 5.2.0 regexpp: 3.2.0 @@ -3682,7 +3682,7 @@ packages: - supports-color dev: true - /@typescript-eslint/parser/5.14.0_eslint@8.10.0+typescript@4.6.2: + /@typescript-eslint/parser/5.14.0_eslint@8.11.0+typescript@4.6.2: resolution: {integrity: sha512-aHJN8/FuIy1Zvqk4U/gcO/fxeMKyoSv/rS46UXMXOJKVsLQ+iYPuXNbpbH7cBLcpSbmyyFbwrniLx5+kutu1pw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -3696,7 +3696,7 @@ packages: '@typescript-eslint/types': 5.14.0 '@typescript-eslint/typescript-estree': 5.14.0_typescript@4.6.2 debug: 4.3.3 - eslint: 8.10.0 + eslint: 8.11.0 typescript: 4.6.2 transitivePeerDependencies: - supports-color @@ -3710,7 +3710,7 @@ packages: '@typescript-eslint/visitor-keys': 5.14.0 dev: true - /@typescript-eslint/type-utils/5.14.0_eslint@8.10.0+typescript@4.6.2: + /@typescript-eslint/type-utils/5.14.0_eslint@8.11.0+typescript@4.6.2: resolution: {integrity: sha512-d4PTJxsqaUpv8iERTDSQBKUCV7Q5yyXjqXUl3XF7Sd9ogNLuKLkxz82qxokqQ4jXdTPZudWpmNtr/JjbbvUixw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -3720,9 +3720,9 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/utils': 5.14.0_eslint@8.10.0+typescript@4.6.2 + '@typescript-eslint/utils': 5.14.0_eslint@8.11.0+typescript@4.6.2 debug: 4.3.3 - eslint: 8.10.0 + eslint: 8.11.0 tsutils: 3.21.0_typescript@4.6.2 typescript: 4.6.2 transitivePeerDependencies: @@ -3755,7 +3755,7 @@ packages: - supports-color dev: true - /@typescript-eslint/utils/5.14.0_eslint@8.10.0+typescript@4.6.2: + /@typescript-eslint/utils/5.14.0_eslint@8.11.0+typescript@4.6.2: resolution: {integrity: sha512-EHwlII5mvUA0UsKYnVzySb/5EE/t03duUTweVy8Zqt3UQXBrpEVY144OTceFKaOe4xQXZJrkptCf7PjEBeGK4w==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -3765,9 +3765,9 @@ packages: '@typescript-eslint/scope-manager': 5.14.0 '@typescript-eslint/types': 5.14.0 '@typescript-eslint/typescript-estree': 5.14.0_typescript@4.6.2 - eslint: 8.10.0 + eslint: 8.11.0 eslint-scope: 5.1.1 - eslint-utils: 3.0.0_eslint@8.10.0 + eslint-utils: 3.0.0_eslint@8.11.0 transitivePeerDependencies: - supports-color - typescript @@ -4210,7 +4210,7 @@ packages: postcss: ^8.1.0 dependencies: browserslist: 4.20.0 - caniuse-lite: 1.0.30001314 + caniuse-lite: 1.0.30001316 fraction.js: 4.2.0 normalize-range: 0.1.2 picocolors: 1.0.0 @@ -4228,8 +4228,8 @@ packages: object.assign: 4.1.2 dev: true - /babel-plugin-jsx-dom-expressions/0.32.8: - resolution: {integrity: sha512-fhEWXD29PqvI60yMr4cJ57dKxkQzCNKmT2qT3mgRv5y8h2lPRY5Sc+Q6yDRDlEwCvOnIwhJ/32XMuYghZ0steQ==} + /babel-plugin-jsx-dom-expressions/0.32.9: + resolution: {integrity: sha512-6wvUZU+2oxRC4M5UyOMr3/x176NC5nbeDOXqckubCQkDr0mljpoRiLR5M0EXj3Jn2tiW6qVsQ3o4kKnjq8/kTA==} dependencies: '@babel/helper-module-imports': 7.16.0 '@babel/plugin-syntax-jsx': 7.16.7 @@ -4287,7 +4287,7 @@ packages: /babel-preset-solid/1.3.12: resolution: {integrity: sha512-2/ggNVrYoZ/XMGB5ap9G5qoCXfYxm6GJ9NDhPz3+G4f4kSNQ1CMqZbQAfuKpUqEmtvcOM2riIgNsgeAdUiiGMw==} dependencies: - babel-plugin-jsx-dom-expressions: 0.32.8 + babel-plugin-jsx-dom-expressions: 0.32.9 transitivePeerDependencies: - '@babel/core' dev: false @@ -4358,8 +4358,8 @@ packages: engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} hasBin: true dependencies: - caniuse-lite: 1.0.30001314 - electron-to-chromium: 1.4.81 + caniuse-lite: 1.0.30001316 + electron-to-chromium: 1.4.82 escalade: 3.1.1 node-releases: 2.0.2 picocolors: 1.0.0 @@ -4429,8 +4429,8 @@ packages: engines: {node: '>=10'} dev: true - /caniuse-lite/1.0.30001314: - resolution: {integrity: sha512-0zaSO+TnCHtHJIbpLroX7nsD+vYuOVjl3uzFbJO1wMVbuveJA0RK2WcQA9ZUIOiO0/ArMiMgHJLxfEZhQiC0kw==} + /caniuse-lite/1.0.30001316: + resolution: {integrity: sha512-JgUdNoZKxPZFzbzJwy4hDSyGuH/gXz2rN51QmoR8cBQsVo58llD3A0vlRKKRt8FGf5u69P9eQyIH8/z9vN/S0Q==} /ccount/2.0.1: resolution: {integrity: sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==} @@ -5002,8 +5002,8 @@ packages: jake: 10.8.2 dev: true - /electron-to-chromium/1.4.81: - resolution: {integrity: sha512-Gs7xVpIZ7tYYSDA+WgpzwpPvfGwUk3KSIjJ0akuj5XQHFdyQnsUoM76EA4CIHXNLPiVwTwOFay9RMb0ChG3OBw==} + /electron-to-chromium/1.4.82: + resolution: {integrity: sha512-Ks+ANzLoIrFDUOJdjxYMH6CMKB8UQo5modAwvSZTxgF+vEs/U7G5IbWFUp6dS4klPkTDVdxbORuk8xAXXhMsWw==} /emmet/2.3.6: resolution: {integrity: sha512-pLS4PBPDdxuUAmw7Me7+TcHbykTsBKN/S9XJbUOMFQrNv9MoshzyMFK/R57JBm94/6HSL4vHnDeEmxlC82NQ4A==} @@ -5104,6 +5104,15 @@ packages: requiresBuild: true optional: true + /esbuild-android-64/0.14.26: + resolution: {integrity: sha512-HIyJ3VvigHfseaI0D+vsD8zKQ4roDUD962/vtO/KXzav6wR//Y//Qx1HUX8k5bQeQ7/0yCXlltY9VBw1MFnWFQ==} + engines: {node: '>=12'} + cpu: [x64] + os: [android] + requiresBuild: true + dev: false + optional: true + /esbuild-android-arm64/0.14.25: resolution: {integrity: sha512-4jv5xPjM/qNm27T5j3ZEck0PvjgQtoMHnz4FzwF5zNP56PvY2CT0WStcAIl6jNlsuDdN63rk2HRBIsO6xFbcFw==} engines: {node: '>=12'} @@ -5112,6 +5121,15 @@ packages: requiresBuild: true optional: true + /esbuild-android-arm64/0.14.26: + resolution: {integrity: sha512-TxRCLxyU5yj3U8Bud9fCg3IxzIXXKaWcmDbvURm8JkRr0WvCAmwZBdLi5T8BasT1v5vrVE//M0KSHZod6HC6lA==} + engines: {node: '>=12'} + cpu: [arm64] + os: [android] + requiresBuild: true + dev: false + optional: true + /esbuild-darwin-64/0.14.25: resolution: {integrity: sha512-TGp8tuudIxOyWd1+8aYPxQmC1ZQyvij/AfNBa35RubixD0zJ1vkKHVAzo0Zao1zcG6pNqiSyzfPto8vmg0s7oA==} engines: {node: '>=12'} @@ -5120,6 +5138,15 @@ packages: requiresBuild: true optional: true + /esbuild-darwin-64/0.14.26: + resolution: {integrity: sha512-oZJBN+CkR47Fc7KB1vowZy2kb5r+WSnsBjVEw7aI8HmR6louAgTr4bs1NwzaF6MbLi41ajaw6RdipfsM1H9PvQ==} + engines: {node: '>=12'} + cpu: [x64] + os: [darwin] + requiresBuild: true + dev: false + optional: true + /esbuild-darwin-arm64/0.14.25: resolution: {integrity: sha512-oTcDgdm0MDVEmw2DWu8BV68pYuImpFgvWREPErBZmNA4MYKGuBRaCiJqq6jZmBR1x+3y1DWCjez+5uLtuAm6mw==} engines: {node: '>=12'} @@ -5128,6 +5155,15 @@ packages: requiresBuild: true optional: true + /esbuild-darwin-arm64/0.14.26: + resolution: {integrity: sha512-eYW+cmP3BGVPDp+wd9bRI5CN5HjkZnrMQtj46Mj//UsSh4SRvflAp3pjs3ooA+MCpIa9xZ8091HqLqpYi7KFWA==} + engines: {node: '>=12'} + cpu: [arm64] + os: [darwin] + requiresBuild: true + dev: false + optional: true + /esbuild-freebsd-64/0.14.25: resolution: {integrity: sha512-ueAqbnMZ8arnuLH8tHwTCQYeptnHOUV7vA6px6j4zjjQwDx7TdP7kACPf3TLZLdJQ3CAD1XCvQ2sPhX+8tacvQ==} engines: {node: '>=12'} @@ -5136,6 +5172,15 @@ packages: requiresBuild: true optional: true + /esbuild-freebsd-64/0.14.26: + resolution: {integrity: sha512-Q+Hs27fSBkNfUHNhphSyWfF5lxl3o9S6LFlzkC5KofxLCnCESP+7YTzAWTosYGANsPT2mvYFOraFeYEokG+5DA==} + engines: {node: '>=12'} + cpu: [x64] + os: [freebsd] + requiresBuild: true + dev: false + optional: true + /esbuild-freebsd-arm64/0.14.25: resolution: {integrity: sha512-+ZVWud2HKh+Ob6k/qiJWjBtUg4KmJGGmbvEXXW1SNKS7hW7HU+Zq2ZCcE1akFxOPkVB+EhOty/sSek30tkCYug==} engines: {node: '>=12'} @@ -5144,6 +5189,15 @@ packages: requiresBuild: true optional: true + /esbuild-freebsd-arm64/0.14.26: + resolution: {integrity: sha512-MT+FuC/63oz6j/jvWOMCNqnHBYm/bNhGPArUgQX8GRhofFCeqe0NRmJbhtlHZaEeErIIjHPZQ/nXs34mfiqo/Q==} + engines: {node: '>=12'} + cpu: [arm64] + os: [freebsd] + requiresBuild: true + dev: false + optional: true + /esbuild-linux-32/0.14.25: resolution: {integrity: sha512-3OP/lwV3kCzEz45tobH9nj+uE4ubhGsfx+tn0L26WAGtUbmmcRpqy7XRG/qK7h1mClZ+eguIANcQntYMdYklfw==} engines: {node: '>=12'} @@ -5152,6 +5206,15 @@ packages: requiresBuild: true optional: true + /esbuild-linux-32/0.14.26: + resolution: {integrity: sha512-9gqSfJ8qMDvz7wXZoinNoe9/ekPpbT+/ZgVfZEeB72ETITVPHvMbG8i0E12wG366G01vMXtlxbD9IYJsMVhe6w==} + engines: {node: '>=12'} + cpu: [ia32] + os: [linux] + requiresBuild: true + dev: false + optional: true + /esbuild-linux-64/0.14.25: resolution: {integrity: sha512-+aKHdHZmX9qwVlQmu5xYXh7GsBFf4TWrePgeJTalhXHOG7NNuUwoHmketGiZEoNsWyyqwH9rE5BC+iwcLY30Ug==} engines: {node: '>=12'} @@ -5160,6 +5223,15 @@ packages: requiresBuild: true optional: true + /esbuild-linux-64/0.14.26: + resolution: {integrity: sha512-aPku1lCxxXmBr5LkENSlGIbY33jjQExDzaSrNV+dDA5bHXhFnpI9UkSe+vQzrSkxgO66vNjSTNDcxg3pOXBaBw==} + engines: {node: '>=12'} + cpu: [x64] + os: [linux] + requiresBuild: true + dev: false + optional: true + /esbuild-linux-arm/0.14.25: resolution: {integrity: sha512-aTLcE2VBoLydL943REcAcgnDi3bHtmULSXWLbjtBdtykRatJVSxKMjK9YlBXUZC4/YcNQfH7AxwVeQr9fNxPhw==} engines: {node: '>=12'} @@ -5168,6 +5240,15 @@ packages: requiresBuild: true optional: true + /esbuild-linux-arm/0.14.26: + resolution: {integrity: sha512-m7ozLQozfgBmh9l3HWxDEVYEEG8GuTqzRoFuf9iX0xAlbtqmhhlm7M4zNMa2eyPEG+ejgHndAuvuB1hcOWvdJw==} + engines: {node: '>=12'} + cpu: [arm] + os: [linux] + requiresBuild: true + dev: false + optional: true + /esbuild-linux-arm64/0.14.25: resolution: {integrity: sha512-UxfenPx/wSZx55gScCImPtXekvZQLI2GW3qe5dtlmU7luiqhp5GWPzGeQEbD3yN3xg/pHc671m5bma5Ns7lBHw==} engines: {node: '>=12'} @@ -5176,6 +5257,15 @@ packages: requiresBuild: true optional: true + /esbuild-linux-arm64/0.14.26: + resolution: {integrity: sha512-S0boyzv5Yx+IN1A8253nEPzHqn/W/y+CRcLYFZ1E5DscqkY7EvBao6rhff3ZxaHU9Zrkn0pLVqlJdMx3rm6D4Q==} + engines: {node: '>=12'} + cpu: [arm64] + os: [linux] + requiresBuild: true + dev: false + optional: true + /esbuild-linux-mips64le/0.14.25: resolution: {integrity: sha512-wLWYyqVfYx9Ur6eU5RT92yJVsaBGi5RdkoWqRHOqcJ38Kn60QMlcghsKeWfe9jcYut8LangYZ98xO1LxIoSXrQ==} engines: {node: '>=12'} @@ -5184,6 +5274,15 @@ packages: requiresBuild: true optional: true + /esbuild-linux-mips64le/0.14.26: + resolution: {integrity: sha512-TyMRc2ctQV1g9ruHg1Y793e18uDigKKsgzcZPzfxZi2z+hGK1uaSdaejGdULEJBJVMXt3/NC1T1yq0vCTiYYgg==} + engines: {node: '>=12'} + cpu: [mips64el] + os: [linux] + requiresBuild: true + dev: false + optional: true + /esbuild-linux-ppc64le/0.14.25: resolution: {integrity: sha512-0dR6Csl6Zas3g4p9ULckEl8Mo8IInJh33VCJ3eaV1hj9+MHGdmDOakYMN8MZP9/5nl+NU/0ygpd14cWgy8uqRw==} engines: {node: '>=12'} @@ -5192,6 +5291,15 @@ packages: requiresBuild: true optional: true + /esbuild-linux-ppc64le/0.14.26: + resolution: {integrity: sha512-aOJPP80m2gV8CyDqEMGbwZaGKuR45tZU1qYZ0+Cy8lWV4CWmd9iBWhCLP3eI9d7163m6t+0YO/6N3iLSVlNnpA==} + engines: {node: '>=12'} + cpu: [ppc64] + os: [linux] + requiresBuild: true + dev: false + optional: true + /esbuild-linux-riscv64/0.14.25: resolution: {integrity: sha512-J4d20HDmTrgvhR0bdkDhvvJGaikH3LzXQnNaseo8rcw9Yqby9A90gKUmWpfwqLVNRILvNnAmKLfBjCKU9ajg8w==} engines: {node: '>=12'} @@ -5200,6 +5308,15 @@ packages: requiresBuild: true optional: true + /esbuild-linux-riscv64/0.14.26: + resolution: {integrity: sha512-2E5xK7SNZFXhFzRbZGtUqg3MbHnrx5XzqHaGLOLdHBqOSWIAdJKB3w6WtjpLkZvPuWrKeh51XnRpk1jm0TsUjQ==} + engines: {node: '>=12'} + cpu: [riscv64] + os: [linux] + requiresBuild: true + dev: false + optional: true + /esbuild-linux-s390x/0.14.25: resolution: {integrity: sha512-YI2d5V6nTE73ZnhEKQD7MtsPs1EtUZJ3obS21oxQxGbbRw1G+PtJKjNyur+3t6nzHP9oTg6GHQ3S3hOLLmbDIQ==} engines: {node: '>=12'} @@ -5208,6 +5325,15 @@ packages: requiresBuild: true optional: true + /esbuild-linux-s390x/0.14.26: + resolution: {integrity: sha512-kfSuFea857mTYMp/RAFmMp9TBjf1T8F/dTRqLn2p+g8Ok30Cp1+mI2+YCmxz5Uw2JOfxyvpND0Ek1PGPMo1UsQ==} + engines: {node: '>=12'} + cpu: [s390x] + os: [linux] + requiresBuild: true + dev: false + optional: true + /esbuild-netbsd-64/0.14.25: resolution: {integrity: sha512-TKIVgNWLUOkr+Exrye70XTEE1lJjdQXdM4tAXRzfHE9iBA7LXWcNtVIuSnphTqpanPzTDFarF0yqq4kpbC6miA==} engines: {node: '>=12'} @@ -5216,6 +5342,15 @@ packages: requiresBuild: true optional: true + /esbuild-netbsd-64/0.14.26: + resolution: {integrity: sha512-tWhLwfOOqdZRwvaSYIWuic9Cj+WRRCLHe//Bmlf0ThBur9/EssRTtVh6/rC2Okp7Eb4QcerA/1wjWLYLECYD7g==} + engines: {node: '>=12'} + cpu: [x64] + os: [netbsd] + requiresBuild: true + dev: false + optional: true + /esbuild-openbsd-64/0.14.25: resolution: {integrity: sha512-QgFJ37A15D7NIXBTYEqz29+uw3nNBOIyog+3kFidANn6kjw0GHZ0lEYQn+cwjyzu94WobR+fes7cTl/ZYlHb1A==} engines: {node: '>=12'} @@ -5224,6 +5359,15 @@ packages: requiresBuild: true optional: true + /esbuild-openbsd-64/0.14.26: + resolution: {integrity: sha512-Xj7IWpsPn/hgKNzwjLpnf6wMtV0lfw5bzn7N9vmiCKx9TBA28L2hI8G15O0s9atLKny4HpmCGwZWmReNF1Ui6g==} + engines: {node: '>=12'} + cpu: [x64] + os: [openbsd] + requiresBuild: true + dev: false + optional: true + /esbuild-sunos-64/0.14.25: resolution: {integrity: sha512-rmWfjUItYIVlqr5EnTH1+GCxXiBOC42WBZ3w++qh7n2cS9Xo0lO5pGSG2N+huOU2fX5L+6YUuJ78/vOYvefeFw==} engines: {node: '>=12'} @@ -5232,6 +5376,15 @@ packages: requiresBuild: true optional: true + /esbuild-sunos-64/0.14.26: + resolution: {integrity: sha512-5odPsuhghCUYc3c1gEtz6pGq9cuGRDq1+iNdLBjZcz6IUebd0ay/AVORWchs5WddzyJA9hguxrKsPjECxX6OzQ==} + engines: {node: '>=12'} + cpu: [x64] + os: [sunos] + requiresBuild: true + dev: false + optional: true + /esbuild-windows-32/0.14.25: resolution: {integrity: sha512-HGAxVUofl3iUIz9W10Y9XKtD0bNsK9fBXv1D55N/ljNvkrAYcGB8YCm0v7DjlwtyS6ws3dkdQyXadbxkbzaKOA==} engines: {node: '>=12'} @@ -5240,6 +5393,15 @@ packages: requiresBuild: true optional: true + /esbuild-windows-32/0.14.26: + resolution: {integrity: sha512-xSVyGV6xGQlAC/K+oBXC9YiGGqoKqQGXVEFQKlDGXD6rxHGK5Fch0ynuvkjaYWW/p8OWqxGVYcof5BvGjY49RA==} + engines: {node: '>=12'} + cpu: [ia32] + os: [win32] + requiresBuild: true + dev: false + optional: true + /esbuild-windows-64/0.14.25: resolution: {integrity: sha512-TirEohRkfWU9hXLgoDxzhMQD1g8I2mOqvdQF2RS9E/wbkORTAqJHyh7wqGRCQAwNzdNXdg3JAyhQ9/177AadWA==} engines: {node: '>=12'} @@ -5248,6 +5410,15 @@ packages: requiresBuild: true optional: true + /esbuild-windows-64/0.14.26: + resolution: {integrity: sha512-Q0Bm42+wIqHJ8yF96T7nXosILXROegRtMmuI1L0kry0YBHnCFMtjNRTyUwv8yi7o2XvVYh7DF0NHLDL4N34MuA==} + engines: {node: '>=12'} + cpu: [x64] + os: [win32] + requiresBuild: true + dev: false + optional: true + /esbuild-windows-arm64/0.14.25: resolution: {integrity: sha512-4ype9ERiI45rSh+R8qUoBtaj6kJvUOI7oVLhKqPEpcF4Pa5PpT3hm/mXAyotJHREkHpM87PAJcA442mLnbtlNA==} engines: {node: '>=12'} @@ -5256,6 +5427,15 @@ packages: requiresBuild: true optional: true + /esbuild-windows-arm64/0.14.26: + resolution: {integrity: sha512-+l0DB0VV4LiSoDfNsGviK/2M88IR+/fOUfQoQx08RPu7OZ7gv9BqhRLZCSCT4qHT351OTH1nPv7avRXX6JRQcg==} + engines: {node: '>=12'} + cpu: [arm64] + os: [win32] + requiresBuild: true + dev: false + optional: true + /esbuild/0.14.25: resolution: {integrity: sha512-4JHEIOMNFvK09ziiL+iVmldIhLbn49V4NAVo888tcGFKedEZY/Y8YapfStJ6zSE23tzYPKxqKwQBnQoIO0BI/Q==} engines: {node: '>=12'} @@ -5283,6 +5463,34 @@ packages: esbuild-windows-64: 0.14.25 esbuild-windows-arm64: 0.14.25 + /esbuild/0.14.26: + resolution: {integrity: sha512-v0zIYlFB9NZ82/hFljhvpA7f8rob66r68ymB7juMz6TYAAMYjKGoW+hrMfRRvic5MAOI2wE/SuykFvsELLa6eA==} + engines: {node: '>=12'} + hasBin: true + requiresBuild: true + optionalDependencies: + esbuild-android-64: 0.14.26 + esbuild-android-arm64: 0.14.26 + esbuild-darwin-64: 0.14.26 + esbuild-darwin-arm64: 0.14.26 + esbuild-freebsd-64: 0.14.26 + esbuild-freebsd-arm64: 0.14.26 + esbuild-linux-32: 0.14.26 + esbuild-linux-64: 0.14.26 + esbuild-linux-arm: 0.14.26 + esbuild-linux-arm64: 0.14.26 + esbuild-linux-mips64le: 0.14.26 + esbuild-linux-ppc64le: 0.14.26 + esbuild-linux-riscv64: 0.14.26 + esbuild-linux-s390x: 0.14.26 + esbuild-netbsd-64: 0.14.26 + esbuild-openbsd-64: 0.14.26 + esbuild-sunos-64: 0.14.26 + esbuild-windows-32: 0.14.26 + esbuild-windows-64: 0.14.26 + esbuild-windows-arm64: 0.14.26 + dev: false + /escalade/3.1.1: resolution: {integrity: sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==} engines: {node: '>=6'} @@ -5314,16 +5522,16 @@ packages: source-map: 0.6.1 dev: true - /eslint-config-prettier/8.5.0_eslint@8.10.0: + /eslint-config-prettier/8.5.0_eslint@8.11.0: resolution: {integrity: sha512-obmWKLUNCnhtQRKc+tmnYuQl0pFU1ibYJQ5BGhTVB08bHe9wC8qUeG7c08dj9XX+AuPj1YSGSQIHl1pnDHZR0Q==} hasBin: true peerDependencies: eslint: '>=7.0.0' dependencies: - eslint: 8.10.0 + eslint: 8.11.0 dev: true - /eslint-plugin-prettier/4.0.0_f3d13a703a9c1079e3d1af6044603beb: + /eslint-plugin-prettier/4.0.0_c9d5adccfd1d43a8805a302169f6a967: resolution: {integrity: sha512-98MqmCJ7vJodoQK359bqQWaxOE0CS8paAz/GgjaZLyex4TTk3g9HugoO89EqWCrFiOqn9EVvcoo7gZzONCWVwQ==} engines: {node: '>=6.0.0'} peerDependencies: @@ -5334,8 +5542,8 @@ packages: eslint-config-prettier: optional: true dependencies: - eslint: 8.10.0 - eslint-config-prettier: 8.5.0_eslint@8.10.0 + eslint: 8.11.0 + eslint-config-prettier: 8.5.0_eslint@8.11.0 prettier: 2.5.1 prettier-linter-helpers: 1.0.0 dev: true @@ -5356,13 +5564,13 @@ packages: estraverse: 5.3.0 dev: true - /eslint-utils/3.0.0_eslint@8.10.0: + /eslint-utils/3.0.0_eslint@8.11.0: resolution: {integrity: sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==} engines: {node: ^10.0.0 || ^12.0.0 || >= 14.0.0} peerDependencies: eslint: '>=5' dependencies: - eslint: 8.10.0 + eslint: 8.11.0 eslint-visitor-keys: 2.1.0 dev: true @@ -5376,12 +5584,12 @@ packages: engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - /eslint/8.10.0: - resolution: {integrity: sha512-tcI1D9lfVec+R4LE1mNDnzoJ/f71Kl/9Cv4nG47jOueCMBrCCKYXr4AUVS7go6mWYGFD4+EoN6+eXSrEbRzXVw==} + /eslint/8.11.0: + resolution: {integrity: sha512-/KRpd9mIRg2raGxHRGwW9ZywYNAClZrHjdueHcrVDuO3a6bj83eoTirCCk0M0yPwOjWYKHwRVRid+xK4F/GHgA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} hasBin: true dependencies: - '@eslint/eslintrc': 1.2.0 + '@eslint/eslintrc': 1.2.1 '@humanwhocodes/config-array': 0.9.5 ajv: 6.12.6 chalk: 4.1.2 @@ -5390,7 +5598,7 @@ packages: doctrine: 3.0.0 escape-string-regexp: 4.0.0 eslint-scope: 7.1.1 - eslint-utils: 3.0.0_eslint@8.10.0 + eslint-utils: 3.0.0_eslint@8.11.0 eslint-visitor-keys: 3.3.0 espree: 9.3.1 esquery: 1.4.0 @@ -5828,7 +6036,7 @@ packages: fs.realpath: 1.0.0 inflight: 1.0.6 inherits: 2.0.4 - minimatch: 3.0.4 + minimatch: 3.1.2 once: 1.4.0 path-is-absolute: 1.0.1 @@ -6168,11 +6376,6 @@ packages: resolution: {integrity: sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==} dev: true - /ignore/4.0.6: - resolution: {integrity: sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==} - engines: {node: '>= 4'} - dev: true - /ignore/5.2.0: resolution: {integrity: sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==} engines: {node: '>= 4'} @@ -7279,16 +7482,18 @@ packages: resolution: {integrity: sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==} engines: {node: '>=4'} - /minimatch/3.0.4: - resolution: {integrity: sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==} - dependencies: - brace-expansion: 1.1.11 - /minimatch/3.1.2: resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==} dependencies: brace-expansion: 1.1.11 + /minimatch/4.2.1: + resolution: {integrity: sha512-9Uq1ChtSZO+Mxa/CL1eGizn2vRn3MlLgzhT0Iz8zaY8NdvxvB0d5QdPFmCKf7JKA9Lerx5vRrnwO03jsSfGG9g==} + engines: {node: '>=10'} + dependencies: + brace-expansion: 1.1.11 + dev: true + /minimist-options/4.1.0: resolution: {integrity: sha512-Q4r8ghd80yhO/0j1O3B2BjweX3fiHg9cdOwjJd2J76Q135c+NDxGCqdYKQ1SKBuFfgWbAUzBfvYjPUEeNgqN1A==} engines: {node: '>= 6'} @@ -7338,8 +7543,8 @@ packages: hasBin: true dev: false - /mocha/9.2.1: - resolution: {integrity: sha512-T7uscqjJVS46Pq1XDXyo9Uvey9gd3huT/DD9cYBb4K2Xc/vbKRPUWK067bxDQRK0yIz6Jxk73IrnimvASzBNAQ==} + /mocha/9.2.2: + resolution: {integrity: sha512-L6XC3EdwT6YrIk0yXpavvLkn8h+EU+Y5UcCHKECyMbdUIxyMuZj4bX4U9e1nvnvUUvQVsV2VHQr5zLdcUkhW/g==} engines: {node: '>= 12.0.0'} hasBin: true dependencies: @@ -7356,9 +7561,9 @@ packages: he: 1.2.0 js-yaml: 4.1.0 log-symbols: 4.1.0 - minimatch: 3.0.4 + minimatch: 4.2.1 ms: 2.1.3 - nanoid: 3.2.0 + nanoid: 3.3.1 serialize-javascript: 6.0.0 strip-json-comments: 3.1.1 supports-color: 8.1.1 @@ -7384,19 +7589,13 @@ packages: resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==} dev: true - /nanoid/3.2.0: - resolution: {integrity: sha512-fmsZYa9lpn69Ad5eDn7FMcnnSR+8R34W9qJEijxYhTbfOWzr22n1QxCMzXLK+ODyW2973V3Fux959iQoUxzUIA==} - engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} - hasBin: true - dev: true - /nanoid/3.3.1: resolution: {integrity: sha512-n6Vs/3KGyxPQd6uO0eH4Bv0ojGSUvuLlIHtC3Y0kEO23YRge8H9x1GCzLn28YX0H66pMkxuaeESFq4tKISKwdw==} engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} hasBin: true - /nanostores/0.5.11: - resolution: {integrity: sha512-WGhFLTz7WEfWO+oC6y7OnCeuD8BB4ml5sx6WS8iR7ERYznLNIA0eJAqMl5mpVK/+dhw4liCcyz3yoEufcB+M9A==} + /nanostores/0.5.12: + resolution: {integrity: sha512-5BccS7nNInTc7Noz2gv19gyx5h5y6m72nj6ZnCTV98GdFdwvcFJf2MMl+7VsX76E1toV1YrLqlDn+R+OF73PVg==} engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0} dev: false @@ -7449,8 +7648,8 @@ packages: dependencies: whatwg-url: 5.0.0 - /node-fetch/3.2.2: - resolution: {integrity: sha512-Cwhq1JFIoon15wcIkFzubVNFE5GvXGV82pKf4knXXjvGmn7RJKcypeuqcVNZMGDZsAFWyIRya/anwAJr7TWJ7w==} + /node-fetch/3.2.3: + resolution: {integrity: sha512-AXP18u4pidSZ1xYXRDPY/8jdv3RAozIt/WLNR/MBGZAz+xjtlr90RvCnsvHQRiXyWliZF/CpytExp32UU67/SA==} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} dependencies: data-uri-to-buffer: 4.0.0 @@ -8338,20 +8537,20 @@ packages: glob: 7.2.0 dev: true - /rollup-plugin-terser/7.0.2_rollup@2.70.0: + /rollup-plugin-terser/7.0.2_rollup@2.70.1: resolution: {integrity: sha512-w3iIaU4OxcF52UUXiZNsNeuXIMDvFrr+ZXK6bFZ0Q60qyVfq4uLptoS4bbq3paG3x216eQllFZX7zt6TIImguQ==} peerDependencies: rollup: ^2.0.0 dependencies: '@babel/code-frame': 7.16.7 jest-worker: 26.6.2 - rollup: 2.70.0 + rollup: 2.70.1 serialize-javascript: 4.0.0 terser: 5.12.0 dev: true - /rollup/2.70.0: - resolution: {integrity: sha512-iEzYw+syFxQ0X9RefVwhr8BA2TNJsTaX8L8dhyeyMECDbmiba+8UQzcu+xZdji0+JQ+s7kouQnw+9Oz5M19XKA==} + /rollup/2.70.1: + resolution: {integrity: sha512-CRYsI5EuzLbXdxC6RnYhOuRdtz4bhejPMSWjsFLfVM/7w/85n2szZv6yExqUXsBdz5KT8eoubeyDUDjhLHEslA==} engines: {node: '>=10.0.0'} hasBin: true optionalDependencies: @@ -8606,7 +8805,7 @@ packages: /solid-nanostores/0.0.6: resolution: {integrity: sha512-iwbgdBzQSxBKoxkzaZgC9MGGUsHWJ74at9i7FF0naoqtwGuKdLYOgOJ9QRlA353DHDS/ttH2e0SRS6s3gz8NLQ==} dependencies: - nanostores: 0.5.11 + nanostores: 0.5.12 solid-js: 1.3.12 dev: false @@ -9624,7 +9823,7 @@ packages: debug: 4.3.3 fast-glob: 3.2.11 pretty-bytes: 5.6.0 - rollup: 2.70.0 + rollup: 2.70.1 workbox-build: 6.5.1 workbox-window: 6.5.1 transitivePeerDependencies: @@ -9648,10 +9847,10 @@ packages: stylus: optional: true dependencies: - esbuild: 0.14.25 + esbuild: 0.14.26 postcss: 8.4.8 resolve: 1.22.0 - rollup: 2.70.0 + rollup: 2.70.1 optionalDependencies: fsevents: 2.3.2 dev: false @@ -9672,10 +9871,10 @@ packages: stylus: optional: true dependencies: - esbuild: 0.14.25 + esbuild: 0.14.26 postcss: 8.4.8 resolve: 1.22.0 - rollup: 2.70.0 + rollup: 2.70.1 sass: 1.49.9 optionalDependencies: fsevents: 2.3.2 @@ -9896,9 +10095,9 @@ packages: '@babel/core': 7.17.5 '@babel/preset-env': 7.16.11_@babel+core@7.17.5 '@babel/runtime': 7.17.2 - '@rollup/plugin-babel': 5.3.1_@babel+core@7.17.5+rollup@2.70.0 - '@rollup/plugin-node-resolve': 11.2.1_rollup@2.70.0 - '@rollup/plugin-replace': 2.4.2_rollup@2.70.0 + '@rollup/plugin-babel': 5.3.1_@babel+core@7.17.5+rollup@2.70.1 + '@rollup/plugin-node-resolve': 11.2.1_rollup@2.70.1 + '@rollup/plugin-replace': 2.4.2_rollup@2.70.1 '@surma/rollup-plugin-off-main-thread': 2.2.3 ajv: 8.10.0 common-tags: 1.8.2 @@ -9907,8 +10106,8 @@ packages: glob: 7.2.0 lodash: 4.17.21 pretty-bytes: 5.6.0 - rollup: 2.70.0 - rollup-plugin-terser: 7.0.2_rollup@2.70.0 + rollup: 2.70.1 + rollup-plugin-terser: 7.0.2_rollup@2.70.1 source-map: 0.8.0-beta.0 stringify-object: 3.3.0 strip-comments: 2.0.1