diff --git a/packages/website/package.json b/packages/website/package.json
index 348c67c0fff..fd30c74a538 100644
--- a/packages/website/package.json
+++ b/packages/website/package.json
@@ -19,13 +19,13 @@
},
"devDependencies": {
"@heroicons/react": "^2.0.18",
- "@types/node": "^20.8.3",
- "@types/react": "^18.2.25",
+ "@types/node": "^20.8.6",
+ "@types/react": "^18.2.28",
"autoprefixer": "^10.4.16",
"daisyui": "^3.9.2",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.3",
"typescript": "^5.2.2",
- "viem": "^1.16.0"
+ "viem": "^1.16.5"
}
}
diff --git a/packages/website/pages/docs/guides.mdx b/packages/website/pages/docs/guides.mdx
index e034f2de533..24586479500 100644
--- a/packages/website/pages/docs/guides.mdx
+++ b/packages/website/pages/docs/guides.mdx
@@ -8,7 +8,7 @@ Check out our guides below. You can leave feedback [here](https://forms.gle/TAnV
- {/* */}
+
diff --git a/packages/website/pages/docs/guides/_meta.json b/packages/website/pages/docs/guides/_meta.json
index 3bbbd901817..788362e28f2 100644
--- a/packages/website/pages/docs/guides/_meta.json
+++ b/packages/website/pages/docs/guides/_meta.json
@@ -9,8 +9,7 @@
"title": "🌉 Bridge tokens"
},
"swap-tokens": {
- "title": "🔄 Swap tokens",
- "display": "hidden"
+ "title": "🔄 Swap tokens"
},
"deploy-a-contract": {
"title": "🚀 Deploy a contract"
diff --git a/packages/website/pages/docs/guides/swap-tokens.mdx b/packages/website/pages/docs/guides/swap-tokens.mdx
index 3c03d0c3dc1..8b0d4e546b0 100644
--- a/packages/website/pages/docs/guides/swap-tokens.mdx
+++ b/packages/website/pages/docs/guides/swap-tokens.mdx
@@ -2,7 +2,7 @@ import { Callout, Steps } from "nextra-theme-docs";
# Swap tokens
-This guide will help you interact with Swap, which is a fork of Uniswap v2 that Taiko has deployed only for testing purposes.
+This guide will help you interact with Swap V3, which is a fork of Uniswap V3 that Taiko has deployed only for testing purposes.
## Prerequisites
@@ -13,7 +13,7 @@ This guide will help you interact with Swap, which is a fork of Uniswap v2 that
### Visit Swap
- Visit the [Swap dapp](https://swap.jolnir.taiko.xyz).
+ Visit the [Swap V3 dapp](https://swap-v3.jolnir.taiko.xyz).
### Follow the video guide for swapping tokens
diff --git a/packages/website/pages/docs/reference/event-indexer.mdx b/packages/website/pages/docs/reference/event-indexer.mdx
new file mode 100644
index 00000000000..4177e352b2a
--- /dev/null
+++ b/packages/website/pages/docs/reference/event-indexer.mdx
@@ -0,0 +1,3 @@
+# Event indexer
+
+You can view API docs to build with our event indexer here: https://eventindexer-swagger.taiko.xyz.
diff --git a/packages/website/pages/docs/reference/relayer.mdx b/packages/website/pages/docs/reference/relayer.mdx
new file mode 100644
index 00000000000..8c164fa2f37
--- /dev/null
+++ b/packages/website/pages/docs/reference/relayer.mdx
@@ -0,0 +1,3 @@
+# Relayer
+
+You can view API docs to build with our relayer here: https://relayer-swagger.taiko.xyz.
diff --git a/packages/website/theme.config.tsx b/packages/website/theme.config.tsx
index 956a7161512..af538497a22 100644
--- a/packages/website/theme.config.tsx
+++ b/packages/website/theme.config.tsx
@@ -21,9 +21,8 @@ export default {
docsRepositoryBase:
"https://github.com/taikoxyz/taiko-mono/blob/main/packages/website",
editLink: {
- text: "Edit this page ↗",
+ text: "Edit this page 📝",
},
- // TODO: we should add the feedback link, check if nextra fixed it: https://github.com/shuding/nextra/issues/2067
feedback: {
content: (
),
},
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 50839e81605..eeb110ffcc9 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -21,7 +21,7 @@ importers:
dependencies:
'@coinbase/wallet-sdk':
specifier: ^3.6.3
- version: 3.6.3(@babel/core@7.23.0)
+ version: 3.6.3(@babel/core@7.23.2)
'@ethersproject/experimental':
specifier: ^5.7.0
version: 5.7.0
@@ -61,7 +61,7 @@ importers:
devDependencies:
'@babel/preset-env':
specifier: ^7.16.0
- version: 7.16.0(@babel/core@7.23.0)
+ version: 7.16.0(@babel/core@7.23.2)
'@sentry/vite-plugin':
specifier: ^2.2.1
version: 2.2.1
@@ -109,7 +109,7 @@ importers:
version: 10.4.14(postcss@8.4.27)
babel-jest:
specifier: ^27.3.1
- version: 27.3.1(@babel/core@7.23.0)
+ version: 27.3.1(@babel/core@7.23.2)
babel-plugin-transform-es2015-modules-commonjs:
specifier: ^6.26.2
version: 6.26.2
@@ -145,7 +145,7 @@ importers:
version: 7.1.2
postcss-loader:
specifier: ^7.3.3
- version: 7.3.3(postcss@8.4.27)(typescript@4.9.5)(webpack@5.88.2)
+ version: 7.3.3(postcss@8.4.27)(typescript@4.9.5)(webpack@5.89.0)
prettier:
specifier: 2.7.1
version: 2.7.1
@@ -163,7 +163,7 @@ importers:
version: 3.53.1
svelte-check:
specifier: ^2.8.0
- version: 2.8.0(@babel/core@7.23.0)(node-sass@7.0.1)(postcss@8.4.27)(svelte@3.53.1)
+ version: 2.8.0(@babel/core@7.23.2)(node-sass@7.0.1)(postcss@8.4.27)(svelte@3.53.1)
svelte-heros-v2:
specifier: ^0.3.10
version: 0.3.10
@@ -175,7 +175,7 @@ importers:
version: 3.1.2(svelte@3.53.1)
svelte-preprocess:
specifier: ^4.10.7
- version: 4.10.7(@babel/core@7.23.0)(node-sass@7.0.1)(postcss@8.4.27)(svelte@3.53.1)(typescript@4.9.5)
+ version: 4.10.7(@babel/core@7.23.2)(node-sass@7.0.1)(postcss@8.4.27)(svelte@3.53.1)(typescript@4.9.5)
tailwindcss:
specifier: ^3.2.4
version: 3.3.3
@@ -184,13 +184,13 @@ importers:
version: 2.2.0
ts-jest:
specifier: ^27.0.7
- version: 27.0.7(@babel/core@7.23.0)(@types/jest@27.5.2)(babel-jest@27.3.1)(jest@27.5.1)(typescript@4.9.5)
+ version: 27.0.7(@babel/core@7.23.2)(@types/jest@27.5.2)(babel-jest@27.3.1)(jest@27.5.1)(typescript@4.9.5)
ts-jest-mock-import-meta:
specifier: ^0.12.0
version: 0.12.0(ts-jest@27.0.7)
ts-loader:
specifier: ^9.2.6
- version: 9.2.6(typescript@4.9.5)(webpack@5.88.2)
+ version: 9.2.6(typescript@4.9.5)(webpack@5.89.0)
tslib:
specifier: ^2.4.0
version: 2.4.1
@@ -326,7 +326,7 @@ importers:
version: 5.1.6
vite:
specifier: ^4.4.9
- version: 4.4.9(@types/node@20.8.3)
+ version: 4.4.9(@types/node@20.8.6)
vite-tsconfig-paths:
specifier: ^4.2.1
version: 4.2.1(typescript@5.1.6)(vite@4.4.9)
@@ -345,7 +345,7 @@ importers:
dependencies:
'@coinbase/wallet-sdk':
specifier: ^3.6.3
- version: 3.6.3(@babel/core@7.23.0)
+ version: 3.6.3(@babel/core@7.23.2)
'@ethersproject/experimental':
specifier: ^5.7.0
version: 5.7.0
@@ -385,7 +385,7 @@ importers:
devDependencies:
'@babel/preset-env':
specifier: ^7.16.0
- version: 7.16.0(@babel/core@7.23.0)
+ version: 7.16.0(@babel/core@7.23.2)
'@sentry/vite-plugin':
specifier: ^2.2.1
version: 2.2.1
@@ -433,7 +433,7 @@ importers:
version: 10.4.14(postcss@8.4.27)
babel-jest:
specifier: ^27.3.1
- version: 27.3.1(@babel/core@7.23.0)
+ version: 27.3.1(@babel/core@7.23.2)
babel-plugin-transform-es2015-modules-commonjs:
specifier: ^6.26.2
version: 6.26.2
@@ -469,7 +469,7 @@ importers:
version: 7.1.2
postcss-loader:
specifier: ^7.3.3
- version: 7.3.3(postcss@8.4.27)(typescript@4.9.5)(webpack@5.88.2)
+ version: 7.3.3(postcss@8.4.27)(typescript@4.9.5)(webpack@5.89.0)
prettier:
specifier: 2.7.1
version: 2.7.1
@@ -487,7 +487,7 @@ importers:
version: 3.53.1
svelte-check:
specifier: ^2.8.0
- version: 2.8.0(@babel/core@7.23.0)(node-sass@7.0.1)(postcss@8.4.27)(svelte@3.53.1)
+ version: 2.8.0(@babel/core@7.23.2)(node-sass@7.0.1)(postcss@8.4.27)(svelte@3.53.1)
svelte-heros-v2:
specifier: ^0.3.10
version: 0.3.10
@@ -499,7 +499,7 @@ importers:
version: 3.1.2(svelte@3.53.1)
svelte-preprocess:
specifier: ^4.10.7
- version: 4.10.7(@babel/core@7.23.0)(node-sass@7.0.1)(postcss@8.4.27)(svelte@3.53.1)(typescript@4.9.5)
+ version: 4.10.7(@babel/core@7.23.2)(node-sass@7.0.1)(postcss@8.4.27)(svelte@3.53.1)(typescript@4.9.5)
tailwindcss:
specifier: ^3.2.4
version: 3.3.3
@@ -508,13 +508,13 @@ importers:
version: 2.2.0
ts-jest:
specifier: ^27.0.7
- version: 27.0.7(@babel/core@7.23.0)(@types/jest@27.5.2)(babel-jest@27.3.1)(jest@27.5.1)(typescript@4.9.5)
+ version: 27.0.7(@babel/core@7.23.2)(@types/jest@27.5.2)(babel-jest@27.3.1)(jest@27.5.1)(typescript@4.9.5)
ts-jest-mock-import-meta:
specifier: ^0.12.0
version: 0.12.0(ts-jest@27.0.7)
ts-loader:
specifier: ^9.2.6
- version: 9.2.6(typescript@4.9.5)(webpack@5.88.2)
+ version: 9.2.6(typescript@4.9.5)(webpack@5.89.0)
tslib:
specifier: ^2.4.0
version: 2.4.1
@@ -663,7 +663,7 @@ importers:
dependencies:
'@coinbase/wallet-sdk':
specifier: ^3.6.3
- version: 3.6.3(@babel/core@7.23.0)
+ version: 3.6.3(@babel/core@7.23.2)
'@ethersproject/experimental':
specifier: ^5.7.0
version: 5.7.0
@@ -675,7 +675,7 @@ importers:
version: 1.6.0
'@wagmi/connectors':
specifier: ^0.1.1
- version: 0.1.1(@babel/core@7.23.0)(@wagmi/core@0.8.0)(ethers@5.7.2)(typescript@4.9.5)
+ version: 0.1.1(@babel/core@7.23.2)(@wagmi/core@0.8.0)(ethers@5.7.2)(typescript@4.9.5)
'@wagmi/core':
specifier: ^0.8.0
version: 0.8.0(@coinbase/wallet-sdk@3.6.3)(ethers@5.7.2)(react@18.2.0)(typescript@4.9.5)
@@ -700,7 +700,7 @@ importers:
devDependencies:
'@babel/preset-env':
specifier: ^7.16.0
- version: 7.16.0(@babel/core@7.23.0)
+ version: 7.16.0(@babel/core@7.23.2)
'@sveltejs/vite-plugin-svelte':
specifier: ^1.0.1
version: 1.0.1(svelte@3.53.1)(vite@3.2.7)
@@ -736,7 +736,7 @@ importers:
version: 10.4.14(postcss@8.4.27)
babel-jest:
specifier: ^27.3.1
- version: 27.3.1(@babel/core@7.23.0)
+ version: 27.3.1(@babel/core@7.23.2)
babel-plugin-transform-es2015-modules-commonjs:
specifier: ^6.26.2
version: 6.26.2
@@ -757,7 +757,7 @@ importers:
version: 7.1.2
postcss-loader:
specifier: ^7.3.3
- version: 7.3.3(postcss@8.4.27)(typescript@4.9.5)(webpack@5.88.2)
+ version: 7.3.3(postcss@8.4.27)(typescript@4.9.5)(webpack@5.89.0)
prettier:
specifier: 2.7.1
version: 2.7.1
@@ -772,7 +772,7 @@ importers:
version: 3.53.1
svelte-check:
specifier: ^2.8.0
- version: 2.8.0(@babel/core@7.23.0)(node-sass@7.0.1)(postcss@8.4.27)(svelte@3.53.1)
+ version: 2.8.0(@babel/core@7.23.2)(node-sass@7.0.1)(postcss@8.4.27)(svelte@3.53.1)
svelte-heros-v2:
specifier: ^0.3.10
version: 0.3.10
@@ -784,7 +784,7 @@ importers:
version: 3.1.2(svelte@3.53.1)
svelte-preprocess:
specifier: ^4.10.7
- version: 4.10.7(@babel/core@7.23.0)(node-sass@7.0.1)(postcss@8.4.27)(svelte@3.53.1)(typescript@4.9.5)
+ version: 4.10.7(@babel/core@7.23.2)(node-sass@7.0.1)(postcss@8.4.27)(svelte@3.53.1)(typescript@4.9.5)
tailwindcss:
specifier: ^3.2.4
version: 3.3.3
@@ -793,13 +793,13 @@ importers:
version: 2.2.0
ts-jest:
specifier: ^27.0.7
- version: 27.0.7(@babel/core@7.23.0)(@types/jest@27.5.2)(babel-jest@27.3.1)(jest@27.5.1)(typescript@4.9.5)
+ version: 27.0.7(@babel/core@7.23.2)(@types/jest@27.5.2)(babel-jest@27.3.1)(jest@27.5.1)(typescript@4.9.5)
ts-jest-mock-import-meta:
specifier: ^0.12.0
version: 0.12.0(ts-jest@27.0.7)
ts-loader:
specifier: ^9.2.6
- version: 9.2.6(typescript@4.9.5)(webpack@5.88.2)
+ version: 9.2.6(typescript@4.9.5)(webpack@5.89.0)
tslib:
specifier: ^2.4.0
version: 2.4.1
@@ -817,7 +817,7 @@ importers:
dependencies:
'@coinbase/wallet-sdk':
specifier: ^3.6.3
- version: 3.6.3(@babel/core@7.23.0)
+ version: 3.6.3(@babel/core@7.23.2)
'@ethersproject/experimental':
specifier: ^5.7.0
version: 5.7.0
@@ -829,7 +829,7 @@ importers:
version: 1.6.0
'@wagmi/connectors':
specifier: ^0.1.1
- version: 0.1.1(@babel/core@7.23.0)(@wagmi/core@0.8.0)(ethers@5.7.2)(typescript@4.9.5)
+ version: 0.1.1(@babel/core@7.23.2)(@wagmi/core@0.8.0)(ethers@5.7.2)(typescript@4.9.5)
'@wagmi/core':
specifier: ^0.8.0
version: 0.8.0(@coinbase/wallet-sdk@3.6.3)(ethers@5.7.2)(react@18.2.0)(typescript@4.9.5)
@@ -854,7 +854,7 @@ importers:
devDependencies:
'@babel/preset-env':
specifier: ^7.16.0
- version: 7.16.0(@babel/core@7.23.0)
+ version: 7.16.0(@babel/core@7.23.2)
'@sveltejs/vite-plugin-svelte':
specifier: ^1.0.1
version: 1.0.1(svelte@3.53.1)(vite@3.2.7)
@@ -890,7 +890,7 @@ importers:
version: 10.4.14(postcss@8.4.27)
babel-jest:
specifier: ^27.3.1
- version: 27.3.1(@babel/core@7.23.0)
+ version: 27.3.1(@babel/core@7.23.2)
babel-plugin-transform-es2015-modules-commonjs:
specifier: ^6.26.2
version: 6.26.2
@@ -911,7 +911,7 @@ importers:
version: 7.1.2
postcss-loader:
specifier: ^7.3.3
- version: 7.3.3(postcss@8.4.27)(typescript@4.9.5)(webpack@5.88.2)
+ version: 7.3.3(postcss@8.4.27)(typescript@4.9.5)(webpack@5.89.0)
prettier:
specifier: 2.7.1
version: 2.7.1
@@ -926,7 +926,7 @@ importers:
version: 3.53.1
svelte-check:
specifier: ^2.8.0
- version: 2.8.0(@babel/core@7.23.0)(node-sass@7.0.1)(postcss@8.4.27)(svelte@3.53.1)
+ version: 2.8.0(@babel/core@7.23.2)(node-sass@7.0.1)(postcss@8.4.27)(svelte@3.53.1)
svelte-heros-v2:
specifier: ^0.3.10
version: 0.3.10
@@ -938,7 +938,7 @@ importers:
version: 3.1.2(svelte@3.53.1)
svelte-preprocess:
specifier: ^4.10.7
- version: 4.10.7(@babel/core@7.23.0)(node-sass@7.0.1)(postcss@8.4.27)(svelte@3.53.1)(typescript@4.9.5)
+ version: 4.10.7(@babel/core@7.23.2)(node-sass@7.0.1)(postcss@8.4.27)(svelte@3.53.1)(typescript@4.9.5)
tailwindcss:
specifier: ^3.2.4
version: 3.3.3
@@ -947,13 +947,13 @@ importers:
version: 2.2.0
ts-jest:
specifier: ^27.0.7
- version: 27.0.7(@babel/core@7.23.0)(@types/jest@27.5.2)(babel-jest@27.3.1)(jest@27.5.1)(typescript@4.9.5)
+ version: 27.0.7(@babel/core@7.23.2)(@types/jest@27.5.2)(babel-jest@27.3.1)(jest@27.5.1)(typescript@4.9.5)
ts-jest-mock-import-meta:
specifier: ^0.12.0
version: 0.12.0(ts-jest@27.0.7)
ts-loader:
specifier: ^9.2.6
- version: 9.2.6(typescript@4.9.5)(webpack@5.88.2)
+ version: 9.2.6(typescript@4.9.5)(webpack@5.89.0)
tslib:
specifier: ^2.4.0
version: 2.4.1
@@ -998,11 +998,11 @@ importers:
specifier: ^2.0.18
version: 2.0.18(react@18.2.0)
'@types/node':
- specifier: ^20.8.3
- version: 20.8.3
+ specifier: ^20.8.6
+ version: 20.8.6
'@types/react':
- specifier: ^18.2.25
- version: 18.2.25
+ specifier: ^18.2.28
+ version: 18.2.28
autoprefixer:
specifier: ^10.4.16
version: 10.4.16(postcss@8.4.31)
@@ -1019,8 +1019,8 @@ importers:
specifier: ^5.2.2
version: 5.2.2
viem:
- specifier: ^1.16.0
- version: 1.16.0(typescript@5.2.2)
+ specifier: ^1.16.5
+ version: 1.16.5(typescript@5.2.2)
packages/whitepaper: {}
@@ -1090,19 +1090,19 @@ packages:
- supports-color
dev: true
- /@babel/core@7.23.0:
- resolution: {integrity: sha512-97z/ju/Jy1rZmDxybphrBuI+jtJjFVoz7Mr9yUQVVVi+DNZE333uFQeMOqcCIy1x3WYBIbWftUSLmbNXNT7qFQ==}
+ /@babel/core@7.23.2:
+ resolution: {integrity: sha512-n7s51eWdaWZ3vGT2tD4T7J6eJs3QoBXydv7vkUM06Bf1cbVD2Kc2UrkzhiQwobfV7NwOnQXYL7UBJ5VPU+RGoQ==}
engines: {node: '>=6.9.0'}
dependencies:
'@ampproject/remapping': 2.2.1
'@babel/code-frame': 7.22.13
'@babel/generator': 7.23.0
'@babel/helper-compilation-targets': 7.22.15
- '@babel/helper-module-transforms': 7.23.0(@babel/core@7.23.0)
- '@babel/helpers': 7.23.1
+ '@babel/helper-module-transforms': 7.23.0(@babel/core@7.23.2)
+ '@babel/helpers': 7.23.2
'@babel/parser': 7.23.0
'@babel/template': 7.22.15
- '@babel/traverse': 7.23.0
+ '@babel/traverse': 7.23.2
'@babel/types': 7.23.0
convert-source-map: 2.0.0
debug: 4.3.4(supports-color@8.1.1)
@@ -1155,65 +1155,65 @@ packages:
lru-cache: 5.1.1
semver: 6.3.1
- /@babel/helper-create-class-features-plugin@7.22.15(@babel/core@7.23.0):
+ /@babel/helper-create-class-features-plugin@7.22.15(@babel/core@7.23.2):
resolution: {integrity: sha512-jKkwA59IXcvSaiK2UN45kKwSC9o+KuoXsBDvHvU/7BecYIp8GQ2UwrVvFgJASUT+hBnwJx6MhvMCuMzwZZ7jlg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
dependencies:
- '@babel/core': 7.23.0
+ '@babel/core': 7.23.2
'@babel/helper-annotate-as-pure': 7.22.5
'@babel/helper-environment-visitor': 7.22.5
'@babel/helper-function-name': 7.22.5
'@babel/helper-member-expression-to-functions': 7.22.15
'@babel/helper-optimise-call-expression': 7.22.5
- '@babel/helper-replace-supers': 7.22.9(@babel/core@7.23.0)
+ '@babel/helper-replace-supers': 7.22.9(@babel/core@7.23.2)
'@babel/helper-skip-transparent-expression-wrappers': 7.22.5
'@babel/helper-split-export-declaration': 7.22.6
semver: 6.3.1
dev: true
- /@babel/helper-create-regexp-features-plugin@7.22.15(@babel/core@7.23.0):
+ /@babel/helper-create-regexp-features-plugin@7.22.15(@babel/core@7.23.2):
resolution: {integrity: sha512-29FkPLFjn4TPEa3RE7GpW+qbE8tlsu3jntNYNfcGsc49LphF1PQIiD+vMZ1z1xVOKt+93khA9tc2JBs3kBjA7w==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
dependencies:
- '@babel/core': 7.23.0
+ '@babel/core': 7.23.2
'@babel/helper-annotate-as-pure': 7.22.5
regexpu-core: 5.3.2
semver: 6.3.1
dev: true
- /@babel/helper-define-polyfill-provider@0.2.4(@babel/core@7.23.0):
+ /@babel/helper-define-polyfill-provider@0.2.4(@babel/core@7.23.2):
resolution: {integrity: sha512-OrpPZ97s+aPi6h2n1OXzdhVis1SGSsMU2aMHgLcOKfsp4/v1NWpx3CWT3lBj5eeBq9cDkPkh+YCfdF7O12uNDQ==}
peerDependencies:
'@babel/core': ^7.4.0-0
dependencies:
- '@babel/core': 7.23.0
+ '@babel/core': 7.23.2
'@babel/helper-compilation-targets': 7.22.15
'@babel/helper-module-imports': 7.22.15
'@babel/helper-plugin-utils': 7.22.5
'@babel/traverse': 7.22.15
debug: 4.3.4(supports-color@8.1.1)
lodash.debounce: 4.0.8
- resolve: 1.22.6
+ resolve: 1.22.8
semver: 6.3.1
transitivePeerDependencies:
- supports-color
dev: true
- /@babel/helper-define-polyfill-provider@0.4.2(@babel/core@7.23.0):
+ /@babel/helper-define-polyfill-provider@0.4.2(@babel/core@7.23.2):
resolution: {integrity: sha512-k0qnnOqHn5dK9pZpfD5XXZ9SojAITdCKRn2Lp6rnDGzIbaP0rHyMPk/4wsSxVBVz4RfN0q6VpXWP2pDGIoQ7hw==}
peerDependencies:
'@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0
dependencies:
- '@babel/core': 7.23.0
+ '@babel/core': 7.23.2
'@babel/helper-compilation-targets': 7.22.15
'@babel/helper-plugin-utils': 7.22.5
debug: 4.3.4(supports-color@8.1.1)
lodash.debounce: 4.0.8
- resolve: 1.22.6
+ resolve: 1.22.8
transitivePeerDependencies:
- supports-color
dev: false
@@ -1275,13 +1275,13 @@ packages:
'@babel/helper-validator-identifier': 7.22.15
dev: true
- /@babel/helper-module-transforms@7.22.15(@babel/core@7.23.0):
+ /@babel/helper-module-transforms@7.22.15(@babel/core@7.23.2):
resolution: {integrity: sha512-l1UiX4UyHSFsYt17iQ3Se5pQQZZHa22zyIXURmvkmLCD4t/aU+dvNWHatKac/D9Vm9UES7nvIqHs4jZqKviUmQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
dependencies:
- '@babel/core': 7.23.0
+ '@babel/core': 7.23.2
'@babel/helper-environment-visitor': 7.22.5
'@babel/helper-module-imports': 7.22.15
'@babel/helper-simple-access': 7.22.5
@@ -1289,13 +1289,13 @@ packages:
'@babel/helper-validator-identifier': 7.22.15
dev: true
- /@babel/helper-module-transforms@7.23.0(@babel/core@7.23.0):
+ /@babel/helper-module-transforms@7.23.0(@babel/core@7.23.2):
resolution: {integrity: sha512-WhDWw1tdrlT0gMgUJSlX0IQvoO1eN279zrAUbVB+KpV2c3Tylz8+GnKOLllCS6Z/iZQEyVYxhZVUdPTqs2YYPw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
dependencies:
- '@babel/core': 7.23.0
+ '@babel/core': 7.23.2
'@babel/helper-environment-visitor': 7.22.20
'@babel/helper-module-imports': 7.22.15
'@babel/helper-simple-access': 7.22.5
@@ -1313,25 +1313,25 @@ packages:
resolution: {integrity: sha512-uLls06UVKgFG9QD4OeFYLEGteMIAa5kpTPcFL28yuCIIzsf6ZyKZMllKVOCZFhiZ5ptnwX4mtKdWCBE/uT4amg==}
engines: {node: '>=6.9.0'}
- /@babel/helper-remap-async-to-generator@7.22.9(@babel/core@7.23.0):
+ /@babel/helper-remap-async-to-generator@7.22.9(@babel/core@7.23.2):
resolution: {integrity: sha512-8WWC4oR4Px+tr+Fp0X3RHDVfINGpF3ad1HIbrc8A77epiR6eMMc6jsgozkzT2uDiOOdoS9cLIQ+XD2XvI2WSmQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
dependencies:
- '@babel/core': 7.23.0
+ '@babel/core': 7.23.2
'@babel/helper-annotate-as-pure': 7.22.5
'@babel/helper-environment-visitor': 7.22.5
'@babel/helper-wrap-function': 7.22.10
dev: true
- /@babel/helper-replace-supers@7.22.9(@babel/core@7.23.0):
+ /@babel/helper-replace-supers@7.22.9(@babel/core@7.23.2):
resolution: {integrity: sha512-LJIKvvpgPOPUThdYqcX6IXRuIcTkcAub0IaDRGCZH0p5GPUp7PhRU9QVgFcDDd51BaPkk77ZjqFwh6DZTAEmGg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
dependencies:
- '@babel/core': 7.23.0
+ '@babel/core': 7.23.2
'@babel/helper-environment-visitor': 7.22.5
'@babel/helper-member-expression-to-functions': 7.22.15
'@babel/helper-optimise-call-expression': 7.22.5
@@ -1392,12 +1392,12 @@ packages:
- supports-color
dev: true
- /@babel/helpers@7.23.1:
- resolution: {integrity: sha512-chNpneuK18yW5Oxsr+t553UZzzAs3aZnFm4bxhebsNTeshrC95yA7l5yl7GBAG+JG1rF0F7zzD2EixK9mWSDoA==}
+ /@babel/helpers@7.23.2:
+ resolution: {integrity: sha512-lzchcp8SjTSVe/fPmLwtWVBFC7+Tbn8LGHDVfDp9JGxpAY5opSaEFgt8UQvrnECWOTdji2mOWMz1rOhkHscmGQ==}
engines: {node: '>=6.9.0'}
dependencies:
'@babel/template': 7.22.15
- '@babel/traverse': 7.23.0
+ '@babel/traverse': 7.23.2
'@babel/types': 7.23.0
transitivePeerDependencies:
- supports-color
@@ -1424,140 +1424,140 @@ packages:
dependencies:
'@babel/types': 7.23.0
- /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.22.15(@babel/core@7.23.0):
+ /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.22.15(@babel/core@7.23.2):
resolution: {integrity: sha512-FB9iYlz7rURmRJyXRKEnalYPPdn87H5no108cyuQQyMwlpJ2SJtpIUBI27kdTin956pz+LPypkPVPUTlxOmrsg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
dependencies:
- '@babel/core': 7.23.0
+ '@babel/core': 7.23.2
'@babel/helper-plugin-utils': 7.22.5
dev: true
- /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.22.15(@babel/core@7.23.0):
+ /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.22.15(@babel/core@7.23.2):
resolution: {integrity: sha512-Hyph9LseGvAeeXzikV88bczhsrLrIZqDPxO+sSmAunMPaGrBGhfMWzCPYTtiW9t+HzSE2wtV8e5cc5P6r1xMDQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.13.0
dependencies:
- '@babel/core': 7.23.0
+ '@babel/core': 7.23.2
'@babel/helper-plugin-utils': 7.22.5
'@babel/helper-skip-transparent-expression-wrappers': 7.22.5
- '@babel/plugin-transform-optional-chaining': 7.22.15(@babel/core@7.23.0)
+ '@babel/plugin-transform-optional-chaining': 7.22.15(@babel/core@7.23.2)
dev: true
- /@babel/plugin-proposal-async-generator-functions@7.20.7(@babel/core@7.23.0):
+ /@babel/plugin-proposal-async-generator-functions@7.20.7(@babel/core@7.23.2):
resolution: {integrity: sha512-xMbiLsn/8RK7Wq7VeVytytS2L6qE69bXPB10YCmMdDZbKF4okCqY74pI/jJQ/8U0b/F6NrT2+14b8/P9/3AMGA==}
engines: {node: '>=6.9.0'}
deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-async-generator-functions instead.
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.23.0
+ '@babel/core': 7.23.2
'@babel/helper-environment-visitor': 7.22.5
'@babel/helper-plugin-utils': 7.22.5
- '@babel/helper-remap-async-to-generator': 7.22.9(@babel/core@7.23.0)
- '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.23.0)
+ '@babel/helper-remap-async-to-generator': 7.22.9(@babel/core@7.23.2)
+ '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.23.2)
dev: true
- /@babel/plugin-proposal-class-properties@7.18.6(@babel/core@7.23.0):
+ /@babel/plugin-proposal-class-properties@7.18.6(@babel/core@7.23.2):
resolution: {integrity: sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==}
engines: {node: '>=6.9.0'}
deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-class-properties instead.
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.23.0
- '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.23.0)
+ '@babel/core': 7.23.2
+ '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.23.2)
'@babel/helper-plugin-utils': 7.22.5
dev: true
- /@babel/plugin-proposal-class-static-block@7.21.0(@babel/core@7.23.0):
+ /@babel/plugin-proposal-class-static-block@7.21.0(@babel/core@7.23.2):
resolution: {integrity: sha512-XP5G9MWNUskFuP30IfFSEFB0Z6HzLIUcjYM4bYOPHXl7eiJ9HFv8tWj6TXTN5QODiEhDZAeI4hLok2iHFFV4hw==}
engines: {node: '>=6.9.0'}
deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-class-static-block instead.
peerDependencies:
'@babel/core': ^7.12.0
dependencies:
- '@babel/core': 7.23.0
- '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.23.0)
+ '@babel/core': 7.23.2
+ '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.23.2)
'@babel/helper-plugin-utils': 7.22.5
- '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.23.0)
+ '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.23.2)
dev: true
- /@babel/plugin-proposal-dynamic-import@7.18.6(@babel/core@7.23.0):
+ /@babel/plugin-proposal-dynamic-import@7.18.6(@babel/core@7.23.2):
resolution: {integrity: sha512-1auuwmK+Rz13SJj36R+jqFPMJWyKEDd7lLSdOj4oJK0UTgGueSAtkrCvz9ewmgyU/P941Rv2fQwZJN8s6QruXw==}
engines: {node: '>=6.9.0'}
deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-dynamic-import instead.
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.23.0
+ '@babel/core': 7.23.2
'@babel/helper-plugin-utils': 7.22.5
- '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.23.0)
+ '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.23.2)
dev: true
- /@babel/plugin-proposal-export-namespace-from@7.18.9(@babel/core@7.23.0):
+ /@babel/plugin-proposal-export-namespace-from@7.18.9(@babel/core@7.23.2):
resolution: {integrity: sha512-k1NtHyOMvlDDFeb9G5PhUXuGj8m/wiwojgQVEhJ/fsVsMCpLyOP4h0uGEjYJKrRI+EVPlb5Jk+Gt9P97lOGwtA==}
engines: {node: '>=6.9.0'}
deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-export-namespace-from instead.
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.23.0
+ '@babel/core': 7.23.2
'@babel/helper-plugin-utils': 7.22.5
- '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.23.0)
+ '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.23.2)
dev: true
- /@babel/plugin-proposal-json-strings@7.18.6(@babel/core@7.23.0):
+ /@babel/plugin-proposal-json-strings@7.18.6(@babel/core@7.23.2):
resolution: {integrity: sha512-lr1peyn9kOdbYc0xr0OdHTZ5FMqS6Di+H0Fz2I/JwMzGmzJETNeOFq2pBySw6X/KFL5EWDjlJuMsUGRFb8fQgQ==}
engines: {node: '>=6.9.0'}
deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-json-strings instead.
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.23.0
+ '@babel/core': 7.23.2
'@babel/helper-plugin-utils': 7.22.5
- '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.23.0)
+ '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.23.2)
dev: true
- /@babel/plugin-proposal-logical-assignment-operators@7.20.7(@babel/core@7.23.0):
+ /@babel/plugin-proposal-logical-assignment-operators@7.20.7(@babel/core@7.23.2):
resolution: {integrity: sha512-y7C7cZgpMIjWlKE5T7eJwp+tnRYM89HmRvWM5EQuB5BoHEONjmQ8lSNmBUwOyy/GFRsohJED51YBF79hE1djug==}
engines: {node: '>=6.9.0'}
deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-logical-assignment-operators instead.
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.23.0
+ '@babel/core': 7.23.2
'@babel/helper-plugin-utils': 7.22.5
- '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.23.0)
+ '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.23.2)
dev: true
- /@babel/plugin-proposal-nullish-coalescing-operator@7.18.6(@babel/core@7.23.0):
+ /@babel/plugin-proposal-nullish-coalescing-operator@7.18.6(@babel/core@7.23.2):
resolution: {integrity: sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==}
engines: {node: '>=6.9.0'}
deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-nullish-coalescing-operator instead.
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.23.0
+ '@babel/core': 7.23.2
'@babel/helper-plugin-utils': 7.22.5
- '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.23.0)
+ '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.23.2)
dev: true
- /@babel/plugin-proposal-numeric-separator@7.18.6(@babel/core@7.23.0):
+ /@babel/plugin-proposal-numeric-separator@7.18.6(@babel/core@7.23.2):
resolution: {integrity: sha512-ozlZFogPqoLm8WBr5Z8UckIoE4YQ5KESVcNudyXOR8uqIkliTEgJ3RoketfG6pmzLdeZF0H/wjE9/cCEitBl7Q==}
engines: {node: '>=6.9.0'}
deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-numeric-separator instead.
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.23.0
+ '@babel/core': 7.23.2
'@babel/helper-plugin-utils': 7.22.5
- '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.23.0)
+ '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.23.2)
dev: true
- /@babel/plugin-proposal-object-rest-spread@7.20.7(@babel/core@7.23.0):
+ /@babel/plugin-proposal-object-rest-spread@7.20.7(@babel/core@7.23.2):
resolution: {integrity: sha512-d2S98yCiLxDVmBmE8UjGcfPvNEUbA1U5q5WxaWFUGRzJSVAZqm5W6MbPct0jxnegUZ0niLeNX+IOzEs7wYg9Dg==}
engines: {node: '>=6.9.0'}
deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-object-rest-spread instead.
@@ -1565,73 +1565,73 @@ packages:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/compat-data': 7.22.9
- '@babel/core': 7.23.0
+ '@babel/core': 7.23.2
'@babel/helper-compilation-targets': 7.22.15
'@babel/helper-plugin-utils': 7.22.5
- '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.23.0)
- '@babel/plugin-transform-parameters': 7.22.15(@babel/core@7.23.0)
+ '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.23.2)
+ '@babel/plugin-transform-parameters': 7.22.15(@babel/core@7.23.2)
dev: true
- /@babel/plugin-proposal-optional-catch-binding@7.18.6(@babel/core@7.23.0):
+ /@babel/plugin-proposal-optional-catch-binding@7.18.6(@babel/core@7.23.2):
resolution: {integrity: sha512-Q40HEhs9DJQyaZfUjjn6vE8Cv4GmMHCYuMGIWUnlxH6400VGxOuwWsPt4FxXxJkC/5eOzgn0z21M9gMT4MOhbw==}
engines: {node: '>=6.9.0'}
deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-optional-catch-binding instead.
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.23.0
+ '@babel/core': 7.23.2
'@babel/helper-plugin-utils': 7.22.5
- '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.23.0)
+ '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.23.2)
dev: true
- /@babel/plugin-proposal-optional-chaining@7.21.0(@babel/core@7.23.0):
+ /@babel/plugin-proposal-optional-chaining@7.21.0(@babel/core@7.23.2):
resolution: {integrity: sha512-p4zeefM72gpmEe2fkUr/OnOXpWEf8nAgk7ZYVqqfFiyIG7oFfVZcCrU64hWn5xp4tQ9LkV4bTIa5rD0KANpKNA==}
engines: {node: '>=6.9.0'}
deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-optional-chaining instead.
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.23.0
+ '@babel/core': 7.23.2
'@babel/helper-plugin-utils': 7.22.5
'@babel/helper-skip-transparent-expression-wrappers': 7.22.5
- '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.23.0)
+ '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.23.2)
dev: true
- /@babel/plugin-proposal-private-methods@7.18.6(@babel/core@7.23.0):
+ /@babel/plugin-proposal-private-methods@7.18.6(@babel/core@7.23.2):
resolution: {integrity: sha512-nutsvktDItsNn4rpGItSNV2sz1XwS+nfU0Rg8aCx3W3NOKVzdMjJRu0O5OkgDp3ZGICSTbgRpxZoWsxoKRvbeA==}
engines: {node: '>=6.9.0'}
deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-private-methods instead.
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.23.0
- '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.23.0)
+ '@babel/core': 7.23.2
+ '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.23.2)
'@babel/helper-plugin-utils': 7.22.5
dev: true
- /@babel/plugin-proposal-private-property-in-object@7.21.11(@babel/core@7.23.0):
+ /@babel/plugin-proposal-private-property-in-object@7.21.11(@babel/core@7.23.2):
resolution: {integrity: sha512-0QZ8qP/3RLDVBwBFoWAwCtgcDZJVwA5LUJRZU8x2YFfKNuFq161wK3cuGrALu5yiPu+vzwTAg/sMWVNeWeNyaw==}
engines: {node: '>=6.9.0'}
deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-private-property-in-object instead.
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.23.0
+ '@babel/core': 7.23.2
'@babel/helper-annotate-as-pure': 7.22.5
- '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.23.0)
+ '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.23.2)
'@babel/helper-plugin-utils': 7.22.5
- '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.23.0)
+ '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.23.2)
dev: true
- /@babel/plugin-proposal-unicode-property-regex@7.18.6(@babel/core@7.23.0):
+ /@babel/plugin-proposal-unicode-property-regex@7.18.6(@babel/core@7.23.2):
resolution: {integrity: sha512-2BShG/d5yoZyXZfVePH91urL5wTG6ASZU9M4o03lKK8u8UW1y08OMttBSOADTcJrnPMpvDXRG3G8fyLh4ovs8w==}
engines: {node: '>=4'}
deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-unicode-property-regex instead.
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.23.0
- '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.23.0)
+ '@babel/core': 7.23.2
+ '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.23.2)
'@babel/helper-plugin-utils': 7.22.5
dev: true
@@ -1644,12 +1644,12 @@ packages:
'@babel/helper-plugin-utils': 7.22.5
dev: true
- /@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.23.0):
+ /@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.23.2):
resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.23.0
+ '@babel/core': 7.23.2
'@babel/helper-plugin-utils': 7.22.5
dev: true
@@ -1662,12 +1662,12 @@ packages:
'@babel/helper-plugin-utils': 7.22.5
dev: true
- /@babel/plugin-syntax-bigint@7.8.3(@babel/core@7.23.0):
+ /@babel/plugin-syntax-bigint@7.8.3(@babel/core@7.23.2):
resolution: {integrity: sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.23.0
+ '@babel/core': 7.23.2
'@babel/helper-plugin-utils': 7.22.5
dev: true
@@ -1680,40 +1680,40 @@ packages:
'@babel/helper-plugin-utils': 7.22.5
dev: true
- /@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.23.0):
+ /@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.23.2):
resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.23.0
+ '@babel/core': 7.23.2
'@babel/helper-plugin-utils': 7.22.5
dev: true
- /@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.23.0):
+ /@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.23.2):
resolution: {integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.23.0
+ '@babel/core': 7.23.2
'@babel/helper-plugin-utils': 7.22.5
dev: true
- /@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.23.0):
+ /@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.23.2):
resolution: {integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.23.0
+ '@babel/core': 7.23.2
'@babel/helper-plugin-utils': 7.22.5
dev: true
- /@babel/plugin-syntax-export-namespace-from@7.8.3(@babel/core@7.23.0):
+ /@babel/plugin-syntax-export-namespace-from@7.8.3(@babel/core@7.23.2):
resolution: {integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.23.0
+ '@babel/core': 7.23.2
'@babel/helper-plugin-utils': 7.22.5
dev: true
@@ -1726,12 +1726,12 @@ packages:
'@babel/helper-plugin-utils': 7.22.5
dev: true
- /@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.23.0):
+ /@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.23.2):
resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.23.0
+ '@babel/core': 7.23.2
'@babel/helper-plugin-utils': 7.22.5
dev: true
@@ -1744,12 +1744,12 @@ packages:
'@babel/helper-plugin-utils': 7.22.5
dev: true
- /@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.23.0):
+ /@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.23.2):
resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.23.0
+ '@babel/core': 7.23.2
'@babel/helper-plugin-utils': 7.22.5
dev: true
@@ -1762,12 +1762,12 @@ packages:
'@babel/helper-plugin-utils': 7.22.5
dev: true
- /@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.23.0):
+ /@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.23.2):
resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.23.0
+ '@babel/core': 7.23.2
'@babel/helper-plugin-utils': 7.22.5
dev: true
@@ -1780,12 +1780,12 @@ packages:
'@babel/helper-plugin-utils': 7.22.5
dev: true
- /@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.23.0):
+ /@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.23.2):
resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.23.0
+ '@babel/core': 7.23.2
'@babel/helper-plugin-utils': 7.22.5
dev: true
@@ -1798,12 +1798,12 @@ packages:
'@babel/helper-plugin-utils': 7.22.5
dev: true
- /@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.23.0):
+ /@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.23.2):
resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.23.0
+ '@babel/core': 7.23.2
'@babel/helper-plugin-utils': 7.22.5
dev: true
@@ -1816,12 +1816,12 @@ packages:
'@babel/helper-plugin-utils': 7.22.5
dev: true
- /@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.23.0):
+ /@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.23.2):
resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.23.0
+ '@babel/core': 7.23.2
'@babel/helper-plugin-utils': 7.22.5
dev: true
@@ -1834,12 +1834,12 @@ packages:
'@babel/helper-plugin-utils': 7.22.5
dev: true
- /@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.23.0):
+ /@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.23.2):
resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.23.0
+ '@babel/core': 7.23.2
'@babel/helper-plugin-utils': 7.22.5
dev: true
@@ -1852,22 +1852,22 @@ packages:
'@babel/helper-plugin-utils': 7.22.5
dev: true
- /@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.23.0):
+ /@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.23.2):
resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.23.0
+ '@babel/core': 7.23.2
'@babel/helper-plugin-utils': 7.22.5
dev: true
- /@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.23.0):
+ /@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.23.2):
resolution: {integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.23.0
+ '@babel/core': 7.23.2
'@babel/helper-plugin-utils': 7.22.5
dev: true
@@ -1881,13 +1881,13 @@ packages:
'@babel/helper-plugin-utils': 7.22.5
dev: true
- /@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.23.0):
+ /@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.23.2):
resolution: {integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.23.0
+ '@babel/core': 7.23.2
'@babel/helper-plugin-utils': 7.22.5
dev: true
@@ -1901,476 +1901,476 @@ packages:
'@babel/helper-plugin-utils': 7.22.5
dev: true
- /@babel/plugin-transform-arrow-functions@7.22.5(@babel/core@7.23.0):
+ /@babel/plugin-transform-arrow-functions@7.22.5(@babel/core@7.23.2):
resolution: {integrity: sha512-26lTNXoVRdAnsaDXPpvCNUq+OVWEVC6bx7Vvz9rC53F2bagUWW4u4ii2+h8Fejfh7RYqPxn+libeFBBck9muEw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.23.0
+ '@babel/core': 7.23.2
'@babel/helper-plugin-utils': 7.22.5
dev: true
- /@babel/plugin-transform-async-to-generator@7.22.5(@babel/core@7.23.0):
+ /@babel/plugin-transform-async-to-generator@7.22.5(@babel/core@7.23.2):
resolution: {integrity: sha512-b1A8D8ZzE/VhNDoV1MSJTnpKkCG5bJo+19R4o4oy03zM7ws8yEMK755j61Dc3EyvdysbqH5BOOTquJ7ZX9C6vQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.23.0
+ '@babel/core': 7.23.2
'@babel/helper-module-imports': 7.22.15
'@babel/helper-plugin-utils': 7.22.5
- '@babel/helper-remap-async-to-generator': 7.22.9(@babel/core@7.23.0)
+ '@babel/helper-remap-async-to-generator': 7.22.9(@babel/core@7.23.2)
dev: true
- /@babel/plugin-transform-block-scoped-functions@7.22.5(@babel/core@7.23.0):
+ /@babel/plugin-transform-block-scoped-functions@7.22.5(@babel/core@7.23.2):
resolution: {integrity: sha512-tdXZ2UdknEKQWKJP1KMNmuF5Lx3MymtMN/pvA+p/VEkhK8jVcQ1fzSy8KM9qRYhAf2/lV33hoMPKI/xaI9sADA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.23.0
+ '@babel/core': 7.23.2
'@babel/helper-plugin-utils': 7.22.5
dev: true
- /@babel/plugin-transform-block-scoping@7.22.15(@babel/core@7.23.0):
+ /@babel/plugin-transform-block-scoping@7.22.15(@babel/core@7.23.2):
resolution: {integrity: sha512-G1czpdJBZCtngoK1sJgloLiOHUnkb/bLZwqVZD8kXmq0ZnVfTTWUcs9OWtp0mBtYJ+4LQY1fllqBkOIPhXmFmw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.23.0
+ '@babel/core': 7.23.2
'@babel/helper-plugin-utils': 7.22.5
dev: true
- /@babel/plugin-transform-classes@7.22.15(@babel/core@7.23.0):
+ /@babel/plugin-transform-classes@7.22.15(@babel/core@7.23.2):
resolution: {integrity: sha512-VbbC3PGjBdE0wAWDdHM9G8Gm977pnYI0XpqMd6LrKISj8/DJXEsWqgRuTYaNE9Bv0JGhTZUzHDlMk18IpOuoqw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.23.0
+ '@babel/core': 7.23.2
'@babel/helper-annotate-as-pure': 7.22.5
'@babel/helper-compilation-targets': 7.22.15
'@babel/helper-environment-visitor': 7.22.5
'@babel/helper-function-name': 7.22.5
'@babel/helper-optimise-call-expression': 7.22.5
'@babel/helper-plugin-utils': 7.22.5
- '@babel/helper-replace-supers': 7.22.9(@babel/core@7.23.0)
+ '@babel/helper-replace-supers': 7.22.9(@babel/core@7.23.2)
'@babel/helper-split-export-declaration': 7.22.6
globals: 11.12.0
dev: true
- /@babel/plugin-transform-computed-properties@7.22.5(@babel/core@7.23.0):
+ /@babel/plugin-transform-computed-properties@7.22.5(@babel/core@7.23.2):
resolution: {integrity: sha512-4GHWBgRf0krxPX+AaPtgBAlTgTeZmqDynokHOX7aqqAB4tHs3U2Y02zH6ETFdLZGcg9UQSD1WCmkVrE9ErHeOg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.23.0
+ '@babel/core': 7.23.2
'@babel/helper-plugin-utils': 7.22.5
'@babel/template': 7.22.15
dev: true
- /@babel/plugin-transform-destructuring@7.22.15(@babel/core@7.23.0):
+ /@babel/plugin-transform-destructuring@7.22.15(@babel/core@7.23.2):
resolution: {integrity: sha512-HzG8sFl1ZVGTme74Nw+X01XsUTqERVQ6/RLHo3XjGRzm7XD6QTtfS3NJotVgCGy8BzkDqRjRBD8dAyJn5TuvSQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.23.0
+ '@babel/core': 7.23.2
'@babel/helper-plugin-utils': 7.22.5
dev: true
- /@babel/plugin-transform-dotall-regex@7.22.5(@babel/core@7.23.0):
+ /@babel/plugin-transform-dotall-regex@7.22.5(@babel/core@7.23.2):
resolution: {integrity: sha512-5/Yk9QxCQCl+sOIB1WelKnVRxTJDSAIxtJLL2/pqL14ZVlbH0fUQUZa/T5/UnQtBNgghR7mfB8ERBKyKPCi7Vw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.23.0
- '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.23.0)
+ '@babel/core': 7.23.2
+ '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.23.2)
'@babel/helper-plugin-utils': 7.22.5
dev: true
- /@babel/plugin-transform-duplicate-keys@7.22.5(@babel/core@7.23.0):
+ /@babel/plugin-transform-duplicate-keys@7.22.5(@babel/core@7.23.2):
resolution: {integrity: sha512-dEnYD+9BBgld5VBXHnF/DbYGp3fqGMsyxKbtD1mDyIA7AkTSpKXFhCVuj/oQVOoALfBs77DudA0BE4d5mcpmqw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.23.0
+ '@babel/core': 7.23.2
'@babel/helper-plugin-utils': 7.22.5
dev: true
- /@babel/plugin-transform-exponentiation-operator@7.22.5(@babel/core@7.23.0):
+ /@babel/plugin-transform-exponentiation-operator@7.22.5(@babel/core@7.23.2):
resolution: {integrity: sha512-vIpJFNM/FjZ4rh1myqIya9jXwrwwgFRHPjT3DkUA9ZLHuzox8jiXkOLvwm1H+PQIP3CqfC++WPKeuDi0Sjdj1g==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.23.0
+ '@babel/core': 7.23.2
'@babel/helper-builder-binary-assignment-operator-visitor': 7.22.15
'@babel/helper-plugin-utils': 7.22.5
dev: true
- /@babel/plugin-transform-for-of@7.22.15(@babel/core@7.23.0):
+ /@babel/plugin-transform-for-of@7.22.15(@babel/core@7.23.2):
resolution: {integrity: sha512-me6VGeHsx30+xh9fbDLLPi0J1HzmeIIyenoOQHuw2D4m2SAU3NrspX5XxJLBpqn5yrLzrlw2Iy3RA//Bx27iOA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.23.0
+ '@babel/core': 7.23.2
'@babel/helper-plugin-utils': 7.22.5
dev: true
- /@babel/plugin-transform-function-name@7.22.5(@babel/core@7.23.0):
+ /@babel/plugin-transform-function-name@7.22.5(@babel/core@7.23.2):
resolution: {integrity: sha512-UIzQNMS0p0HHiQm3oelztj+ECwFnj+ZRV4KnguvlsD2of1whUeM6o7wGNj6oLwcDoAXQ8gEqfgC24D+VdIcevg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.23.0
+ '@babel/core': 7.23.2
'@babel/helper-compilation-targets': 7.22.15
'@babel/helper-function-name': 7.22.5
'@babel/helper-plugin-utils': 7.22.5
dev: true
- /@babel/plugin-transform-literals@7.22.5(@babel/core@7.23.0):
+ /@babel/plugin-transform-literals@7.22.5(@babel/core@7.23.2):
resolution: {integrity: sha512-fTLj4D79M+mepcw3dgFBTIDYpbcB9Sm0bpm4ppXPaO+U+PKFFyV9MGRvS0gvGw62sd10kT5lRMKXAADb9pWy8g==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.23.0
+ '@babel/core': 7.23.2
'@babel/helper-plugin-utils': 7.22.5
dev: true
- /@babel/plugin-transform-member-expression-literals@7.22.5(@babel/core@7.23.0):
+ /@babel/plugin-transform-member-expression-literals@7.22.5(@babel/core@7.23.2):
resolution: {integrity: sha512-RZEdkNtzzYCFl9SE9ATaUMTj2hqMb4StarOJLrZRbqqU4HSBE7UlBw9WBWQiDzrJZJdUWiMTVDI6Gv/8DPvfew==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.23.0
+ '@babel/core': 7.23.2
'@babel/helper-plugin-utils': 7.22.5
dev: true
- /@babel/plugin-transform-modules-amd@7.22.5(@babel/core@7.23.0):
+ /@babel/plugin-transform-modules-amd@7.22.5(@babel/core@7.23.2):
resolution: {integrity: sha512-R+PTfLTcYEmb1+kK7FNkhQ1gP4KgjpSO6HfH9+f8/yfp2Nt3ggBjiVpRwmwTlfqZLafYKJACy36yDXlEmI9HjQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.23.0
- '@babel/helper-module-transforms': 7.22.15(@babel/core@7.23.0)
+ '@babel/core': 7.23.2
+ '@babel/helper-module-transforms': 7.22.15(@babel/core@7.23.2)
'@babel/helper-plugin-utils': 7.22.5
dev: true
- /@babel/plugin-transform-modules-commonjs@7.22.15(@babel/core@7.23.0):
+ /@babel/plugin-transform-modules-commonjs@7.22.15(@babel/core@7.23.2):
resolution: {integrity: sha512-jWL4eh90w0HQOTKP2MoXXUpVxilxsB2Vl4ji69rSjS3EcZ/v4sBmn+A3NpepuJzBhOaEBbR7udonlHHn5DWidg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.23.0
- '@babel/helper-module-transforms': 7.22.15(@babel/core@7.23.0)
+ '@babel/core': 7.23.2
+ '@babel/helper-module-transforms': 7.22.15(@babel/core@7.23.2)
'@babel/helper-plugin-utils': 7.22.5
'@babel/helper-simple-access': 7.22.5
dev: true
- /@babel/plugin-transform-modules-systemjs@7.22.11(@babel/core@7.23.0):
+ /@babel/plugin-transform-modules-systemjs@7.22.11(@babel/core@7.23.2):
resolution: {integrity: sha512-rIqHmHoMEOhI3VkVf5jQ15l539KrwhzqcBO6wdCNWPWc/JWt9ILNYNUssbRpeq0qWns8svuw8LnMNCvWBIJ8wA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.23.0
+ '@babel/core': 7.23.2
'@babel/helper-hoist-variables': 7.22.5
- '@babel/helper-module-transforms': 7.22.15(@babel/core@7.23.0)
+ '@babel/helper-module-transforms': 7.22.15(@babel/core@7.23.2)
'@babel/helper-plugin-utils': 7.22.5
'@babel/helper-validator-identifier': 7.22.15
dev: true
- /@babel/plugin-transform-modules-umd@7.22.5(@babel/core@7.23.0):
+ /@babel/plugin-transform-modules-umd@7.22.5(@babel/core@7.23.2):
resolution: {integrity: sha512-+S6kzefN/E1vkSsKx8kmQuqeQsvCKCd1fraCM7zXm4SFoggI099Tr4G8U81+5gtMdUeMQ4ipdQffbKLX0/7dBQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.23.0
- '@babel/helper-module-transforms': 7.22.15(@babel/core@7.23.0)
+ '@babel/core': 7.23.2
+ '@babel/helper-module-transforms': 7.22.15(@babel/core@7.23.2)
'@babel/helper-plugin-utils': 7.22.5
dev: true
- /@babel/plugin-transform-named-capturing-groups-regex@7.22.5(@babel/core@7.23.0):
+ /@babel/plugin-transform-named-capturing-groups-regex@7.22.5(@babel/core@7.23.2):
resolution: {integrity: sha512-YgLLKmS3aUBhHaxp5hi1WJTgOUb/NCuDHzGT9z9WTt3YG+CPRhJs6nprbStx6DnWM4dh6gt7SU3sZodbZ08adQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
dependencies:
- '@babel/core': 7.23.0
- '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.23.0)
+ '@babel/core': 7.23.2
+ '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.23.2)
'@babel/helper-plugin-utils': 7.22.5
dev: true
- /@babel/plugin-transform-new-target@7.22.5(@babel/core@7.23.0):
+ /@babel/plugin-transform-new-target@7.22.5(@babel/core@7.23.2):
resolution: {integrity: sha512-AsF7K0Fx/cNKVyk3a+DW0JLo+Ua598/NxMRvxDnkpCIGFh43+h/v2xyhRUYf6oD8gE4QtL83C7zZVghMjHd+iw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.23.0
+ '@babel/core': 7.23.2
'@babel/helper-plugin-utils': 7.22.5
dev: true
- /@babel/plugin-transform-object-super@7.22.5(@babel/core@7.23.0):
+ /@babel/plugin-transform-object-super@7.22.5(@babel/core@7.23.2):
resolution: {integrity: sha512-klXqyaT9trSjIUrcsYIfETAzmOEZL3cBYqOYLJxBHfMFFggmXOv+NYSX/Jbs9mzMVESw/WycLFPRx8ba/b2Ipw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.23.0
+ '@babel/core': 7.23.2
'@babel/helper-plugin-utils': 7.22.5
- '@babel/helper-replace-supers': 7.22.9(@babel/core@7.23.0)
+ '@babel/helper-replace-supers': 7.22.9(@babel/core@7.23.2)
dev: true
- /@babel/plugin-transform-optional-chaining@7.22.15(@babel/core@7.23.0):
+ /@babel/plugin-transform-optional-chaining@7.22.15(@babel/core@7.23.2):
resolution: {integrity: sha512-ngQ2tBhq5vvSJw2Q2Z9i7ealNkpDMU0rGWnHPKqRZO0tzZ5tlaoz4hDvhXioOoaE0X2vfNss1djwg0DXlfu30A==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.23.0
+ '@babel/core': 7.23.2
'@babel/helper-plugin-utils': 7.22.5
'@babel/helper-skip-transparent-expression-wrappers': 7.22.5
- '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.23.0)
+ '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.23.2)
dev: true
- /@babel/plugin-transform-parameters@7.22.15(@babel/core@7.23.0):
+ /@babel/plugin-transform-parameters@7.22.15(@babel/core@7.23.2):
resolution: {integrity: sha512-hjk7qKIqhyzhhUvRT683TYQOFa/4cQKwQy7ALvTpODswN40MljzNDa0YldevS6tGbxwaEKVn502JmY0dP7qEtQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.23.0
+ '@babel/core': 7.23.2
'@babel/helper-plugin-utils': 7.22.5
dev: true
- /@babel/plugin-transform-property-literals@7.22.5(@babel/core@7.23.0):
+ /@babel/plugin-transform-property-literals@7.22.5(@babel/core@7.23.2):
resolution: {integrity: sha512-TiOArgddK3mK/x1Qwf5hay2pxI6wCZnvQqrFSqbtg1GLl2JcNMitVH/YnqjP+M31pLUeTfzY1HAXFDnUBV30rQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.23.0
+ '@babel/core': 7.23.2
'@babel/helper-plugin-utils': 7.22.5
dev: true
- /@babel/plugin-transform-regenerator@7.22.10(@babel/core@7.23.0):
+ /@babel/plugin-transform-regenerator@7.22.10(@babel/core@7.23.2):
resolution: {integrity: sha512-F28b1mDt8KcT5bUyJc/U9nwzw6cV+UmTeRlXYIl2TNqMMJif0Jeey9/RQ3C4NOd2zp0/TRsDns9ttj2L523rsw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.23.0
+ '@babel/core': 7.23.2
'@babel/helper-plugin-utils': 7.22.5
regenerator-transform: 0.15.2
dev: true
- /@babel/plugin-transform-reserved-words@7.22.5(@babel/core@7.23.0):
+ /@babel/plugin-transform-reserved-words@7.22.5(@babel/core@7.23.2):
resolution: {integrity: sha512-DTtGKFRQUDm8svigJzZHzb/2xatPc6TzNvAIJ5GqOKDsGFYgAskjRulbR/vGsPKq3OPqtexnz327qYpP57RFyA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.23.0
+ '@babel/core': 7.23.2
'@babel/helper-plugin-utils': 7.22.5
dev: true
- /@babel/plugin-transform-runtime@7.22.15(@babel/core@7.23.0):
+ /@babel/plugin-transform-runtime@7.22.15(@babel/core@7.23.2):
resolution: {integrity: sha512-tEVLhk8NRZSmwQ0DJtxxhTrCht1HVo8VaMzYT4w6lwyKBuHsgoioAUA7/6eT2fRfc5/23fuGdlwIxXhRVgWr4g==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.23.0
+ '@babel/core': 7.23.2
'@babel/helper-module-imports': 7.22.15
'@babel/helper-plugin-utils': 7.22.5
- babel-plugin-polyfill-corejs2: 0.4.5(@babel/core@7.23.0)
- babel-plugin-polyfill-corejs3: 0.8.3(@babel/core@7.23.0)
- babel-plugin-polyfill-regenerator: 0.5.2(@babel/core@7.23.0)
+ babel-plugin-polyfill-corejs2: 0.4.5(@babel/core@7.23.2)
+ babel-plugin-polyfill-corejs3: 0.8.3(@babel/core@7.23.2)
+ babel-plugin-polyfill-regenerator: 0.5.2(@babel/core@7.23.2)
semver: 6.3.1
transitivePeerDependencies:
- supports-color
dev: false
- /@babel/plugin-transform-shorthand-properties@7.22.5(@babel/core@7.23.0):
+ /@babel/plugin-transform-shorthand-properties@7.22.5(@babel/core@7.23.2):
resolution: {integrity: sha512-vM4fq9IXHscXVKzDv5itkO1X52SmdFBFcMIBZ2FRn2nqVYqw6dBexUgMvAjHW+KXpPPViD/Yo3GrDEBaRC0QYA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.23.0
+ '@babel/core': 7.23.2
'@babel/helper-plugin-utils': 7.22.5
dev: true
- /@babel/plugin-transform-spread@7.22.5(@babel/core@7.23.0):
+ /@babel/plugin-transform-spread@7.22.5(@babel/core@7.23.2):
resolution: {integrity: sha512-5ZzDQIGyvN4w8+dMmpohL6MBo+l2G7tfC/O2Dg7/hjpgeWvUx8FzfeOKxGog9IimPa4YekaQ9PlDqTLOljkcxg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.23.0
+ '@babel/core': 7.23.2
'@babel/helper-plugin-utils': 7.22.5
'@babel/helper-skip-transparent-expression-wrappers': 7.22.5
dev: true
- /@babel/plugin-transform-sticky-regex@7.22.5(@babel/core@7.23.0):
+ /@babel/plugin-transform-sticky-regex@7.22.5(@babel/core@7.23.2):
resolution: {integrity: sha512-zf7LuNpHG0iEeiyCNwX4j3gDg1jgt1k3ZdXBKbZSoA3BbGQGvMiSvfbZRR3Dr3aeJe3ooWFZxOOG3IRStYp2Bw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.23.0
+ '@babel/core': 7.23.2
'@babel/helper-plugin-utils': 7.22.5
dev: true
- /@babel/plugin-transform-template-literals@7.22.5(@babel/core@7.23.0):
+ /@babel/plugin-transform-template-literals@7.22.5(@babel/core@7.23.2):
resolution: {integrity: sha512-5ciOehRNf+EyUeewo8NkbQiUs4d6ZxiHo6BcBcnFlgiJfu16q0bQUw9Jvo0b0gBKFG1SMhDSjeKXSYuJLeFSMA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.23.0
+ '@babel/core': 7.23.2
'@babel/helper-plugin-utils': 7.22.5
dev: true
- /@babel/plugin-transform-typeof-symbol@7.22.5(@babel/core@7.23.0):
+ /@babel/plugin-transform-typeof-symbol@7.22.5(@babel/core@7.23.2):
resolution: {integrity: sha512-bYkI5lMzL4kPii4HHEEChkD0rkc+nvnlR6+o/qdqR6zrm0Sv/nodmyLhlq2DO0YKLUNd2VePmPRjJXSBh9OIdA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.23.0
+ '@babel/core': 7.23.2
'@babel/helper-plugin-utils': 7.22.5
dev: true
- /@babel/plugin-transform-unicode-escapes@7.22.10(@babel/core@7.23.0):
+ /@babel/plugin-transform-unicode-escapes@7.22.10(@babel/core@7.23.2):
resolution: {integrity: sha512-lRfaRKGZCBqDlRU3UIFovdp9c9mEvlylmpod0/OatICsSfuQ9YFthRo1tpTkGsklEefZdqlEFdY4A2dwTb6ohg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.23.0
+ '@babel/core': 7.23.2
'@babel/helper-plugin-utils': 7.22.5
dev: true
- /@babel/plugin-transform-unicode-regex@7.22.5(@babel/core@7.23.0):
+ /@babel/plugin-transform-unicode-regex@7.22.5(@babel/core@7.23.2):
resolution: {integrity: sha512-028laaOKptN5vHJf9/Arr/HiJekMd41hOEZYvNsrsXqJ7YPYuX2bQxh31fkZzGmq3YqHRJzYFFAVYvKfMPKqyg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.23.0
- '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.23.0)
+ '@babel/core': 7.23.2
+ '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.23.2)
'@babel/helper-plugin-utils': 7.22.5
dev: true
- /@babel/preset-env@7.16.0(@babel/core@7.23.0):
+ /@babel/preset-env@7.16.0(@babel/core@7.23.2):
resolution: {integrity: sha512-cdTu/W0IrviamtnZiTfixPfIncr2M1VqRrkjzZWlr1B4TVYimCFK5jkyOdP4qw2MrlKHi+b3ORj6x8GoCew8Dg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/compat-data': 7.22.9
- '@babel/core': 7.23.0
+ '@babel/core': 7.23.2
'@babel/helper-compilation-targets': 7.22.15
'@babel/helper-plugin-utils': 7.22.5
'@babel/helper-validator-option': 7.22.15
- '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.22.15(@babel/core@7.23.0)
- '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.22.15(@babel/core@7.23.0)
- '@babel/plugin-proposal-async-generator-functions': 7.20.7(@babel/core@7.23.0)
- '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.23.0)
- '@babel/plugin-proposal-class-static-block': 7.21.0(@babel/core@7.23.0)
- '@babel/plugin-proposal-dynamic-import': 7.18.6(@babel/core@7.23.0)
- '@babel/plugin-proposal-export-namespace-from': 7.18.9(@babel/core@7.23.0)
- '@babel/plugin-proposal-json-strings': 7.18.6(@babel/core@7.23.0)
- '@babel/plugin-proposal-logical-assignment-operators': 7.20.7(@babel/core@7.23.0)
- '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6(@babel/core@7.23.0)
- '@babel/plugin-proposal-numeric-separator': 7.18.6(@babel/core@7.23.0)
- '@babel/plugin-proposal-object-rest-spread': 7.20.7(@babel/core@7.23.0)
- '@babel/plugin-proposal-optional-catch-binding': 7.18.6(@babel/core@7.23.0)
- '@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@7.23.0)
- '@babel/plugin-proposal-private-methods': 7.18.6(@babel/core@7.23.0)
- '@babel/plugin-proposal-private-property-in-object': 7.21.11(@babel/core@7.23.0)
- '@babel/plugin-proposal-unicode-property-regex': 7.18.6(@babel/core@7.23.0)
- '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.23.0)
- '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.23.0)
- '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.23.0)
- '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.23.0)
- '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.23.0)
- '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.23.0)
- '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.23.0)
- '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.23.0)
- '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.23.0)
- '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.23.0)
- '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.23.0)
- '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.23.0)
- '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.23.0)
- '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.23.0)
- '@babel/plugin-transform-arrow-functions': 7.22.5(@babel/core@7.23.0)
- '@babel/plugin-transform-async-to-generator': 7.22.5(@babel/core@7.23.0)
- '@babel/plugin-transform-block-scoped-functions': 7.22.5(@babel/core@7.23.0)
- '@babel/plugin-transform-block-scoping': 7.22.15(@babel/core@7.23.0)
- '@babel/plugin-transform-classes': 7.22.15(@babel/core@7.23.0)
- '@babel/plugin-transform-computed-properties': 7.22.5(@babel/core@7.23.0)
- '@babel/plugin-transform-destructuring': 7.22.15(@babel/core@7.23.0)
- '@babel/plugin-transform-dotall-regex': 7.22.5(@babel/core@7.23.0)
- '@babel/plugin-transform-duplicate-keys': 7.22.5(@babel/core@7.23.0)
- '@babel/plugin-transform-exponentiation-operator': 7.22.5(@babel/core@7.23.0)
- '@babel/plugin-transform-for-of': 7.22.15(@babel/core@7.23.0)
- '@babel/plugin-transform-function-name': 7.22.5(@babel/core@7.23.0)
- '@babel/plugin-transform-literals': 7.22.5(@babel/core@7.23.0)
- '@babel/plugin-transform-member-expression-literals': 7.22.5(@babel/core@7.23.0)
- '@babel/plugin-transform-modules-amd': 7.22.5(@babel/core@7.23.0)
- '@babel/plugin-transform-modules-commonjs': 7.22.15(@babel/core@7.23.0)
- '@babel/plugin-transform-modules-systemjs': 7.22.11(@babel/core@7.23.0)
- '@babel/plugin-transform-modules-umd': 7.22.5(@babel/core@7.23.0)
- '@babel/plugin-transform-named-capturing-groups-regex': 7.22.5(@babel/core@7.23.0)
- '@babel/plugin-transform-new-target': 7.22.5(@babel/core@7.23.0)
- '@babel/plugin-transform-object-super': 7.22.5(@babel/core@7.23.0)
- '@babel/plugin-transform-parameters': 7.22.15(@babel/core@7.23.0)
- '@babel/plugin-transform-property-literals': 7.22.5(@babel/core@7.23.0)
- '@babel/plugin-transform-regenerator': 7.22.10(@babel/core@7.23.0)
- '@babel/plugin-transform-reserved-words': 7.22.5(@babel/core@7.23.0)
- '@babel/plugin-transform-shorthand-properties': 7.22.5(@babel/core@7.23.0)
- '@babel/plugin-transform-spread': 7.22.5(@babel/core@7.23.0)
- '@babel/plugin-transform-sticky-regex': 7.22.5(@babel/core@7.23.0)
- '@babel/plugin-transform-template-literals': 7.22.5(@babel/core@7.23.0)
- '@babel/plugin-transform-typeof-symbol': 7.22.5(@babel/core@7.23.0)
- '@babel/plugin-transform-unicode-escapes': 7.22.10(@babel/core@7.23.0)
- '@babel/plugin-transform-unicode-regex': 7.22.5(@babel/core@7.23.0)
- '@babel/preset-modules': 0.1.6(@babel/core@7.23.0)
+ '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.22.15(@babel/core@7.23.2)
+ '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.22.15(@babel/core@7.23.2)
+ '@babel/plugin-proposal-async-generator-functions': 7.20.7(@babel/core@7.23.2)
+ '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.23.2)
+ '@babel/plugin-proposal-class-static-block': 7.21.0(@babel/core@7.23.2)
+ '@babel/plugin-proposal-dynamic-import': 7.18.6(@babel/core@7.23.2)
+ '@babel/plugin-proposal-export-namespace-from': 7.18.9(@babel/core@7.23.2)
+ '@babel/plugin-proposal-json-strings': 7.18.6(@babel/core@7.23.2)
+ '@babel/plugin-proposal-logical-assignment-operators': 7.20.7(@babel/core@7.23.2)
+ '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6(@babel/core@7.23.2)
+ '@babel/plugin-proposal-numeric-separator': 7.18.6(@babel/core@7.23.2)
+ '@babel/plugin-proposal-object-rest-spread': 7.20.7(@babel/core@7.23.2)
+ '@babel/plugin-proposal-optional-catch-binding': 7.18.6(@babel/core@7.23.2)
+ '@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@7.23.2)
+ '@babel/plugin-proposal-private-methods': 7.18.6(@babel/core@7.23.2)
+ '@babel/plugin-proposal-private-property-in-object': 7.21.11(@babel/core@7.23.2)
+ '@babel/plugin-proposal-unicode-property-regex': 7.18.6(@babel/core@7.23.2)
+ '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.23.2)
+ '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.23.2)
+ '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.23.2)
+ '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.23.2)
+ '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.23.2)
+ '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.23.2)
+ '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.23.2)
+ '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.23.2)
+ '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.23.2)
+ '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.23.2)
+ '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.23.2)
+ '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.23.2)
+ '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.23.2)
+ '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.23.2)
+ '@babel/plugin-transform-arrow-functions': 7.22.5(@babel/core@7.23.2)
+ '@babel/plugin-transform-async-to-generator': 7.22.5(@babel/core@7.23.2)
+ '@babel/plugin-transform-block-scoped-functions': 7.22.5(@babel/core@7.23.2)
+ '@babel/plugin-transform-block-scoping': 7.22.15(@babel/core@7.23.2)
+ '@babel/plugin-transform-classes': 7.22.15(@babel/core@7.23.2)
+ '@babel/plugin-transform-computed-properties': 7.22.5(@babel/core@7.23.2)
+ '@babel/plugin-transform-destructuring': 7.22.15(@babel/core@7.23.2)
+ '@babel/plugin-transform-dotall-regex': 7.22.5(@babel/core@7.23.2)
+ '@babel/plugin-transform-duplicate-keys': 7.22.5(@babel/core@7.23.2)
+ '@babel/plugin-transform-exponentiation-operator': 7.22.5(@babel/core@7.23.2)
+ '@babel/plugin-transform-for-of': 7.22.15(@babel/core@7.23.2)
+ '@babel/plugin-transform-function-name': 7.22.5(@babel/core@7.23.2)
+ '@babel/plugin-transform-literals': 7.22.5(@babel/core@7.23.2)
+ '@babel/plugin-transform-member-expression-literals': 7.22.5(@babel/core@7.23.2)
+ '@babel/plugin-transform-modules-amd': 7.22.5(@babel/core@7.23.2)
+ '@babel/plugin-transform-modules-commonjs': 7.22.15(@babel/core@7.23.2)
+ '@babel/plugin-transform-modules-systemjs': 7.22.11(@babel/core@7.23.2)
+ '@babel/plugin-transform-modules-umd': 7.22.5(@babel/core@7.23.2)
+ '@babel/plugin-transform-named-capturing-groups-regex': 7.22.5(@babel/core@7.23.2)
+ '@babel/plugin-transform-new-target': 7.22.5(@babel/core@7.23.2)
+ '@babel/plugin-transform-object-super': 7.22.5(@babel/core@7.23.2)
+ '@babel/plugin-transform-parameters': 7.22.15(@babel/core@7.23.2)
+ '@babel/plugin-transform-property-literals': 7.22.5(@babel/core@7.23.2)
+ '@babel/plugin-transform-regenerator': 7.22.10(@babel/core@7.23.2)
+ '@babel/plugin-transform-reserved-words': 7.22.5(@babel/core@7.23.2)
+ '@babel/plugin-transform-shorthand-properties': 7.22.5(@babel/core@7.23.2)
+ '@babel/plugin-transform-spread': 7.22.5(@babel/core@7.23.2)
+ '@babel/plugin-transform-sticky-regex': 7.22.5(@babel/core@7.23.2)
+ '@babel/plugin-transform-template-literals': 7.22.5(@babel/core@7.23.2)
+ '@babel/plugin-transform-typeof-symbol': 7.22.5(@babel/core@7.23.2)
+ '@babel/plugin-transform-unicode-escapes': 7.22.10(@babel/core@7.23.2)
+ '@babel/plugin-transform-unicode-regex': 7.22.5(@babel/core@7.23.2)
+ '@babel/preset-modules': 0.1.6(@babel/core@7.23.2)
'@babel/types': 7.22.15
- babel-plugin-polyfill-corejs2: 0.2.3(@babel/core@7.23.0)
- babel-plugin-polyfill-corejs3: 0.3.0(@babel/core@7.23.0)
- babel-plugin-polyfill-regenerator: 0.2.3(@babel/core@7.23.0)
+ babel-plugin-polyfill-corejs2: 0.2.3(@babel/core@7.23.2)
+ babel-plugin-polyfill-corejs3: 0.3.0(@babel/core@7.23.2)
+ babel-plugin-polyfill-regenerator: 0.2.3(@babel/core@7.23.2)
core-js-compat: 3.32.1
semver: 6.3.1
transitivePeerDependencies:
- supports-color
dev: true
- /@babel/preset-modules@0.1.6(@babel/core@7.23.0):
+ /@babel/preset-modules@0.1.6(@babel/core@7.23.2):
resolution: {integrity: sha512-ID2yj6K/4lKfhuU3+EX4UvNbIt7eACFbHmNUjzA+ep+B5971CknnA/9DEWKbRokfbbtblxxxXFJJrH47UEAMVg==}
peerDependencies:
'@babel/core': ^7.0.0-0 || ^8.0.0-0 <8.0.0
dependencies:
- '@babel/core': 7.23.0
+ '@babel/core': 7.23.2
'@babel/helper-plugin-utils': 7.22.5
- '@babel/plugin-proposal-unicode-property-regex': 7.18.6(@babel/core@7.23.0)
- '@babel/plugin-transform-dotall-regex': 7.22.5(@babel/core@7.23.0)
+ '@babel/plugin-proposal-unicode-property-regex': 7.18.6(@babel/core@7.23.2)
+ '@babel/plugin-transform-dotall-regex': 7.22.5(@babel/core@7.23.2)
'@babel/types': 7.22.15
esutils: 2.0.3
dev: true
@@ -2385,8 +2385,8 @@ packages:
dependencies:
regenerator-runtime: 0.14.0
- /@babel/runtime@7.23.1:
- resolution: {integrity: sha512-hC2v6p8ZSI/W0HUzh3V8C5g+NwSKzKPtJwSpTjwl0o297GP9+ZLQSkdvHz46CM3LqyoXxq+5G9komY+eSqSO0g==}
+ /@babel/runtime@7.23.2:
+ resolution: {integrity: sha512-mM8eg4yl5D6i3lu2QKPuPH4FArvJ8KhTofbE7jwMUv9KX5mBvwPAqnV3MlyBNqdp9RyRKP6Yck8TrfYrPvX3bg==}
engines: {node: '>=6.9.0'}
dependencies:
regenerator-runtime: 0.14.0
@@ -2418,8 +2418,8 @@ packages:
- supports-color
dev: true
- /@babel/traverse@7.23.0:
- resolution: {integrity: sha512-t/QaEvyIoIkwzpiZ7aoSKK8kObQYeF7T2v+dazAYCb8SXtp58zEVkWW7zAnju8FNKNdr4ScAOEDmMItbyOmEYw==}
+ /@babel/traverse@7.23.2:
+ resolution: {integrity: sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw==}
engines: {node: '>=6.9.0'}
dependencies:
'@babel/code-frame': 7.22.13
@@ -2490,7 +2490,7 @@ packages:
case: 1.6.3
dev: true
- /@coinbase/wallet-sdk@3.6.3(@babel/core@7.23.0):
+ /@coinbase/wallet-sdk@3.6.3(@babel/core@7.23.2):
resolution: {integrity: sha512-XUR4poOJE+dKzwBTdlM693CdLFitr046oZOVY3iDnbFcRrrQswhbDji7q4CmUcD4HxbfViX7PFoIwl79YQcukg==}
engines: {node: '>= 10.0.0'}
dependencies:
@@ -2500,7 +2500,7 @@ packages:
bn.js: 5.2.1
buffer: 6.0.3
clsx: 1.2.1
- eth-block-tracker: 4.4.3(@babel/core@7.23.0)
+ eth-block-tracker: 4.4.3(@babel/core@7.23.2)
eth-json-rpc-filters: 4.2.2
eth-rpc-errors: 4.0.2
json-rpc-engine: 6.1.0
@@ -3461,7 +3461,7 @@ packages:
engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0}
dependencies:
'@jest/types': 27.5.1
- '@types/node': 20.8.3
+ '@types/node': 20.8.6
chalk: 4.1.2
jest-message-util: 27.5.1
jest-util: 27.5.1
@@ -3482,7 +3482,7 @@ packages:
'@jest/test-result': 27.5.1
'@jest/transform': 27.5.1
'@jest/types': 27.5.1
- '@types/node': 20.8.3
+ '@types/node': 20.8.6
ansi-escapes: 4.3.2
chalk: 4.1.2
emittery: 0.8.1
@@ -3519,7 +3519,7 @@ packages:
dependencies:
'@jest/fake-timers': 27.5.1
'@jest/types': 27.5.1
- '@types/node': 20.8.3
+ '@types/node': 20.8.6
jest-mock: 27.5.1
dev: true
@@ -3529,7 +3529,7 @@ packages:
dependencies:
'@jest/types': 27.5.1
'@sinonjs/fake-timers': 8.1.0
- '@types/node': 20.8.3
+ '@types/node': 20.8.6
jest-message-util: 27.5.1
jest-mock: 27.5.1
jest-util: 27.5.1
@@ -3558,7 +3558,7 @@ packages:
'@jest/test-result': 27.5.1
'@jest/transform': 27.5.1
'@jest/types': 27.5.1
- '@types/node': 20.8.3
+ '@types/node': 20.8.6
chalk: 4.1.2
collect-v8-coverage: 1.0.2
exit: 0.1.2
@@ -3642,7 +3642,7 @@ packages:
dependencies:
'@types/istanbul-lib-coverage': 2.0.4
'@types/istanbul-reports': 3.0.1
- '@types/node': 20.8.3
+ '@types/node': 20.8.6
'@types/yargs': 16.0.5
chalk: 4.1.2
dev: true
@@ -3727,12 +3727,14 @@ packages:
resolution: {integrity: sha512-skQiAOrCfO7vRTq53cxznMpks7wS1va95UCidALlOVWqvBAzwPVErwizDwoMqNVMEn1mDq0utxZd02eIrvF1lw==}
engines: {node: '>= 0.4'}
dependencies:
- '@ljharb/through': 2.3.9
+ '@ljharb/through': 2.3.11
dev: true
- /@ljharb/through@2.3.9:
- resolution: {integrity: sha512-yN599ZBuMPPK4tdoToLlvgJB4CLK8fGl7ntfy0Wn7U6ttNvHYurd81bfUiK/6sMkiIwm65R6ck4L6+Y3DfVbNQ==}
+ /@ljharb/through@2.3.11:
+ resolution: {integrity: sha512-ccfcIDlogiXNq5KcbAwbaO7lMh3Tm1i3khMPYpxlK8hH/W53zN81KM9coerRLOnTGu3nfXIniAmQbRI9OxbC0w==}
engines: {node: '>= 0.4'}
+ dependencies:
+ call-bind: 1.0.2
dev: true
/@lottiefiles/svelte-lottie-player@0.2.0:
@@ -3771,7 +3773,7 @@ packages:
react: '>=16'
dependencies:
'@types/mdx': 2.0.8
- '@types/react': 18.2.25
+ '@types/react': 18.2.28
react: 18.2.0
dev: false
@@ -4641,7 +4643,7 @@ packages:
engines: {node: '>=14'}
hasBin: true
dependencies:
- '@types/node': 20.8.3
+ '@types/node': 20.8.6
playwright-core: 1.28.1
dev: true
@@ -5290,7 +5292,7 @@ packages:
sirv: 2.0.3
svelte: 4.1.0
undici: 5.22.1
- vite: 4.4.9(@types/node@20.8.3)
+ vite: 4.4.9(@types/node@20.8.6)
transitivePeerDependencies:
- supports-color
dev: true
@@ -5306,7 +5308,7 @@ packages:
'@sveltejs/vite-plugin-svelte': 2.4.5(svelte@4.1.0)(vite@4.4.9)
debug: 4.3.4(supports-color@8.1.1)
svelte: 4.1.0
- vite: 4.4.9(@types/node@20.8.3)
+ vite: 4.4.9(@types/node@20.8.6)
transitivePeerDependencies:
- supports-color
dev: true
@@ -5348,7 +5350,7 @@ packages:
magic-string: 0.30.3
svelte: 4.1.0
svelte-hmr: 0.15.3(svelte@4.1.0)
- vite: 4.4.9(@types/node@20.8.3)
+ vite: 4.4.9(@types/node@20.8.6)
vitefu: 0.2.4(vite@4.4.9)
transitivePeerDependencies:
- supports-color
@@ -5655,6 +5657,13 @@ packages:
'@types/estree': 0.0.50
dev: true
+ /@types/eslint-scope@3.7.5:
+ resolution: {integrity: sha512-JNvhIEyxVW6EoMIFIvj93ZOywYFatlpu9deeH6eSx6PE3WHYvHaQtmHmQeNw7aA81bYGBPPQqdtBm6b1SsQMmA==}
+ dependencies:
+ '@types/eslint': 8.44.4
+ '@types/estree': 1.0.2
+ dev: true
+
/@types/eslint@8.2.1:
resolution: {integrity: sha512-UP9rzNn/XyGwb5RQ2fok+DzcIRIYwc16qTXse5+Smsy8MOIccCChT15KAwnsgQx4PzJkaMq4myFyZ4CL5TjhIQ==}
dependencies:
@@ -5669,6 +5678,13 @@ packages:
'@types/json-schema': 7.0.12
dev: true
+ /@types/eslint@8.44.4:
+ resolution: {integrity: sha512-lOzjyfY/D9QR4hY9oblZ76B90MYTB3RrQ4z2vBIJKj9ROCRqdkYl2gSUx1x1a4IWPjKJZLL4Aw1Zfay7eMnmnA==}
+ dependencies:
+ '@types/estree': 1.0.2
+ '@types/json-schema': 7.0.13
+ dev: true
+
/@types/estree-jsx@1.0.1:
resolution: {integrity: sha512-sHyakZlAezNFxmYRo0fopDZW+XvK6ipeZkkp5EAOLjdPfZp8VjZBJ67vSRI99RSCAoqXVmXOHS4fnWoxpuGQtQ==}
dependencies:
@@ -5687,7 +5703,6 @@ packages:
/@types/estree@1.0.2:
resolution: {integrity: sha512-VeiPZ9MMwXjO32/Xu7+OwflfmeoRwkE/qzndw42gGtgJwZopBnzy2gD//NN1+go1mADzkDcqf/KnFRSjTJ8xJA==}
- dev: false
/@types/form-data@0.0.33:
resolution: {integrity: sha512-8BSvG1kGm83cyJITQMZSulnl6QV8jqAGreJsc5tPu1Jq0vTSOiY/k24Wx82JRpWwZSqrala6sd5rWi6aNXvqcw==}
@@ -5712,7 +5727,7 @@ packages:
/@types/graceful-fs@4.1.6:
resolution: {integrity: sha512-Sig0SNORX9fdW+bQuTEovKj3uHcUL6LQKbCrrqb1X7J6/ReAbhCXRAhc+SMejhLELFj2QcyuxmUooZ4bt5ReSw==}
dependencies:
- '@types/node': 20.8.3
+ '@types/node': 20.8.6
dev: true
/@types/hast@2.3.6:
@@ -5760,14 +5775,18 @@ packages:
pretty-format: 27.5.1
dev: true
- /@types/js-yaml@4.0.6:
- resolution: {integrity: sha512-ACTuifTSIIbyksx2HTon3aFtCKWcID7/h3XEmRpDYdMCXxPbl+m9GteOJeaAkiAta/NJaSFuA7ahZ0NkwajDSw==}
+ /@types/js-yaml@4.0.7:
+ resolution: {integrity: sha512-RJZP9WAMMr1514KbdSXkLRrKvYQacjr1+HWnY8pui/uBTBoSgD9ZGR17u/d4nb9NpERp0FkdLBe7hq8NIPBgkg==}
dev: false
/@types/json-schema@7.0.12:
resolution: {integrity: sha512-Hr5Jfhc9eYOQNPYO5WLDq/n4jqijdHNlDXjuAQkkt+mWdQR+XJToOHrsD4cPaMXpn6KO7y2+wM8AZEs8VpBLVA==}
dev: true
+ /@types/json-schema@7.0.13:
+ resolution: {integrity: sha512-RbSSoHliUbnXj3ny0CNFOoxrIDV6SUGyStHsvDqosw6CkdPV8TtWGlfecuK4ToyMEAql6pzNxgCFKanovUzlgQ==}
+ dev: true
+
/@types/json5@0.0.29:
resolution: {integrity: sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==}
dev: true
@@ -5859,9 +5878,10 @@ packages:
/@types/node@12.20.55:
resolution: {integrity: sha512-J8xLz7q2OFulZ2cyGTLE1TbbZcjpno7FaN6zdJNrgAdrJ+DZzh/uFR6YrTb4C+nXakvud8Q4+rbhoIWlYQbUFQ==}
- /@types/node@20.8.3:
- resolution: {integrity: sha512-jxiZQFpb+NlH5kjW49vXxvxTjeeqlbsnTAdBTKpzEdPs9itay7MscYXz3Fo9VYFEsfQ6LJFitHad3faerLAjCw==}
- dev: true
+ /@types/node@20.8.6:
+ resolution: {integrity: sha512-eWO4K2Ji70QzKUqRy6oyJWUeB7+g2cRagT3T/nxYibYcT4y2BDL8lqolRXjTHmkZCdJfIPaY73KbJAZmcryxTQ==}
+ dependencies:
+ undici-types: 5.25.3
/@types/node@8.10.66:
resolution: {integrity: sha512-tktOkFUA4kXx2hhhrB8bIFb5TbwzS4uOhKEmwiD+NoiL0qtP2OQ9mFldbgD4dV1djrlBYP6eBuQZiWjuHUpqFw==}
@@ -5874,7 +5894,7 @@ packages:
/@types/pbkdf2@3.1.0:
resolution: {integrity: sha512-Cf63Rv7jCQ0LaL8tNXmEyqTHuIJxRdlS5vMh1mj5voN4+QFhVZnlZruezqpWYDiJ8UTzhP0VmeLXCmBk66YrMQ==}
dependencies:
- '@types/node': 12.20.55
+ '@types/node': 20.8.6
/@types/prettier@2.7.3:
resolution: {integrity: sha512-+68kP9yzs4LMp7VNh8gdzMSPZFL44MLGqiHWvttYJe+6qnuVr4Ek9wSBQoveqY/r+LwjCcU29kNVkidwim+kYA==}
@@ -5891,8 +5911,8 @@ packages:
resolution: {integrity: sha512-u95svzDlTysU5xecFNTgfFG5RUWu1A9P0VzgpcIiGZA9iraHOdSzcxMxQ55DyeRaGCSxQi7LxXDI4rzq/MYfdg==}
dev: true
- /@types/react@18.2.25:
- resolution: {integrity: sha512-24xqse6+VByVLIr+xWaQ9muX1B4bXJKXBbjszbld/UEDslGLY53+ZucF44HCmLbMPejTzGG9XgR+3m2/Wqu1kw==}
+ /@types/react@18.2.28:
+ resolution: {integrity: sha512-ad4aa/RaaJS3hyGz0BGegdnSRXQBkd1CCYDCdNjBPg90UUpLgo+WlJqb9fMYUxtehmzF3PJaTWqRZjko6BRzBg==}
dependencies:
'@types/prop-types': 15.7.8
'@types/scheduler': 0.16.4
@@ -5938,7 +5958,7 @@ packages:
/@types/secp256k1@4.0.3:
resolution: {integrity: sha512-Da66lEIFeIz9ltsdMZcpQvmrmmoqrfju8pm1BH8WbYjZSwUgCwXLb9C+9XYogwBITnbsSaMdVPb2ekf7TV+03w==}
dependencies:
- '@types/node': 12.20.55
+ '@types/node': 20.8.6
/@types/semver@7.5.1:
resolution: {integrity: sha512-cJRQXpObxfNKkFAZbJl2yjWtJCqELQIdShsogr1d2MilP8dKD9TE/nEKHkJgUNHdGKCQaf9HbIynuV2csLGVLg==}
@@ -6973,7 +6993,7 @@ packages:
- utf-8-validate
dev: true
- /@wagmi/connectors@0.1.1(@babel/core@7.23.0)(@wagmi/core@0.8.0)(ethers@5.7.2)(typescript@4.9.5):
+ /@wagmi/connectors@0.1.1(@babel/core@7.23.2)(@wagmi/core@0.8.0)(ethers@5.7.2)(typescript@4.9.5):
resolution: {integrity: sha512-W9w73o9HCYzuBsDHuujwBT/nGGIu5qLBSqVqslXf/S1Q9OiWoudmuIs3opuYqxgw5MpWbMqhq6QaxA7Qcd6NrA==}
peerDependencies:
'@wagmi/core': 0.8.x
@@ -6982,7 +7002,7 @@ packages:
'@wagmi/core':
optional: true
dependencies:
- '@coinbase/wallet-sdk': 3.6.3(@babel/core@7.23.0)
+ '@coinbase/wallet-sdk': 3.6.3(@babel/core@7.23.2)
'@ledgerhq/connect-kit-loader': 1.1.2
'@wagmi/core': 0.8.0(@coinbase/wallet-sdk@3.6.3)(ethers@5.7.2)(react@18.2.0)(typescript@4.9.5)
'@walletconnect/ethereum-provider': 1.8.0
@@ -7110,7 +7130,7 @@ packages:
'@walletconnect/ethereum-provider':
optional: true
dependencies:
- '@coinbase/wallet-sdk': 3.6.3(@babel/core@7.23.0)
+ '@coinbase/wallet-sdk': 3.6.3(@babel/core@7.23.2)
'@wagmi/chains': 0.1.14
abitype: 0.1.8(typescript@4.9.5)
ethers: 5.7.2
@@ -8666,8 +8686,8 @@ packages:
postcss: ^8.1.0
dependencies:
browserslist: 4.22.1
- caniuse-lite: 1.0.30001546
- fraction.js: 4.3.6
+ caniuse-lite: 1.0.30001549
+ fraction.js: 4.3.7
normalize-range: 0.1.2
picocolors: 1.0.0
postcss: 8.4.31
@@ -8876,18 +8896,18 @@ packages:
- supports-color
dev: true
- /babel-jest@27.3.1(@babel/core@7.23.0):
+ /babel-jest@27.3.1(@babel/core@7.23.2):
resolution: {integrity: sha512-SjIF8hh/ir0peae2D6S6ZKRhUy7q/DnpH7k/V6fT4Bgs/LXXUztOpX4G2tCgq8mLo5HA9mN6NmlFMeYtKmIsTQ==}
engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0}
peerDependencies:
'@babel/core': ^7.8.0
dependencies:
- '@babel/core': 7.23.0
+ '@babel/core': 7.23.2
'@jest/transform': 27.5.1
'@jest/types': 27.5.1
'@types/babel__core': 7.20.1
babel-plugin-istanbul: 6.1.1
- babel-preset-jest: 27.5.1(@babel/core@7.23.0)
+ babel-preset-jest: 27.5.1(@babel/core@7.23.2)
chalk: 4.1.2
graceful-fs: 4.2.11
slash: 3.0.0
@@ -8949,74 +8969,74 @@ packages:
'@types/babel__traverse': 7.20.1
dev: true
- /babel-plugin-polyfill-corejs2@0.2.3(@babel/core@7.23.0):
+ /babel-plugin-polyfill-corejs2@0.2.3(@babel/core@7.23.2):
resolution: {integrity: sha512-NDZ0auNRzmAfE1oDDPW2JhzIMXUk+FFe2ICejmt5T4ocKgiQx3e0VCRx9NCAidcMtL2RUZaWtXnmjTCkx0tcbA==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/compat-data': 7.22.9
- '@babel/core': 7.23.0
- '@babel/helper-define-polyfill-provider': 0.2.4(@babel/core@7.23.0)
+ '@babel/core': 7.23.2
+ '@babel/helper-define-polyfill-provider': 0.2.4(@babel/core@7.23.2)
semver: 6.3.1
transitivePeerDependencies:
- supports-color
dev: true
- /babel-plugin-polyfill-corejs2@0.4.5(@babel/core@7.23.0):
+ /babel-plugin-polyfill-corejs2@0.4.5(@babel/core@7.23.2):
resolution: {integrity: sha512-19hwUH5FKl49JEsvyTcoHakh6BE0wgXLLptIyKZ3PijHc/Ci521wygORCUCCred+E/twuqRyAkE02BAWPmsHOg==}
peerDependencies:
'@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0
dependencies:
'@babel/compat-data': 7.22.9
- '@babel/core': 7.23.0
- '@babel/helper-define-polyfill-provider': 0.4.2(@babel/core@7.23.0)
+ '@babel/core': 7.23.2
+ '@babel/helper-define-polyfill-provider': 0.4.2(@babel/core@7.23.2)
semver: 6.3.1
transitivePeerDependencies:
- supports-color
dev: false
- /babel-plugin-polyfill-corejs3@0.3.0(@babel/core@7.23.0):
+ /babel-plugin-polyfill-corejs3@0.3.0(@babel/core@7.23.2):
resolution: {integrity: sha512-JLwi9vloVdXLjzACL80j24bG6/T1gYxwowG44dg6HN/7aTPdyPbJJidf6ajoA3RPHHtW0j9KMrSOLpIZpAnPpg==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.23.0
- '@babel/helper-define-polyfill-provider': 0.2.4(@babel/core@7.23.0)
+ '@babel/core': 7.23.2
+ '@babel/helper-define-polyfill-provider': 0.2.4(@babel/core@7.23.2)
core-js-compat: 3.32.1
transitivePeerDependencies:
- supports-color
dev: true
- /babel-plugin-polyfill-corejs3@0.8.3(@babel/core@7.23.0):
+ /babel-plugin-polyfill-corejs3@0.8.3(@babel/core@7.23.2):
resolution: {integrity: sha512-z41XaniZL26WLrvjy7soabMXrfPWARN25PZoriDEiLMxAp50AUW3t35BGQUMg5xK3UrpVTtagIDklxYa+MhiNA==}
peerDependencies:
'@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0
dependencies:
- '@babel/core': 7.23.0
- '@babel/helper-define-polyfill-provider': 0.4.2(@babel/core@7.23.0)
+ '@babel/core': 7.23.2
+ '@babel/helper-define-polyfill-provider': 0.4.2(@babel/core@7.23.2)
core-js-compat: 3.32.1
transitivePeerDependencies:
- supports-color
dev: false
- /babel-plugin-polyfill-regenerator@0.2.3(@babel/core@7.23.0):
+ /babel-plugin-polyfill-regenerator@0.2.3(@babel/core@7.23.2):
resolution: {integrity: sha512-JVE78oRZPKFIeUqFGrSORNzQnrDwZR16oiWeGM8ZyjBn2XAT5OjP+wXx5ESuo33nUsFUEJYjtklnsKbxW5L+7g==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.23.0
- '@babel/helper-define-polyfill-provider': 0.2.4(@babel/core@7.23.0)
+ '@babel/core': 7.23.2
+ '@babel/helper-define-polyfill-provider': 0.2.4(@babel/core@7.23.2)
transitivePeerDependencies:
- supports-color
dev: true
- /babel-plugin-polyfill-regenerator@0.5.2(@babel/core@7.23.0):
+ /babel-plugin-polyfill-regenerator@0.5.2(@babel/core@7.23.2):
resolution: {integrity: sha512-tAlOptU0Xj34V1Y2PNTL4Y0FOJMDB6bZmoW39FeCQIhigGLkqu3Fj6uiXpxIf6Ij274ENdYx64y6Au+ZKlb1IA==}
peerDependencies:
'@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0
dependencies:
- '@babel/core': 7.23.0
- '@babel/helper-define-polyfill-provider': 0.4.2(@babel/core@7.23.0)
+ '@babel/core': 7.23.2
+ '@babel/helper-define-polyfill-provider': 0.4.2(@babel/core@7.23.2)
transitivePeerDependencies:
- supports-color
dev: false
@@ -9274,24 +9294,24 @@ packages:
'@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.22.15)
dev: true
- /babel-preset-current-node-syntax@1.0.1(@babel/core@7.23.0):
+ /babel-preset-current-node-syntax@1.0.1(@babel/core@7.23.2):
resolution: {integrity: sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ==}
peerDependencies:
'@babel/core': ^7.0.0
dependencies:
- '@babel/core': 7.23.0
- '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.23.0)
- '@babel/plugin-syntax-bigint': 7.8.3(@babel/core@7.23.0)
- '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.23.0)
- '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.23.0)
- '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.23.0)
- '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.23.0)
- '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.23.0)
- '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.23.0)
- '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.23.0)
- '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.23.0)
- '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.23.0)
- '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.23.0)
+ '@babel/core': 7.23.2
+ '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.23.2)
+ '@babel/plugin-syntax-bigint': 7.8.3(@babel/core@7.23.2)
+ '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.23.2)
+ '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.23.2)
+ '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.23.2)
+ '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.23.2)
+ '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.23.2)
+ '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.23.2)
+ '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.23.2)
+ '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.23.2)
+ '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.23.2)
+ '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.23.2)
dev: true
/babel-preset-env@1.7.0:
@@ -9342,15 +9362,15 @@ packages:
babel-preset-current-node-syntax: 1.0.1(@babel/core@7.22.15)
dev: true
- /babel-preset-jest@27.5.1(@babel/core@7.23.0):
+ /babel-preset-jest@27.5.1(@babel/core@7.23.2):
resolution: {integrity: sha512-Nptf2FzlPCWYuJg41HBqXVT8ym6bXOevuCTbhxlUpjwtysGaIWFvDEjp4y+G7fl13FgOdjs7P/DmErqH7da0Ag==}
engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0}
peerDependencies:
'@babel/core': ^7.0.0
dependencies:
- '@babel/core': 7.23.0
+ '@babel/core': 7.23.2
babel-plugin-jest-hoist: 27.5.1
- babel-preset-current-node-syntax: 1.0.1(@babel/core@7.23.0)
+ babel-preset-current-node-syntax: 1.0.1(@babel/core@7.23.2)
dev: true
/babel-register@6.26.0:
@@ -9721,8 +9741,8 @@ packages:
resolution: {integrity: sha512-WHVocJYavUwVgVViC0ORikPHQquXwVh939TaelZ4WDqpWgTX/FsGhl/+P4qBUAGcRvtOgDgC+xftNWWp2RUTAQ==}
hasBin: true
dependencies:
- caniuse-lite: 1.0.30001546
- electron-to-chromium: 1.4.544
+ caniuse-lite: 1.0.30001549
+ electron-to-chromium: 1.4.554
dev: true
/browserslist@4.21.10:
@@ -9730,7 +9750,7 @@ packages:
engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
hasBin: true
dependencies:
- caniuse-lite: 1.0.30001535
+ caniuse-lite: 1.0.30001527
electron-to-chromium: 1.4.523
node-releases: 2.0.13
update-browserslist-db: 1.0.11(browserslist@4.21.10)
@@ -9740,8 +9760,8 @@ packages:
engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
hasBin: true
dependencies:
- caniuse-lite: 1.0.30001546
- electron-to-chromium: 1.4.544
+ caniuse-lite: 1.0.30001549
+ electron-to-chromium: 1.4.554
node-releases: 2.0.13
update-browserslist-db: 1.0.13(browserslist@4.22.1)
dev: true
@@ -9830,8 +9850,8 @@ packages:
base64-js: 1.5.1
ieee754: 1.2.1
- /bufferutil@4.0.7:
- resolution: {integrity: sha512-kukuqc39WOHtdxtw4UScxF/WVnMFVSQVKhtx3AjZJzhd0RGZZldcrfSEbVsWWe6KNH253574cq5F+wpv0G9pJw==}
+ /bufferutil@4.0.8:
+ resolution: {integrity: sha512-4T53u4PdgsXqKaIctwF8ifXlRTTmEPJ8iEPWFdGZvcf7sbwYo6FKFEX9eNNAnzFZ7EzJAQ3CJeOtCRA4rDp7Pw==}
engines: {node: '>=6.14.2'}
requiresBuild: true
dependencies:
@@ -10038,13 +10058,9 @@ packages:
/caniuse-lite@1.0.30001527:
resolution: {integrity: sha512-YkJi7RwPgWtXVSgK4lG9AHH57nSzvvOp9MesgXmw4Q7n0C3H04L0foHqfxcmSAm5AcWb8dW9AYj2tR7/5GnddQ==}
- dev: true
-
- /caniuse-lite@1.0.30001535:
- resolution: {integrity: sha512-48jLyUkiWFfhm/afF7cQPqPjaUmSraEhK4j+FCTJpgnGGEZHqyLe3hmWH7lIooZdSzXL0ReMvHz0vKDoTBsrwg==}
- /caniuse-lite@1.0.30001546:
- resolution: {integrity: sha512-zvtSJwuQFpewSyRrI3AsftF6rM0X80mZkChIt1spBGEvRglCrjTniXvinc8JKRoqTwXAgvqTImaN9igfSMtUBw==}
+ /caniuse-lite@1.0.30001549:
+ resolution: {integrity: sha512-qRp48dPYSCYaP+KurZLhDYdVE+yEyht/3NlmcJgVQ2VMGt6JL36ndQ/7rgspdZsJuxDPFIo/OzBT2+GmIJ53BA==}
/capital-case@1.0.4:
resolution: {integrity: sha512-ds37W8CytHgwnhGGTi88pcPyR15qoNkOpYwmMMfnWqqWgESapLqvDx6huFjQ5vqWSn2Z06173XNA7LtMOeUh1A==}
@@ -11681,6 +11697,15 @@ packages:
has-property-descriptors: 1.0.0
dev: true
+ /define-data-property@1.1.1:
+ resolution: {integrity: sha512-E7uGkTzkk1d0ByLeSc6ZsFS79Axg+m1P/VsgYsxHgiuc3tFSj+MjMIwe90FC4lOAZzNBdY7kkO2P2wKdsQ1vgQ==}
+ engines: {node: '>= 0.4'}
+ dependencies:
+ get-intrinsic: 1.2.1
+ gopd: 1.0.1
+ has-property-descriptors: 1.0.0
+ dev: true
+
/define-properties@1.2.0:
resolution: {integrity: sha512-xvqAVKGfT1+UAvPwKTVw/njhdQ8ZhXK4lI0bCIuCMrp2up9nPnaDftrLtmpTazqd1o+UY4zgzU+avtMbDP+ldA==}
engines: {node: '>= 0.4'}
@@ -12036,8 +12061,8 @@ packages:
/electron-to-chromium@1.4.523:
resolution: {integrity: sha512-9AreocSUWnzNtvLcbpng6N+GkXnCcBR80IQkxRC9Dfdyg4gaWNUPBujAHUpKkiUkoSoR9UlhA4zD/IgBklmhzg==}
- /electron-to-chromium@1.4.544:
- resolution: {integrity: sha512-54z7squS1FyFRSUqq/knOFSptjjogLZXbKcYk3B0qkE1KZzvqASwRZnY2KzZQJqIYLVD38XZeoiMRflYSwyO4w==}
+ /electron-to-chromium@1.4.554:
+ resolution: {integrity: sha512-Q0umzPJjfBrrj8unkONTgbKQXzXRrH7sVV7D9ea2yBV3Oaogz991yhbpfvo2LMNkJItmruXTEzVpP9cp7vaIiQ==}
dev: true
/elkjs@0.8.2:
@@ -12257,6 +12282,10 @@ packages:
resolution: {integrity: sha512-vZK7T0N2CBmBOixhmjdqx2gWVbFZ4DXZ/NyRMZVlJXPa7CyFS+/a4QQsDGDQy9ZfEzxFuNEsMLeQJnKP2p5/JA==}
dev: true
+ /es-module-lexer@1.3.1:
+ resolution: {integrity: sha512-JUFAyicQV9mXc3YRxPnDlrfBKpqt6hUYzz9/boprUJHs4e4KVr3XwOF70doO6gwXUor6EWZJAyWAfKki84t20Q==}
+ dev: true
+
/es-set-tostringtag@2.0.1:
resolution: {integrity: sha512-g3OMbtlwY3QewlqAiMLI47KywjWZoEytKr8pf6iTC8uJq5bIAH52Z9pnQ8pVL6whrCto53JZDuUIsifGeLorTg==}
engines: {node: '>= 0.4'}
@@ -13211,10 +13240,10 @@ packages:
- supports-color
dev: true
- /eth-block-tracker@4.4.3(@babel/core@7.23.0):
+ /eth-block-tracker@4.4.3(@babel/core@7.23.2):
resolution: {integrity: sha512-A8tG4Z4iNg4mw5tP1Vung9N9IjgMNqpiMoJ/FouSFwNCGHv2X0mmOYwtQOJzki6XN7r7Tyo01S29p7b224I4jw==}
dependencies:
- '@babel/plugin-transform-runtime': 7.22.15(@babel/core@7.23.0)
+ '@babel/plugin-transform-runtime': 7.22.15(@babel/core@7.23.2)
'@babel/runtime': 7.22.15
eth-query: 2.1.2
json-rpc-random-id: 1.0.1
@@ -14273,6 +14302,10 @@ packages:
resolution: {integrity: sha512-n2aZ9tNfYDwaHhvFTkhFErqOMIb8uyzSQ+vGJBjZyanAKZVbGUQ1sngfk9FdkBw7G26O7AgNjLcecLffD1c7eg==}
dev: true
+ /fraction.js@4.3.7:
+ resolution: {integrity: sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==}
+ dev: true
+
/fragment-cache@0.2.1:
resolution: {integrity: sha512-GMBAbW9antB8iZRHLoGw0b3HANt57diZYFO/HL1JGIC1MjKrdmhxvrJbupnVvpys0zsz7yBApXdQyfepKly2kA==}
engines: {node: '>=0.10.0'}
@@ -15335,7 +15368,7 @@ packages:
mdast-util-mdxjs-esm: 1.3.1
property-information: 6.3.0
space-separated-tokens: 2.0.2
- style-to-object: 0.4.2
+ style-to-object: 0.4.4
unist-util-position: 4.0.4
zwitch: 2.0.4
transitivePeerDependencies:
@@ -16223,8 +16256,8 @@ packages:
dependencies:
ws: 8.12.0
- /isows@1.0.2(ws@8.13.0):
- resolution: {integrity: sha512-ohHPFvRjcGLLA7uqHjIcGf5M3OrzN/k9QVYMGOvCppV/HY2GZdz7oFsJHT70ZXEL7ImrOGE1F9M0SovDGSfT6Q==}
+ /isows@1.0.3(ws@8.13.0):
+ resolution: {integrity: sha512-2cKei4vlmg2cxEjm3wVSqn8pcoRF/LX/wpifuuNquFO4SQmPwarClT+SUCA2lt+l581tTeZIPIZuIDo2jWN1fg==}
peerDependencies:
ws: '*'
dependencies:
@@ -16318,7 +16351,7 @@ packages:
'@jest/environment': 27.5.1
'@jest/test-result': 27.5.1
'@jest/types': 27.5.1
- '@types/node': 20.8.3
+ '@types/node': 20.8.6
chalk: 4.1.2
co: 4.6.0
dedent: 0.7.0
@@ -16443,7 +16476,7 @@ packages:
'@jest/environment': 27.5.1
'@jest/fake-timers': 27.5.1
'@jest/types': 27.5.1
- '@types/node': 20.8.3
+ '@types/node': 20.8.6
jest-mock: 27.5.1
jest-util: 27.5.1
jsdom: 16.7.0
@@ -16461,7 +16494,7 @@ packages:
'@jest/environment': 27.5.1
'@jest/fake-timers': 27.5.1
'@jest/types': 27.5.1
- '@types/node': 20.8.3
+ '@types/node': 20.8.6
jest-mock: 27.5.1
jest-util: 27.5.1
dev: true
@@ -16477,7 +16510,7 @@ packages:
dependencies:
'@jest/types': 27.5.1
'@types/graceful-fs': 4.1.6
- '@types/node': 20.8.3
+ '@types/node': 20.8.6
anymatch: 3.1.3
fb-watchman: 2.0.2
graceful-fs: 4.2.11
@@ -16499,7 +16532,7 @@ packages:
'@jest/source-map': 27.5.1
'@jest/test-result': 27.5.1
'@jest/types': 27.5.1
- '@types/node': 20.8.3
+ '@types/node': 20.8.6
chalk: 4.1.2
co: 4.6.0
expect: 27.5.1
@@ -16554,7 +16587,7 @@ packages:
engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0}
dependencies:
'@jest/types': 27.5.1
- '@types/node': 20.8.3
+ '@types/node': 20.8.6
dev: true
/jest-pnp-resolver@1.2.3(jest-resolve@27.5.1):
@@ -16596,7 +16629,7 @@ packages:
jest-pnp-resolver: 1.2.3(jest-resolve@27.5.1)
jest-util: 27.5.1
jest-validate: 27.5.1
- resolve: 1.22.6
+ resolve: 1.22.8
resolve.exports: 1.1.1
slash: 3.0.0
dev: true
@@ -16610,7 +16643,7 @@ packages:
'@jest/test-result': 27.5.1
'@jest/transform': 27.5.1
'@jest/types': 27.5.1
- '@types/node': 20.8.3
+ '@types/node': 20.8.6
chalk: 4.1.2
emittery: 0.8.1
graceful-fs: 4.2.11
@@ -16667,7 +16700,7 @@ packages:
resolution: {integrity: sha512-jZCyo6iIxO1aqUxpuBlwTDMkzOAJS4a3eYz3YzgxxVQFwLeSA7Jfq5cbqCY+JLvTDrWirgusI/0KwxKMgrdf7w==}
engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0}
dependencies:
- '@types/node': 20.8.3
+ '@types/node': 20.8.6
graceful-fs: 4.2.11
dev: true
@@ -16706,7 +16739,7 @@ packages:
engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0}
dependencies:
'@jest/types': 27.5.1
- '@types/node': 20.8.3
+ '@types/node': 20.8.6
chalk: 4.1.2
ci-info: 3.8.0
graceful-fs: 4.2.11
@@ -16731,7 +16764,7 @@ packages:
dependencies:
'@jest/test-result': 27.5.1
'@jest/types': 27.5.1
- '@types/node': 20.8.3
+ '@types/node': 20.8.6
ansi-escapes: 4.3.2
chalk: 4.1.2
jest-util: 27.5.1
@@ -16742,7 +16775,7 @@ packages:
resolution: {integrity: sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==}
engines: {node: '>= 10.13.0'}
dependencies:
- '@types/node': 20.8.3
+ '@types/node': 20.8.6
merge-stream: 2.0.0
supports-color: 8.1.1
dev: true
@@ -17105,8 +17138,8 @@ packages:
/keyvaluestorage-interface@1.0.0:
resolution: {integrity: sha512-8t6Q3TclQ4uZynJY9IGr2+SsIGwK9JHcO6ootkHCGA0CrQCRy+VkouYNO2xicET6b9al7QKzpebNow+gkpCL8g==}
- /khroma@2.0.0:
- resolution: {integrity: sha512-2J8rDNlQWbtiNYThZRvmMv5yt44ZakX+Tz5ZIp/mN1pt4snn+m030Va5Z4v8xA0cQFDXBwO/8i42xL4QPsVk3g==}
+ /khroma@2.1.0:
+ resolution: {integrity: sha512-Ls993zuzfayK269Svk9hzpeGUKob/sIgZzyHYdjQoAdQetRKpOLj+k/QQQ/6Qi0Yz65mlROrfd+Ev+1+7dz9Kw==}
dev: false
/kind-of@3.2.2:
@@ -17867,7 +17900,7 @@ packages:
/match-sorter@6.3.1:
resolution: {integrity: sha512-mxybbo3pPNuA+ZuCUhm5bwNkXrJTbsk5VWbR5wiwz/GC6LIiegBGn2w3O08UG/jdbYLinw51fSQ5xNU1U3MgBw==}
dependencies:
- '@babel/runtime': 7.23.1
+ '@babel/runtime': 7.23.2
remove-accents: 0.4.2
dev: false
@@ -18259,7 +18292,7 @@ packages:
dayjs: 1.11.10
dompurify: 3.0.6
elkjs: 0.8.2
- khroma: 2.0.0
+ khroma: 2.1.0
lodash-es: 4.17.21
mdast-util-from-markdown: 1.3.1
non-layered-tidy-tree-layout: 2.0.2
@@ -19059,10 +19092,13 @@ packages:
dev: true
optional: true
- /mock-property@1.0.0:
- resolution: {integrity: sha512-imC60k5A55GPUU43PqczbubOyyxCudIgneACKzL3PKfsBk08dc1HgNNU8siQbEIAPPjVUhc+gb0v0ypZ/iP9pw==}
+ /mock-property@1.0.2:
+ resolution: {integrity: sha512-GHVKHd3bFiXtvZtp23+8+EQLMeDJWcEVrSA2pOBs1KB5Uh2ww8Q+9fYDljS67k3GzU4DIDBa6+qRIgfZ2Bp+gQ==}
+ engines: {node: '>= 0.4'}
dependencies:
+ define-data-property: 1.1.1
functions-have-names: 1.2.3
+ gopd: 1.0.1
has: 1.0.4
has-property-descriptors: 1.0.0
isarray: 2.0.5
@@ -19297,7 +19333,7 @@ packages:
'@next/env': 13.5.4
'@swc/helpers': 0.5.2
busboy: 1.6.0
- caniuse-lite: 1.0.30001546
+ caniuse-lite: 1.0.30001549
postcss: 8.4.31
react: 18.2.0
react-dom: 18.2.0(react@18.2.0)
@@ -19371,12 +19407,12 @@ packages:
react: 18.2.0
react-dom: 18.2.0(react@18.2.0)
rehype-katex: 7.0.0
- rehype-pretty-code: 0.9.11(shiki@0.14.4)
+ rehype-pretty-code: 0.9.11(shiki@0.14.5)
rehype-raw: 7.0.0
remark-gfm: 3.0.1
remark-math: 5.1.1
remark-reading-time: 2.0.1
- shiki: 0.14.4
+ shiki: 0.14.5
slash: 3.0.0
title: 3.5.3
unist-util-remove: 4.0.0
@@ -19397,8 +19433,8 @@ packages:
tslib: 2.4.1
dev: true
- /node-abi@3.47.0:
- resolution: {integrity: sha512-2s6B2CWZM//kPgwnuI0KrYwNjfdByE25zvAaEpq9IH4zcNsarH8Ihu/UuX6XMPEogDAxkuUFeZn60pXNHAqn3A==}
+ /node-abi@3.50.0:
+ resolution: {integrity: sha512-2Gxu7Eq7vnBIRfYSmqPruEllMM14FjOQFJSoqdGWthVn+tmwEXzmdPpya6cvvwf0uZA3F5N1fMFr9mijZBplFA==}
engines: {node: '>=10'}
dependencies:
semver: 7.5.4
@@ -19541,7 +19577,7 @@ packages:
resolution: {integrity: sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==}
dependencies:
hosted-git-info: 2.8.9
- resolve: 1.22.6
+ resolve: 1.22.8
semver: 5.7.2
validate-npm-package-license: 3.0.4
dev: true
@@ -20422,7 +20458,7 @@ packages:
yaml: 2.3.2
dev: true
- /postcss-loader@7.3.3(postcss@8.4.27)(typescript@4.9.5)(webpack@5.88.2):
+ /postcss-loader@7.3.3(postcss@8.4.27)(typescript@4.9.5)(webpack@5.89.0):
resolution: {integrity: sha512-YgO/yhtevGO/vJePCQmTxiaEwER94LABZN0ZMT4A0vsak9TpO+RvKRs7EmJ8peIlB9xfXCsS7M8LjqncsUZ5HA==}
engines: {node: '>= 14.15.0'}
peerDependencies:
@@ -20433,7 +20469,7 @@ packages:
jiti: 1.19.3
postcss: 8.4.27
semver: 7.5.4
- webpack: 5.88.2(esbuild@0.15.13)
+ webpack: 5.89.0(esbuild@0.15.13)
transitivePeerDependencies:
- typescript
dev: true
@@ -20568,7 +20604,7 @@ packages:
minimist: 1.2.8
mkdirp-classic: 0.5.3
napi-build-utils: 1.0.2
- node-abi: 3.47.0
+ node-abi: 3.50.0
pump: 3.0.0
rc: 1.2.8
simple-get: 4.0.1
@@ -21130,7 +21166,7 @@ packages:
resolution: {integrity: sha512-HFM8rkZ+i3zrV+4LQjwQ0W+ez98pApMGM3HUrN04j3CqzPOzl9nmP15Y8YXNm8QHGv/eacOVEjqhmWpkRV0NAw==}
engines: {node: '>= 0.10'}
dependencies:
- resolve: 1.22.6
+ resolve: 1.22.8
dev: true
/recursive-readdir@2.2.3:
@@ -21266,7 +21302,7 @@ packages:
vfile: 6.0.1
dev: false
- /rehype-pretty-code@0.9.11(shiki@0.14.4):
+ /rehype-pretty-code@0.9.11(shiki@0.14.5):
resolution: {integrity: sha512-Eq90eCYXQJISktfRZ8PPtwc5SUyH6fJcxS8XOMnHPUQZBtC6RYo67gGlley9X2nR8vlniPj0/7oCDEYHKQa/oA==}
engines: {node: '>=16'}
peerDependencies:
@@ -21275,7 +21311,7 @@ packages:
'@types/hast': 2.3.6
hash-obj: 4.0.0
parse-numeric-range: 1.3.0
- shiki: 0.14.4
+ shiki: 0.14.5
dev: false
/rehype-raw@7.0.0:
@@ -21540,6 +21576,15 @@ packages:
is-core-module: 2.13.0
path-parse: 1.0.7
supports-preserve-symlinks-flag: 1.0.0
+ dev: true
+
+ /resolve@1.22.8:
+ resolution: {integrity: sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==}
+ hasBin: true
+ dependencies:
+ is-core-module: 2.13.0
+ path-parse: 1.0.7
+ supports-preserve-symlinks-flag: 1.0.0
/responselike@1.0.2:
resolution: {integrity: sha512-/Fpe5guzJk1gPqdJLJR5u7eG/gNY4nImjbRDaVWVMRhne55TCmj2i9Q+54PBRfatRC8v/rIiv9BN0pMd9OV5EQ==}
@@ -21654,9 +21699,9 @@ packages:
'@babel/runtime': 7.22.15
eventemitter3: 4.0.7
uuid: 8.3.2
- ws: 8.14.2(bufferutil@4.0.7)(utf-8-validate@5.0.10)
+ ws: 8.14.2(bufferutil@4.0.8)(utf-8-validate@5.0.10)
optionalDependencies:
- bufferutil: 4.0.7
+ bufferutil: 4.0.8
utf-8-validate: 5.0.10
/rrweb-cssom@0.6.0:
@@ -22082,8 +22127,8 @@ packages:
rechoir: 0.6.2
dev: true
- /shiki@0.14.4:
- resolution: {integrity: sha512-IXCRip2IQzKwxArNNq1S+On4KPML3Yyn8Zzs/xRgcgOWIr8ntIK3IKzjFPfjy/7kt9ZMjc+FItfqHRBg8b6tNQ==}
+ /shiki@0.14.5:
+ resolution: {integrity: sha512-1gCAYOcmCFONmErGTrS1fjzJLA7MGZmKzrBNX7apqSwhyITJg2O102uFzXUeBxNnEkDA9vHIKLyeKq0V083vIw==}
dependencies:
ansi-sequence-parser: 1.1.1
jsonc-parser: 3.2.0
@@ -22785,8 +22830,8 @@ packages:
acorn: 8.10.0
dev: true
- /style-to-object@0.4.2:
- resolution: {integrity: sha512-1JGpfPB3lo42ZX8cuPrheZbfQ6kqPPnPHlKMyeRYtfKD+0jG+QsXgXN57O/dvJlzlB2elI6dGmrPnl5VPQFPaA==}
+ /style-to-object@0.4.4:
+ resolution: {integrity: sha512-HYNoHZa2GorYNyqiCaBgsxvcJIn7OHq6inEga+E6Ke3m5JkoqpQbnFssk4jwe+K7AhGa2fcha4wSOf1Kn01dMg==}
dependencies:
inline-style-parser: 0.1.1
dev: false
@@ -22890,7 +22935,7 @@ packages:
resolution: {integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==}
engines: {node: '>= 0.4'}
- /svelte-check@2.8.0(@babel/core@7.23.0)(node-sass@7.0.1)(postcss@8.4.27)(svelte@3.53.1):
+ /svelte-check@2.8.0(@babel/core@7.23.2)(node-sass@7.0.1)(postcss@8.4.27)(svelte@3.53.1):
resolution: {integrity: sha512-HRL66BxffMAZusqe5I5k26mRWQ+BobGd9Rxm3onh7ZVu0nTk8YTKJ9vu3LVPjUGLU9IX7zS+jmwPVhJYdXJ8vg==}
hasBin: true
peerDependencies:
@@ -22903,7 +22948,7 @@ packages:
picocolors: 1.0.0
sade: 1.8.1
svelte: 3.53.1
- svelte-preprocess: 4.10.7(@babel/core@7.23.0)(node-sass@7.0.1)(postcss@8.4.27)(svelte@3.53.1)(typescript@4.9.5)
+ svelte-preprocess: 4.10.7(@babel/core@7.23.2)(node-sass@7.0.1)(postcss@8.4.27)(svelte@3.53.1)(typescript@4.9.5)
typescript: 4.9.5
transitivePeerDependencies:
- '@babel/core'
@@ -23040,7 +23085,7 @@ packages:
svelte-hmr: 0.14.12(svelte@3.53.1)
dev: true
- /svelte-preprocess@4.10.7(@babel/core@7.23.0)(node-sass@7.0.1)(postcss@8.4.27)(svelte@3.53.1)(typescript@4.9.5):
+ /svelte-preprocess@4.10.7(@babel/core@7.23.2)(node-sass@7.0.1)(postcss@8.4.27)(svelte@3.53.1)(typescript@4.9.5):
resolution: {integrity: sha512-sNPBnqYD6FnmdBrUmBCaqS00RyCsCpj2BG58A1JBswNF7b0OKviwxqVrOL/CKyJrLSClrSeqQv5BXNg2RUbPOw==}
engines: {node: '>= 9.11.2'}
requiresBuild: true
@@ -23081,7 +23126,7 @@ packages:
typescript:
optional: true
dependencies:
- '@babel/core': 7.23.0
+ '@babel/core': 7.23.2
'@types/pug': 2.0.6
'@types/sass': 1.45.0
detect-indent: 6.1.0
@@ -23247,7 +23292,7 @@ packages:
postcss-load-config: 4.0.1(postcss@8.4.31)
postcss-nested: 6.0.1(postcss@8.4.31)
postcss-selector-parser: 6.0.13
- resolve: 1.22.6
+ resolve: 1.22.8
sucrase: 3.34.0
transitivePeerDependencies:
- ts-node
@@ -23263,7 +23308,7 @@ packages:
hasBin: true
dependencies:
'@ljharb/resumer': 0.0.1
- '@ljharb/through': 2.3.9
+ '@ljharb/through': 2.3.11
call-bind: 1.0.2
deep-equal: 1.1.1
defined: 1.0.1
@@ -23274,9 +23319,9 @@ packages:
inherits: 2.0.4
is-regex: 1.1.4
minimist: 1.2.8
- mock-property: 1.0.0
+ mock-property: 1.0.2
object-inspect: 1.12.3
- resolve: 1.22.6
+ resolve: 1.22.8
string.prototype.trim: 1.2.8
dev: true
@@ -23351,7 +23396,7 @@ packages:
supports-hyperlinks: 2.3.0
dev: true
- /terser-webpack-plugin@5.3.9(esbuild@0.15.13)(webpack@5.88.2):
+ /terser-webpack-plugin@5.3.9(esbuild@0.15.13)(webpack@5.89.0):
resolution: {integrity: sha512-ZuXsqE07EcggTWQjXUj+Aot/OMcD0bMKGgF63f7UxYcu5/AJF53aIpK1YoP5xR9l6s/Hy2b+t1AM0bLNPRuhwA==}
engines: {node: '>= 10.13.0'}
peerDependencies:
@@ -23373,7 +23418,7 @@ packages:
schema-utils: 3.3.0
serialize-javascript: 6.0.1
terser: 5.19.4
- webpack: 5.88.2(esbuild@0.15.13)
+ webpack: 5.89.0(esbuild@0.15.13)
dev: true
/terser-webpack-plugin@5.3.9(webpack@5.88.2):
@@ -23753,7 +23798,7 @@ packages:
glob: 7.2.3
mkdirp: 0.5.6
prettier: 2.8.8
- resolve: 1.22.6
+ resolve: 1.22.8
ts-essentials: 1.0.4
dev: true
@@ -23766,10 +23811,10 @@ packages:
peerDependencies:
ts-jest: '>=20.0.0'
dependencies:
- ts-jest: 27.0.7(@babel/core@7.23.0)(@types/jest@27.5.2)(babel-jest@27.3.1)(jest@27.5.1)(typescript@4.9.5)
+ ts-jest: 27.0.7(@babel/core@7.23.2)(@types/jest@27.5.2)(babel-jest@27.3.1)(jest@27.5.1)(typescript@4.9.5)
dev: true
- /ts-jest@27.0.7(@babel/core@7.23.0)(@types/jest@27.5.2)(babel-jest@27.3.1)(jest@27.5.1)(typescript@4.9.5):
+ /ts-jest@27.0.7(@babel/core@7.23.2)(@types/jest@27.5.2)(babel-jest@27.3.1)(jest@27.5.1)(typescript@4.9.5):
resolution: {integrity: sha512-O41shibMqzdafpuP+CkrOL7ykbmLh+FqQrXEmV9CydQ5JBk0Sj0uAEF5TNNe94fZWKm3yYvWa/IbyV4Yg1zK2Q==}
engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0}
hasBin: true
@@ -23787,9 +23832,9 @@ packages:
babel-jest:
optional: true
dependencies:
- '@babel/core': 7.23.0
+ '@babel/core': 7.23.2
'@types/jest': 27.5.2
- babel-jest: 27.3.1(@babel/core@7.23.0)
+ babel-jest: 27.3.1(@babel/core@7.23.2)
bs-logger: 0.2.6
fast-json-stable-stringify: 2.1.0
jest: 27.5.1
@@ -23802,7 +23847,7 @@ packages:
yargs-parser: 20.2.9
dev: true
- /ts-loader@9.2.6(typescript@4.9.5)(webpack@5.88.2):
+ /ts-loader@9.2.6(typescript@4.9.5)(webpack@5.89.0):
resolution: {integrity: sha512-QMTC4UFzHmu9wU2VHZEmWWE9cUajjfcdcws+Gh7FhiO+Dy0RnR1bNz0YCHqhI0yRowCE9arVnNxYHqELOy9Hjw==}
engines: {node: '>=12.0.0'}
peerDependencies:
@@ -23814,7 +23859,7 @@ packages:
micromatch: 4.0.5
semver: 7.5.4
typescript: 4.9.5
- webpack: 5.88.2(esbuild@0.15.13)
+ webpack: 5.89.0(esbuild@0.15.13)
dev: true
/ts-morph@19.0.0:
@@ -24142,6 +24187,9 @@ packages:
dev: true
optional: true
+ /undici-types@5.25.3:
+ resolution: {integrity: sha512-Ga1jfYwRn7+cP9v8auvEXN1rX3sWqlayd4HP7OKk4mZWylEmu3KzXDUGrQUN6Ol7qo1gPvB2e5gX6udnyEPgdA==}
+
/undici@5.22.1:
resolution: {integrity: sha512-Ji2IJhFXZY0x/0tVBXeQwgPlLWw13GVzpsWPQ3rV50IFMMof2I55PZZxtm4P6iNq+L5znYN9nSTAq0ZyE6lSJw==}
engines: {node: '>=14.0'}
@@ -24636,7 +24684,7 @@ packages:
/vfile-matter@3.0.1:
resolution: {integrity: sha512-CAAIDwnh6ZdtrqAuxdElUqQRQDQgbbIrYtDYI8gCjXS1qQ+1XdLoK8FIZWxJwn0/I+BkSSZpar3SOgjemQz4fg==}
dependencies:
- '@types/js-yaml': 4.0.6
+ '@types/js-yaml': 4.0.7
is-buffer: 2.0.5
js-yaml: 4.1.0
dev: false
@@ -24710,8 +24758,8 @@ packages:
- zod
dev: true
- /viem@1.16.0(typescript@5.2.2):
- resolution: {integrity: sha512-noRMxaMubiLbVrZ0tXKxUKNwle0QtF0wO6kBOWnm6wg6XIqptSW7xhFzrFdDRp8Jduu5rwwkCB4Tokd5MtFRtw==}
+ /viem@1.16.5(typescript@5.2.2):
+ resolution: {integrity: sha512-D8aE6cp/5w6PDtOOkJjkN+FtLyfsNWkfE78N4yTgCt4BG7KsBsePp4O68r1IaTVTVa41anebiZAy9kNEIwAXiw==}
peerDependencies:
typescript: '>=5.0.4'
peerDependenciesMeta:
@@ -24724,7 +24772,7 @@ packages:
'@scure/bip32': 1.3.2
'@scure/bip39': 1.2.1
abitype: 0.9.8(typescript@5.2.2)
- isows: 1.0.2(ws@8.13.0)
+ isows: 1.0.3(ws@8.13.0)
typescript: 5.2.2
ws: 8.13.0
transitivePeerDependencies:
@@ -24756,7 +24804,7 @@ packages:
- utf-8-validate
- zod
- /vite-node@0.32.2(@types/node@20.8.3):
+ /vite-node@0.32.2(@types/node@20.8.6):
resolution: {integrity: sha512-dTQ1DCLwl2aEseov7cfQ+kDMNJpM1ebpyMMMwWzBvLbis8Nla/6c9WQcqpPssTwS6Rp/+U6KwlIj8Eapw4bLdA==}
engines: {node: '>=v14.18.0'}
hasBin: true
@@ -24766,7 +24814,7 @@ packages:
mlly: 1.4.2
pathe: 1.1.1
picocolors: 1.0.0
- vite: 4.4.9(@types/node@20.8.3)
+ vite: 4.4.9(@types/node@20.8.6)
transitivePeerDependencies:
- '@types/node'
- less
@@ -24802,7 +24850,7 @@ packages:
debug: 4.3.4(supports-color@8.1.1)
globrex: 0.1.2
tsconfck: 2.1.2(typescript@5.1.6)
- vite: 4.4.9(@types/node@20.8.3)
+ vite: 4.4.9(@types/node@20.8.6)
transitivePeerDependencies:
- supports-color
- typescript
@@ -24841,7 +24889,7 @@ packages:
fsevents: 2.3.3
dev: true
- /vite@4.4.9(@types/node@20.8.3):
+ /vite@4.4.9(@types/node@20.8.6):
resolution: {integrity: sha512-2mbUn2LlUmNASWwSCNSJ/EG2HuSRTnVNaydp6vMCm5VIqJsjMfbIWtbH2kDuwUVW5mMUKKZvGPX/rqeqVvv1XA==}
engines: {node: ^14.18.0 || >=16.0.0}
hasBin: true
@@ -24869,7 +24917,7 @@ packages:
terser:
optional: true
dependencies:
- '@types/node': 20.8.3
+ '@types/node': 20.8.6
esbuild: 0.18.20
postcss: 8.4.27
rollup: 3.29.2
@@ -24885,7 +24933,7 @@ packages:
vite:
optional: true
dependencies:
- vite: 4.4.9(@types/node@20.8.3)
+ vite: 4.4.9(@types/node@20.8.6)
dev: true
/vitest-fetch-mock@0.2.2(vitest@0.32.2):
@@ -24933,7 +24981,7 @@ packages:
dependencies:
'@types/chai': 4.3.6
'@types/chai-subset': 1.3.3
- '@types/node': 20.8.3
+ '@types/node': 20.8.6
'@vitest/expect': 0.32.2
'@vitest/runner': 0.32.2
'@vitest/snapshot': 0.32.2
@@ -24954,8 +25002,8 @@ packages:
strip-literal: 1.3.0
tinybench: 2.5.0
tinypool: 0.5.0
- vite: 4.4.9(@types/node@20.8.3)
- vite-node: 0.32.2(@types/node@20.8.3)
+ vite: 4.4.9(@types/node@20.8.6)
+ vite-node: 0.32.2(@types/node@20.8.6)
why-is-node-running: 2.2.2
transitivePeerDependencies:
- less
@@ -25602,8 +25650,8 @@ packages:
- uglify-js
dev: true
- /webpack@5.88.2(esbuild@0.15.13):
- resolution: {integrity: sha512-JmcgNZ1iKj+aiR0OvTYtWQqJwq37Pf683dY9bVORwVbUrDhLhdn/PlO2sHsFHPkj7sHNQF3JwaAkp49V+Sq1tQ==}
+ /webpack@5.89.0(esbuild@0.15.13):
+ resolution: {integrity: sha512-qyfIC10pOr70V+jkmud8tMfajraGCZMBWJtrmuBymQKCrLTRejBI8STDp1MCyZu/QTdZSeacCQYpYNQVOzX5kw==}
engines: {node: '>=10.13.0'}
hasBin: true
peerDependencies:
@@ -25612,8 +25660,8 @@ packages:
webpack-cli:
optional: true
dependencies:
- '@types/eslint-scope': 3.7.4
- '@types/estree': 1.0.1
+ '@types/eslint-scope': 3.7.5
+ '@types/estree': 1.0.2
'@webassemblyjs/ast': 1.11.6
'@webassemblyjs/wasm-edit': 1.11.6
'@webassemblyjs/wasm-parser': 1.11.6
@@ -25622,7 +25670,7 @@ packages:
browserslist: 4.22.1
chrome-trace-event: 1.0.3
enhanced-resolve: 5.15.0
- es-module-lexer: 1.3.0
+ es-module-lexer: 1.3.1
eslint-scope: 5.1.1
events: 3.3.0
glob-to-regexp: 0.4.1
@@ -25633,7 +25681,7 @@ packages:
neo-async: 2.6.2
schema-utils: 3.3.0
tapable: 2.2.1
- terser-webpack-plugin: 5.3.9(esbuild@0.15.13)(webpack@5.88.2)
+ terser-webpack-plugin: 5.3.9(esbuild@0.15.13)(webpack@5.89.0)
watchpack: 2.4.0
webpack-sources: 3.2.3
transitivePeerDependencies:
@@ -25646,7 +25694,7 @@ packages:
resolution: {integrity: sha512-i4yhcllSP4wrpoPMU2N0TQ/q0O94LRG/eUQjEAamRltjQ1oT1PFFKOG4i877OlJgCG8rw6LrrowJp+TYCEWF7Q==}
engines: {node: '>=4.0.0'}
dependencies:
- bufferutil: 4.0.7
+ bufferutil: 4.0.8
debug: 2.6.9
es5-ext: 0.10.62
typedarray-to-buffer: 3.1.5
@@ -25930,7 +25978,7 @@ packages:
optional: true
dev: true
- /ws@8.14.2(bufferutil@4.0.7)(utf-8-validate@5.0.10):
+ /ws@8.14.2(bufferutil@4.0.8)(utf-8-validate@5.0.10):
resolution: {integrity: sha512-wEBG1ftX4jcglPxgFCMJmZ2PLtSbJ2Peg6TmpJFTbe9GZYOQCDPdMYu/Tm0/bGZkw8paZnJY45J4K2PZrLYq8g==}
engines: {node: '>=10.0.0'}
peerDependencies:
@@ -25942,7 +25990,7 @@ packages:
utf-8-validate:
optional: true
dependencies:
- bufferutil: 4.0.7
+ bufferutil: 4.0.8
utf-8-validate: 5.0.10
/xhr-request-promise@0.1.3: