summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--examples/blog-multiple-authors/package.json2
-rw-r--r--examples/portfolio/package.json2
-rw-r--r--examples/subpath/package.json2
-rw-r--r--packages/astro/package.json14
-rw-r--r--packages/astro/test/fixtures/error-react-spectrum/package.json11
-rw-r--r--packages/astro/test/fixtures/sass/package.json2
-rw-r--r--packages/webapi/package.json2
-rw-r--r--pnpm-lock.yaml1055
8 files changed, 550 insertions, 540 deletions
diff --git a/examples/blog-multiple-authors/package.json b/examples/blog-multiple-authors/package.json
index c761ea010..3aa237cda 100644
--- a/examples/blog-multiple-authors/package.json
+++ b/examples/blog-multiple-authors/package.json
@@ -11,7 +11,7 @@
"devDependencies": {
"@astrojs/preact": "^0.1.2",
"astro": "^1.0.0-beta.31",
- "sass": "^1.51.0"
+ "sass": "^1.52.0"
},
"dependencies": {
"preact": "^10.7.2"
diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json
index 2c88e9435..d63f4c90b 100644
--- a/examples/portfolio/package.json
+++ b/examples/portfolio/package.json
@@ -11,7 +11,7 @@
"devDependencies": {
"@astrojs/preact": "^0.1.2",
"astro": "^1.0.0-beta.31",
- "sass": "^1.51.0"
+ "sass": "^1.52.0"
},
"dependencies": {
"preact": "^10.7.2"
diff --git a/examples/subpath/package.json b/examples/subpath/package.json
index 8cd7fdbdb..b3fb60fe1 100644
--- a/examples/subpath/package.json
+++ b/examples/subpath/package.json
@@ -11,7 +11,7 @@
"devDependencies": {
"@astrojs/react": "^0.1.2",
"astro": "^1.0.0-beta.31",
- "sass": "^1.51.0"
+ "sass": "^1.52.0"
},
"dependencies": {
"react": "^18.1.0",
diff --git a/packages/astro/package.json b/packages/astro/package.json
index 8a23685a6..a49374d67 100644
--- a/packages/astro/package.json
+++ b/packages/astro/package.json
@@ -82,10 +82,10 @@
"@astrojs/prism": "0.4.1",
"@astrojs/telemetry": "^0.1.2",
"@astrojs/webapi": "^0.11.1",
- "@babel/core": "^7.17.12",
- "@babel/generator": "^7.17.12",
- "@babel/parser": "^7.17.12",
- "@babel/traverse": "^7.17.12",
+ "@babel/core": "^7.18.0",
+ "@babel/generator": "^7.18.0",
+ "@babel/parser": "^7.18.0",
+ "@babel/traverse": "^7.18.0",
"@proload/core": "^0.3.2",
"@proload/plugin-tsm": "^0.2.1",
"ast-types": "^0.14.2",
@@ -119,7 +119,7 @@
"prompts": "^2.4.2",
"recast": "^0.20.5",
"resolve": "^1.22.0",
- "rollup": "^2.74.0",
+ "rollup": "^2.74.1",
"semver": "^7.3.7",
"serialize-javascript": "^6.0.0",
"shiki": "^0.10.1",
@@ -135,7 +135,7 @@
"zod": "^3.16.0"
},
"devDependencies": {
- "@babel/types": "^7.17.12",
+ "@babel/types": "^7.18.0",
"@playwright/test": "^1.22.1",
"@types/babel__core": "^7.1.19",
"@types/babel__generator": "^7.6.4",
@@ -161,7 +161,7 @@
"chai": "^4.3.6",
"cheerio": "^1.0.0-rc.10",
"mocha": "^9.2.2",
- "sass": "^1.51.0",
+ "sass": "^1.52.0",
"srcset-parse": "^1.1.0"
},
"engines": {
diff --git a/packages/astro/test/fixtures/error-react-spectrum/package.json b/packages/astro/test/fixtures/error-react-spectrum/package.json
index accd7e880..bb9a3754d 100644
--- a/packages/astro/test/fixtures/error-react-spectrum/package.json
+++ b/packages/astro/test/fixtures/error-react-spectrum/package.json
@@ -3,13 +3,10 @@
"version": "0.0.0",
"private": true,
"dependencies": {
- "astro": "workspace:*",
- "@astrojs/react": "workspace:*",
"@adobe/react-spectrum": "^3.17.0",
- "react": "^17.0.0",
- "react-dom": "^17.0.0"
+ "@astrojs/react": "workspace:*",
+ "astro": "workspace:*",
+ "react": "^17.0.2",
+ "react-dom": "^17.0.2"
}
}
-
-
-
diff --git a/packages/astro/test/fixtures/sass/package.json b/packages/astro/test/fixtures/sass/package.json
index 6c4f98c22..245a4952b 100644
--- a/packages/astro/test/fixtures/sass/package.json
+++ b/packages/astro/test/fixtures/sass/package.json
@@ -4,6 +4,6 @@
"private": true,
"dependencies": {
"astro": "workspace:*",
- "sass": "^1.51.0"
+ "sass": "^1.52.0"
}
}
diff --git a/packages/webapi/package.json b/packages/webapi/package.json
index fe34e238c..c657ba1eb 100644
--- a/packages/webapi/package.json
+++ b/packages/webapi/package.json
@@ -66,7 +66,7 @@
"magic-string": "^0.25.9",
"mocha": "^9.2.2",
"node-fetch": "^3.2.4",
- "rollup": "^2.74.0",
+ "rollup": "^2.74.1",
"rollup-plugin-terser": "^7.0.2",
"tslib": "^2.4.0",
"typescript": "^4.6.4",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 8d1d47590..ea9a4cc41 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -65,13 +65,13 @@ importers:
'@astrojs/preact': ^0.1.2
astro: ^1.0.0-beta.31
preact: ^10.7.2
- sass: ^1.51.0
+ sass: ^1.52.0
dependencies:
preact: 10.7.2
devDependencies:
'@astrojs/preact': link:../../packages/integrations/preact
astro: link:../../packages/astro
- sass: 1.51.0
+ sass: 1.52.0
examples/component:
specifiers:
@@ -293,13 +293,13 @@ importers:
'@astrojs/preact': ^0.1.2
astro: ^1.0.0-beta.31
preact: ^10.7.2
- sass: ^1.51.0
+ sass: ^1.52.0
dependencies:
preact: 10.7.2
devDependencies:
'@astrojs/preact': link:../../packages/integrations/preact
astro: link:../../packages/astro
- sass: 1.51.0
+ sass: 1.52.0
examples/ssr:
specifiers:
@@ -334,14 +334,14 @@ importers:
astro: ^1.0.0-beta.31
react: ^18.1.0
react-dom: ^18.1.0
- sass: ^1.51.0
+ sass: ^1.52.0
dependencies:
react: 18.1.0
react-dom: 18.1.0_react@18.1.0
devDependencies:
'@astrojs/react': link:../../packages/integrations/react
astro: link:../../packages/astro
- sass: 1.51.0
+ sass: 1.52.0
examples/with-markdown:
specifiers:
@@ -465,11 +465,11 @@ importers:
'@astrojs/prism': 0.4.1
'@astrojs/telemetry': ^0.1.2
'@astrojs/webapi': ^0.11.1
- '@babel/core': ^7.17.12
- '@babel/generator': ^7.17.12
- '@babel/parser': ^7.17.12
- '@babel/traverse': ^7.17.12
- '@babel/types': ^7.17.12
+ '@babel/core': ^7.18.0
+ '@babel/generator': ^7.18.0
+ '@babel/parser': ^7.18.0
+ '@babel/traverse': ^7.18.0
+ '@babel/types': ^7.18.0
'@playwright/test': ^1.22.1
'@proload/core': ^0.3.2
'@proload/plugin-tsm': ^0.2.1
@@ -528,8 +528,8 @@ importers:
prompts: ^2.4.2
recast: ^0.20.5
resolve: ^1.22.0
- rollup: ^2.74.0
- sass: ^1.51.0
+ rollup: ^2.74.1
+ sass: ^1.52.0
semver: ^7.3.7
serialize-javascript: ^6.0.0
shiki: ^0.10.1
@@ -551,10 +551,10 @@ importers:
'@astrojs/prism': link:../astro-prism
'@astrojs/telemetry': link:../telemetry
'@astrojs/webapi': link:../webapi
- '@babel/core': 7.17.12
- '@babel/generator': 7.17.12
- '@babel/parser': 7.17.12
- '@babel/traverse': 7.17.12
+ '@babel/core': 7.18.0
+ '@babel/generator': 7.18.0
+ '@babel/parser': 7.18.0
+ '@babel/traverse': 7.18.0
'@proload/core': 0.3.2
'@proload/plugin-tsm': 0.2.1_@proload+core@0.3.2
ast-types: 0.14.2
@@ -588,7 +588,7 @@ importers:
prompts: 2.4.2
recast: 0.20.5
resolve: 1.22.0
- rollup: 2.74.0
+ rollup: 2.74.1
semver: 7.3.7
serialize-javascript: 6.0.0
shiki: 0.10.1
@@ -599,11 +599,11 @@ importers:
strip-ansi: 7.0.1
supports-esm: 1.0.0
tsconfig-resolver: 3.0.1
- vite: 2.9.9_sass@1.51.0
+ vite: 2.9.9_sass@1.52.0
yargs-parser: 21.0.1
zod: 3.16.0
devDependencies:
- '@babel/types': 7.17.12
+ '@babel/types': 7.18.0
'@playwright/test': 1.22.1
'@types/babel__core': 7.1.19
'@types/babel__generator': 7.6.4
@@ -629,7 +629,7 @@ importers:
chai: 4.3.6
cheerio: 1.0.0-rc.10
mocha: 9.2.2
- sass: 1.51.0
+ sass: 1.52.0
srcset-parse: 1.1.0
packages/astro-prism:
@@ -1045,8 +1045,8 @@ importers:
'@adobe/react-spectrum': ^3.17.0
'@astrojs/react': workspace:*
astro: workspace:*
- react: ^17.0.0
- react-dom: ^17.0.0
+ react: ^17.0.2
+ react-dom: ^17.0.2
dependencies:
'@adobe/react-spectrum': 3.17.0_sfoxds7t5ydpegc3knd667wn6m
'@astrojs/react': link:../../../../integrations/react
@@ -1163,10 +1163,10 @@ importers:
packages/astro/test/fixtures/sass:
specifiers:
astro: workspace:*
- sass: ^1.51.0
+ sass: ^1.52.0
dependencies:
astro: link:../../..
- sass: 1.51.0
+ sass: 1.52.0
packages/astro/test/fixtures/slots-preact:
specifiers:
@@ -1673,17 +1673,17 @@ importers:
magic-string: ^0.25.9
mocha: ^9.2.2
node-fetch: ^3.2.4
- rollup: ^2.74.0
+ rollup: ^2.74.1
rollup-plugin-terser: ^7.0.2
tslib: ^2.4.0
typescript: ^4.6.4
urlpattern-polyfill: ^1.0.0-rc5
web-streams-polyfill: ^3.2.1
devDependencies:
- '@rollup/plugin-alias': 3.1.9_rollup@2.74.0
- '@rollup/plugin-inject': 4.0.4_rollup@2.74.0
- '@rollup/plugin-node-resolve': 13.3.0_rollup@2.74.0
- '@rollup/plugin-typescript': 8.3.2_dwhto3eknlchw7qifl3asmnahy
+ '@rollup/plugin-alias': 3.1.9_rollup@2.74.1
+ '@rollup/plugin-inject': 4.0.4_rollup@2.74.1
+ '@rollup/plugin-node-resolve': 13.3.0_rollup@2.74.1
+ '@rollup/plugin-typescript': 8.3.2_ewnwotriipvq7wps276zlnnxuy
'@types/chai': 4.3.1
'@types/mocha': 9.1.1
'@types/node': 14.18.18
@@ -1696,8 +1696,8 @@ importers:
magic-string: 0.25.9
mocha: 9.2.2
node-fetch: 3.2.4
- rollup: 2.74.0
- rollup-plugin-terser: 7.0.2_rollup@2.74.0
+ rollup: 2.74.1
+ rollup-plugin-terser: 7.0.2_rollup@2.74.1
tslib: 2.4.0
typescript: 4.6.4
urlpattern-polyfill: 1.0.0-rc5
@@ -1978,20 +1978,20 @@ packages:
resolution: {integrity: sha512-GZt/TCsG70Ms19gfZO1tM4CVnXsPgEPBCpJu+Qz3L0LUDsY5nZqFZglIoPC1kIYOtNBZlrnFT+klg12vFGZXrw==}
engines: {node: '>=6.9.0'}
- /@babel/core/7.17.12:
- resolution: {integrity: sha512-44ODe6O1IVz9s2oJE3rZ4trNNKTX9O7KpQpfAP4t8QII/zwrVRHL7i2pxhqtcY7tqMLrrKfMlBKnm1QlrRFs5w==}
+ /@babel/core/7.18.0:
+ resolution: {integrity: sha512-Xyw74OlJwDijToNi0+6BBI5mLLR5+5R3bcSH80LXzjzEGEUlvNzujEE71BaD/ApEZHAvFI/Mlmp4M5lIkdeeWw==}
engines: {node: '>=6.9.0'}
dependencies:
'@ampproject/remapping': 2.2.0
'@babel/code-frame': 7.16.7
- '@babel/generator': 7.17.12
- '@babel/helper-compilation-targets': 7.17.10_@babel+core@7.17.12
- '@babel/helper-module-transforms': 7.17.12
- '@babel/helpers': 7.17.9
- '@babel/parser': 7.17.12
+ '@babel/generator': 7.18.0
+ '@babel/helper-compilation-targets': 7.17.10_@babel+core@7.18.0
+ '@babel/helper-module-transforms': 7.18.0
+ '@babel/helpers': 7.18.0
+ '@babel/parser': 7.18.0
'@babel/template': 7.16.7
- '@babel/traverse': 7.17.12
- '@babel/types': 7.17.12
+ '@babel/traverse': 7.18.0
+ '@babel/types': 7.18.0
convert-source-map: 1.8.0
debug: 4.3.4
gensync: 1.0.0-beta.2
@@ -2000,11 +2000,11 @@ packages:
transitivePeerDependencies:
- supports-color
- /@babel/generator/7.17.12:
- resolution: {integrity: sha512-V49KtZiiiLjH/CnIW6OjJdrenrGoyh6AmKQ3k2AZFKozC1h846Q4NYlZ5nqAigPDUXfGzC88+LOUuG8yKd2kCw==}
+ /@babel/generator/7.18.0:
+ resolution: {integrity: sha512-81YO9gGx6voPXlvYdZBliFXAZU8vZ9AZ6z+CjlmcnaeOcYSFbMTpdeDUO9xD9dh/68Vq03I8ZspfUTPfitcDHg==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/types': 7.17.12
+ '@babel/types': 7.18.0
'@jridgewell/gen-mapping': 0.3.1
jsesc: 2.5.2
@@ -2012,17 +2012,17 @@ packages:
resolution: {integrity: sha512-s6t2w/IPQVTAET1HitoowRGXooX8mCgtuP5195wD/QJPV6wYjpujCGF7JuMODVX2ZAJOf1GT6DT9MHEZvLOFSw==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/types': 7.17.12
+ '@babel/types': 7.18.0
/@babel/helper-builder-binary-assignment-operator-visitor/7.16.7:
resolution: {integrity: sha512-C6FdbRaxYjwVu/geKW4ZeQ0Q31AftgRcdSnZ5/jsH6BzCJbtvXvhpfkbkThYSuutZA7nCXpPR6AD9zd1dprMkA==}
engines: {node: '>=6.9.0'}
dependencies:
'@babel/helper-explode-assignable-expression': 7.16.7
- '@babel/types': 7.17.12
+ '@babel/types': 7.18.0
dev: true
- /@babel/helper-compilation-targets/7.17.10_@babel+core@7.17.12:
+ /@babel/helper-compilation-targets/7.17.10_@babel+core@7.18.0:
resolution: {integrity: sha512-gh3RxjWbauw/dFiU/7whjd0qN9K6nPJMqe6+Er7rOavFh0CQUSwhAE3IcTho2rywPJFxej6TUUHDkWcYI6gGqQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -2032,13 +2032,13 @@ packages:
optional: true
dependencies:
'@babel/compat-data': 7.17.10
- '@babel/core': 7.17.12
+ '@babel/core': 7.18.0
'@babel/helper-validator-option': 7.16.7
browserslist: 4.20.3
semver: 6.3.0
- /@babel/helper-create-class-features-plugin/7.17.12_@babel+core@7.17.12:
- resolution: {integrity: sha512-sZoOeUTkFJMyhqCei2+Z+wtH/BehW8NVKQt7IRUQlRiOARuXymJYfN/FCcI8CvVbR0XVyDM6eLFOlR7YtiXnew==}
+ /@babel/helper-create-class-features-plugin/7.18.0_@babel+core@7.18.0:
+ resolution: {integrity: sha512-Kh8zTGR9de3J63e5nS0rQUdRs/kbtwoeQQ0sriS0lItjC96u8XXZN6lKpuyWd2coKSU13py/y+LTmThLuVX0Pg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
@@ -2046,7 +2046,7 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.12
+ '@babel/core': 7.18.0
'@babel/helper-annotate-as-pure': 7.16.7
'@babel/helper-environment-visitor': 7.16.7
'@babel/helper-function-name': 7.17.9
@@ -2058,7 +2058,7 @@ packages:
- supports-color
dev: true
- /@babel/helper-create-regexp-features-plugin/7.17.12_@babel+core@7.17.12:
+ /@babel/helper-create-regexp-features-plugin/7.17.12_@babel+core@7.18.0:
resolution: {integrity: sha512-b2aZrV4zvutr9AIa6/gA3wsZKRwTKYoDxYiFKcESS3Ug2GTXzwBEvMuuFLhCQpEnRXs1zng4ISAXSUxxKBIcxw==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -2067,12 +2067,12 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.12
+ '@babel/core': 7.18.0
'@babel/helper-annotate-as-pure': 7.16.7
regexpu-core: 5.0.1
dev: true
- /@babel/helper-define-polyfill-provider/0.3.1_@babel+core@7.17.12:
+ /@babel/helper-define-polyfill-provider/0.3.1_@babel+core@7.18.0:
resolution: {integrity: sha512-J9hGMpJQmtWmj46B3kBHmL38UhJGhYX7eqkcq+2gsstyYt341HmPeWspihX43yVRA0mS+8GGk2Gckc7bY/HCmA==}
peerDependencies:
'@babel/core': ^7.4.0-0
@@ -2080,11 +2080,11 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.12
- '@babel/helper-compilation-targets': 7.17.10_@babel+core@7.17.12
+ '@babel/core': 7.18.0
+ '@babel/helper-compilation-targets': 7.17.10_@babel+core@7.18.0
'@babel/helper-module-imports': 7.16.7
'@babel/helper-plugin-utils': 7.17.12
- '@babel/traverse': 7.17.12
+ '@babel/traverse': 7.18.0
debug: 4.3.4
lodash.debounce: 4.0.8
resolve: 1.22.0
@@ -2097,13 +2097,13 @@ packages:
resolution: {integrity: sha512-SLLb0AAn6PkUeAfKJCCOl9e1R53pQlGAfc4y4XuMRZfqeMYLE0dM1LMhqbGAlGQY0lfw5/ohoYWAe9V1yibRag==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/types': 7.17.12
+ '@babel/types': 7.18.0
/@babel/helper-explode-assignable-expression/7.16.7:
resolution: {integrity: sha512-KyUenhWMC8VrxzkGP0Jizjo4/Zx+1nNZhgocs+gLzyZyB8SHidhoq9KK/8Ato4anhwsivfkBLftky7gvzbZMtQ==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/types': 7.17.12
+ '@babel/types': 7.18.0
dev: true
/@babel/helper-function-name/7.17.9:
@@ -2111,36 +2111,36 @@ packages:
engines: {node: '>=6.9.0'}
dependencies:
'@babel/template': 7.16.7
- '@babel/types': 7.17.12
+ '@babel/types': 7.18.0
/@babel/helper-hoist-variables/7.16.7:
resolution: {integrity: sha512-m04d/0Op34H5v7pbZw6pSKP7weA6lsMvfiIAMeIvkY/R4xQtBSMFEigu9QTZ2qB/9l22vsxtM8a+Q8CzD255fg==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/types': 7.17.12
+ '@babel/types': 7.18.0
/@babel/helper-member-expression-to-functions/7.17.7:
resolution: {integrity: sha512-thxXgnQ8qQ11W2wVUObIqDL4p148VMxkt5T/qpN5k2fboRyzFGFmKsTGViquyM5QHKUy48OZoca8kw4ajaDPyw==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/types': 7.17.12
+ '@babel/types': 7.18.0
dev: true
/@babel/helper-module-imports/7.16.0:
resolution: {integrity: sha512-kkH7sWzKPq0xt3H1n+ghb4xEMP8k0U7XV3kkB+ZGy69kDk2ySFW1qPi06sjKzFY3t1j6XbJSqr4mF9L7CYVyhg==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/types': 7.17.12
+ '@babel/types': 7.18.0
dev: false
/@babel/helper-module-imports/7.16.7:
resolution: {integrity: sha512-LVtS6TqjJHFc+nYeITRo6VLXve70xmq7wPhWTqDJusJEgGmkAACWwMiTNrvfoQo6hEhFwAIixNkvB0jPXDL8Wg==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/types': 7.17.12
+ '@babel/types': 7.18.0
- /@babel/helper-module-transforms/7.17.12:
- resolution: {integrity: sha512-t5s2BeSWIghhFRPh9XMn6EIGmvn8Lmw5RVASJzkIx1mSemubQQBNIZiQD7WzaFmaHIrjAec4x8z9Yx8SjJ1/LA==}
+ /@babel/helper-module-transforms/7.18.0:
+ resolution: {integrity: sha512-kclUYSUBIjlvnzN2++K9f2qzYKFgjmnmjwL4zlmU5f8ZtzgWe8s0rUPSTGy2HmK4P8T52MQsS+HTQAgZd3dMEA==}
engines: {node: '>=6.9.0'}
dependencies:
'@babel/helper-environment-visitor': 7.16.7
@@ -2149,8 +2149,8 @@ packages:
'@babel/helper-split-export-declaration': 7.16.7
'@babel/helper-validator-identifier': 7.16.7
'@babel/template': 7.16.7
- '@babel/traverse': 7.17.12
- '@babel/types': 7.17.12
+ '@babel/traverse': 7.18.0
+ '@babel/types': 7.18.0
transitivePeerDependencies:
- supports-color
@@ -2158,7 +2158,7 @@ packages:
resolution: {integrity: sha512-EtgBhg7rd/JcnpZFXpBy0ze1YRfdm7BnBX4uKMBd3ixa3RGAE002JZB66FJyNH7g0F38U05pXmA5P8cBh7z+1w==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/types': 7.17.12
+ '@babel/types': 7.18.0
dev: true
/@babel/helper-plugin-utils/7.17.12:
@@ -2171,7 +2171,7 @@ packages:
dependencies:
'@babel/helper-annotate-as-pure': 7.16.7
'@babel/helper-wrap-function': 7.16.8
- '@babel/types': 7.17.12
+ '@babel/types': 7.18.0
transitivePeerDependencies:
- supports-color
dev: true
@@ -2183,8 +2183,8 @@ packages:
'@babel/helper-environment-visitor': 7.16.7
'@babel/helper-member-expression-to-functions': 7.17.7
'@babel/helper-optimise-call-expression': 7.16.7
- '@babel/traverse': 7.17.12
- '@babel/types': 7.17.12
+ '@babel/traverse': 7.18.0
+ '@babel/types': 7.18.0
transitivePeerDependencies:
- supports-color
dev: true
@@ -2193,20 +2193,20 @@ packages:
resolution: {integrity: sha512-txyMCGroZ96i+Pxr3Je3lzEJjqwaRC9buMUgtomcrLe5Nd0+fk1h0LLA+ixUF5OW7AhHuQ7Es1WcQJZmZsz2XA==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/types': 7.17.12
+ '@babel/types': 7.18.0
/@babel/helper-skip-transparent-expression-wrappers/7.16.0:
resolution: {integrity: sha512-+il1gTy0oHwUsBQZyJvukbB4vPMdcYBrFHa0Uc4AizLxbq6BOYC51Rv4tWocX9BLBDLZ4kc6qUFpQ6HRgL+3zw==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/types': 7.17.12
+ '@babel/types': 7.18.0
dev: true
/@babel/helper-split-export-declaration/7.16.7:
resolution: {integrity: sha512-xbWoy/PFoxSWazIToT9Sif+jJTlrMcndIsaOKvTA6u7QEo7ilkRZpjew18/W3c7nm8fXdUDXh02VXTbZ0pGDNw==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/types': 7.17.12
+ '@babel/types': 7.18.0
/@babel/helper-validator-identifier/7.16.7:
resolution: {integrity: sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw==}
@@ -2222,19 +2222,19 @@ packages:
dependencies:
'@babel/helper-function-name': 7.17.9
'@babel/template': 7.16.7
- '@babel/traverse': 7.17.12
- '@babel/types': 7.17.12
+ '@babel/traverse': 7.18.0
+ '@babel/types': 7.18.0
transitivePeerDependencies:
- supports-color
dev: true
- /@babel/helpers/7.17.9:
- resolution: {integrity: sha512-cPCt915ShDWUEzEp3+UNRktO2n6v49l5RSnG9M5pS24hA+2FAc5si+Pn1i4VVbQQ+jh+bIZhPFQOJOzbrOYY1Q==}
+ /@babel/helpers/7.18.0:
+ resolution: {integrity: sha512-AE+HMYhmlMIbho9nbvicHyxFwhrO+xhKB6AhRxzl8w46Yj0VXTZjEsAoBVC7rB2I0jzX+yWyVybnO08qkfx6kg==}
engines: {node: '>=6.9.0'}
dependencies:
'@babel/template': 7.16.7
- '@babel/traverse': 7.17.12
- '@babel/types': 7.17.12
+ '@babel/traverse': 7.18.0
+ '@babel/types': 7.18.0
transitivePeerDependencies:
- supports-color
@@ -2246,14 +2246,12 @@ packages:
chalk: 2.4.2
js-tokens: 4.0.0
- /@babel/parser/7.17.12:
- resolution: {integrity: sha512-FLzHmN9V3AJIrWfOpvRlZCeVg/WLdicSnTMsLur6uDj9TT8ymUlG9XxURdW/XvuygK+2CW0poOJABdA4m/YKxA==}
+ /@babel/parser/7.18.0:
+ resolution: {integrity: sha512-AqDccGC+m5O/iUStSJy3DGRIUFu7WbY/CppZYwrEUB4N0tZlnI8CSTsgL7v5fHVFmUbRv2sd+yy27o8Ydt4MGg==}
engines: {node: '>=6.0.0'}
hasBin: true
- dependencies:
- '@babel/types': 7.17.12
- /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/7.17.12_@babel+core@7.17.12:
+ /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/7.17.12_@babel+core@7.18.0:
resolution: {integrity: sha512-xCJQXl4EeQ3J9C4yOmpTrtVGmzpm2iSzyxbkZHw7UCnZBftHpF/hpII80uWVyVrc40ytIClHjgWGTG1g/yB+aw==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -2262,11 +2260,11 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.12
+ '@babel/core': 7.18.0
'@babel/helper-plugin-utils': 7.17.12
dev: true
- /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/7.17.12_@babel+core@7.17.12:
+ /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/7.17.12_@babel+core@7.18.0:
resolution: {integrity: sha512-/vt0hpIw0x4b6BLKUkwlvEoiGZYYLNZ96CzyHYPbtG2jZGz6LBe7/V+drYrc/d+ovrF9NBi0pmtvmNb/FsWtRQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -2275,13 +2273,13 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.12
+ '@babel/core': 7.18.0
'@babel/helper-plugin-utils': 7.17.12
'@babel/helper-skip-transparent-expression-wrappers': 7.16.0
- '@babel/plugin-proposal-optional-chaining': 7.17.12_@babel+core@7.17.12
+ '@babel/plugin-proposal-optional-chaining': 7.17.12_@babel+core@7.18.0
dev: true
- /@babel/plugin-proposal-async-generator-functions/7.17.12_@babel+core@7.17.12:
+ /@babel/plugin-proposal-async-generator-functions/7.17.12_@babel+core@7.18.0:
resolution: {integrity: sha512-RWVvqD1ooLKP6IqWTA5GyFVX2isGEgC5iFxKzfYOIy/QEFdxYyCybBDtIGjipHpb9bDWHzcqGqFakf+mVmBTdQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -2290,15 +2288,15 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.12
+ '@babel/core': 7.18.0
'@babel/helper-plugin-utils': 7.17.12
'@babel/helper-remap-async-to-generator': 7.16.8
- '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.17.12
+ '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.18.0
transitivePeerDependencies:
- supports-color
dev: true
- /@babel/plugin-proposal-class-properties/7.17.12_@babel+core@7.17.12:
+ /@babel/plugin-proposal-class-properties/7.17.12_@babel+core@7.18.0:
resolution: {integrity: sha512-U0mI9q8pW5Q9EaTHFPwSVusPMV/DV9Mm8p7csqROFLtIE9rBF5piLqyrBGigftALrBcsBGu4m38JneAe7ZDLXw==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -2307,15 +2305,15 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.12
- '@babel/helper-create-class-features-plugin': 7.17.12_@babel+core@7.17.12
+ '@babel/core': 7.18.0
+ '@babel/helper-create-class-features-plugin': 7.18.0_@babel+core@7.18.0
'@babel/helper-plugin-utils': 7.17.12
transitivePeerDependencies:
- supports-color
dev: true
- /@babel/plugin-proposal-class-static-block/7.17.12_@babel+core@7.17.12:
- resolution: {integrity: sha512-8ILyDG6eL14F8iub97dVc8q35Md0PJYAnA5Kz9NACFOkt6ffCcr0FISyUPKHsvuAy36fkpIitxZ9bVYPFMGQHA==}
+ /@babel/plugin-proposal-class-static-block/7.18.0_@babel+core@7.18.0:
+ resolution: {integrity: sha512-t+8LsRMMDE74c6sV7KShIw13sqbqd58tlqNrsWoWBTIMw7SVQ0cZ905wLNS/FBCy/3PyooRHLFFlfrUNyyz5lA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.12.0
@@ -2323,15 +2321,15 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.12
- '@babel/helper-create-class-features-plugin': 7.17.12_@babel+core@7.17.12
+ '@babel/core': 7.18.0
+ '@babel/helper-create-class-features-plugin': 7.18.0_@babel+core@7.18.0
'@babel/helper-plugin-utils': 7.17.12
- '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.17.12
+ '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.18.0
transitivePeerDependencies:
- supports-color
dev: true
- /@babel/plugin-proposal-dynamic-import/7.16.7_@babel+core@7.17.12:
+ /@babel/plugin-proposal-dynamic-import/7.16.7_@babel+core@7.18.0:
resolution: {integrity: sha512-I8SW9Ho3/8DRSdmDdH3gORdyUuYnk1m4cMxUAdu5oy4n3OfN8flDEH+d60iG7dUfi0KkYwSvoalHzzdRzpWHTg==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -2340,12 +2338,12 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.12
+ '@babel/core': 7.18.0
'@babel/helper-plugin-utils': 7.17.12
- '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.17.12
+ '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.18.0
dev: true
- /@babel/plugin-proposal-export-namespace-from/7.17.12_@babel+core@7.17.12:
+ /@babel/plugin-proposal-export-namespace-from/7.17.12_@babel+core@7.18.0:
resolution: {integrity: sha512-j7Ye5EWdwoXOpRmo5QmRyHPsDIe6+u70ZYZrd7uz+ebPYFKfRcLcNu3Ro0vOlJ5zuv8rU7xa+GttNiRzX56snQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -2354,12 +2352,12 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.12
+ '@babel/core': 7.18.0
'@babel/helper-plugin-utils': 7.17.12
- '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.17.12
+ '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.18.0
dev: true
- /@babel/plugin-proposal-json-strings/7.17.12_@babel+core@7.17.12:
+ /@babel/plugin-proposal-json-strings/7.17.12_@babel+core@7.18.0:
resolution: {integrity: sha512-rKJ+rKBoXwLnIn7n6o6fulViHMrOThz99ybH+hKHcOZbnN14VuMnH9fo2eHE69C8pO4uX1Q7t2HYYIDmv8VYkg==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -2368,12 +2366,12 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.12
+ '@babel/core': 7.18.0
'@babel/helper-plugin-utils': 7.17.12
- '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.17.12
+ '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.18.0
dev: true
- /@babel/plugin-proposal-logical-assignment-operators/7.17.12_@babel+core@7.17.12:
+ /@babel/plugin-proposal-logical-assignment-operators/7.17.12_@babel+core@7.18.0:
resolution: {integrity: sha512-EqFo2s1Z5yy+JeJu7SFfbIUtToJTVlC61/C7WLKDntSw4Sz6JNAIfL7zQ74VvirxpjB5kz/kIx0gCcb+5OEo2Q==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -2382,12 +2380,12 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.12
+ '@babel/core': 7.18.0
'@babel/helper-plugin-utils': 7.17.12
- '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.17.12
+ '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.18.0
dev: true
- /@babel/plugin-proposal-nullish-coalescing-operator/7.17.12_@babel+core@7.17.12:
+ /@babel/plugin-proposal-nullish-coalescing-operator/7.17.12_@babel+core@7.18.0:
resolution: {integrity: sha512-ws/g3FSGVzv+VH86+QvgtuJL/kR67xaEIF2x0iPqdDfYW6ra6JF3lKVBkWynRLcNtIC1oCTfDRVxmm2mKzy+ag==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -2396,12 +2394,12 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.12
+ '@babel/core': 7.18.0
'@babel/helper-plugin-utils': 7.17.12
- '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.17.12
+ '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.18.0
dev: true
- /@babel/plugin-proposal-numeric-separator/7.16.7_@babel+core@7.17.12:
+ /@babel/plugin-proposal-numeric-separator/7.16.7_@babel+core@7.18.0:
resolution: {integrity: sha512-vQgPMknOIgiuVqbokToyXbkY/OmmjAzr/0lhSIbG/KmnzXPGwW/AdhdKpi+O4X/VkWiWjnkKOBiqJrTaC98VKw==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -2410,13 +2408,13 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.12
+ '@babel/core': 7.18.0
'@babel/helper-plugin-utils': 7.17.12
- '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.17.12
+ '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.18.0
dev: true
- /@babel/plugin-proposal-object-rest-spread/7.17.12_@babel+core@7.17.12:
- resolution: {integrity: sha512-6l9cO3YXXRh4yPCPRA776ZyJ3RobG4ZKJZhp7NDRbKIOeV3dBPG8FXCF7ZtiO2RTCIOkQOph1xDDcc01iWVNjQ==}
+ /@babel/plugin-proposal-object-rest-spread/7.18.0_@babel+core@7.18.0:
+ resolution: {integrity: sha512-nbTv371eTrFabDfHLElkn9oyf9VG+VKK6WMzhY2o4eHKaG19BToD9947zzGMO6I/Irstx9d8CwX6njPNIAR/yw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -2425,14 +2423,14 @@ packages:
optional: true
dependencies:
'@babel/compat-data': 7.17.10
- '@babel/core': 7.17.12
- '@babel/helper-compilation-targets': 7.17.10_@babel+core@7.17.12
+ '@babel/core': 7.18.0
+ '@babel/helper-compilation-targets': 7.17.10_@babel+core@7.18.0
'@babel/helper-plugin-utils': 7.17.12
- '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.17.12
- '@babel/plugin-transform-parameters': 7.17.12_@babel+core@7.17.12
+ '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.18.0
+ '@babel/plugin-transform-parameters': 7.17.12_@babel+core@7.18.0
dev: true
- /@babel/plugin-proposal-optional-catch-binding/7.16.7_@babel+core@7.17.12:
+ /@babel/plugin-proposal-optional-catch-binding/7.16.7_@babel+core@7.18.0:
resolution: {integrity: sha512-eMOH/L4OvWSZAE1VkHbr1vckLG1WUcHGJSLqqQwl2GaUqG6QjddvrOaTUMNYiv77H5IKPMZ9U9P7EaHwvAShfA==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -2441,12 +2439,12 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.12
+ '@babel/core': 7.18.0
'@babel/helper-plugin-utils': 7.17.12
- '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.17.12
+ '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.18.0
dev: true
- /@babel/plugin-proposal-optional-chaining/7.17.12_@babel+core@7.17.12:
+ /@babel/plugin-proposal-optional-chaining/7.17.12_@babel+core@7.18.0:
resolution: {integrity: sha512-7wigcOs/Z4YWlK7xxjkvaIw84vGhDv/P1dFGQap0nHkc8gFKY/r+hXc8Qzf5k1gY7CvGIcHqAnOagVKJJ1wVOQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -2455,13 +2453,13 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.12
+ '@babel/core': 7.18.0
'@babel/helper-plugin-utils': 7.17.12
'@babel/helper-skip-transparent-expression-wrappers': 7.16.0
- '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.17.12
+ '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.18.0
dev: true
- /@babel/plugin-proposal-private-methods/7.17.12_@babel+core@7.17.12:
+ /@babel/plugin-proposal-private-methods/7.17.12_@babel+core@7.18.0:
resolution: {integrity: sha512-SllXoxo19HmxhDWm3luPz+cPhtoTSKLJE9PXshsfrOzBqs60QP0r8OaJItrPhAj0d7mZMnNF0Y1UUggCDgMz1A==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -2470,14 +2468,14 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.12
- '@babel/helper-create-class-features-plugin': 7.17.12_@babel+core@7.17.12
+ '@babel/core': 7.18.0
+ '@babel/helper-create-class-features-plugin': 7.18.0_@babel+core@7.18.0
'@babel/helper-plugin-utils': 7.17.12
transitivePeerDependencies:
- supports-color
dev: true
- /@babel/plugin-proposal-private-property-in-object/7.17.12_@babel+core@7.17.12:
+ /@babel/plugin-proposal-private-property-in-object/7.17.12_@babel+core@7.18.0:
resolution: {integrity: sha512-/6BtVi57CJfrtDNKfK5b66ydK2J5pXUKBKSPD2G1whamMuEnZWgoOIfO8Vf9F/DoD4izBLD/Au4NMQfruzzykg==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -2486,16 +2484,16 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.12
+ '@babel/core': 7.18.0
'@babel/helper-annotate-as-pure': 7.16.7
- '@babel/helper-create-class-features-plugin': 7.17.12_@babel+core@7.17.12
+ '@babel/helper-create-class-features-plugin': 7.18.0_@babel+core@7.18.0
'@babel/helper-plugin-utils': 7.17.12
- '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.17.12
+ '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.18.0
transitivePeerDependencies:
- supports-color
dev: true
- /@babel/plugin-proposal-unicode-property-regex/7.17.12_@babel+core@7.17.12:
+ /@babel/plugin-proposal-unicode-property-regex/7.17.12_@babel+core@7.18.0:
resolution: {integrity: sha512-Wb9qLjXf3ZazqXA7IvI7ozqRIXIGPtSo+L5coFmEkhTQK18ao4UDDD0zdTGAarmbLj2urpRwrc6893cu5Bfh0A==}
engines: {node: '>=4'}
peerDependencies:
@@ -2504,12 +2502,12 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.12
- '@babel/helper-create-regexp-features-plugin': 7.17.12_@babel+core@7.17.12
+ '@babel/core': 7.18.0
+ '@babel/helper-create-regexp-features-plugin': 7.17.12_@babel+core@7.18.0
'@babel/helper-plugin-utils': 7.17.12
dev: true
- /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.17.12:
+ /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.18.0:
resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -2517,11 +2515,11 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.12
+ '@babel/core': 7.18.0
'@babel/helper-plugin-utils': 7.17.12
dev: true
- /@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.17.12:
+ /@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.18.0:
resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -2529,11 +2527,11 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.12
+ '@babel/core': 7.18.0
'@babel/helper-plugin-utils': 7.17.12
dev: true
- /@babel/plugin-syntax-class-static-block/7.14.5_@babel+core@7.17.12:
+ /@babel/plugin-syntax-class-static-block/7.14.5_@babel+core@7.18.0:
resolution: {integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -2542,11 +2540,11 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.12
+ '@babel/core': 7.18.0
'@babel/helper-plugin-utils': 7.17.12
dev: true
- /@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.17.12:
+ /@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.18.0:
resolution: {integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -2554,11 +2552,11 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.12
+ '@babel/core': 7.18.0
'@babel/helper-plugin-utils': 7.17.12
dev: true
- /@babel/plugin-syntax-export-namespace-from/7.8.3_@babel+core@7.17.12:
+ /@babel/plugin-syntax-export-namespace-from/7.8.3_@babel+core@7.18.0:
resolution: {integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -2566,11 +2564,24 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.12
+ '@babel/core': 7.18.0
+ '@babel/helper-plugin-utils': 7.17.12
+ dev: true
+
+ /@babel/plugin-syntax-import-assertions/7.17.12_@babel+core@7.18.0:
+ resolution: {integrity: sha512-n/loy2zkq9ZEM8tEOwON9wTQSTNDTDEz6NujPtJGLU7qObzT1N4c4YZZf8E6ATB2AjNQg/Ib2AIpO03EZaCehw==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ peerDependenciesMeta:
+ '@babel/core':
+ optional: true
+ dependencies:
+ '@babel/core': 7.18.0
'@babel/helper-plugin-utils': 7.17.12
dev: true
- /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.17.12:
+ /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.18.0:
resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -2578,7 +2589,7 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.12
+ '@babel/core': 7.18.0
'@babel/helper-plugin-utils': 7.17.12
dev: true
@@ -2594,7 +2605,7 @@ packages:
'@babel/helper-plugin-utils': 7.17.12
dev: false
- /@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.17.12:
+ /@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.18.0:
resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -2602,11 +2613,11 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.12
+ '@babel/core': 7.18.0
'@babel/helper-plugin-utils': 7.17.12
dev: true
- /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.17.12:
+ /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.18.0:
resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -2614,11 +2625,11 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.12
+ '@babel/core': 7.18.0
'@babel/helper-plugin-utils': 7.17.12
dev: true
- /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.17.12:
+ /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.18.0:
resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -2626,11 +2637,11 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.12
+ '@babel/core': 7.18.0
'@babel/helper-plugin-utils': 7.17.12
dev: true
- /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.17.12:
+ /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.18.0:
resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -2638,11 +2649,11 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.12
+ '@babel/core': 7.18.0
'@babel/helper-plugin-utils': 7.17.12
dev: true
- /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.17.12:
+ /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.18.0:
resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -2650,11 +2661,11 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.12
+ '@babel/core': 7.18.0
'@babel/helper-plugin-utils': 7.17.12
dev: true
- /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.17.12:
+ /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.18.0:
resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -2662,11 +2673,11 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.12
+ '@babel/core': 7.18.0
'@babel/helper-plugin-utils': 7.17.12
dev: true
- /@babel/plugin-syntax-private-property-in-object/7.14.5_@babel+core@7.17.12:
+ /@babel/plugin-syntax-private-property-in-object/7.14.5_@babel+core@7.18.0:
resolution: {integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -2675,11 +2686,11 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.12
+ '@babel/core': 7.18.0
'@babel/helper-plugin-utils': 7.17.12
dev: true
- /@babel/plugin-syntax-top-level-await/7.14.5_@babel+core@7.17.12:
+ /@babel/plugin-syntax-top-level-await/7.14.5_@babel+core@7.18.0:
resolution: {integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -2688,11 +2699,11 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.12
+ '@babel/core': 7.18.0
'@babel/helper-plugin-utils': 7.17.12
dev: true
- /@babel/plugin-transform-arrow-functions/7.17.12_@babel+core@7.17.12:
+ /@babel/plugin-transform-arrow-functions/7.17.12_@babel+core@7.18.0:
resolution: {integrity: sha512-PHln3CNi/49V+mza4xMwrg+WGYevSF1oaiXaC2EQfdp4HWlSjRsrDXWJiQBKpP7749u6vQ9mcry2uuFOv5CXvA==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -2701,11 +2712,11 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.12
+ '@babel/core': 7.18.0
'@babel/helper-plugin-utils': 7.17.12
dev: true
- /@babel/plugin-transform-async-to-generator/7.17.12_@babel+core@7.17.12:
+ /@babel/plugin-transform-async-to-generator/7.17.12_@babel+core@7.18.0:
resolution: {integrity: sha512-J8dbrWIOO3orDzir57NRsjg4uxucvhby0L/KZuGsWDj0g7twWK3g7JhJhOrXtuXiw8MeiSdJ3E0OW9H8LYEzLQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -2714,7 +2725,7 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.12
+ '@babel/core': 7.18.0
'@babel/helper-module-imports': 7.16.7
'@babel/helper-plugin-utils': 7.17.12
'@babel/helper-remap-async-to-generator': 7.16.8
@@ -2722,7 +2733,7 @@ packages:
- supports-color
dev: true
- /@babel/plugin-transform-block-scoped-functions/7.16.7_@babel+core@7.17.12:
+ /@babel/plugin-transform-block-scoped-functions/7.16.7_@babel+core@7.18.0:
resolution: {integrity: sha512-JUuzlzmF40Z9cXyytcbZEZKckgrQzChbQJw/5PuEHYeqzCsvebDx0K0jWnIIVcmmDOAVctCgnYs0pMcrYj2zJg==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -2731,11 +2742,11 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.12
+ '@babel/core': 7.18.0
'@babel/helper-plugin-utils': 7.17.12
dev: true
- /@babel/plugin-transform-block-scoping/7.17.12_@babel+core@7.17.12:
+ /@babel/plugin-transform-block-scoping/7.17.12_@babel+core@7.18.0:
resolution: {integrity: sha512-jw8XW/B1i7Lqwqj2CbrViPcZijSxfguBWZP2aN59NHgxUyO/OcO1mfdCxH13QhN5LbWhPkX+f+brKGhZTiqtZQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -2744,11 +2755,11 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.12
+ '@babel/core': 7.18.0
'@babel/helper-plugin-utils': 7.17.12
dev: true
- /@babel/plugin-transform-classes/7.17.12_@babel+core@7.17.12:
+ /@babel/plugin-transform-classes/7.17.12_@babel+core@7.18.0:
resolution: {integrity: sha512-cvO7lc7pZat6BsvH6l/EGaI8zpl8paICaoGk+7x7guvtfak/TbIf66nYmJOH13EuG0H+Xx3M+9LQDtSvZFKXKw==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -2757,7 +2768,7 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.12
+ '@babel/core': 7.18.0
'@babel/helper-annotate-as-pure': 7.16.7
'@babel/helper-environment-visitor': 7.16.7
'@babel/helper-function-name': 7.17.9
@@ -2770,7 +2781,7 @@ packages:
- supports-color
dev: true
- /@babel/plugin-transform-computed-properties/7.17.12_@babel+core@7.17.12:
+ /@babel/plugin-transform-computed-properties/7.17.12_@babel+core@7.18.0:
resolution: {integrity: sha512-a7XINeplB5cQUWMg1E/GI1tFz3LfK021IjV1rj1ypE+R7jHm+pIHmHl25VNkZxtx9uuYp7ThGk8fur1HHG7PgQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -2779,12 +2790,12 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.12
+ '@babel/core': 7.18.0
'@babel/helper-plugin-utils': 7.17.12
dev: true
- /@babel/plugin-transform-destructuring/7.17.12_@babel+core@7.17.12:
- resolution: {integrity: sha512-P8pt0YiKtX5UMUL5Xzsc9Oyij+pJE6JuC+F1k0/brq/OOGs5jDa1If3OY0LRWGvJsJhI+8tsiecL3nJLc0WTlg==}
+ /@babel/plugin-transform-destructuring/7.18.0_@babel+core@7.18.0:
+ resolution: {integrity: sha512-Mo69klS79z6KEfrLg/1WkmVnB8javh75HX4pi2btjvlIoasuxilEyjtsQW6XPrubNd7AQy0MMaNIaQE4e7+PQw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -2792,11 +2803,11 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.12
+ '@babel/core': 7.18.0
'@babel/helper-plugin-utils': 7.17.12
dev: true
- /@babel/plugin-transform-dotall-regex/7.16.7_@babel+core@7.17.12:
+ /@babel/plugin-transform-dotall-regex/7.16.7_@babel+core@7.18.0:
resolution: {integrity: sha512-Lyttaao2SjZF6Pf4vk1dVKv8YypMpomAbygW+mU5cYP3S5cWTfCJjG8xV6CFdzGFlfWK81IjL9viiTvpb6G7gQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -2805,12 +2816,12 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.12
- '@babel/helper-create-regexp-features-plugin': 7.17.12_@babel+core@7.17.12
+ '@babel/core': 7.18.0
+ '@babel/helper-create-regexp-features-plugin': 7.17.12_@babel+core@7.18.0
'@babel/helper-plugin-utils': 7.17.12
dev: true
- /@babel/plugin-transform-duplicate-keys/7.17.12_@babel+core@7.17.12:
+ /@babel/plugin-transform-duplicate-keys/7.17.12_@babel+core@7.18.0:
resolution: {integrity: sha512-EA5eYFUG6xeerdabina/xIoB95jJ17mAkR8ivx6ZSu9frKShBjpOGZPn511MTDTkiCO+zXnzNczvUM69YSf3Zw==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -2819,11 +2830,11 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.12
+ '@babel/core': 7.18.0
'@babel/helper-plugin-utils': 7.17.12
dev: true
- /@babel/plugin-transform-exponentiation-operator/7.16.7_@babel+core@7.17.12:
+ /@babel/plugin-transform-exponentiation-operator/7.16.7_@babel+core@7.18.0:
resolution: {integrity: sha512-8UYLSlyLgRixQvlYH3J2ekXFHDFLQutdy7FfFAMm3CPZ6q9wHCwnUyiXpQCe3gVVnQlHc5nsuiEVziteRNTXEA==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -2832,13 +2843,13 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.12
+ '@babel/core': 7.18.0
'@babel/helper-builder-binary-assignment-operator-visitor': 7.16.7
'@babel/helper-plugin-utils': 7.17.12
dev: true
- /@babel/plugin-transform-for-of/7.17.12_@babel+core@7.17.12:
- resolution: {integrity: sha512-76lTwYaCxw8ldT7tNmye4LLwSoKDbRCBzu6n/DcK/P3FOR29+38CIIaVIZfwol9By8W/QHORYEnYSLuvcQKrsg==}
+ /@babel/plugin-transform-for-of/7.18.1_@babel+core@7.18.0:
+ resolution: {integrity: sha512-+TTB5XwvJ5hZbO8xvl2H4XaMDOAK57zF4miuC9qQJgysPNEAZZ9Z69rdF5LJkozGdZrjBIUAIyKUWRMmebI7vg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -2846,11 +2857,11 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.12
+ '@babel/core': 7.18.0
'@babel/helper-plugin-utils': 7.17.12
dev: true
- /@babel/plugin-transform-function-name/7.16.7_@babel+core@7.17.12:
+ /@babel/plugin-transform-function-name/7.16.7_@babel+core@7.18.0:
resolution: {integrity: sha512-SU/C68YVwTRxqWj5kgsbKINakGag0KTgq9f2iZEXdStoAbOzLHEBRYzImmA6yFo8YZhJVflvXmIHUO7GWHmxxA==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -2859,13 +2870,13 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.12
- '@babel/helper-compilation-targets': 7.17.10_@babel+core@7.17.12
+ '@babel/core': 7.18.0
+ '@babel/helper-compilation-targets': 7.17.10_@babel+core@7.18.0
'@babel/helper-function-name': 7.17.9
'@babel/helper-plugin-utils': 7.17.12
dev: true
- /@babel/plugin-transform-literals/7.17.12_@babel+core@7.17.12:
+ /@babel/plugin-transform-literals/7.17.12_@babel+core@7.18.0:
resolution: {integrity: sha512-8iRkvaTjJciWycPIZ9k9duu663FT7VrBdNqNgxnVXEFwOIp55JWcZd23VBRySYbnS3PwQ3rGiabJBBBGj5APmQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -2874,11 +2885,11 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.12
+ '@babel/core': 7.18.0
'@babel/helper-plugin-utils': 7.17.12
dev: true
- /@babel/plugin-transform-member-expression-literals/7.16.7_@babel+core@7.17.12:
+ /@babel/plugin-transform-member-expression-literals/7.16.7_@babel+core@7.18.0:
resolution: {integrity: sha512-mBruRMbktKQwbxaJof32LT9KLy2f3gH+27a5XSuXo6h7R3vqltl0PgZ80C8ZMKw98Bf8bqt6BEVi3svOh2PzMw==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -2887,12 +2898,12 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.12
+ '@babel/core': 7.18.0
'@babel/helper-plugin-utils': 7.17.12
dev: true
- /@babel/plugin-transform-modules-amd/7.17.12_@babel+core@7.17.12:
- resolution: {integrity: sha512-p5rt9tB5Ndcc2Za7CeNxVf7YAjRcUMR6yi8o8tKjb9KhRkEvXwa+C0hj6DA5bVDkKRxB0NYhMUGbVKoFu4+zEA==}
+ /@babel/plugin-transform-modules-amd/7.18.0_@babel+core@7.18.0:
+ resolution: {integrity: sha512-h8FjOlYmdZwl7Xm2Ug4iX2j7Qy63NANI+NQVWQzv6r25fqgg7k2dZl03p95kvqNclglHs4FZ+isv4p1uXMA+QA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -2900,16 +2911,16 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.12
- '@babel/helper-module-transforms': 7.17.12
+ '@babel/core': 7.18.0
+ '@babel/helper-module-transforms': 7.18.0
'@babel/helper-plugin-utils': 7.17.12
babel-plugin-dynamic-import-node: 2.3.3
transitivePeerDependencies:
- supports-color
dev: true
- /@babel/plugin-transform-modules-commonjs/7.17.12_@babel+core@7.17.12:
- resolution: {integrity: sha512-tVPs6MImAJz+DiX8Y1xXEMdTk5Lwxu9jiPjlS+nv5M2A59R7+/d1+9A8C/sbuY0b3QjIxqClkj6KAplEtRvzaA==}
+ /@babel/plugin-transform-modules-commonjs/7.18.0_@babel+core@7.18.0:
+ resolution: {integrity: sha512-cCeR0VZWtfxWS4YueAK2qtHtBPJRSaJcMlbS8jhSIm/A3E2Kpro4W1Dn4cqJtp59dtWfXjQwK7SPKF8ghs7rlw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -2917,8 +2928,8 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.12
- '@babel/helper-module-transforms': 7.17.12
+ '@babel/core': 7.18.0
+ '@babel/helper-module-transforms': 7.18.0
'@babel/helper-plugin-utils': 7.17.12
'@babel/helper-simple-access': 7.17.7
babel-plugin-dynamic-import-node: 2.3.3
@@ -2926,8 +2937,8 @@ packages:
- supports-color
dev: true
- /@babel/plugin-transform-modules-systemjs/7.17.12_@babel+core@7.17.12:
- resolution: {integrity: sha512-NVhDb0q00hqZcuLduUf/kMzbOQHiocmPbIxIvk23HLiEqaTKC/l4eRxeC7lO63M72BmACoiKOcb9AkOAJRerpw==}
+ /@babel/plugin-transform-modules-systemjs/7.18.0_@babel+core@7.18.0:
+ resolution: {integrity: sha512-vwKpxdHnlM5tIrRt/eA0bzfbi7gUBLN08vLu38np1nZevlPySRe6yvuATJB5F/WPJ+ur4OXwpVYq9+BsxqAQuQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -2935,9 +2946,9 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.12
+ '@babel/core': 7.18.0
'@babel/helper-hoist-variables': 7.16.7
- '@babel/helper-module-transforms': 7.17.12
+ '@babel/helper-module-transforms': 7.18.0
'@babel/helper-plugin-utils': 7.17.12
'@babel/helper-validator-identifier': 7.16.7
babel-plugin-dynamic-import-node: 2.3.3
@@ -2945,8 +2956,8 @@ packages:
- supports-color
dev: true
- /@babel/plugin-transform-modules-umd/7.17.12_@babel+core@7.17.12:
- resolution: {integrity: sha512-BnsPkrUHsjzZGpnrmJeDFkOMMljWFHPjDc9xDcz71/C+ybF3lfC3V4m3dwXPLZrE5b3bgd4V+3/Pj+3620d7IA==}
+ /@babel/plugin-transform-modules-umd/7.18.0_@babel+core@7.18.0:
+ resolution: {integrity: sha512-d/zZ8I3BWli1tmROLxXLc9A6YXvGK8egMxHp+E/rRwMh1Kip0AP77VwZae3snEJ33iiWwvNv2+UIIhfalqhzZA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -2954,14 +2965,14 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.12
- '@babel/helper-module-transforms': 7.17.12
+ '@babel/core': 7.18.0
+ '@babel/helper-module-transforms': 7.18.0
'@babel/helper-plugin-utils': 7.17.12
transitivePeerDependencies:
- supports-color
dev: true
- /@babel/plugin-transform-named-capturing-groups-regex/7.17.12_@babel+core@7.17.12:
+ /@babel/plugin-transform-named-capturing-groups-regex/7.17.12_@babel+core@7.18.0:
resolution: {integrity: sha512-vWoWFM5CKaTeHrdUJ/3SIOTRV+MBVGybOC9mhJkaprGNt5demMymDW24yC74avb915/mIRe3TgNb/d8idvnCRA==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -2970,12 +2981,12 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.12
- '@babel/helper-create-regexp-features-plugin': 7.17.12_@babel+core@7.17.12
+ '@babel/core': 7.18.0
+ '@babel/helper-create-regexp-features-plugin': 7.17.12_@babel+core@7.18.0
'@babel/helper-plugin-utils': 7.17.12
dev: true
- /@babel/plugin-transform-new-target/7.17.12_@babel+core@7.17.12:
+ /@babel/plugin-transform-new-target/7.17.12_@babel+core@7.18.0:
resolution: {integrity: sha512-CaOtzk2fDYisbjAD4Sd1MTKGVIpRtx9bWLyj24Y/k6p4s4gQ3CqDGJauFJxt8M/LEx003d0i3klVqnN73qvK3w==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -2984,11 +2995,11 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.12
+ '@babel/core': 7.18.0
'@babel/helper-plugin-utils': 7.17.12
dev: true
- /@babel/plugin-transform-object-super/7.16.7_@babel+core@7.17.12:
+ /@babel/plugin-transform-object-super/7.16.7_@babel+core@7.18.0:
resolution: {integrity: sha512-14J1feiQVWaGvRxj2WjyMuXS2jsBkgB3MdSN5HuC2G5nRspa5RK9COcs82Pwy5BuGcjb+fYaUj94mYcOj7rCvw==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -2997,14 +3008,14 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.12
+ '@babel/core': 7.18.0
'@babel/helper-plugin-utils': 7.17.12
'@babel/helper-replace-supers': 7.16.7
transitivePeerDependencies:
- supports-color
dev: true
- /@babel/plugin-transform-parameters/7.17.12_@babel+core@7.17.12:
+ /@babel/plugin-transform-parameters/7.17.12_@babel+core@7.18.0:
resolution: {integrity: sha512-6qW4rWo1cyCdq1FkYri7AHpauchbGLXpdwnYsfxFb+KtddHENfsY5JZb35xUwkK5opOLcJ3BNd2l7PhRYGlwIA==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -3013,11 +3024,11 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.12
+ '@babel/core': 7.18.0
'@babel/helper-plugin-utils': 7.17.12
dev: true
- /@babel/plugin-transform-property-literals/7.16.7_@babel+core@7.17.12:
+ /@babel/plugin-transform-property-literals/7.16.7_@babel+core@7.18.0:
resolution: {integrity: sha512-z4FGr9NMGdoIl1RqavCqGG+ZuYjfZ/hkCIeuH6Do7tXmSm0ls11nYVSJqFEUOSJbDab5wC6lRE/w6YjVcr6Hqw==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -3026,7 +3037,7 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.12
+ '@babel/core': 7.18.0
'@babel/helper-plugin-utils': 7.17.12
dev: true
@@ -3043,11 +3054,11 @@ packages:
'@babel/helper-module-imports': 7.16.7
'@babel/helper-plugin-utils': 7.17.12
'@babel/plugin-syntax-jsx': 7.17.12
- '@babel/types': 7.17.12
+ '@babel/types': 7.18.0
dev: false
- /@babel/plugin-transform-regenerator/7.17.9_@babel+core@7.17.12:
- resolution: {integrity: sha512-Lc2TfbxR1HOyn/c6b4Y/b6NHoTb67n/IoWLxTu4kC7h4KQnWlhCq2S8Tx0t2SVvv5Uu87Hs+6JEJ5kt2tYGylQ==}
+ /@babel/plugin-transform-regenerator/7.18.0_@babel+core@7.18.0:
+ resolution: {integrity: sha512-C8YdRw9uzx25HSIzwA7EM7YP0FhCe5wNvJbZzjVNHHPGVcDJ3Aie+qGYYdS1oVQgn+B3eAIJbWFLrJ4Jipv7nw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -3055,11 +3066,12 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.12
+ '@babel/core': 7.18.0
+ '@babel/helper-plugin-utils': 7.17.12
regenerator-transform: 0.15.0
dev: true
- /@babel/plugin-transform-reserved-words/7.17.12_@babel+core@7.17.12:
+ /@babel/plugin-transform-reserved-words/7.17.12_@babel+core@7.18.0:
resolution: {integrity: sha512-1KYqwbJV3Co03NIi14uEHW8P50Md6KqFgt0FfpHdK6oyAHQVTosgPuPSiWud1HX0oYJ1hGRRlk0fP87jFpqXZA==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -3068,11 +3080,11 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.12
+ '@babel/core': 7.18.0
'@babel/helper-plugin-utils': 7.17.12
dev: true
- /@babel/plugin-transform-shorthand-properties/7.16.7_@babel+core@7.17.12:
+ /@babel/plugin-transform-shorthand-properties/7.16.7_@babel+core@7.18.0:
resolution: {integrity: sha512-hah2+FEnoRoATdIb05IOXf+4GzXYTq75TVhIn1PewihbpyrNWUt2JbudKQOETWw6QpLe+AIUpJ5MVLYTQbeeUg==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -3081,11 +3093,11 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.12
+ '@babel/core': 7.18.0
'@babel/helper-plugin-utils': 7.17.12
dev: true
- /@babel/plugin-transform-spread/7.17.12_@babel+core@7.17.12:
+ /@babel/plugin-transform-spread/7.17.12_@babel+core@7.18.0:
resolution: {integrity: sha512-9pgmuQAtFi3lpNUstvG9nGfk9DkrdmWNp9KeKPFmuZCpEnxRzYlS8JgwPjYj+1AWDOSvoGN0H30p1cBOmT/Svg==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -3094,12 +3106,12 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.12
+ '@babel/core': 7.18.0
'@babel/helper-plugin-utils': 7.17.12
'@babel/helper-skip-transparent-expression-wrappers': 7.16.0
dev: true
- /@babel/plugin-transform-sticky-regex/7.16.7_@babel+core@7.17.12:
+ /@babel/plugin-transform-sticky-regex/7.16.7_@babel+core@7.18.0:
resolution: {integrity: sha512-NJa0Bd/87QV5NZZzTuZG5BPJjLYadeSZ9fO6oOUoL4iQx+9EEuw/eEM92SrsT19Yc2jgB1u1hsjqDtH02c3Drw==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -3108,11 +3120,11 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.12
+ '@babel/core': 7.18.0
'@babel/helper-plugin-utils': 7.17.12
dev: true
- /@babel/plugin-transform-template-literals/7.17.12_@babel+core@7.17.12:
+ /@babel/plugin-transform-template-literals/7.17.12_@babel+core@7.18.0:
resolution: {integrity: sha512-kAKJ7DX1dSRa2s7WN1xUAuaQmkTpN+uig4wCKWivVXIObqGbVTUlSavHyfI2iZvz89GFAMGm9p2DBJ4Y1Tp0hw==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -3121,11 +3133,11 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.12
+ '@babel/core': 7.18.0
'@babel/helper-plugin-utils': 7.17.12
dev: true
- /@babel/plugin-transform-typeof-symbol/7.17.12_@babel+core@7.17.12:
+ /@babel/plugin-transform-typeof-symbol/7.17.12_@babel+core@7.18.0:
resolution: {integrity: sha512-Q8y+Jp7ZdtSPXCThB6zjQ74N3lj0f6TDh1Hnf5B+sYlzQ8i5Pjp8gW0My79iekSpT4WnI06blqP6DT0OmaXXmw==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -3134,11 +3146,11 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.12
+ '@babel/core': 7.18.0
'@babel/helper-plugin-utils': 7.17.12
dev: true
- /@babel/plugin-transform-unicode-escapes/7.16.7_@babel+core@7.17.12:
+ /@babel/plugin-transform-unicode-escapes/7.16.7_@babel+core@7.18.0:
resolution: {integrity: sha512-TAV5IGahIz3yZ9/Hfv35TV2xEm+kaBDaZQCn2S/hG9/CZ0DktxJv9eKfPc7yYCvOYR4JGx1h8C+jcSOvgaaI/Q==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -3147,11 +3159,11 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.12
+ '@babel/core': 7.18.0
'@babel/helper-plugin-utils': 7.17.12
dev: true
- /@babel/plugin-transform-unicode-regex/7.16.7_@babel+core@7.17.12:
+ /@babel/plugin-transform-unicode-regex/7.16.7_@babel+core@7.18.0:
resolution: {integrity: sha512-oC5tYYKw56HO75KZVLQ+R/Nl3Hro9kf8iG0hXoaHP7tjAyCpvqBiSNe6vGrZni1Z6MggmUOC6A7VP7AVmw225Q==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -3160,13 +3172,13 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.12
- '@babel/helper-create-regexp-features-plugin': 7.17.12_@babel+core@7.17.12
+ '@babel/core': 7.18.0
+ '@babel/helper-create-regexp-features-plugin': 7.17.12_@babel+core@7.18.0
'@babel/helper-plugin-utils': 7.17.12
dev: true
- /@babel/preset-env/7.17.12_@babel+core@7.17.12:
- resolution: {integrity: sha512-Kke30Rj3Lmcx97bVs71LO0s8M6FmJ7tUAQI9fNId62rf0cYG1UAWwdNO9/sE0/pLEahAw1MqMorymoD12bj5Fg==}
+ /@babel/preset-env/7.18.0_@babel+core@7.18.0:
+ resolution: {integrity: sha512-cP74OMs7ECLPeG1reiCQ/D/ypyOxgfm8uR6HRYV23vTJ7Lu1nbgj9DQDo/vH59gnn7GOAwtTDPPYV4aXzsMKHA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -3175,85 +3187,86 @@ packages:
optional: true
dependencies:
'@babel/compat-data': 7.17.10
- '@babel/core': 7.17.12
- '@babel/helper-compilation-targets': 7.17.10_@babel+core@7.17.12
+ '@babel/core': 7.18.0
+ '@babel/helper-compilation-targets': 7.17.10_@babel+core@7.18.0
'@babel/helper-plugin-utils': 7.17.12
'@babel/helper-validator-option': 7.16.7
- '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.17.12_@babel+core@7.17.12
- '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.17.12_@babel+core@7.17.12
- '@babel/plugin-proposal-async-generator-functions': 7.17.12_@babel+core@7.17.12
- '@babel/plugin-proposal-class-properties': 7.17.12_@babel+core@7.17.12
- '@babel/plugin-proposal-class-static-block': 7.17.12_@babel+core@7.17.12
- '@babel/plugin-proposal-dynamic-import': 7.16.7_@babel+core@7.17.12
- '@babel/plugin-proposal-export-namespace-from': 7.17.12_@babel+core@7.17.12
- '@babel/plugin-proposal-json-strings': 7.17.12_@babel+core@7.17.12
- '@babel/plugin-proposal-logical-assignment-operators': 7.17.12_@babel+core@7.17.12
- '@babel/plugin-proposal-nullish-coalescing-operator': 7.17.12_@babel+core@7.17.12
- '@babel/plugin-proposal-numeric-separator': 7.16.7_@babel+core@7.17.12
- '@babel/plugin-proposal-object-rest-spread': 7.17.12_@babel+core@7.17.12
- '@babel/plugin-proposal-optional-catch-binding': 7.16.7_@babel+core@7.17.12
- '@babel/plugin-proposal-optional-chaining': 7.17.12_@babel+core@7.17.12
- '@babel/plugin-proposal-private-methods': 7.17.12_@babel+core@7.17.12
- '@babel/plugin-proposal-private-property-in-object': 7.17.12_@babel+core@7.17.12
- '@babel/plugin-proposal-unicode-property-regex': 7.17.12_@babel+core@7.17.12
- '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.17.12
- '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.17.12
- '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.17.12
- '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.17.12
- '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.17.12
- '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.17.12
- '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.17.12
- '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.17.12
- '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.17.12
- '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.17.12
- '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.17.12
- '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.17.12
- '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.17.12
- '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.17.12
- '@babel/plugin-transform-arrow-functions': 7.17.12_@babel+core@7.17.12
- '@babel/plugin-transform-async-to-generator': 7.17.12_@babel+core@7.17.12
- '@babel/plugin-transform-block-scoped-functions': 7.16.7_@babel+core@7.17.12
- '@babel/plugin-transform-block-scoping': 7.17.12_@babel+core@7.17.12
- '@babel/plugin-transform-classes': 7.17.12_@babel+core@7.17.12
- '@babel/plugin-transform-computed-properties': 7.17.12_@babel+core@7.17.12
- '@babel/plugin-transform-destructuring': 7.17.12_@babel+core@7.17.12
- '@babel/plugin-transform-dotall-regex': 7.16.7_@babel+core@7.17.12
- '@babel/plugin-transform-duplicate-keys': 7.17.12_@babel+core@7.17.12
- '@babel/plugin-transform-exponentiation-operator': 7.16.7_@babel+core@7.17.12
- '@babel/plugin-transform-for-of': 7.17.12_@babel+core@7.17.12
- '@babel/plugin-transform-function-name': 7.16.7_@babel+core@7.17.12
- '@babel/plugin-transform-literals': 7.17.12_@babel+core@7.17.12
- '@babel/plugin-transform-member-expression-literals': 7.16.7_@babel+core@7.17.12
- '@babel/plugin-transform-modules-amd': 7.17.12_@babel+core@7.17.12
- '@babel/plugin-transform-modules-commonjs': 7.17.12_@babel+core@7.17.12
- '@babel/plugin-transform-modules-systemjs': 7.17.12_@babel+core@7.17.12
- '@babel/plugin-transform-modules-umd': 7.17.12_@babel+core@7.17.12
- '@babel/plugin-transform-named-capturing-groups-regex': 7.17.12_@babel+core@7.17.12
- '@babel/plugin-transform-new-target': 7.17.12_@babel+core@7.17.12
- '@babel/plugin-transform-object-super': 7.16.7_@babel+core@7.17.12
- '@babel/plugin-transform-parameters': 7.17.12_@babel+core@7.17.12
- '@babel/plugin-transform-property-literals': 7.16.7_@babel+core@7.17.12
- '@babel/plugin-transform-regenerator': 7.17.9_@babel+core@7.17.12
- '@babel/plugin-transform-reserved-words': 7.17.12_@babel+core@7.17.12
- '@babel/plugin-transform-shorthand-properties': 7.16.7_@babel+core@7.17.12
- '@babel/plugin-transform-spread': 7.17.12_@babel+core@7.17.12
- '@babel/plugin-transform-sticky-regex': 7.16.7_@babel+core@7.17.12
- '@babel/plugin-transform-template-literals': 7.17.12_@babel+core@7.17.12
- '@babel/plugin-transform-typeof-symbol': 7.17.12_@babel+core@7.17.12
- '@babel/plugin-transform-unicode-escapes': 7.16.7_@babel+core@7.17.12
- '@babel/plugin-transform-unicode-regex': 7.16.7_@babel+core@7.17.12
- '@babel/preset-modules': 0.1.5_@babel+core@7.17.12
- '@babel/types': 7.17.12
- babel-plugin-polyfill-corejs2: 0.3.1_@babel+core@7.17.12
- babel-plugin-polyfill-corejs3: 0.5.2_@babel+core@7.17.12
- babel-plugin-polyfill-regenerator: 0.3.1_@babel+core@7.17.12
+ '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.17.12_@babel+core@7.18.0
+ '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.17.12_@babel+core@7.18.0
+ '@babel/plugin-proposal-async-generator-functions': 7.17.12_@babel+core@7.18.0
+ '@babel/plugin-proposal-class-properties': 7.17.12_@babel+core@7.18.0
+ '@babel/plugin-proposal-class-static-block': 7.18.0_@babel+core@7.18.0
+ '@babel/plugin-proposal-dynamic-import': 7.16.7_@babel+core@7.18.0
+ '@babel/plugin-proposal-export-namespace-from': 7.17.12_@babel+core@7.18.0
+ '@babel/plugin-proposal-json-strings': 7.17.12_@babel+core@7.18.0
+ '@babel/plugin-proposal-logical-assignment-operators': 7.17.12_@babel+core@7.18.0
+ '@babel/plugin-proposal-nullish-coalescing-operator': 7.17.12_@babel+core@7.18.0
+ '@babel/plugin-proposal-numeric-separator': 7.16.7_@babel+core@7.18.0
+ '@babel/plugin-proposal-object-rest-spread': 7.18.0_@babel+core@7.18.0
+ '@babel/plugin-proposal-optional-catch-binding': 7.16.7_@babel+core@7.18.0
+ '@babel/plugin-proposal-optional-chaining': 7.17.12_@babel+core@7.18.0
+ '@babel/plugin-proposal-private-methods': 7.17.12_@babel+core@7.18.0
+ '@babel/plugin-proposal-private-property-in-object': 7.17.12_@babel+core@7.18.0
+ '@babel/plugin-proposal-unicode-property-regex': 7.17.12_@babel+core@7.18.0
+ '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.18.0
+ '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.18.0
+ '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.18.0
+ '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.18.0
+ '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.18.0
+ '@babel/plugin-syntax-import-assertions': 7.17.12_@babel+core@7.18.0
+ '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.18.0
+ '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.18.0
+ '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.18.0
+ '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.18.0
+ '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.18.0
+ '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.18.0
+ '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.18.0
+ '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.18.0
+ '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.18.0
+ '@babel/plugin-transform-arrow-functions': 7.17.12_@babel+core@7.18.0
+ '@babel/plugin-transform-async-to-generator': 7.17.12_@babel+core@7.18.0
+ '@babel/plugin-transform-block-scoped-functions': 7.16.7_@babel+core@7.18.0
+ '@babel/plugin-transform-block-scoping': 7.17.12_@babel+core@7.18.0
+ '@babel/plugin-transform-classes': 7.17.12_@babel+core@7.18.0
+ '@babel/plugin-transform-computed-properties': 7.17.12_@babel+core@7.18.0
+ '@babel/plugin-transform-destructuring': 7.18.0_@babel+core@7.18.0
+ '@babel/plugin-transform-dotall-regex': 7.16.7_@babel+core@7.18.0
+ '@babel/plugin-transform-duplicate-keys': 7.17.12_@babel+core@7.18.0
+ '@babel/plugin-transform-exponentiation-operator': 7.16.7_@babel+core@7.18.0
+ '@babel/plugin-transform-for-of': 7.18.1_@babel+core@7.18.0
+ '@babel/plugin-transform-function-name': 7.16.7_@babel+core@7.18.0
+ '@babel/plugin-transform-literals': 7.17.12_@babel+core@7.18.0
+ '@babel/plugin-transform-member-expression-literals': 7.16.7_@babel+core@7.18.0
+ '@babel/plugin-transform-modules-amd': 7.18.0_@babel+core@7.18.0
+ '@babel/plugin-transform-modules-commonjs': 7.18.0_@babel+core@7.18.0
+ '@babel/plugin-transform-modules-systemjs': 7.18.0_@babel+core@7.18.0
+ '@babel/plugin-transform-modules-umd': 7.18.0_@babel+core@7.18.0
+ '@babel/plugin-transform-named-capturing-groups-regex': 7.17.12_@babel+core@7.18.0
+ '@babel/plugin-transform-new-target': 7.17.12_@babel+core@7.18.0
+ '@babel/plugin-transform-object-super': 7.16.7_@babel+core@7.18.0
+ '@babel/plugin-transform-parameters': 7.17.12_@babel+core@7.18.0
+ '@babel/plugin-transform-property-literals': 7.16.7_@babel+core@7.18.0
+ '@babel/plugin-transform-regenerator': 7.18.0_@babel+core@7.18.0
+ '@babel/plugin-transform-reserved-words': 7.17.12_@babel+core@7.18.0
+ '@babel/plugin-transform-shorthand-properties': 7.16.7_@babel+core@7.18.0
+ '@babel/plugin-transform-spread': 7.17.12_@babel+core@7.18.0
+ '@babel/plugin-transform-sticky-regex': 7.16.7_@babel+core@7.18.0
+ '@babel/plugin-transform-template-literals': 7.17.12_@babel+core@7.18.0
+ '@babel/plugin-transform-typeof-symbol': 7.17.12_@babel+core@7.18.0
+ '@babel/plugin-transform-unicode-escapes': 7.16.7_@babel+core@7.18.0
+ '@babel/plugin-transform-unicode-regex': 7.16.7_@babel+core@7.18.0
+ '@babel/preset-modules': 0.1.5_@babel+core@7.18.0
+ '@babel/types': 7.18.0
+ babel-plugin-polyfill-corejs2: 0.3.1_@babel+core@7.18.0
+ babel-plugin-polyfill-corejs3: 0.5.2_@babel+core@7.18.0
+ babel-plugin-polyfill-regenerator: 0.3.1_@babel+core@7.18.0
core-js-compat: 3.22.5
semver: 6.3.0
transitivePeerDependencies:
- supports-color
dev: true
- /@babel/preset-modules/0.1.5_@babel+core@7.17.12:
+ /@babel/preset-modules/0.1.5_@babel+core@7.18.0:
resolution: {integrity: sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA==}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -3261,16 +3274,16 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.12
+ '@babel/core': 7.18.0
'@babel/helper-plugin-utils': 7.17.12
- '@babel/plugin-proposal-unicode-property-regex': 7.17.12_@babel+core@7.17.12
- '@babel/plugin-transform-dotall-regex': 7.16.7_@babel+core@7.17.12
- '@babel/types': 7.17.12
+ '@babel/plugin-proposal-unicode-property-regex': 7.17.12_@babel+core@7.18.0
+ '@babel/plugin-transform-dotall-regex': 7.16.7_@babel+core@7.18.0
+ '@babel/types': 7.18.0
esutils: 2.0.3
dev: true
- /@babel/runtime/7.17.9:
- resolution: {integrity: sha512-lSiBBvodq29uShpWGNbgFdKYNiFDo5/HIYsaCEY9ff4sb10x9jizo2+pRrSyF4jKZCXqgzuqBOQKbUm90gQwJg==}
+ /@babel/runtime/7.18.0:
+ resolution: {integrity: sha512-YMQvx/6nKEaucl0MY56mwIG483xk8SDNdlUwb2Ts6FUpr7fm85DxEmsY18LXBNhcTz6tO6JwZV8w1W06v8UKeg==}
engines: {node: '>=6.9.0'}
dependencies:
regenerator-runtime: 0.13.9
@@ -3280,28 +3293,28 @@ packages:
engines: {node: '>=6.9.0'}
dependencies:
'@babel/code-frame': 7.16.7
- '@babel/parser': 7.17.12
- '@babel/types': 7.17.12
+ '@babel/parser': 7.18.0
+ '@babel/types': 7.18.0
- /@babel/traverse/7.17.12:
- resolution: {integrity: sha512-zULPs+TbCvOkIFd4FrG53xrpxvCBwLIgo6tO0tJorY7YV2IWFxUfS/lXDJbGgfyYt9ery/Gxj2niwttNnB0gIw==}
+ /@babel/traverse/7.18.0:
+ resolution: {integrity: sha512-oNOO4vaoIQoGjDQ84LgtF/IAlxlyqL4TUuoQ7xLkQETFaHkY1F7yazhB4Kt3VcZGL0ZF/jhrEpnXqUb0M7V3sw==}
engines: {node: '>=6.9.0'}
dependencies:
'@babel/code-frame': 7.16.7
- '@babel/generator': 7.17.12
+ '@babel/generator': 7.18.0
'@babel/helper-environment-visitor': 7.16.7
'@babel/helper-function-name': 7.17.9
'@babel/helper-hoist-variables': 7.16.7
'@babel/helper-split-export-declaration': 7.16.7
- '@babel/parser': 7.17.12
- '@babel/types': 7.17.12
+ '@babel/parser': 7.18.0
+ '@babel/types': 7.18.0
debug: 4.3.4
globals: 11.12.0
transitivePeerDependencies:
- supports-color
- /@babel/types/7.17.12:
- resolution: {integrity: sha512-rH8i29wcZ6x9xjzI5ILHL/yZkbQnCERdHlogKuIb4PUr7do4iT8DPekrTbBLWTnRQm6U0GYABbTMSzijmEqlAg==}
+ /@babel/types/7.18.0:
+ resolution: {integrity: sha512-vhAmLPAiC8j9K2GnsnLPCIH5wCrPpYIVBCWRBFDCB7Y/BXLqi/O+1RSTTM2bsmg6U/551+FCf9PNPxjABmxHTw==}
engines: {node: '>=6.9.0'}
dependencies:
'@babel/helper-validator-identifier': 7.16.7
@@ -3315,7 +3328,7 @@ packages:
/@changesets/apply-release-plan/6.0.0:
resolution: {integrity: sha512-gp6nIdVdfYdwKww2+f8whckKmvfE4JEm4jJgBhTmooi0uzHWhnxvk6JIzQi89qEAMINN0SeVNnXiAtbFY0Mj3w==}
dependencies:
- '@babel/runtime': 7.17.9
+ '@babel/runtime': 7.18.0
'@changesets/config': 2.0.0
'@changesets/get-version-range-type': 0.3.2
'@changesets/git': 1.3.2
@@ -3333,7 +3346,7 @@ packages:
/@changesets/assemble-release-plan/5.1.2:
resolution: {integrity: sha512-nOFyDw4APSkY/vh5WNwGEtThPgEjVShp03PKVdId6wZTJALVcAALCSLmDRfeqjE2z9EsGJb7hZdDlziKlnqZgw==}
dependencies:
- '@babel/runtime': 7.17.9
+ '@babel/runtime': 7.18.0
'@changesets/errors': 0.1.4
'@changesets/get-dependents-graph': 1.3.2
'@changesets/types': 5.0.0
@@ -3361,7 +3374,7 @@ packages:
resolution: {integrity: sha512-4bA3YoBkd5cm5WUxmrR2N9WYE7EeQcM+R3bVYMUj2NvffkQVpU3ckAI+z8UICoojq+HRl2OEwtz+S5UBmYY4zw==}
hasBin: true
dependencies:
- '@babel/runtime': 7.17.9
+ '@babel/runtime': 7.18.0
'@changesets/apply-release-plan': 6.0.0
'@changesets/assemble-release-plan': 5.1.2
'@changesets/changelog-git': 0.1.11
@@ -3435,7 +3448,7 @@ packages:
/@changesets/get-release-plan/3.0.8:
resolution: {integrity: sha512-TJYiWNuP0Lzu2dL/KHuk75w7TkiE5HqoYirrXF7SJIxkhlgH9toQf2C7IapiFTObtuF1qDN8HJAX1CuIOwXldg==}
dependencies:
- '@babel/runtime': 7.17.9
+ '@babel/runtime': 7.18.0
'@changesets/assemble-release-plan': 5.1.2
'@changesets/config': 2.0.0
'@changesets/pre': 1.0.11
@@ -3451,7 +3464,7 @@ packages:
/@changesets/git/1.3.2:
resolution: {integrity: sha512-p5UL+urAg0Nnpt70DLiBe2iSsMcDubTo9fTOD/61krmcJ466MGh71OHwdAwu1xG5+NKzeysdy1joRTg8CXcEXA==}
dependencies:
- '@babel/runtime': 7.17.9
+ '@babel/runtime': 7.18.0
'@changesets/errors': 0.1.4
'@changesets/types': 5.0.0
'@manypkg/get-packages': 1.1.3
@@ -3475,7 +3488,7 @@ packages:
/@changesets/pre/1.0.11:
resolution: {integrity: sha512-CXZnt4SV9waaC9cPLm7818+SxvLKIDHUxaiTXnJYDp1c56xIexx1BNfC1yMuOdzO2a3rAIcZua5Odxr3dwSKfg==}
dependencies:
- '@babel/runtime': 7.17.9
+ '@babel/runtime': 7.18.0
'@changesets/errors': 0.1.4
'@changesets/types': 5.0.0
'@manypkg/get-packages': 1.1.3
@@ -3485,7 +3498,7 @@ packages:
/@changesets/read/0.5.5:
resolution: {integrity: sha512-bzonrPWc29Tsjvgh+8CqJ0apQOwWim0zheeD4ZK44ApSa/GudnZJTODtA3yNOOuQzeZmL0NUebVoHIurtIkA7w==}
dependencies:
- '@babel/runtime': 7.17.9
+ '@babel/runtime': 7.18.0
'@changesets/git': 1.3.2
'@changesets/logger': 0.0.5
'@changesets/parse': 0.3.13
@@ -3506,7 +3519,7 @@ packages:
/@changesets/write/0.1.8:
resolution: {integrity: sha512-oIHeFVMuP6jf0TPnKPpaFpvvAf3JBc+s2pmVChbeEgQTBTALoF51Z9kqxQfG4XONZPHZnqkmy564c7qohhhhTQ==}
dependencies:
- '@babel/runtime': 7.17.9
+ '@babel/runtime': 7.18.0
'@changesets/types': 5.0.0
fs-extra: 7.0.1
human-id: 1.0.2
@@ -3634,20 +3647,20 @@ packages:
/@internationalized/date/3.0.0-rc.0:
resolution: {integrity: sha512-R8ui3O2G43fZ/z5cBdJuU6nswKtuVrKloDE6utvqKEeGf6igFoiapcjg7jbQ+WvWIDGtdUytOp2fOq/X4efBdQ==}
dependencies:
- '@babel/runtime': 7.17.9
+ '@babel/runtime': 7.18.0
dev: false
/@internationalized/message/3.0.6:
resolution: {integrity: sha512-ECk3toFy87I2z5zipRNwdbouvRlIyMKb/FzKj1upMaNS52AKhpvrLgo3CY/ZXQKm4CRIbeh6p/F/Ztt+enhIEA==}
dependencies:
- '@babel/runtime': 7.17.9
+ '@babel/runtime': 7.18.0
intl-messageformat: 9.13.0
dev: false
/@internationalized/number/3.1.0:
resolution: {integrity: sha512-CEts+2rIB4QveKeeF6xIHdn8aLVvUt5aiarkpCZgtMyYqfqo/ZBELf2UyhvLPGpRxcF24ClCISMTP9BTVreSAg==}
dependencies:
- '@babel/runtime': 7.17.9
+ '@babel/runtime': 7.18.0
dev: false
/@jridgewell/gen-mapping/0.1.1:
@@ -3723,7 +3736,7 @@ packages:
/@manypkg/find-root/1.1.0:
resolution: {integrity: sha512-mki5uBvhHzO8kYYix/WRy2WX8S3B5wdVSc9D6KcU5lQNglP2yt58/VfLuAK49glRXChosY8ap2oJ1qgma3GUVA==}
dependencies:
- '@babel/runtime': 7.17.9
+ '@babel/runtime': 7.18.0
'@types/node': 12.20.52
find-up: 4.1.0
fs-extra: 8.1.0
@@ -3732,7 +3745,7 @@ packages:
/@manypkg/get-packages/1.1.3:
resolution: {integrity: sha512-fo+QhuU3qE/2TQMQmbVMqaQ6EWbMhi4ABWP+O4AM1NqPBuy0OrApV5LO6BrrgnhtAHS2NH6RrVk9OL181tTi8A==}
dependencies:
- '@babel/runtime': 7.17.9
+ '@babel/runtime': 7.18.0
'@changesets/types': 4.1.0
'@manypkg/find-root': 1.1.0
fs-extra: 8.1.0
@@ -3969,7 +3982,7 @@ packages:
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1
dependencies:
- '@babel/runtime': 7.17.9
+ '@babel/runtime': 7.18.0
'@react-aria/focus': 3.5.5_react@17.0.2
'@react-aria/i18n': 3.3.9_react@17.0.2
'@react-aria/interactions': 3.8.4_react@17.0.2
@@ -3987,7 +4000,7 @@ packages:
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1
dependencies:
- '@babel/runtime': 7.17.9
+ '@babel/runtime': 7.18.0
'@react-aria/i18n': 3.3.9_react@17.0.2
'@react-aria/interactions': 3.8.4_react@17.0.2
'@react-aria/link': 3.2.5_react@17.0.2
@@ -4002,7 +4015,7 @@ packages:
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1
dependencies:
- '@babel/runtime': 7.17.9
+ '@babel/runtime': 7.18.0
'@react-aria/focus': 3.5.5_react@17.0.2
'@react-aria/interactions': 3.8.4_react@17.0.2
'@react-aria/utils': 3.12.0_react@17.0.2
@@ -4016,7 +4029,7 @@ packages:
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1
dependencies:
- '@babel/runtime': 7.17.9
+ '@babel/runtime': 7.18.0
'@react-aria/label': 3.2.5_react@17.0.2
'@react-aria/toggle': 3.2.4_react@17.0.2
'@react-aria/utils': 3.12.0_react@17.0.2
@@ -4032,7 +4045,7 @@ packages:
react: ^16.8.0 || ^17.0.0-rc.1
react-dom: ^16.8.0 || ^17.0.0-rc.1
dependencies:
- '@babel/runtime': 7.17.9
+ '@babel/runtime': 7.18.0
'@react-aria/i18n': 3.3.9_react@17.0.2
'@react-aria/interactions': 3.8.4_react@17.0.2
'@react-aria/listbox': 3.4.5_react@17.0.2
@@ -4057,7 +4070,7 @@ packages:
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1
dependencies:
- '@babel/runtime': 7.17.9
+ '@babel/runtime': 7.18.0
'@react-aria/focus': 3.5.5_react@17.0.2
'@react-aria/utils': 3.12.0_react@17.0.2
'@react-stately/overlays': 3.2.0_react@17.0.2
@@ -4070,7 +4083,7 @@ packages:
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1
dependencies:
- '@babel/runtime': 7.17.9
+ '@babel/runtime': 7.18.0
'@react-aria/interactions': 3.8.4_react@17.0.2
'@react-aria/utils': 3.12.0_react@17.0.2
'@react-types/shared': 3.12.0_react@17.0.2
@@ -4084,7 +4097,7 @@ packages:
react: ^16.8.0 || ^17.0.0-rc.1
react-dom: ^16.8.0 || ^17.0.0-rc.1
dependencies:
- '@babel/runtime': 7.17.9
+ '@babel/runtime': 7.18.0
'@react-aria/focus': 3.5.5_react@17.0.2
'@react-aria/i18n': 3.3.9_react@17.0.2
'@react-aria/interactions': 3.8.4_react@17.0.2
@@ -4106,7 +4119,7 @@ packages:
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1
dependencies:
- '@babel/runtime': 7.17.9
+ '@babel/runtime': 7.18.0
'@internationalized/date': 3.0.0-rc.0
'@internationalized/message': 3.0.6
'@internationalized/number': 3.1.0
@@ -4121,7 +4134,7 @@ packages:
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1
dependencies:
- '@babel/runtime': 7.17.9
+ '@babel/runtime': 7.18.0
'@react-aria/utils': 3.12.0_react@17.0.2
'@react-types/shared': 3.12.0_react@17.0.2
react: 17.0.2
@@ -4132,7 +4145,7 @@ packages:
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1
dependencies:
- '@babel/runtime': 7.17.9
+ '@babel/runtime': 7.18.0
'@react-aria/utils': 3.12.0_react@17.0.2
'@react-types/label': 3.5.4_react@17.0.2
'@react-types/shared': 3.12.0_react@17.0.2
@@ -4144,7 +4157,7 @@ packages:
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1
dependencies:
- '@babel/runtime': 7.17.9
+ '@babel/runtime': 7.18.0
'@react-aria/focus': 3.5.5_react@17.0.2
'@react-aria/interactions': 3.8.4_react@17.0.2
'@react-aria/utils': 3.12.0_react@17.0.2
@@ -4158,7 +4171,7 @@ packages:
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1
dependencies:
- '@babel/runtime': 7.17.9
+ '@babel/runtime': 7.18.0
'@react-aria/focus': 3.5.5_react@17.0.2
'@react-aria/interactions': 3.8.4_react@17.0.2
'@react-aria/label': 3.2.5_react@17.0.2
@@ -4177,7 +4190,7 @@ packages:
react: ^16.8.0 || ^17.0.0-rc.1
react-dom: ^16.8.0 || ^17.0.0-rc.1
dependencies:
- '@babel/runtime': 7.17.9
+ '@babel/runtime': 7.18.0
'@react-aria/utils': 3.12.0_react@17.0.2
'@react-aria/visually-hidden': 3.2.8_react@17.0.2
react: 17.0.2
@@ -4190,7 +4203,7 @@ packages:
react: ^16.8.0 || ^17.0.0-rc.1
react-dom: ^16.8.0 || ^17.0.0-rc.1
dependencies:
- '@babel/runtime': 7.17.9
+ '@babel/runtime': 7.18.0
'@react-aria/i18n': 3.3.9_react@17.0.2
'@react-aria/interactions': 3.8.4_react@17.0.2
'@react-aria/overlays': 3.8.2_sfoxds7t5ydpegc3knd667wn6m
@@ -4211,7 +4224,7 @@ packages:
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1
dependencies:
- '@babel/runtime': 7.17.9
+ '@babel/runtime': 7.18.0
'@react-aria/progress': 3.1.8_react@17.0.2
'@react-types/meter': 3.1.6_react@17.0.2
'@react-types/shared': 3.12.0_react@17.0.2
@@ -4224,7 +4237,7 @@ packages:
react: ^16.8.0 || ^17.0.0-rc.1
react-dom: ^16.8.0 || ^17.0.0-rc.1
dependencies:
- '@babel/runtime': 7.17.9
+ '@babel/runtime': 7.18.0
'@react-aria/i18n': 3.3.9_react@17.0.2
'@react-aria/interactions': 3.8.4_react@17.0.2
'@react-aria/live-announcer': 3.0.6_sfoxds7t5ydpegc3knd667wn6m
@@ -4246,7 +4259,7 @@ packages:
react: ^16.8.0 || ^17.0.0-rc.1
react-dom: ^16.8.0 || ^17.0.0-rc.1
dependencies:
- '@babel/runtime': 7.17.9
+ '@babel/runtime': 7.18.0
'@react-aria/i18n': 3.3.9_react@17.0.2
'@react-aria/interactions': 3.8.4_react@17.0.2
'@react-aria/utils': 3.12.0_react@17.0.2
@@ -4265,7 +4278,7 @@ packages:
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1
dependencies:
- '@babel/runtime': 7.17.9
+ '@babel/runtime': 7.18.0
'@react-aria/i18n': 3.3.9_react@17.0.2
'@react-aria/label': 3.2.5_react@17.0.2
'@react-aria/utils': 3.12.0_react@17.0.2
@@ -4279,7 +4292,7 @@ packages:
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1
dependencies:
- '@babel/runtime': 7.17.9
+ '@babel/runtime': 7.18.0
'@react-aria/focus': 3.5.5_react@17.0.2
'@react-aria/i18n': 3.3.9_react@17.0.2
'@react-aria/interactions': 3.8.4_react@17.0.2
@@ -4295,7 +4308,7 @@ packages:
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1
dependencies:
- '@babel/runtime': 7.17.9
+ '@babel/runtime': 7.18.0
'@react-aria/i18n': 3.3.9_react@17.0.2
'@react-aria/interactions': 3.8.4_react@17.0.2
'@react-aria/textfield': 3.5.5_react@17.0.2
@@ -4313,7 +4326,7 @@ packages:
react: ^16.8.0 || ^17.0.0-rc.1
react-dom: ^16.8.0 || ^17.0.0-rc.1
dependencies:
- '@babel/runtime': 7.17.9
+ '@babel/runtime': 7.18.0
'@react-aria/i18n': 3.3.9_react@17.0.2
'@react-aria/interactions': 3.8.4_react@17.0.2
'@react-aria/label': 3.2.5_react@17.0.2
@@ -4335,7 +4348,7 @@ packages:
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1
dependencies:
- '@babel/runtime': 7.17.9
+ '@babel/runtime': 7.18.0
'@react-aria/focus': 3.5.5_react@17.0.2
'@react-aria/i18n': 3.3.9_react@17.0.2
'@react-aria/interactions': 3.8.4_react@17.0.2
@@ -4351,7 +4364,7 @@ packages:
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1
dependencies:
- '@babel/runtime': 7.17.9
+ '@babel/runtime': 7.18.0
'@react-aria/utils': 3.12.0_react@17.0.2
'@react-types/shared': 3.12.0_react@17.0.2
react: 17.0.2
@@ -4362,7 +4375,7 @@ packages:
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1
dependencies:
- '@babel/runtime': 7.17.9
+ '@babel/runtime': 7.18.0
'@react-aria/focus': 3.5.5_react@17.0.2
'@react-aria/i18n': 3.3.9_react@17.0.2
'@react-aria/interactions': 3.8.4_react@17.0.2
@@ -4381,7 +4394,7 @@ packages:
react: ^16.8.0 || ^17.0.0-rc.1
react-dom: ^16.8.0 || ^17.0.0-rc.1
dependencies:
- '@babel/runtime': 7.17.9
+ '@babel/runtime': 7.18.0
'@react-aria/i18n': 3.3.9_react@17.0.2
'@react-aria/live-announcer': 3.0.6_sfoxds7t5ydpegc3knd667wn6m
'@react-aria/utils': 3.12.0_react@17.0.2
@@ -4396,7 +4409,7 @@ packages:
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1
dependencies:
- '@babel/runtime': 7.17.9
+ '@babel/runtime': 7.18.0
react: 17.0.2
dev: false
@@ -4405,7 +4418,7 @@ packages:
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1
dependencies:
- '@babel/runtime': 7.17.9
+ '@babel/runtime': 7.18.0
'@react-aria/toggle': 3.2.4_react@17.0.2
'@react-stately/toggle': 3.2.7_react@17.0.2
'@react-types/switch': 3.1.6_react@17.0.2
@@ -4418,7 +4431,7 @@ packages:
react: ^16.8.0 || ^17.0.0-rc.1
react-dom: ^16.8.0 || ^17.0.0-rc.1
dependencies:
- '@babel/runtime': 7.17.9
+ '@babel/runtime': 7.18.0
'@react-aria/focus': 3.5.5_react@17.0.2
'@react-aria/grid': 3.2.6_sfoxds7t5ydpegc3knd667wn6m
'@react-aria/i18n': 3.3.9_react@17.0.2
@@ -4441,7 +4454,7 @@ packages:
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1
dependencies:
- '@babel/runtime': 7.17.9
+ '@babel/runtime': 7.18.0
'@react-aria/focus': 3.5.5_react@17.0.2
'@react-aria/i18n': 3.3.9_react@17.0.2
'@react-aria/interactions': 3.8.4_react@17.0.2
@@ -4459,7 +4472,7 @@ packages:
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1
dependencies:
- '@babel/runtime': 7.17.9
+ '@babel/runtime': 7.18.0
'@react-aria/focus': 3.5.5_react@17.0.2
'@react-aria/label': 3.2.5_react@17.0.2
'@react-aria/utils': 3.12.0_react@17.0.2
@@ -4473,7 +4486,7 @@ packages:
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1
dependencies:
- '@babel/runtime': 7.17.9
+ '@babel/runtime': 7.18.0
'@react-aria/focus': 3.5.5_react@17.0.2
'@react-aria/interactions': 3.8.4_react@17.0.2
'@react-aria/utils': 3.12.0_react@17.0.2
@@ -4489,7 +4502,7 @@ packages:
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1
dependencies:
- '@babel/runtime': 7.17.9
+ '@babel/runtime': 7.18.0
'@react-aria/focus': 3.5.5_react@17.0.2
'@react-aria/interactions': 3.8.4_react@17.0.2
'@react-aria/utils': 3.12.0_react@17.0.2
@@ -4504,7 +4517,7 @@ packages:
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1
dependencies:
- '@babel/runtime': 7.17.9
+ '@babel/runtime': 7.18.0
'@react-aria/ssr': 3.1.2_react@17.0.2
'@react-stately/utils': 3.4.1_react@17.0.2
'@react-types/shared': 3.12.0_react@17.0.2
@@ -4518,7 +4531,7 @@ packages:
react: ^16.8.0 || ^17.0.0-rc.1
react-dom: ^16.8.0 || ^17.0.0-rc.1
dependencies:
- '@babel/runtime': 7.17.9
+ '@babel/runtime': 7.18.0
'@react-aria/i18n': 3.3.9_react@17.0.2
'@react-aria/interactions': 3.8.4_react@17.0.2
'@react-aria/utils': 3.12.0_react@17.0.2
@@ -4533,7 +4546,7 @@ packages:
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1
dependencies:
- '@babel/runtime': 7.17.9
+ '@babel/runtime': 7.18.0
'@react-aria/interactions': 3.8.4_react@17.0.2
'@react-aria/utils': 3.12.0_react@17.0.2
clsx: 1.1.1
@@ -4547,7 +4560,7 @@ packages:
react: ^16.8.0 || ^17.0.0-rc.1
react-dom: ^16.8.0 || ^17.0.0-rc.1
dependencies:
- '@babel/runtime': 7.17.9
+ '@babel/runtime': 7.18.0
'@react-aria/actiongroup': 3.2.6_react@17.0.2
'@react-aria/button': 3.4.4_react@17.0.2
'@react-aria/focus': 3.5.5_react@17.0.2
@@ -4579,7 +4592,7 @@ packages:
react: ^16.8.0 || ^17.0.0-rc.1
react-dom: ^16.8.0 || ^17.0.0-rc.1
dependencies:
- '@babel/runtime': 7.17.9
+ '@babel/runtime': 7.18.0
'@react-aria/breadcrumbs': 3.1.10_react@17.0.2
'@react-aria/focus': 3.5.5_react@17.0.2
'@react-aria/i18n': 3.3.9_react@17.0.2
@@ -4603,7 +4616,7 @@ packages:
'@react-spectrum/provider': ^3.0.0
react: ^16.8.0 || ^17.0.0-rc.1
dependencies:
- '@babel/runtime': 7.17.9
+ '@babel/runtime': 7.18.0
'@react-aria/button': 3.4.4_react@17.0.2
'@react-aria/focus': 3.5.5_react@17.0.2
'@react-aria/interactions': 3.8.4_react@17.0.2
@@ -4626,7 +4639,7 @@ packages:
'@react-spectrum/provider': ^3.0.0
react: ^16.8.0 || ^17.0.0-rc.1
dependencies:
- '@babel/runtime': 7.17.9
+ '@babel/runtime': 7.18.0
'@react-aria/utils': 3.12.0_react@17.0.2
'@react-spectrum/button': 3.7.4_hvcaygfkrdsthu4bca6eisslhq
'@react-spectrum/provider': 3.3.4_sfoxds7t5ydpegc3knd667wn6m
@@ -4645,7 +4658,7 @@ packages:
'@react-spectrum/provider': ^3.0.0
react: ^16.8.0 || ^17.0.0-rc.1
dependencies:
- '@babel/runtime': 7.17.9
+ '@babel/runtime': 7.18.0
'@react-aria/checkbox': 3.3.4_react@17.0.2
'@react-aria/focus': 3.5.5_react@17.0.2
'@react-aria/interactions': 3.8.4_react@17.0.2
@@ -4670,7 +4683,7 @@ packages:
react: ^16.8.0 || ^17.0.0-rc.1
react-dom: ^16.8.0 || ^17.0.0-rc.1
dependencies:
- '@babel/runtime': 7.17.9
+ '@babel/runtime': 7.18.0
'@react-aria/button': 3.4.4_react@17.0.2
'@react-aria/combobox': 3.2.6_sfoxds7t5ydpegc3knd667wn6m
'@react-aria/dialog': 3.1.9_react@17.0.2
@@ -4706,7 +4719,7 @@ packages:
'@react-spectrum/provider': ^3.0.0
react: ^16.8.0 || ^17.0.0-rc.1
dependencies:
- '@babel/runtime': 7.17.9
+ '@babel/runtime': 7.18.0
'@react-aria/i18n': 3.3.9_react@17.0.2
'@react-spectrum/button': 3.7.4_hvcaygfkrdsthu4bca6eisslhq
'@react-spectrum/dialog': 3.3.9_hvcaygfkrdsthu4bca6eisslhq
@@ -4727,7 +4740,7 @@ packages:
react: ^16.8.0 || ^17.0.0-rc.1
react-dom: ^16.8.0 || ^17.0.0-rc.1
dependencies:
- '@babel/runtime': 7.17.9
+ '@babel/runtime': 7.18.0
'@react-aria/dialog': 3.1.9_react@17.0.2
'@react-aria/focus': 3.5.5_react@17.0.2
'@react-aria/i18n': 3.3.9_react@17.0.2
@@ -4758,7 +4771,7 @@ packages:
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1
dependencies:
- '@babel/runtime': 7.17.9
+ '@babel/runtime': 7.18.0
'@react-aria/separator': 3.1.7_react@17.0.2
'@react-spectrum/utils': 3.6.8_react@17.0.2
'@react-types/divider': 3.1.6_react@17.0.2
@@ -4772,7 +4785,7 @@ packages:
'@react-spectrum/provider': ^3.0.0
react: ^16.8.0 || ^17.0.0-rc.1
dependencies:
- '@babel/runtime': 7.17.9
+ '@babel/runtime': 7.18.0
'@react-aria/utils': 3.12.0_react@17.0.2
'@react-spectrum/provider': 3.3.4_sfoxds7t5ydpegc3knd667wn6m
'@react-spectrum/utils': 3.6.8_react@17.0.2
@@ -4787,7 +4800,7 @@ packages:
'@react-spectrum/provider': ^3.0.0
react: ^16.8.0 || ^17.0.0-rc.1
dependencies:
- '@babel/runtime': 7.17.9
+ '@babel/runtime': 7.18.0
'@react-aria/utils': 3.12.0_react@17.0.2
'@react-spectrum/provider': 3.3.4_sfoxds7t5ydpegc3knd667wn6m
'@react-spectrum/utils': 3.6.8_react@17.0.2
@@ -4801,7 +4814,7 @@ packages:
'@react-spectrum/provider': ^3.0.0
react: ^16.8.0 || ^17.0.0-rc.1
dependencies:
- '@babel/runtime': 7.17.9
+ '@babel/runtime': 7.18.0
'@react-aria/utils': 3.12.0_react@17.0.2
'@react-spectrum/layout': 3.2.6_yrnkbltii27iipti42xi2zu23q
'@react-spectrum/provider': 3.3.4_sfoxds7t5ydpegc3knd667wn6m
@@ -4817,7 +4830,7 @@ packages:
'@react-spectrum/provider': ^3.0.0
react: ^16.8.0 || ^17.0.0-rc.1
dependencies:
- '@babel/runtime': 7.17.9
+ '@babel/runtime': 7.18.0
'@react-aria/utils': 3.12.0_react@17.0.2
'@react-spectrum/provider': 3.3.4_sfoxds7t5ydpegc3knd667wn6m
'@react-spectrum/utils': 3.6.8_react@17.0.2
@@ -4832,7 +4845,7 @@ packages:
'@react-spectrum/provider': ^3.0.0
react: ^16.8.0 || ^17.0.0-rc.1
dependencies:
- '@babel/runtime': 7.17.9
+ '@babel/runtime': 7.18.0
'@react-aria/i18n': 3.3.9_react@17.0.2
'@react-aria/label': 3.2.5_react@17.0.2
'@react-aria/utils': 3.12.0_react@17.0.2
@@ -4854,7 +4867,7 @@ packages:
'@react-spectrum/provider': ^3.0.0
react: ^16.8.0 || ^17.0.0-rc.1
dependencies:
- '@babel/runtime': 7.17.9
+ '@babel/runtime': 7.18.0
'@react-aria/ssr': 3.1.2_react@17.0.2
'@react-aria/utils': 3.12.0_react@17.0.2
'@react-spectrum/provider': 3.3.4_sfoxds7t5ydpegc3knd667wn6m
@@ -4871,7 +4884,7 @@ packages:
'@react-spectrum/provider': ^3.0.0
react: ^16.8.0 || ^17.0.0-rc.1
dependencies:
- '@babel/runtime': 7.17.9
+ '@babel/runtime': 7.18.0
'@react-aria/focus': 3.5.5_react@17.0.2
'@react-aria/interactions': 3.8.4_react@17.0.2
'@react-aria/link': 3.2.5_react@17.0.2
@@ -4889,7 +4902,7 @@ packages:
react: ^16.8.0 || ^17.0.0-rc.1
react-dom: ^16.8.0 || ^17.0.0-rc.1
dependencies:
- '@babel/runtime': 7.17.9
+ '@babel/runtime': 7.18.0
'@react-aria/focus': 3.5.5_react@17.0.2
'@react-aria/i18n': 3.3.9_react@17.0.2
'@react-aria/interactions': 3.8.4_react@17.0.2
@@ -4920,7 +4933,7 @@ packages:
react: ^16.8.0 || ^17.0.0-rc.1
react-dom: ^16.8.0 || ^17.0.0-rc.1
dependencies:
- '@babel/runtime': 7.17.9
+ '@babel/runtime': 7.18.0
'@react-aria/focus': 3.5.5_react@17.0.2
'@react-aria/i18n': 3.3.9_react@17.0.2
'@react-aria/interactions': 3.8.4_react@17.0.2
@@ -4957,7 +4970,7 @@ packages:
'@react-spectrum/provider': ^3.0.0
react: ^16.8.0 || ^17.0.0-rc.1
dependencies:
- '@babel/runtime': 7.17.9
+ '@babel/runtime': 7.18.0
'@react-aria/meter': 3.1.8_react@17.0.2
'@react-spectrum/progress': 3.1.8_yrnkbltii27iipti42xi2zu23q
'@react-spectrum/provider': 3.3.4_sfoxds7t5ydpegc3knd667wn6m
@@ -4974,7 +4987,7 @@ packages:
react: ^16.8.0 || ^17.0.0-rc.1
react-dom: ^16.8.0 || ^17.0.0-rc.1
dependencies:
- '@babel/runtime': 7.17.9
+ '@babel/runtime': 7.18.0
'@react-aria/button': 3.4.4_react@17.0.2
'@react-aria/focus': 3.5.5_react@17.0.2
'@react-aria/i18n': 3.3.9_react@17.0.2
@@ -5003,7 +5016,7 @@ packages:
react: ^16.8.0 || ^17.0.0-rc.1
react-dom: ^16.8.0 || ^17.0.0-rc.1
dependencies:
- '@babel/runtime': 7.17.9
+ '@babel/runtime': 7.18.0
'@react-aria/overlays': 3.8.2_sfoxds7t5ydpegc3knd667wn6m
'@react-aria/utils': 3.12.0_react@17.0.2
'@react-spectrum/provider': 3.3.4_sfoxds7t5ydpegc3knd667wn6m
@@ -5023,7 +5036,7 @@ packages:
react: ^16.8.0 || ^17.0.0-rc.1
react-dom: ^16.8.0 || ^17.0.0-rc.1
dependencies:
- '@babel/runtime': 7.17.9
+ '@babel/runtime': 7.18.0
'@react-aria/focus': 3.5.5_react@17.0.2
'@react-aria/i18n': 3.3.9_react@17.0.2
'@react-aria/interactions': 3.8.4_react@17.0.2
@@ -5054,7 +5067,7 @@ packages:
'@react-spectrum/provider': ^3.0.0
react: ^16.8.0 || ^17.0.0-rc.1
dependencies:
- '@babel/runtime': 7.17.9
+ '@babel/runtime': 7.18.0
'@react-aria/progress': 3.1.8_react@17.0.2
'@react-aria/utils': 3.12.0_react@17.0.2
'@react-spectrum/provider': 3.3.4_sfoxds7t5ydpegc3knd667wn6m
@@ -5070,7 +5083,7 @@ packages:
react: ^16.8.0 || ^17.0.0-rc.1
react-dom: ^16.8.0 || ^17.0.0-rc.1
dependencies:
- '@babel/runtime': 7.17.9
+ '@babel/runtime': 7.18.0
'@react-aria/i18n': 3.3.9_react@17.0.2
'@react-aria/overlays': 3.8.2_sfoxds7t5ydpegc3knd667wn6m
'@react-aria/utils': 3.12.0_react@17.0.2
@@ -5088,7 +5101,7 @@ packages:
'@react-spectrum/provider': ^3.0.0
react: ^16.8.0 || ^17.0.0-rc.1
dependencies:
- '@babel/runtime': 7.17.9
+ '@babel/runtime': 7.18.0
'@react-aria/focus': 3.5.5_react@17.0.2
'@react-aria/interactions': 3.8.4_react@17.0.2
'@react-aria/radio': 3.1.11_react@17.0.2
@@ -5110,7 +5123,7 @@ packages:
'@react-spectrum/provider': ^3.0.0
react: ^16.8.0 || ^17.0.0-rc.1
dependencies:
- '@babel/runtime': 7.17.9
+ '@babel/runtime': 7.18.0
'@react-aria/searchfield': 3.2.7_react@17.0.2
'@react-spectrum/button': 3.7.4_hvcaygfkrdsthu4bca6eisslhq
'@react-spectrum/provider': 3.3.4_sfoxds7t5ydpegc3knd667wn6m
@@ -5131,7 +5144,7 @@ packages:
'@react-spectrum/provider': ^3.0.0
react: ^16.8.0 || ^17.0.0-rc.1
dependencies:
- '@babel/runtime': 7.17.9
+ '@babel/runtime': 7.18.0
'@react-aria/focus': 3.5.5_react@17.0.2
'@react-aria/i18n': 3.3.9_react@17.0.2
'@react-aria/interactions': 3.8.4_react@17.0.2
@@ -5152,7 +5165,7 @@ packages:
'@react-spectrum/provider': ^3.0.0
react: ^16.8.0 || ^17.0.0-rc.1
dependencies:
- '@babel/runtime': 7.17.9
+ '@babel/runtime': 7.18.0
'@react-aria/utils': 3.12.0_react@17.0.2
'@react-spectrum/provider': 3.3.4_sfoxds7t5ydpegc3knd667wn6m
'@react-spectrum/utils': 3.6.8_react@17.0.2
@@ -5167,7 +5180,7 @@ packages:
'@react-spectrum/provider': ^3.0.0
react: ^16.8.0 || ^17.0.0-rc.1
dependencies:
- '@babel/runtime': 7.17.9
+ '@babel/runtime': 7.18.0
'@react-aria/focus': 3.5.5_react@17.0.2
'@react-aria/interactions': 3.8.4_react@17.0.2
'@react-aria/switch': 3.1.8_react@17.0.2
@@ -5190,7 +5203,7 @@ packages:
react: ^16.8.0 || ^17.0.0-rc.1
react-dom: ^16.8.0 || ^17.0.0-rc.1
dependencies:
- '@babel/runtime': 7.17.9
+ '@babel/runtime': 7.18.0
'@react-aria/focus': 3.5.5_react@17.0.2
'@react-aria/grid': 3.2.6_sfoxds7t5ydpegc3knd667wn6m
'@react-aria/i18n': 3.3.9_react@17.0.2
@@ -5224,7 +5237,7 @@ packages:
react: ^16.8.0 || ^17.0.0-rc.1
react-dom: ^16.8.0 || ^17.0.0-rc.1
dependencies:
- '@babel/runtime': 7.17.9
+ '@babel/runtime': 7.18.0
'@react-aria/focus': 3.5.5_react@17.0.2
'@react-aria/i18n': 3.3.9_react@17.0.2
'@react-aria/interactions': 3.8.4_react@17.0.2
@@ -5253,7 +5266,7 @@ packages:
'@react-spectrum/provider': ^3.0.0
react: ^16.8.0 || ^17.0.0-rc.1
dependencies:
- '@babel/runtime': 7.17.9
+ '@babel/runtime': 7.18.0
'@react-aria/utils': 3.12.0_react@17.0.2
'@react-spectrum/provider': 3.3.4_sfoxds7t5ydpegc3knd667wn6m
'@react-spectrum/utils': 3.6.8_react@17.0.2
@@ -5268,7 +5281,7 @@ packages:
'@react-spectrum/provider': ^3.0.0
react: ^16.8.0 || ^17.0.0-rc.1
dependencies:
- '@babel/runtime': 7.17.9
+ '@babel/runtime': 7.18.0
'@react-aria/focus': 3.5.5_react@17.0.2
'@react-aria/i18n': 3.3.9_react@17.0.2
'@react-aria/interactions': 3.8.4_react@17.0.2
@@ -5291,7 +5304,7 @@ packages:
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1
dependencies:
- '@babel/runtime': 7.17.9
+ '@babel/runtime': 7.18.0
'@react-types/provider': 3.4.3_react@17.0.2
react: 17.0.2
dev: false
@@ -5301,7 +5314,7 @@ packages:
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1
dependencies:
- '@babel/runtime': 7.17.9
+ '@babel/runtime': 7.18.0
'@react-types/provider': 3.4.3_react@17.0.2
react: 17.0.2
dev: false
@@ -5311,7 +5324,7 @@ packages:
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1
dependencies:
- '@babel/runtime': 7.17.9
+ '@babel/runtime': 7.18.0
'@react-types/provider': 3.4.3_react@17.0.2
react: 17.0.2
dev: false
@@ -5323,7 +5336,7 @@ packages:
react: ^16.8.0 || ^17.0.0-rc.1
react-dom: ^16.8.0 || ^17.0.0-rc.1
dependencies:
- '@babel/runtime': 7.17.9
+ '@babel/runtime': 7.18.0
'@react-aria/focus': 3.5.5_react@17.0.2
'@react-aria/interactions': 3.8.4_react@17.0.2
'@react-aria/overlays': 3.8.2_sfoxds7t5ydpegc3knd667wn6m
@@ -5347,7 +5360,7 @@ packages:
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1
dependencies:
- '@babel/runtime': 7.17.9
+ '@babel/runtime': 7.18.0
'@react-aria/i18n': 3.3.9_react@17.0.2
'@react-aria/ssr': 3.1.2_react@17.0.2
'@react-aria/utils': 3.12.0_react@17.0.2
@@ -5362,7 +5375,7 @@ packages:
'@react-spectrum/provider': ^3.0.0
react: ^16.8.0 || ^17.0.0-rc.1
dependencies:
- '@babel/runtime': 7.17.9
+ '@babel/runtime': 7.18.0
'@react-aria/i18n': 3.3.9_react@17.0.2
'@react-aria/utils': 3.12.0_react@17.0.2
'@react-spectrum/provider': 3.3.4_sfoxds7t5ydpegc3knd667wn6m
@@ -5377,7 +5390,7 @@ packages:
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1
dependencies:
- '@babel/runtime': 7.17.9
+ '@babel/runtime': 7.18.0
'@react-aria/utils': 3.12.0_react@17.0.2
'@react-spectrum/utils': 3.6.8_react@17.0.2
'@react-types/shared': 3.12.0_react@17.0.2
@@ -5390,7 +5403,7 @@ packages:
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1
dependencies:
- '@babel/runtime': 7.17.9
+ '@babel/runtime': 7.18.0
'@react-stately/toggle': 3.2.7_react@17.0.2
'@react-stately/utils': 3.4.1_react@17.0.2
'@react-types/checkbox': 3.2.7_react@17.0.2
@@ -5402,7 +5415,7 @@ packages:
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1
dependencies:
- '@babel/runtime': 7.17.9
+ '@babel/runtime': 7.18.0
'@react-types/shared': 3.12.0_react@17.0.2
react: 17.0.2
dev: false
@@ -5412,7 +5425,7 @@ packages:
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1
dependencies:
- '@babel/runtime': 7.17.9
+ '@babel/runtime': 7.18.0
'@react-stately/list': 3.4.5_react@17.0.2
'@react-stately/menu': 3.2.7_react@17.0.2
'@react-stately/select': 3.1.7_react@17.0.2
@@ -5427,7 +5440,7 @@ packages:
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1
dependencies:
- '@babel/runtime': 7.17.9
+ '@babel/runtime': 7.18.0
'@react-types/shared': 3.12.0_react@17.0.2
react: 17.0.2
dev: false
@@ -5437,7 +5450,7 @@ packages:
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1
dependencies:
- '@babel/runtime': 7.17.9
+ '@babel/runtime': 7.18.0
'@react-stately/selection': 3.9.4_react@17.0.2
'@react-types/grid': 3.0.4_react@17.0.2
'@react-types/shared': 3.12.0_react@17.0.2
@@ -5449,7 +5462,7 @@ packages:
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1
dependencies:
- '@babel/runtime': 7.17.9
+ '@babel/runtime': 7.18.0
'@react-stately/virtualizer': 3.1.9_react@17.0.2
'@react-types/grid': 3.0.4_react@17.0.2
'@react-types/shared': 3.12.0_react@17.0.2
@@ -5462,7 +5475,7 @@ packages:
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1
dependencies:
- '@babel/runtime': 7.17.9
+ '@babel/runtime': 7.18.0
'@react-stately/collections': 3.3.8_react@17.0.2
'@react-stately/selection': 3.9.4_react@17.0.2
'@react-stately/utils': 3.4.1_react@17.0.2
@@ -5475,7 +5488,7 @@ packages:
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1
dependencies:
- '@babel/runtime': 7.17.9
+ '@babel/runtime': 7.18.0
'@react-stately/overlays': 3.2.0_react@17.0.2
'@react-stately/utils': 3.4.1_react@17.0.2
'@react-types/menu': 3.5.3_react@17.0.2
@@ -5488,7 +5501,7 @@ packages:
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1
dependencies:
- '@babel/runtime': 7.17.9
+ '@babel/runtime': 7.18.0
'@internationalized/number': 3.1.0
'@react-stately/utils': 3.4.1_react@17.0.2
'@react-types/numberfield': 3.2.0_react@17.0.2
@@ -5501,7 +5514,7 @@ packages:
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1
dependencies:
- '@babel/runtime': 7.17.9
+ '@babel/runtime': 7.18.0
'@react-stately/utils': 3.4.1_react@17.0.2
'@react-types/overlays': 3.5.5_react@17.0.2
react: 17.0.2
@@ -5512,7 +5525,7 @@ packages:
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1
dependencies:
- '@babel/runtime': 7.17.9
+ '@babel/runtime': 7.18.0
'@react-stately/utils': 3.4.1_react@17.0.2
'@react-types/radio': 3.1.6_react@17.0.2
react: 17.0.2
@@ -5523,7 +5536,7 @@ packages:
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1
dependencies:
- '@babel/runtime': 7.17.9
+ '@babel/runtime': 7.18.0
'@react-stately/utils': 3.4.1_react@17.0.2
'@react-types/searchfield': 3.2.0_react@17.0.2
'@react-types/shared': 3.12.0_react@17.0.2
@@ -5535,7 +5548,7 @@ packages:
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1
dependencies:
- '@babel/runtime': 7.17.9
+ '@babel/runtime': 7.18.0
'@react-stately/collections': 3.3.8_react@17.0.2
'@react-stately/list': 3.4.5_react@17.0.2
'@react-stately/menu': 3.2.7_react@17.0.2
@@ -5551,7 +5564,7 @@ packages:
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1
dependencies:
- '@babel/runtime': 7.17.9
+ '@babel/runtime': 7.18.0
'@react-stately/collections': 3.3.8_react@17.0.2
'@react-stately/utils': 3.4.1_react@17.0.2
'@react-types/shared': 3.12.0_react@17.0.2
@@ -5563,7 +5576,7 @@ packages:
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1
dependencies:
- '@babel/runtime': 7.17.9
+ '@babel/runtime': 7.18.0
'@react-aria/i18n': 3.3.9_react@17.0.2
'@react-aria/utils': 3.12.0_react@17.0.2
'@react-stately/utils': 3.4.1_react@17.0.2
@@ -5576,7 +5589,7 @@ packages:
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1
dependencies:
- '@babel/runtime': 7.17.9
+ '@babel/runtime': 7.18.0
'@react-stately/collections': 3.3.8_react@17.0.2
'@react-stately/grid': 3.1.4_react@17.0.2
'@react-stately/selection': 3.9.4_react@17.0.2
@@ -5591,7 +5604,7 @@ packages:
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1
dependencies:
- '@babel/runtime': 7.17.9
+ '@babel/runtime': 7.18.0
'@react-stately/list': 3.4.5_react@17.0.2
'@react-stately/utils': 3.4.1_react@17.0.2
'@react-types/tabs': 3.0.5_react@17.0.2
@@ -5603,7 +5616,7 @@ packages:
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1
dependencies:
- '@babel/runtime': 7.17.9
+ '@babel/runtime': 7.18.0
'@react-stately/utils': 3.4.1_react@17.0.2
'@react-types/checkbox': 3.2.7_react@17.0.2
'@react-types/shared': 3.12.0_react@17.0.2
@@ -5615,7 +5628,7 @@ packages:
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1
dependencies:
- '@babel/runtime': 7.17.9
+ '@babel/runtime': 7.18.0
'@react-stately/overlays': 3.2.0_react@17.0.2
'@react-stately/utils': 3.4.1_react@17.0.2
'@react-types/tooltip': 3.1.6_react@17.0.2
@@ -5627,7 +5640,7 @@ packages:
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1
dependencies:
- '@babel/runtime': 7.17.9
+ '@babel/runtime': 7.18.0
'@react-stately/collections': 3.3.8_react@17.0.2
'@react-stately/selection': 3.9.4_react@17.0.2
'@react-stately/utils': 3.4.1_react@17.0.2
@@ -5640,7 +5653,7 @@ packages:
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1
dependencies:
- '@babel/runtime': 7.17.9
+ '@babel/runtime': 7.18.0
react: 17.0.2
dev: false
@@ -5649,7 +5662,7 @@ packages:
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1
dependencies:
- '@babel/runtime': 7.17.9
+ '@babel/runtime': 7.18.0
'@react-aria/utils': 3.12.0_react@17.0.2
'@react-types/shared': 3.12.0_react@17.0.2
react: 17.0.2
@@ -5998,17 +6011,17 @@ packages:
react: 17.0.2
dev: false
- /@rollup/plugin-alias/3.1.9_rollup@2.74.0:
+ /@rollup/plugin-alias/3.1.9_rollup@2.74.1:
resolution: {integrity: sha512-QI5fsEvm9bDzt32k39wpOwZhVzRcL5ydcffUHMyLVaVaLeC70I8TJZ17F1z1eMoLu4E/UOcH9BWVkKpIKdrfiw==}
engines: {node: '>=8.0.0'}
peerDependencies:
rollup: ^1.20.0||^2.0.0
dependencies:
- rollup: 2.74.0
+ rollup: 2.74.1
slash: 3.0.0
dev: true
- /@rollup/plugin-babel/5.3.1_swzzuhxpnwpceuiankqfict4vm:
+ /@rollup/plugin-babel/5.3.1_ykg7cmcqpmn5fbkb5gxs7i3du4:
resolution: {integrity: sha512-WFfdLWU/xVWKeRQnKmIAQULUI7Il0gZnBIH/ZFO069wYIfPu+8zrfp/KMW0atmELoRDq8FbiP3VCss9MhCut7Q==}
engines: {node: '>= 10.0.0'}
peerDependencies:
@@ -6021,64 +6034,64 @@ packages:
'@types/babel__core':
optional: true
dependencies:
- '@babel/core': 7.17.12
+ '@babel/core': 7.18.0
'@babel/helper-module-imports': 7.16.7
- '@rollup/pluginutils': 3.1.0_rollup@2.74.0
- rollup: 2.74.0
+ '@rollup/pluginutils': 3.1.0_rollup@2.74.1
+ rollup: 2.74.1
dev: true
- /@rollup/plugin-inject/4.0.4_rollup@2.74.0:
+ /@rollup/plugin-inject/4.0.4_rollup@2.74.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.74.0
+ '@rollup/pluginutils': 3.1.0_rollup@2.74.1
estree-walker: 2.0.2
magic-string: 0.25.9
- rollup: 2.74.0
+ rollup: 2.74.1
dev: true
- /@rollup/plugin-node-resolve/11.2.1_rollup@2.74.0:
+ /@rollup/plugin-node-resolve/11.2.1_rollup@2.74.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.74.0
+ '@rollup/pluginutils': 3.1.0_rollup@2.74.1
'@types/resolve': 1.17.1
builtin-modules: 3.3.0
deepmerge: 4.2.2
is-module: 1.0.0
resolve: 1.22.0
- rollup: 2.74.0
+ rollup: 2.74.1
dev: true
- /@rollup/plugin-node-resolve/13.3.0_rollup@2.74.0:
+ /@rollup/plugin-node-resolve/13.3.0_rollup@2.74.1:
resolution: {integrity: sha512-Lus8rbUo1eEcnS4yTFKLZrVumLPY+YayBdWXgFSHYhTT2iJbMhoaaBL3xl5NCdeRytErGr8tZ0L71BMRmnlwSw==}
engines: {node: '>= 10.0.0'}
peerDependencies:
rollup: ^2.42.0
dependencies:
- '@rollup/pluginutils': 3.1.0_rollup@2.74.0
+ '@rollup/pluginutils': 3.1.0_rollup@2.74.1
'@types/resolve': 1.17.1
deepmerge: 4.2.2
is-builtin-module: 3.1.0
is-module: 1.0.0
resolve: 1.22.0
- rollup: 2.74.0
+ rollup: 2.74.1
dev: true
- /@rollup/plugin-replace/2.4.2_rollup@2.74.0:
+ /@rollup/plugin-replace/2.4.2_rollup@2.74.1:
resolution: {integrity: sha512-IGcu+cydlUMZ5En85jxHH4qj2hta/11BHq95iHEyb2sbgiN0eCdzvUcHw5gt9pBL5lTi4JDYJ1acCoMGpTvEZg==}
peerDependencies:
rollup: ^1.20.0 || ^2.0.0
dependencies:
- '@rollup/pluginutils': 3.1.0_rollup@2.74.0
+ '@rollup/pluginutils': 3.1.0_rollup@2.74.1
magic-string: 0.25.9
- rollup: 2.74.0
+ rollup: 2.74.1
dev: true
- /@rollup/plugin-typescript/8.3.2_dwhto3eknlchw7qifl3asmnahy:
+ /@rollup/plugin-typescript/8.3.2_ewnwotriipvq7wps276zlnnxuy:
resolution: {integrity: sha512-MtgyR5LNHZr3GyN0tM7gNO9D0CS+Y+vflS4v/PHmrX17JCkHUYKvQ5jN5o3cz1YKllM3duXUqu3yOHwMPUxhDg==}
engines: {node: '>=8.0.0'}
peerDependencies:
@@ -6086,14 +6099,14 @@ packages:
tslib: '*'
typescript: '>=3.7.0'
dependencies:
- '@rollup/pluginutils': 3.1.0_rollup@2.74.0
+ '@rollup/pluginutils': 3.1.0_rollup@2.74.1
resolve: 1.22.0
- rollup: 2.74.0
+ rollup: 2.74.1
tslib: 2.4.0
typescript: 4.6.4
dev: true
- /@rollup/pluginutils/3.1.0_rollup@2.74.0:
+ /@rollup/pluginutils/3.1.0_rollup@2.74.1:
resolution: {integrity: sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==}
engines: {node: '>= 8.0.0'}
peerDependencies:
@@ -6102,7 +6115,7 @@ packages:
'@types/estree': 0.0.39
estree-walker: 1.0.1
picomatch: 2.3.1
- rollup: 2.74.0
+ rollup: 2.74.1
dev: true
/@rollup/pluginutils/4.2.1:
@@ -6188,8 +6201,8 @@ packages:
/@types/babel__core/7.1.19:
resolution: {integrity: sha512-WEOTgRsbYkvA/KCsDwVEGkd7WAr1e3g31VHQ8zy5gul/V1qKullU/BU5I68X5v7V3GnB9eotmom4v5a5gjxorw==}
dependencies:
- '@babel/parser': 7.17.12
- '@babel/types': 7.17.12
+ '@babel/parser': 7.18.0
+ '@babel/types': 7.18.0
'@types/babel__generator': 7.6.4
'@types/babel__template': 7.4.1
'@types/babel__traverse': 7.17.1
@@ -6198,20 +6211,20 @@ packages:
/@types/babel__generator/7.6.4:
resolution: {integrity: sha512-tFkciB9j2K755yrTALxD44McOrk+gfpIpvC3sxHjRawj6PfnQxrse4Clq5y/Rq+G3mrBurMax/lG8Qn2t9mSsg==}
dependencies:
- '@babel/types': 7.17.12
+ '@babel/types': 7.18.0
dev: true
/@types/babel__template/7.4.1:
resolution: {integrity: sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g==}
dependencies:
- '@babel/parser': 7.17.12
- '@babel/types': 7.17.12
+ '@babel/parser': 7.18.0
+ '@babel/types': 7.18.0
dev: true
/@types/babel__traverse/7.17.1:
resolution: {integrity: sha512-kVzjari1s2YVi77D3w1yuvohV2idweYXMCDzqBiVNN63TcDWrIlTVOYpqVrvbbyOE/IyzBoTKF0fdnLPEORFxA==}
dependencies:
- '@babel/types': 7.17.12
+ '@babel/types': 7.18.0
dev: true
/@types/chai-as-promised/7.1.5:
@@ -6231,7 +6244,7 @@ packages:
/@types/connect/3.4.35:
resolution: {integrity: sha512-cdeYyv4KWoEgpBISTxWvqYsVy444DOqehiF3fM3ne10AmJ62RSyNkUnxMJXHQWRQQX2eR94m5y1IZyDwBjV9FQ==}
dependencies:
- '@types/node': 17.0.34
+ '@types/node': 17.0.35
dev: true
/@types/debug/4.1.7:
@@ -6272,7 +6285,7 @@ packages:
resolution: {integrity: sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==}
dependencies:
'@types/minimatch': 3.0.5
- '@types/node': 17.0.34
+ '@types/node': 17.0.35
dev: true
/@types/hast/2.3.4:
@@ -6348,8 +6361,8 @@ packages:
resolution: {integrity: sha512-FR5QJe+TaoZ2GsMHkjuwoNabr+UrJNRr2HNOo+r/7vhcuntM6Ee/pRPOnRhhL2XE9OOvX9VLEq+BcXl3VjNoWA==}
dev: false
- /@types/node/17.0.34:
- resolution: {integrity: sha512-XImEz7XwTvDBtzlTnm8YvMqGW/ErMWBsKZ+hMTvnDIjGCKxwK5Xpc+c/oQjOauwq8M4OS11hEkpjX8rrI/eEgA==}
+ /@types/node/17.0.35:
+ resolution: {integrity: sha512-vu1SrqBjbbZ3J6vwY17jBs8Sr/BKA+/a/WtjRG+whKg1iuLFOosq872EXS0eXWILdO36DHQQeku/ZcL6hz2fpg==}
/@types/normalize-package-data/2.4.1:
resolution: {integrity: sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==}
@@ -6373,7 +6386,7 @@ packages:
/@types/prompts/2.0.14:
resolution: {integrity: sha512-HZBd99fKxRWpYCErtm2/yxUZv6/PBI9J7N4TNFffl5JbrYMHBwF25DjQGTW3b3jmXq+9P6/8fCIb2ee57BFfYA==}
dependencies:
- '@types/node': 17.0.34
+ '@types/node': 17.0.35
dev: false
/@types/prop-types/15.7.5:
@@ -6423,19 +6436,19 @@ packages:
resolution: {integrity: sha512-F3OznnSLAUxFrCEu/L5PY8+ny8DtcFRjx7fZZ9bycvXRi3KPTRS9HOitGZwvPg0juRhXFWIeKX58cnX5YqLohQ==}
dependencies:
'@types/glob': 7.2.0
- '@types/node': 17.0.34
+ '@types/node': 17.0.35
dev: true
/@types/sass/1.43.1:
resolution: {integrity: sha512-BPdoIt1lfJ6B7rw35ncdwBZrAssjcwzI5LByIrYs+tpXlj/CAkuVdRsgZDdP4lq5EjyWzwxZCqAoFyHKFwp32g==}
dependencies:
- '@types/node': 17.0.34
+ '@types/node': 17.0.35
dev: false
/@types/sax/1.2.4:
resolution: {integrity: sha512-pSAff4IAxJjfAXUG6tFkO7dsSbTmf8CtUpfhhZ5VhkRpC4628tJhh3+V6H1E+/Gs9piSzYKT5yzHO5M4GG9jkw==}
dependencies:
- '@types/node': 17.0.34
+ '@types/node': 17.0.35
dev: false
/@types/scheduler/0.16.2:
@@ -6449,7 +6462,7 @@ packages:
resolution: {integrity: sha512-Cwo8LE/0rnvX7kIIa3QHCkcuF21c05Ayb0ZfxPiv0W8VRiZiNW/WuRupHKpqqGVGf7SUA44QSOUKaEd9lIrd/Q==}
dependencies:
'@types/mime': 1.3.2
- '@types/node': 17.0.34
+ '@types/node': 17.0.35
dev: true
/@types/tailwindcss/3.0.10:
@@ -6742,7 +6755,7 @@ packages:
/@vue/compiler-core/3.2.34:
resolution: {integrity: sha512-Y53lv04ZhDfqflhk4yEgBZrCL1RipbxqmqJFfl1PRkjOzt0bvJpf1sCNN81QNfXohVwFGf+Hng2ztwLwOZgbuA==}
dependencies:
- '@babel/parser': 7.17.12
+ '@babel/parser': 7.18.0
'@vue/shared': 3.2.34
estree-walker: 2.0.2
source-map: 0.6.1
@@ -6756,7 +6769,7 @@ packages:
/@vue/compiler-sfc/3.2.34:
resolution: {integrity: sha512-I+vT4soKJtdsoREBDYAcz56+yGpZ5T3GUigvBFgC2yTeTtBtREOPzYw8kZyMuD2ZlryPYBkbV8D9xxcvU0j/aw==}
dependencies:
- '@babel/parser': 7.17.12
+ '@babel/parser': 7.18.0
'@vue/compiler-core': 3.2.34
'@vue/compiler-dom': 3.2.34
'@vue/compiler-ssr': 3.2.34
@@ -6776,7 +6789,7 @@ packages:
/@vue/reactivity-transform/3.2.34:
resolution: {integrity: sha512-OtsrL4/i6Md279pMhZ8wRijeDhPSdnXrH9wmqAcKDhVcp1L2kSWlgVVLa1jGIyyFYE806YiJNJiGBvXPGXMzxw==}
dependencies:
- '@babel/parser': 7.17.12
+ '@babel/parser': 7.18.0
'@vue/compiler-core': 3.2.34
'@vue/shared': 3.2.34
estree-walker: 2.0.2
@@ -7111,13 +7124,13 @@ packages:
dependencies:
'@babel/helper-module-imports': 7.16.0
'@babel/plugin-syntax-jsx': 7.17.12
- '@babel/types': 7.17.12
+ '@babel/types': 7.18.0
html-entities: 2.3.2
transitivePeerDependencies:
- '@babel/core'
dev: false
- /babel-plugin-polyfill-corejs2/0.3.1_@babel+core@7.17.12:
+ /babel-plugin-polyfill-corejs2/0.3.1_@babel+core@7.18.0:
resolution: {integrity: sha512-v7/T6EQcNfVLfcN2X8Lulb7DjprieyLWJK/zOWH5DUYcAgex9sP3h25Q+DLsX9TloXe3y1O8l2q2Jv9q8UVB9w==}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -7126,14 +7139,14 @@ packages:
optional: true
dependencies:
'@babel/compat-data': 7.17.10
- '@babel/core': 7.17.12
- '@babel/helper-define-polyfill-provider': 0.3.1_@babel+core@7.17.12
+ '@babel/core': 7.18.0
+ '@babel/helper-define-polyfill-provider': 0.3.1_@babel+core@7.18.0
semver: 6.3.0
transitivePeerDependencies:
- supports-color
dev: true
- /babel-plugin-polyfill-corejs3/0.5.2_@babel+core@7.17.12:
+ /babel-plugin-polyfill-corejs3/0.5.2_@babel+core@7.18.0:
resolution: {integrity: sha512-G3uJih0XWiID451fpeFaYGVuxHEjzKTHtc9uGFEjR6hHrvNzeS/PX+LLLcetJcytsB5m4j+K3o/EpXJNb/5IEQ==}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -7141,14 +7154,14 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.12
- '@babel/helper-define-polyfill-provider': 0.3.1_@babel+core@7.17.12
+ '@babel/core': 7.18.0
+ '@babel/helper-define-polyfill-provider': 0.3.1_@babel+core@7.18.0
core-js-compat: 3.22.5
transitivePeerDependencies:
- supports-color
dev: true
- /babel-plugin-polyfill-regenerator/0.3.1_@babel+core@7.17.12:
+ /babel-plugin-polyfill-regenerator/0.3.1_@babel+core@7.18.0:
resolution: {integrity: sha512-Y2B06tvgHYt1x0yz17jGkGeeMr5FeKUu+ASJ+N6nB5lQ8Dapfg42i0OVrf8PNGJ3zKL4A23snMi1IRwrqqND7A==}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -7156,8 +7169,8 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.12
- '@babel/helper-define-polyfill-provider': 0.3.1_@babel+core@7.17.12
+ '@babel/core': 7.18.0
+ '@babel/helper-define-polyfill-provider': 0.3.1_@babel+core@7.18.0
transitivePeerDependencies:
- supports-color
dev: true
@@ -7933,7 +7946,7 @@ packages:
/dom-helpers/3.4.0:
resolution: {integrity: sha512-LnuPJ+dwqKDIyotW1VzmOZ5TONUN7CwkCR5hrgawTUbkBGYdeoNLZo6nNfGkCrjtE1nXXaj7iMMpDa8/d9WoIA==}
dependencies:
- '@babel/runtime': 7.17.9
+ '@babel/runtime': 7.18.0
dev: false
/dom-serializer/1.4.1:
@@ -11473,7 +11486,7 @@ packages:
/regenerator-transform/0.15.0:
resolution: {integrity: sha512-LsrGtPmbYg19bcPHwdtmXwbW+TqNvtY4riE3P83foeHRroMbH6/2ddFBfab3t7kbzc7v7p4wbkIecHImqt0QNg==}
dependencies:
- '@babel/runtime': 7.17.9
+ '@babel/runtime': 7.18.0
dev: true
/regexp.prototype.flags/1.4.3:
@@ -11693,14 +11706,14 @@ packages:
dependencies:
glob: 7.2.3
- /rollup-plugin-terser/7.0.2_rollup@2.74.0:
+ /rollup-plugin-terser/7.0.2_rollup@2.74.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.74.0
+ rollup: 2.74.1
serialize-javascript: 4.0.0
terser: 5.13.1
dev: true
@@ -11711,8 +11724,8 @@ packages:
estree-walker: 0.6.1
dev: false
- /rollup/2.74.0:
- resolution: {integrity: sha512-RRwXTX5+ObPJhcMV6zP3RdHvy90/lBOUfbzL7IKkFjMJGAqeBGZiv9nZWm/DoTESaTE3GBkkzbU9QVN2AuCkjw==}
+ /rollup/2.74.1:
+ resolution: {integrity: sha512-K2zW7kV8Voua5eGkbnBtWYfMIhYhT9Pel2uhBk2WO5eMee161nPze/XRfvEQPFYz7KgrCCnmh2Wy0AMFLGGmMA==}
engines: {node: '>=10.0.0'}
hasBin: true
optionalDependencies:
@@ -11754,8 +11767,8 @@ packages:
rimraf: 2.7.1
dev: false
- /sass/1.51.0:
- resolution: {integrity: sha512-haGdpTgywJTvHC2b91GSq+clTKGbtkkZmVAb82jZQN/wTy6qs8DdFm2lhEQbEwrY0QDRgSQ3xDurqM977C3noA==}
+ /sass/1.52.0:
+ resolution: {integrity: sha512-6EnTglag2oVD8sNJCxUi2Jd3ICH9tJ5Mqudt/gIZNBR2uKJUBZuTpW9O1t04SkDLP7VFa76FCWTV2rwchqM8Kw==}
engines: {node: '>=12.0.0'}
hasBin: true
dependencies:
@@ -11929,7 +11942,7 @@ packages:
engines: {node: '>=12.0.0', npm: '>=5.6.0'}
hasBin: true
dependencies:
- '@types/node': 17.0.34
+ '@types/node': 17.0.35
'@types/sax': 1.2.4
arg: 5.0.1
sax: 1.2.4
@@ -13030,7 +13043,7 @@ packages:
debug: 4.3.4
fast-glob: 3.2.11
pretty-bytes: 5.6.0
- rollup: 2.74.0
+ rollup: 2.74.1
workbox-build: 6.5.3
workbox-window: 6.5.3
transitivePeerDependencies:
@@ -13057,12 +13070,12 @@ packages:
esbuild: 0.14.39
postcss: 8.4.14
resolve: 1.22.0
- rollup: 2.74.0
+ rollup: 2.74.1
optionalDependencies:
fsevents: 2.3.2
dev: false
- /vite/2.9.9_sass@1.51.0:
+ /vite/2.9.9_sass@1.52.0:
resolution: {integrity: sha512-ffaam+NgHfbEmfw/Vuh6BHKKlI/XIAhxE5QSS7gFLIngxg171mg1P3a4LSRME0z2ZU1ScxoKzphkipcYwSD5Ew==}
engines: {node: '>=12.2.0'}
hasBin: true
@@ -13081,8 +13094,8 @@ packages:
esbuild: 0.14.39
postcss: 8.4.14
resolve: 1.22.0
- rollup: 2.74.0
- sass: 1.51.0
+ rollup: 2.74.1
+ sass: 1.52.0
optionalDependencies:
fsevents: 2.3.2
dev: false
@@ -13301,12 +13314,12 @@ packages:
engines: {node: '>=10.0.0'}
dependencies:
'@apideck/better-ajv-errors': 0.3.3_ajv@8.11.0
- '@babel/core': 7.17.12
- '@babel/preset-env': 7.17.12_@babel+core@7.17.12
- '@babel/runtime': 7.17.9
- '@rollup/plugin-babel': 5.3.1_swzzuhxpnwpceuiankqfict4vm
- '@rollup/plugin-node-resolve': 11.2.1_rollup@2.74.0
- '@rollup/plugin-replace': 2.4.2_rollup@2.74.0
+ '@babel/core': 7.18.0
+ '@babel/preset-env': 7.18.0_@babel+core@7.18.0
+ '@babel/runtime': 7.18.0
+ '@rollup/plugin-babel': 5.3.1_ykg7cmcqpmn5fbkb5gxs7i3du4
+ '@rollup/plugin-node-resolve': 11.2.1_rollup@2.74.1
+ '@rollup/plugin-replace': 2.4.2_rollup@2.74.1
'@surma/rollup-plugin-off-main-thread': 2.2.3
ajv: 8.11.0
common-tags: 1.8.2
@@ -13315,8 +13328,8 @@ packages:
glob: 7.2.3
lodash: 4.17.21
pretty-bytes: 5.6.0
- rollup: 2.74.0
- rollup-plugin-terser: 7.0.2_rollup@2.74.0
+ rollup: 2.74.1
+ rollup-plugin-terser: 7.0.2_rollup@2.74.1
source-map: 0.8.0-beta.0
stringify-object: 3.3.0
strip-comments: 2.0.1