diff --git a/packages/hoppscotch-app/assets/icons/grip-vertical.svg b/packages/hoppscotch-app/assets/icons/grip-vertical.svg
new file mode 100644
index 000000000..2cbd8aa42
--- /dev/null
+++ b/packages/hoppscotch-app/assets/icons/grip-vertical.svg
@@ -0,0 +1,18 @@
+
diff --git a/packages/hoppscotch-app/components/graphql/RequestOptions.vue b/packages/hoppscotch-app/components/graphql/RequestOptions.vue
index 72cac7b44..49a40bbbc 100644
--- a/packages/hoppscotch-app/components/graphql/RequestOptions.vue
+++ b/packages/hoppscotch-app/components/graphql/RequestOptions.vue
@@ -155,18 +155,38 @@
class="flex flex-col flex-1"
>
-
-
+
+
+
+
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
-
-
-
-
+
+
+
+
-
-
-
+
+
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
-
-
+
+
+
+
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
-
-
-
-
-
+
+
+
+
-
-
-
-
-
+
+
+
+
+
+
+
+
-
-
-
-
-
+
+
+
+
-
-
-
-
-
+
+
+
+
+
+
+
+
-
-
-
-
+
+
+
+
-
-
-
-
-
+
+
+
+
+
+
+
+
import { defineComponent } from "@nuxtjs/composition-api"
import debounce from "lodash/debounce"
+import draggable from "vuedraggable"
import { logHoppRequestRunToAnalytics } from "~/helpers/fb/analytics"
import {
setWSEndpoint,
@@ -185,6 +207,9 @@ import {
import { useStream } from "~/helpers/utils/composables"
export default defineComponent({
+ components: {
+ draggable,
+ },
setup() {
return {
url: useStream(WSEndpoint$, "", setWSEndpoint),
diff --git a/packages/hoppscotch-app/components/smart/EnvInput.vue b/packages/hoppscotch-app/components/smart/EnvInput.vue
index 5b6592882..0156efaa1 100644
--- a/packages/hoppscotch-app/components/smart/EnvInput.vue
+++ b/packages/hoppscotch-app/components/smart/EnvInput.vue
@@ -129,6 +129,9 @@ const initView = (el: any) => {
clipboardEv = ev
pastedValue = ev.clipboardData?.getData("text") ?? ""
},
+ drop(ev) {
+ ev.preventDefault()
+ },
}),
ViewPlugin.fromClass(
class {
diff --git a/packages/hoppscotch-app/package.json b/packages/hoppscotch-app/package.json
index 7b285e62d..41cedda3b 100644
--- a/packages/hoppscotch-app/package.json
+++ b/packages/hoppscotch-app/package.json
@@ -111,6 +111,7 @@
"vue-pdf-embed": "^1.1.0",
"vue-textarea-autosize": "^1.1.1",
"vue-tippy": "^4.13.0",
+ "vuedraggable": "^2.24.3",
"vuejs-auto-complete": "^0.9.0",
"wonka": "^4.0.15",
"yargs-parser": "^21.0.1"
diff --git a/packages/hoppscotch-app/windi.config.js b/packages/hoppscotch-app/windi.config.js
index 9c7ed19c8..df6ba7e9f 100644
--- a/packages/hoppscotch-app/windi.config.js
+++ b/packages/hoppscotch-app/windi.config.js
@@ -55,6 +55,8 @@ export default defineConfig({
},
cursor: {
nsResize: "ns-resize",
+ grab: "grab",
+ grabbing: "grabbing",
},
},
},
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index c6b69ee9f..469c49320 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -186,6 +186,7 @@ importers:
vue-template-babel-compiler: ^1.1.3
vue-textarea-autosize: ^1.1.1
vue-tippy: ^4.13.0
+ vuedraggable: ^2.24.3
vuejs-auto-complete: ^0.9.0
wonka: ^4.0.15
worker-loader: ^3.0.8
@@ -268,6 +269,7 @@ importers:
vue-pdf-embed: 1.1.0
vue-textarea-autosize: 1.1.1
vue-tippy: 4.13.0
+ vuedraggable: 2.24.3
vuejs-auto-complete: 0.9.0
wonka: 4.0.15
yargs-parser: 21.0.1
@@ -390,8 +392,8 @@ importers:
'@types/jest': 27.4.1
'@types/lodash': 4.14.180
'@types/node': 17.0.21
- '@typescript-eslint/eslint-plugin': 5.15.0_f2c49ce7d0e93ebcfdb4b7d25b131b28
- '@typescript-eslint/parser': 5.15.0_eslint@8.11.0+typescript@4.6.2
+ '@typescript-eslint/eslint-plugin': 5.16.0_3fed250b11519414a4c7d52468dd6bf5
+ '@typescript-eslint/parser': 5.16.0_eslint@8.11.0+typescript@4.6.2
eslint: 8.11.0
eslint-config-prettier: 8.5.0_eslint@8.11.0
eslint-plugin-prettier: 4.0.0_68edcf5670f37721baf5d2cac6124e4d
@@ -488,6 +490,29 @@ packages:
resolution: {integrity: sha512-p8pdE6j0a29TNGebNm7NzYZWB3xVZJBZ7XGs42uAKzQo8VQ3F0By/cQCtUEABwIqw5zo6WA4NbmxsfzADzMKnQ==}
engines: {node: '>=6.9.0'}
+ /@babel/core/7.17.5:
+ resolution: {integrity: sha512-/BBMw4EvjmyquN5O+t5eh0+YqB3XXJkYD2cjKpYtWOfFy4lQ4UozNSmxAcWT8r2XtZs0ewG+zrfsqeR15i1ajA==}
+ engines: {node: '>=6.9.0'}
+ dependencies:
+ '@ampproject/remapping': 2.1.2
+ '@babel/code-frame': 7.16.7
+ '@babel/generator': 7.17.3
+ '@babel/helper-compilation-targets': 7.16.7_@babel+core@7.17.5
+ '@babel/helper-module-transforms': 7.17.6
+ '@babel/helpers': 7.17.2
+ '@babel/parser': 7.17.3
+ '@babel/template': 7.16.7
+ '@babel/traverse': 7.17.3
+ '@babel/types': 7.17.0
+ convert-source-map: 1.8.0
+ debug: 4.3.3
+ gensync: 1.0.0-beta.2
+ json5: 2.2.0
+ semver: 6.3.0
+ transitivePeerDependencies:
+ - supports-color
+ dev: true
+
/@babel/core/7.17.8:
resolution: {integrity: sha512-OdQDV/7cRBtJHLSOBqqbYNkOcydOgnX59TZx4puf41fzcVtN3e/4yqY8lMQsK+5X2lJtAdmA+6OHqsj1hBJ4IQ==}
engines: {node: '>=6.9.0'}
@@ -503,7 +528,7 @@ packages:
'@babel/traverse': 7.17.3
'@babel/types': 7.17.0
convert-source-map: 1.8.0
- debug: 4.3.4
+ debug: 4.3.3
gensync: 1.0.0-beta.2
json5: 2.2.0
semver: 6.3.0
@@ -518,14 +543,6 @@ packages:
jsesc: 2.5.2
source-map: 0.5.7
- /@babel/generator/7.17.0:
- resolution: {integrity: sha512-I3Omiv6FGOC29dtlZhkfXO6pgkmukJSlT26QjVvS1DGZe/NzSVCPG41X0tS21oZkJYlovfj9qDWgKP+Cn4bXxw==}
- engines: {node: '>=6.9.0'}
- dependencies:
- '@babel/types': 7.17.0
- jsesc: 2.5.2
- source-map: 0.5.7
-
/@babel/generator/7.17.3:
resolution: {integrity: sha512-+R6Dctil/MgUsZsZAkYgK+ADNSZzJRRy0TvY65T71z/CR854xHQ1EweBYXdfT+HNeN7w0cSJJEzgxZMv40pxsg==}
engines: {node: '>=6.9.0'}
@@ -555,6 +572,19 @@ packages:
'@babel/helper-explode-assignable-expression': 7.16.7
'@babel/types': 7.17.0
+ /@babel/helper-compilation-targets/7.16.7_@babel+core@7.17.5:
+ resolution: {integrity: sha512-mGojBwIWcwGD6rfqgRXVlVYmPAv7eOpIemUG3dGnDdCY4Pae70ROij3XmfrH6Fa1h1aiDylpglbZyktfzyo/hA==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0
+ dependencies:
+ '@babel/compat-data': 7.17.0
+ '@babel/core': 7.17.5
+ '@babel/helper-validator-option': 7.16.7
+ browserslist: 4.20.0
+ semver: 6.3.0
+ dev: true
+
/@babel/helper-compilation-targets/7.16.7_@babel+core@7.17.8:
resolution: {integrity: sha512-mGojBwIWcwGD6rfqgRXVlVYmPAv7eOpIemUG3dGnDdCY4Pae70ROij3XmfrH6Fa1h1aiDylpglbZyktfzyo/hA==}
engines: {node: '>=6.9.0'}
@@ -576,7 +606,7 @@ packages:
'@babel/compat-data': 7.17.7
'@babel/core': 7.17.8
'@babel/helper-validator-option': 7.16.7
- browserslist: 4.20.2
+ browserslist: 4.20.0
semver: 6.3.0
/@babel/helper-create-class-features-plugin/7.16.10_@babel+core@7.17.8:
@@ -629,11 +659,11 @@ packages:
'@babel/core': ^7.4.0-0
dependencies:
'@babel/core': 7.17.8
- '@babel/helper-compilation-targets': 7.16.7_@babel+core@7.17.8
+ '@babel/helper-compilation-targets': 7.17.7_@babel+core@7.17.8
'@babel/helper-module-imports': 7.16.7
'@babel/helper-plugin-utils': 7.16.7
'@babel/traverse': 7.17.3
- debug: 4.3.4
+ debug: 4.3.3
lodash.debounce: 4.0.8
resolve: 1.22.0
semver: 6.3.0
@@ -744,6 +774,22 @@ packages:
transitivePeerDependencies:
- supports-color
+ /@babel/helper-module-transforms/7.17.6:
+ resolution: {integrity: sha512-2ULmRdqoOMpdvkbT8jONrZML/XALfzxlb052bldftkicAUy8AxSCkD5trDPQcwHNmolcl7wP6ehNqMlyUw6AaA==}
+ engines: {node: '>=6.9.0'}
+ dependencies:
+ '@babel/helper-environment-visitor': 7.16.7
+ '@babel/helper-module-imports': 7.16.7
+ '@babel/helper-simple-access': 7.16.7
+ '@babel/helper-split-export-declaration': 7.16.7
+ '@babel/helper-validator-identifier': 7.16.7
+ '@babel/template': 7.16.7
+ '@babel/traverse': 7.17.3
+ '@babel/types': 7.17.0
+ transitivePeerDependencies:
+ - supports-color
+ dev: true
+
/@babel/helper-module-transforms/7.17.7:
resolution: {integrity: sha512-VmZD99F3gNTYB7fJRDTi+u6l/zxY0BE6OIxPSU7a50s6ZUQkHwSDmV92FfM+oCG0pZRVojGYhkR8I0OGeCVREw==}
engines: {node: '>=6.9.0'}
@@ -845,6 +891,17 @@ packages:
transitivePeerDependencies:
- supports-color
+ /@babel/helpers/7.17.2:
+ resolution: {integrity: sha512-0Qu7RLR1dILozr/6M0xgj+DFPmi6Bnulgm9M8BVa9ZCWxDqlSnqt3cf8IDPB5m45sVXUZ0kuQAgUrdSFFH79fQ==}
+ engines: {node: '>=6.9.0'}
+ dependencies:
+ '@babel/template': 7.16.7
+ '@babel/traverse': 7.17.3
+ '@babel/types': 7.17.0
+ transitivePeerDependencies:
+ - supports-color
+ dev: true
+
/@babel/helpers/7.17.8:
resolution: {integrity: sha512-QcL86FGxpfSJwGtAvv4iG93UL6bmqBdmoVY0CMCU2g+oD2ezQse3PT5Pa+jiD6LJndBQi0EDlpzOWNlLuhz5gw==}
engines: {node: '>=6.9.0'}
@@ -868,11 +925,6 @@ packages:
engines: {node: '>=6.0.0'}
hasBin: true
- /@babel/parser/7.17.0:
- resolution: {integrity: sha512-VKXSCQx5D8S04ej+Dqsr1CzYvvWgf20jIw2D+YhQCrIlr2UZGaDds23Y0xg75/skOxpLCRpUZvk/1EAVkGoDOw==}
- engines: {node: '>=6.0.0'}
- hasBin: true
-
/@babel/parser/7.17.3:
resolution: {integrity: sha512-7yJPvPV+ESz2IUTPbOL+YkIGyCqOyNIzdguKQuJGnH7bg1WTIifuM21YqokFt/THWh1AkCRn9IgoykTRCBVpzA==}
engines: {node: '>=6.0.0'}
@@ -1112,6 +1164,15 @@ packages:
'@babel/helper-create-regexp-features-plugin': 7.16.7_@babel+core@7.17.8
'@babel/helper-plugin-utils': 7.16.7
+ /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.17.5:
+ resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.17.5
+ '@babel/helper-plugin-utils': 7.16.7
+ dev: true
+
/@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.17.8:
resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==}
peerDependencies:
@@ -1120,6 +1181,15 @@ packages:
'@babel/core': 7.17.8
'@babel/helper-plugin-utils': 7.16.7
+ /@babel/plugin-syntax-bigint/7.8.3_@babel+core@7.17.5:
+ resolution: {integrity: sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.17.5
+ '@babel/helper-plugin-utils': 7.16.7
+ dev: true
+
/@babel/plugin-syntax-bigint/7.8.3_@babel+core@7.17.8:
resolution: {integrity: sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==}
peerDependencies:
@@ -1129,6 +1199,15 @@ packages:
'@babel/helper-plugin-utils': 7.16.7
dev: true
+ /@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.17.5:
+ resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.17.5
+ '@babel/helper-plugin-utils': 7.16.7
+ dev: true
+
/@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.17.8:
resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==}
peerDependencies:
@@ -1182,6 +1261,15 @@ packages:
'@babel/helper-plugin-utils': 7.16.7
dev: true
+ /@babel/plugin-syntax-import-meta/7.10.4_@babel+core@7.17.5:
+ resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.17.5
+ '@babel/helper-plugin-utils': 7.16.7
+ dev: true
+
/@babel/plugin-syntax-import-meta/7.10.4_@babel+core@7.17.8:
resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==}
peerDependencies:
@@ -1191,6 +1279,15 @@ packages:
'@babel/helper-plugin-utils': 7.16.7
dev: true
+ /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.17.5:
+ resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.17.5
+ '@babel/helper-plugin-utils': 7.16.7
+ dev: true
+
/@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.17.8:
resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==}
peerDependencies:
@@ -1219,6 +1316,15 @@ packages:
'@babel/helper-plugin-utils': 7.16.7
dev: true
+ /@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.17.5:
+ resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.17.5
+ '@babel/helper-plugin-utils': 7.16.7
+ dev: true
+
/@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.17.8:
resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==}
peerDependencies:
@@ -1227,6 +1333,15 @@ packages:
'@babel/core': 7.17.8
'@babel/helper-plugin-utils': 7.16.7
+ /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.17.5:
+ resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.17.5
+ '@babel/helper-plugin-utils': 7.16.7
+ dev: true
+
/@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.17.8:
resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==}
peerDependencies:
@@ -1235,6 +1350,15 @@ packages:
'@babel/core': 7.17.8
'@babel/helper-plugin-utils': 7.16.7
+ /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.17.5:
+ resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.17.5
+ '@babel/helper-plugin-utils': 7.16.7
+ dev: true
+
/@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.17.8:
resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==}
peerDependencies:
@@ -1243,6 +1367,15 @@ packages:
'@babel/core': 7.17.8
'@babel/helper-plugin-utils': 7.16.7
+ /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.17.5:
+ resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.17.5
+ '@babel/helper-plugin-utils': 7.16.7
+ dev: true
+
/@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.17.8:
resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==}
peerDependencies:
@@ -1251,6 +1384,15 @@ packages:
'@babel/core': 7.17.8
'@babel/helper-plugin-utils': 7.16.7
+ /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.17.5:
+ resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.17.5
+ '@babel/helper-plugin-utils': 7.16.7
+ dev: true
+
/@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.17.8:
resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==}
peerDependencies:
@@ -1259,6 +1401,15 @@ packages:
'@babel/core': 7.17.8
'@babel/helper-plugin-utils': 7.16.7
+ /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.17.5:
+ resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.17.5
+ '@babel/helper-plugin-utils': 7.16.7
+ dev: true
+
/@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.17.8:
resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==}
peerDependencies:
@@ -1276,6 +1427,16 @@ packages:
'@babel/core': 7.17.8
'@babel/helper-plugin-utils': 7.16.7
+ /@babel/plugin-syntax-top-level-await/7.14.5_@babel+core@7.17.5:
+ resolution: {integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.17.5
+ '@babel/helper-plugin-utils': 7.16.7
+ dev: true
+
/@babel/plugin-syntax-top-level-await/7.14.5_@babel+core@7.17.8:
resolution: {integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==}
engines: {node: '>=6.9.0'}
@@ -1285,13 +1446,13 @@ packages:
'@babel/core': 7.17.8
'@babel/helper-plugin-utils': 7.16.7
- /@babel/plugin-syntax-typescript/7.16.7_@babel+core@7.17.8:
+ /@babel/plugin-syntax-typescript/7.16.7_@babel+core@7.17.5:
resolution: {integrity: sha512-YhUIJHHGkqPgEcMYkPCKTyGUdoGKWtopIycQyjJH8OjvRgOYsXsaKehLVPScKJWAULPxMa4N1vCe6szREFlZ7A==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.17.8
+ '@babel/core': 7.17.5
'@babel/helper-plugin-utils': 7.16.7
dev: true
@@ -1371,8 +1532,8 @@ packages:
'@babel/core': 7.17.8
'@babel/helper-plugin-utils': 7.16.7
- /@babel/plugin-transform-destructuring/7.17.7_@babel+core@7.17.8:
- resolution: {integrity: sha512-XVh0r5yq9sLR4vZ6eVZe8FKfIcSgaTBxVBRSYokRj2qksf6QerYnTxz9/GTuKTH/n/HwLP7t6gtlybHetJ/6hQ==}
+ /@babel/plugin-transform-destructuring/7.17.3_@babel+core@7.17.8:
+ resolution: {integrity: sha512-dDFzegDYKlPqa72xIlbmSkly5MluLoaC1JswABGktyt6NTXSBcUuse/kWE/wvKFWJHPETpi158qJZFS3JmykJg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -1486,21 +1647,6 @@ packages:
transitivePeerDependencies:
- supports-color
- /@babel/plugin-transform-modules-commonjs/7.17.7_@babel+core@7.17.8:
- resolution: {integrity: sha512-ITPmR2V7MqioMJyrxUo2onHNC3e+MvfFiFIR0RP21d3PtlVb6sfzoxNKiphSZUOM9hEIdzCcZe83ieX3yoqjUA==}
- engines: {node: '>=6.9.0'}
- peerDependencies:
- '@babel/core': ^7.0.0-0
- dependencies:
- '@babel/core': 7.17.8
- '@babel/helper-module-transforms': 7.17.7
- '@babel/helper-plugin-utils': 7.16.7
- '@babel/helper-simple-access': 7.17.7
- babel-plugin-dynamic-import-node: 2.3.3
- transitivePeerDependencies:
- - supports-color
- dev: true
-
/@babel/plugin-transform-modules-systemjs/7.16.7_@babel+core@7.17.8:
resolution: {integrity: sha512-DuK5E3k+QQmnOqBR9UkusByy5WZWGRxfzV529s9nPra1GE7olmxfqO2FHobEOYSPIjPBTr4p66YDcjQnt8cBmw==}
engines: {node: '>=6.9.0'}
@@ -1809,15 +1955,15 @@ packages:
dependencies:
regenerator-runtime: 0.13.9
- /@babel/runtime/7.17.8:
- resolution: {integrity: sha512-dQpEpK0O9o6lj6oPu0gRDbbnk+4LeHlNcBpspf6Olzt3GIX4P1lWF1gS+pHLDFlaJvbR6q7jCfQ08zA4QJBnmA==}
+ /@babel/runtime/7.17.2:
+ resolution: {integrity: sha512-hzeyJyMA1YGdJTuWU0e/j4wKXrU4OMFvY2MSlaI9B7VQb0r5cxTE3EAIS2Q7Tn2RIcDkRvTA/v2JsAEhxe99uw==}
engines: {node: '>=6.9.0'}
dependencies:
regenerator-runtime: 0.13.9
dev: true
- /@babel/standalone/7.17.8:
- resolution: {integrity: sha512-tr3SDpVnxR/fzrxyG+HZPAyEA9eTHZIAjy4eqrc7m+KBwsdo1YvTbUfJ6teWHQ177mk6GmdmltsIiOYCcvRPWA==}
+ /@babel/standalone/7.17.7:
+ resolution: {integrity: sha512-461jrYyk7g4bRQoOROABqErtygmZrx1cZXWONIPCQzVTynT5VL83btu1PJIaXNgl4JtHXjzaYT7j3IOlVhnC1Q==}
engines: {node: '>=6.9.0'}
dev: true
@@ -1857,14 +2003,14 @@ packages:
engines: {node: '>=6.9.0'}
dependencies:
'@babel/code-frame': 7.16.7
- '@babel/generator': 7.17.0
+ '@babel/generator': 7.17.7
'@babel/helper-environment-visitor': 7.16.7
'@babel/helper-function-name': 7.16.7
'@babel/helper-hoist-variables': 7.16.7
'@babel/helper-split-export-declaration': 7.16.7
- '@babel/parser': 7.17.0
+ '@babel/parser': 7.17.8
'@babel/types': 7.17.0
- debug: 4.3.4
+ debug: 4.3.3
globals: 11.12.0
transitivePeerDependencies:
- supports-color
@@ -1881,7 +2027,7 @@ packages:
'@babel/helper-split-export-declaration': 7.16.7
'@babel/parser': 7.17.3
'@babel/types': 7.17.0
- debug: 4.3.4
+ debug: 4.3.3
globals: 11.12.0
transitivePeerDependencies:
- supports-color
@@ -1977,7 +2123,7 @@ packages:
'@codemirror/rangeset': 0.19.9
'@codemirror/state': 0.19.9
'@codemirror/view': 0.19.47
- '@lezer/common': 0.15.12
+ '@lezer/common': 0.15.11
style-mod: 4.0.0
dev: false
@@ -2025,7 +2171,7 @@ packages:
'@codemirror/state': 0.19.9
'@codemirror/text': 0.19.6
'@codemirror/view': 0.19.47
- '@lezer/common': 0.15.12
+ '@lezer/common': 0.15.11
'@lezer/lr': 0.15.8
dev: false
@@ -2145,7 +2291,7 @@ packages:
lodash: 4.17.21
resolve-from: 5.0.0
resolve-global: 1.0.0
- yargs: 17.4.0
+ yargs: 17.3.1
transitivePeerDependencies:
- '@swc/core'
- '@swc/wasm'
@@ -2575,7 +2721,7 @@ packages:
'@firebase/logger': 0.3.2
'@firebase/util': 1.5.0
'@firebase/webchannel-wrapper': 0.6.1
- '@grpc/grpc-js': 1.5.9
+ '@grpc/grpc-js': 1.5.7
'@grpc/proto-loader': 0.6.9
node-fetch: 2.6.7
tslib: 2.3.1
@@ -2911,7 +3057,7 @@ packages:
peerDependencies:
graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0
dependencies:
- '@graphql-tools/utils': 8.6.3_graphql@15.7.2
+ '@graphql-tools/utils': 8.6.2_graphql@15.7.2
change-case-all: 1.0.14
common-tags: 1.8.2
graphql: 15.7.2
@@ -2926,7 +3072,7 @@ packages:
graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0
dependencies:
'@graphql-codegen/plugin-helpers': 2.4.2_graphql@15.7.2
- '@graphql-tools/utils': 8.6.3_graphql@15.7.2
+ '@graphql-tools/utils': 8.6.2_graphql@15.7.2
graphql: 15.7.2
tslib: 2.3.1
dev: true
@@ -3017,8 +3163,8 @@ packages:
dependencies:
'@graphql-codegen/plugin-helpers': 2.4.2_graphql@15.7.2
'@graphql-tools/optimize': 1.2.0_graphql@15.7.2
- '@graphql-tools/relay-operation-optimizer': 6.4.3_graphql@15.7.2
- '@graphql-tools/utils': 8.6.3_graphql@15.7.2
+ '@graphql-tools/relay-operation-optimizer': 6.4.2_graphql@15.7.2
+ '@graphql-tools/utils': 8.6.2_graphql@15.7.2
auto-bind: 4.0.0
change-case-all: 1.0.14
dependency-graph: 0.11.0
@@ -3254,12 +3400,12 @@ packages:
- utf-8-validate
dev: true
- /@graphql-tools/relay-operation-optimizer/6.4.3_graphql@15.7.2:
- resolution: {integrity: sha512-whgh2jlZZ4fbOqCMIfGxEplxNXBOXj1I9A8TMsKFrMaLWcy8q1YjBbNQgr7nTz34SERvlIHinjgLy3QAYiXYLg==}
+ /@graphql-tools/relay-operation-optimizer/6.4.2_graphql@15.7.2:
+ resolution: {integrity: sha512-pc/cliYO0veVbMyM5H54lZzQh+9SxnjawqR623rc+jPuY9JUQcuIKkZzM1+E5blbtr4dvh7Bi4uzf3rJ0sxG0Q==}
peerDependencies:
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0
dependencies:
- '@graphql-tools/utils': 8.6.3_graphql@15.7.2
+ '@graphql-tools/utils': 8.6.2_graphql@15.7.2
graphql: 15.7.2
relay-compiler: 12.0.0_graphql@15.7.2
tslib: 2.3.1
@@ -3359,8 +3505,8 @@ packages:
tslib: 2.3.1
dev: true
- /@graphql-tools/utils/8.6.3_graphql@15.7.2:
- resolution: {integrity: sha512-CNyP7Uu7dlVMQ32IpHWOxz4yic9BYXXVkDhG0UdTKSszvzHdgMilemE9MpUrGzzBPsTe3aYTtNGyPUkyh9yTXA==}
+ /@graphql-tools/utils/8.6.2_graphql@15.7.2:
+ resolution: {integrity: sha512-x1DG0cJgpJtImUlNE780B/dfp8pxvVxOD6UeykFH5rHes26S4kGokbgU8F1IgrJ1vAPm/OVBHtd2kicTsPfwdA==}
peerDependencies:
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0
dependencies:
@@ -3400,8 +3546,8 @@ packages:
dependencies:
graphql: 15.7.2
- /@grpc/grpc-js/1.5.9:
- resolution: {integrity: sha512-un+cXqErq5P4p3+WgYVNVh7FB51MSnaoRef7QWDcMXKR6FX2R6Z/bltcJMxNNdTUMC85lkOQcpnAAetFziPSng==}
+ /@grpc/grpc-js/1.5.7:
+ resolution: {integrity: sha512-RAlSbZ9LXo0wNoHKeUlwP9dtGgVBDUbnBKFpfAv5iSqMG4qWz9um2yLH215+Wow1I48etIa1QMS+WAGmsE/7HQ==}
engines: {node: ^8.13.0 || >=10.10.0}
dependencies:
'@grpc/proto-loader': 0.6.9
@@ -3636,7 +3782,7 @@ packages:
resolution: {integrity: sha512-ipON6WtYgl/1329g5AIJVbUuEh0wZVbdpGwC99Jw4LwuoBNS95MVphU6zOeD9pDkon+LLbFL7lOQRapbB8SCHw==}
engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0}
dependencies:
- '@babel/core': 7.17.8
+ '@babel/core': 7.17.5
'@jest/types': 27.5.1
babel-plugin-istanbul: 6.1.1
chalk: 4.1.2
@@ -3685,16 +3831,12 @@ packages:
/@lezer/common/0.15.11:
resolution: {integrity: sha512-vv0nSdIaVCRcJ8rPuDdsrNVfBOYe/4Szr/LhF929XyDmBndLDuWiCCHooGlGlJfzELyO608AyDhVsuX/ZG36NA==}
- dev: false
-
- /@lezer/common/0.15.12:
- resolution: {integrity: sha512-edfwCxNLnzq5pBA/yaIhwJ3U3Kz8VAUOTRg0hhxaizaI1N+qxV7EXDv/kLCkLeq2RzSFvxexlaj5Mzfn2kY0Ig==}
/@lezer/generator/0.15.4:
resolution: {integrity: sha512-9bBwU2TzKMBQ6OCEDevuMNWGOBKlkq5YIGEhjrz9pb3MLb+oYYR4dVFZ7ehwLcDoSecsSA7PdlAy0thJO5pt2w==}
hasBin: true
dependencies:
- '@lezer/common': 0.15.12
+ '@lezer/common': 0.15.11
'@lezer/lr': 0.15.8
dev: true
@@ -3713,7 +3855,7 @@ packages:
/@lezer/lr/0.15.8:
resolution: {integrity: sha512-bM6oE6VQZ6hIFxDNKk8bKPa14hqFrV07J/vHGOeiAbJReIaQXmkVb6xQu4MR+JBTLa5arGRyAAjJe1qaQt3Uvg==}
dependencies:
- '@lezer/common': 0.15.12
+ '@lezer/common': 0.15.11
/@lezer/xml/0.15.1:
resolution: {integrity: sha512-vVh01enxM9hSGOcFtztmX+Pa460HDq5jIeft9bDCe17PUOU0nAbfo883I3cW9lUOcmWNQ3btbkmXMGjRszJE6g==}
@@ -3721,8 +3863,8 @@ packages:
'@lezer/lr': 0.15.8
dev: false
- /@mdn/browser-compat-data/4.1.12:
- resolution: {integrity: sha512-y3Ntio6hb5+m6asxcA3nnIN6URjAFMji2EZZVYGd2Ag5On4mmvPhMnXdiIScCMXgHjFX+5qXuKaojLLhJHZPAg==}
+ /@mdn/browser-compat-data/4.1.11:
+ resolution: {integrity: sha512-sYJ5CWXVAJX3608rV3WowUGxPm3p7HCgoGh/eBseCQ2c5ALBz6oRTK2OWPFz679aBUik6IY1IlA89uxbb5/FjA==}
dev: true
/@n1ru4l/graphql-live-query/0.9.0_graphql@15.7.2:
@@ -3921,14 +4063,14 @@ packages:
ufo: 0.7.11
dev: false
- /@nuxt/kit-edge/3.0.0-27460489.53fbca7:
- resolution: {integrity: sha512-6rYLtw80Zrw+rwQXrzxv0kNwe46hoByxnEcQS3GaXlAM/9aZfdOnCSg6qiI5NJoFcjSF+6chG6oTAk33HdUlBA==}
+ /@nuxt/kit-edge/3.0.0-27465767.70f067a:
+ resolution: {integrity: sha512-3WJfEKf7ymS+lDnDi7TEIqigWyQoCDLwdYGplpRnjFBALGIbMhnv7x4LGgYroB0RT6QS84k6HgTiYaZf5OERuw==}
engines: {node: ^14.16.0 || ^16.11.0 || ^17.0.0}
dependencies:
- '@nuxt/schema': /@nuxt/schema-edge/3.0.0-27460489.53fbca7
- c12: 0.2.3
+ '@nuxt/schema': /@nuxt/schema-edge/3.0.0-27465767.70f067a
+ c12: 0.2.4
consola: 2.15.3
- defu: 5.0.1
+ defu: 6.0.0
globby: 13.1.1
hash-sum: 2.0.0
ignore: 5.2.0
@@ -3973,13 +4115,13 @@ packages:
- encoding
dev: false
- /@nuxt/schema-edge/3.0.0-27460489.53fbca7:
- resolution: {integrity: sha512-pSuw9uMCiuDUyzkhZuvHuRQLMIX0Hb7vGJm1u8JapFpU+juI9q8ygnS4O6NVtw89nqJ77SBO4q4n2C8umeT2IQ==}
+ /@nuxt/schema-edge/3.0.0-27465767.70f067a:
+ resolution: {integrity: sha512-S9RzCddYD2fyjUJYUiiNRwOdwjQjoPARm/4zXYx7sXnIOKvY7P84RgtzTNKDqlTilTY6j0NGShiqn/F9sC3mlw==}
engines: {node: ^14.16.0 || ^16.11.0 || ^17.0.0}
dependencies:
- c12: 0.2.3
+ c12: 0.2.4
create-require: 1.1.1
- defu: 5.0.1
+ defu: 6.0.0
jiti: 1.13.0
pathe: 0.2.0
postcss-import-resolver: 2.0.0
@@ -4810,7 +4952,7 @@ packages:
/@types/babel__template/7.4.1:
resolution: {integrity: sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g==}
dependencies:
- '@babel/parser': 7.17.3
+ '@babel/parser': 7.17.8
'@babel/types': 7.17.0
dev: true
@@ -4994,10 +5136,6 @@ packages:
resolution: {integrity: sha512-FhpRzf927MNQdRZP0J5DLIdTXhjLYzeUTmLAu69mnVksLH9CJY3IuSeEgbKUki7GQZm0WqDkGzyxju2EZGD2wA==}
dev: true
- /@types/json-schema/7.0.10:
- resolution: {integrity: sha512-BLO9bBq59vW3fxCpD4o0N4U+DXsvwvIcl+jofw0frQo/GrBFC+/jRZj1E7kgp6dvTyNmA4y6JCV5Id/r3mNP5A==}
- dev: true
-
/@types/json-schema/7.0.9:
resolution: {integrity: sha512-qcUXuemtEu+E5wZSJHNxUXeCZhAfXKQ41D+duX+VYPde7xyEVZci+/oXKJL13tnRs9lR2pr4fod59GT6/X1/yQ==}
@@ -5328,8 +5466,8 @@ packages:
- supports-color
dev: true
- /@typescript-eslint/eslint-plugin/5.15.0_f2c49ce7d0e93ebcfdb4b7d25b131b28:
- resolution: {integrity: sha512-u6Db5JfF0Esn3tiAKELvoU5TpXVSkOpZ78cEGn/wXtT2RVqs2vkt4ge6N8cRCyw7YVKhmmLDbwI2pg92mlv7cA==}
+ /@typescript-eslint/eslint-plugin/5.16.0_3fed250b11519414a4c7d52468dd6bf5:
+ resolution: {integrity: sha512-SJoba1edXvQRMmNI505Uo4XmGbxCK9ARQpkvOd00anxzri9RNQk0DDCxD+LIl+jYhkzOJiOMMKYEHnHEODjdCw==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
'@typescript-eslint/parser': ^5.0.0
@@ -5339,11 +5477,11 @@ packages:
typescript:
optional: true
dependencies:
- '@typescript-eslint/parser': 5.15.0_eslint@8.11.0+typescript@4.6.2
- '@typescript-eslint/scope-manager': 5.15.0
- '@typescript-eslint/type-utils': 5.15.0_eslint@8.11.0+typescript@4.6.2
- '@typescript-eslint/utils': 5.15.0_eslint@8.11.0+typescript@4.6.2
- debug: 4.3.4
+ '@typescript-eslint/parser': 5.16.0_eslint@8.11.0+typescript@4.6.2
+ '@typescript-eslint/scope-manager': 5.16.0
+ '@typescript-eslint/type-utils': 5.16.0_eslint@8.11.0+typescript@4.6.2
+ '@typescript-eslint/utils': 5.16.0_eslint@8.11.0+typescript@4.6.2
+ debug: 4.3.3
eslint: 8.11.0
functional-red-black-tree: 1.0.1
ignore: 5.2.0
@@ -5375,8 +5513,8 @@ packages:
- supports-color
dev: true
- /@typescript-eslint/parser/5.15.0_eslint@8.11.0+typescript@4.6.2:
- resolution: {integrity: sha512-NGAYP/+RDM2sVfmKiKOCgJYPstAO40vPAgACoWPO/+yoYKSgAXIFaBKsV8P0Cc7fwKgvj27SjRNX4L7f4/jCKQ==}
+ /@typescript-eslint/parser/5.16.0_eslint@8.11.0+typescript@4.6.2:
+ resolution: {integrity: sha512-fkDq86F0zl8FicnJtdXakFs4lnuebH6ZADDw6CYQv0UZeIjHvmEw87m9/29nk2Dv5Lmdp0zQ3zDQhiMWQf/GbA==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
@@ -5385,10 +5523,10 @@ packages:
typescript:
optional: true
dependencies:
- '@typescript-eslint/scope-manager': 5.15.0
- '@typescript-eslint/types': 5.15.0
- '@typescript-eslint/typescript-estree': 5.15.0_typescript@4.6.2
- debug: 4.3.4
+ '@typescript-eslint/scope-manager': 5.16.0
+ '@typescript-eslint/types': 5.16.0
+ '@typescript-eslint/typescript-estree': 5.16.0_typescript@4.6.2
+ debug: 4.3.3
eslint: 8.11.0
typescript: 4.6.2
transitivePeerDependencies:
@@ -5403,12 +5541,12 @@ packages:
'@typescript-eslint/visitor-keys': 5.14.0
dev: true
- /@typescript-eslint/scope-manager/5.15.0:
- resolution: {integrity: sha512-EFiZcSKrHh4kWk0pZaa+YNJosvKE50EnmN4IfgjkA3bTHElPtYcd2U37QQkNTqwMCS7LXeDeZzEqnsOH8chjSg==}
+ /@typescript-eslint/scope-manager/5.16.0:
+ resolution: {integrity: sha512-P+Yab2Hovg8NekLIR/mOElCDPyGgFZKhGoZA901Yax6WR6HVeGLbsqJkZ+Cvk5nts/dAlFKm8PfL43UZnWdpIQ==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dependencies:
- '@typescript-eslint/types': 5.15.0
- '@typescript-eslint/visitor-keys': 5.15.0
+ '@typescript-eslint/types': 5.16.0
+ '@typescript-eslint/visitor-keys': 5.16.0
dev: true
/@typescript-eslint/type-utils/5.14.0_eslint@8.11.0+typescript@4.6.2:
@@ -5430,8 +5568,8 @@ packages:
- supports-color
dev: true
- /@typescript-eslint/type-utils/5.15.0_eslint@8.11.0+typescript@4.6.2:
- resolution: {integrity: sha512-KGeDoEQ7gHieLydujGEFLyLofipe9PIzfvA/41urz4hv+xVxPEbmMQonKSynZ0Ks2xDhJQ4VYjB3DnRiywvKDA==}
+ /@typescript-eslint/type-utils/5.16.0_eslint@8.11.0+typescript@4.6.2:
+ resolution: {integrity: sha512-SKygICv54CCRl1Vq5ewwQUJV/8padIWvPgCxlWPGO/OgQLCijY9G7lDu6H+mqfQtbzDNlVjzVWQmeqbLMBLEwQ==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
eslint: '*'
@@ -5440,8 +5578,8 @@ packages:
typescript:
optional: true
dependencies:
- '@typescript-eslint/utils': 5.15.0_eslint@8.11.0+typescript@4.6.2
- debug: 4.3.4
+ '@typescript-eslint/utils': 5.16.0_eslint@8.11.0+typescript@4.6.2
+ debug: 4.3.3
eslint: 8.11.0
tsutils: 3.21.0_typescript@4.6.2
typescript: 4.6.2
@@ -5454,8 +5592,8 @@ packages:
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dev: true
- /@typescript-eslint/types/5.15.0:
- resolution: {integrity: sha512-yEiTN4MDy23vvsIksrShjNwQl2vl6kJeG9YkVJXjXZnkJElzVK8nfPsWKYxcsGWG8GhurYXP4/KGj3aZAxbeOA==}
+ /@typescript-eslint/types/5.16.0:
+ resolution: {integrity: sha512-oUorOwLj/3/3p/HFwrp6m/J2VfbLC8gjW5X3awpQJ/bSG+YRGFS4dpsvtQ8T2VNveV+LflQHjlLvB6v0R87z4g==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dev: true
@@ -5480,8 +5618,8 @@ packages:
- supports-color
dev: true
- /@typescript-eslint/typescript-estree/5.15.0_typescript@4.6.2:
- resolution: {integrity: sha512-Hb0e3dGc35b75xLzixM3cSbG1sSbrTBQDfIScqdyvrfJZVEi4XWAT+UL/HMxEdrJNB8Yk28SKxPLtAhfCbBInA==}
+ /@typescript-eslint/typescript-estree/5.16.0_typescript@4.6.2:
+ resolution: {integrity: sha512-SE4VfbLWUZl9MR+ngLSARptUv2E8brY0luCdgmUevU6arZRY/KxYoLI/3V/yxaURR8tLRN7bmZtJdgmzLHI6pQ==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
typescript: '*'
@@ -5489,9 +5627,9 @@ packages:
typescript:
optional: true
dependencies:
- '@typescript-eslint/types': 5.15.0
- '@typescript-eslint/visitor-keys': 5.15.0
- debug: 4.3.4
+ '@typescript-eslint/types': 5.16.0
+ '@typescript-eslint/visitor-keys': 5.16.0
+ debug: 4.3.3
globby: 11.1.0
is-glob: 4.0.3
semver: 7.3.5
@@ -5519,16 +5657,16 @@ packages:
- typescript
dev: true
- /@typescript-eslint/utils/5.15.0_eslint@8.11.0+typescript@4.6.2:
- resolution: {integrity: sha512-081rWu2IPKOgTOhHUk/QfxuFog8m4wxW43sXNOMSCdh578tGJ1PAaWPsj42LOa7pguh173tNlMigsbrHvh/mtA==}
+ /@typescript-eslint/utils/5.16.0_eslint@8.11.0+typescript@4.6.2:
+ resolution: {integrity: sha512-iYej2ER6AwmejLWMWzJIHy3nPJeGDuCqf8Jnb+jAQVoPpmWzwQOfa9hWVB8GIQE5gsCv/rfN4T+AYb/V06WseQ==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
dependencies:
- '@types/json-schema': 7.0.10
- '@typescript-eslint/scope-manager': 5.15.0
- '@typescript-eslint/types': 5.15.0
- '@typescript-eslint/typescript-estree': 5.15.0_typescript@4.6.2
+ '@types/json-schema': 7.0.9
+ '@typescript-eslint/scope-manager': 5.16.0
+ '@typescript-eslint/types': 5.16.0
+ '@typescript-eslint/typescript-estree': 5.16.0_typescript@4.6.2
eslint: 8.11.0
eslint-scope: 5.1.1
eslint-utils: 3.0.0_eslint@8.11.0
@@ -5545,11 +5683,11 @@ packages:
eslint-visitor-keys: 3.3.0
dev: true
- /@typescript-eslint/visitor-keys/5.15.0:
- resolution: {integrity: sha512-+vX5FKtgvyHbmIJdxMJ2jKm9z2BIlXJiuewI8dsDYMp5LzPUcuTT78Ya5iwvQg3VqSVdmxyM8Anj1Jeq7733ZQ==}
+ /@typescript-eslint/visitor-keys/5.16.0:
+ resolution: {integrity: sha512-jqxO8msp5vZDhikTwq9ubyMHqZ67UIvawohr4qF3KhlpL7gzSjOd+8471H3nh5LyABkaI85laEKKU8SnGUK5/g==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dependencies:
- '@typescript-eslint/types': 5.15.0
+ '@typescript-eslint/types': 5.16.0
eslint-visitor-keys: 3.3.0
dev: true
@@ -5704,7 +5842,7 @@ packages:
/@vue/compiler-core/3.2.31:
resolution: {integrity: sha512-aKno00qoA4o+V/kR6i/pE+aP+esng5siNAVQ422TkBNM6qA4veXiZbSe8OTXHXquEi/f6Akc+nLfB4JGfe4/WQ==}
dependencies:
- '@babel/parser': 7.17.3
+ '@babel/parser': 7.17.8
'@vue/shared': 3.2.31
estree-walker: 2.0.2
source-map: 0.6.1
@@ -5740,7 +5878,7 @@ packages:
/@vue/reactivity-transform/3.2.31:
resolution: {integrity: sha512-uS4l4z/W7wXdI+Va5pgVxBJ345wyGFKvpPYtdSgvfJfX/x2Ymm6ophQlXXB6acqGHtXuBqNyyO3zVp9b1r0MOA==}
dependencies:
- '@babel/parser': 7.17.3
+ '@babel/parser': 7.17.8
'@vue/compiler-core': 3.2.31
'@vue/shared': 3.2.31
estree-walker: 2.0.2
@@ -5796,7 +5934,7 @@ packages:
'@vue/composition-api': 1.4.9
'@vueuse/metadata': 8.1.2
'@vueuse/shared': 8.1.2_@vue+composition-api@1.4.9
- vue-demi: 0.12.4_@vue+composition-api@1.4.9
+ vue-demi: 0.12.1_@vue+composition-api@1.4.9
dev: true
/@vueuse/metadata/8.1.2:
@@ -5815,7 +5953,7 @@ packages:
optional: true
dependencies:
'@vue/composition-api': 1.4.9
- vue-demi: 0.12.4_@vue+composition-api@1.4.9
+ vue-demi: 0.12.1_@vue+composition-api@1.4.9
dev: true
/@webassemblyjs/ast/1.9.0:
@@ -5953,7 +6091,7 @@ packages:
/@windicss/config/1.8.3:
resolution: {integrity: sha512-1fvfZhRD7WfV/Xh6uIAYKIdbQWrwEgSdkFlHiLPzMDS44KjwNZILDzLAz9Y2W5H2K4MLGgGMnzGS89ECyjc0Ww==}
dependencies:
- debug: 4.3.4
+ debug: 4.3.3
jiti: 1.13.0
windicss: 3.5.1
transitivePeerDependencies:
@@ -5965,7 +6103,7 @@ packages:
dependencies:
'@antfu/utils': 0.5.0
'@windicss/config': 1.8.3
- debug: 4.3.4
+ debug: 4.3.3
fast-glob: 3.2.11
magic-string: 0.25.9
micromatch: 4.0.4
@@ -6073,7 +6211,7 @@ packages:
resolution: {integrity: sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==}
engines: {node: '>= 6.0.0'}
dependencies:
- debug: 4.3.4
+ debug: 4.3.3
transitivePeerDependencies:
- supports-color
@@ -6433,6 +6571,25 @@ packages:
'@babel/core': 7.17.8
dev: true
+ /babel-jest/27.5.1_@babel+core@7.17.5:
+ resolution: {integrity: sha512-cdQ5dXjGRd0IBRATiQ4mZGlGlRE8kJpjPOixdNRdT+m3UcNqmYWN6rK6nvtXYfY3D76cb8s/O1Ss8ea24PIwcg==}
+ engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0}
+ peerDependencies:
+ '@babel/core': ^7.8.0
+ dependencies:
+ '@babel/core': 7.17.5
+ '@jest/transform': 27.5.1
+ '@jest/types': 27.5.1
+ '@types/babel__core': 7.1.18
+ babel-plugin-istanbul: 6.1.1
+ babel-preset-jest: 27.5.1_@babel+core@7.17.5
+ chalk: 4.1.2
+ graceful-fs: 4.2.9
+ slash: 3.0.0
+ transitivePeerDependencies:
+ - supports-color
+ dev: true
+
/babel-jest/27.5.1_@babel+core@7.17.8:
resolution: {integrity: sha512-cdQ5dXjGRd0IBRATiQ4mZGlGlRE8kJpjPOixdNRdT+m3UcNqmYWN6rK6nvtXYfY3D76cb8s/O1Ss8ea24PIwcg==}
engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0}
@@ -6520,7 +6677,7 @@ packages:
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/compat-data': 7.16.0
+ '@babel/compat-data': 7.17.7
'@babel/core': 7.17.8
'@babel/helper-define-polyfill-provider': 0.2.4_@babel+core@7.17.8
semver: 6.3.0
@@ -6604,6 +6761,26 @@ packages:
babel-types: 6.26.0
dev: true
+ /babel-preset-current-node-syntax/1.0.1_@babel+core@7.17.5:
+ resolution: {integrity: sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ==}
+ peerDependencies:
+ '@babel/core': ^7.0.0
+ dependencies:
+ '@babel/core': 7.17.5
+ '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.17.5
+ '@babel/plugin-syntax-bigint': 7.8.3_@babel+core@7.17.5
+ '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.17.5
+ '@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.17.5
+ '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.17.5
+ '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.17.5
+ '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.17.5
+ '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.17.5
+ '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.17.5
+ '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.17.5
+ '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.17.5
+ '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.17.5
+ dev: true
+
/babel-preset-current-node-syntax/1.0.1_@babel+core@7.17.8:
resolution: {integrity: sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ==}
peerDependencies:
@@ -6641,13 +6818,13 @@ packages:
'@babel/plugin-transform-block-scoping': 7.16.7_@babel+core@7.17.8
'@babel/plugin-transform-classes': 7.16.7_@babel+core@7.17.8
'@babel/plugin-transform-computed-properties': 7.16.7_@babel+core@7.17.8
- '@babel/plugin-transform-destructuring': 7.17.7_@babel+core@7.17.8
+ '@babel/plugin-transform-destructuring': 7.17.3_@babel+core@7.17.8
'@babel/plugin-transform-flow-strip-types': 7.16.7_@babel+core@7.17.8
'@babel/plugin-transform-for-of': 7.16.7_@babel+core@7.17.8
'@babel/plugin-transform-function-name': 7.16.7_@babel+core@7.17.8
'@babel/plugin-transform-literals': 7.16.7_@babel+core@7.17.8
'@babel/plugin-transform-member-expression-literals': 7.16.7_@babel+core@7.17.8
- '@babel/plugin-transform-modules-commonjs': 7.17.7_@babel+core@7.17.8
+ '@babel/plugin-transform-modules-commonjs': 7.16.8_@babel+core@7.17.8
'@babel/plugin-transform-object-super': 7.16.7_@babel+core@7.17.8
'@babel/plugin-transform-parameters': 7.16.7_@babel+core@7.17.8
'@babel/plugin-transform-property-literals': 7.16.7_@babel+core@7.17.8
@@ -6661,6 +6838,17 @@ packages:
- supports-color
dev: true
+ /babel-preset-jest/27.5.1_@babel+core@7.17.5:
+ 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.17.5
+ babel-plugin-jest-hoist: 27.5.1
+ babel-preset-current-node-syntax: 1.0.1_@babel+core@7.17.5
+ dev: true
+
/babel-preset-jest/27.5.1_@babel+core@7.17.8:
resolution: {integrity: sha512-Nptf2FzlPCWYuJg41HBqXVT8ym6bXOevuCTbhxlUpjwtysGaIWFvDEjp4y+G7fl13FgOdjs7P/DmErqH7da0Ag==}
engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0}
@@ -6903,12 +7091,12 @@ packages:
resolution: {integrity: sha512-2+p27BTZ0T6fGAn57IZOoGRTDqIhaHVPHWTg5ZejMA/SKaQG1ChvfOnb9sxqRwLMUGtrUXbX0QQA7H1s6oQh0A==}
engines: {node: '>=8.0.0'}
dependencies:
- '@mdn/browser-compat-data': 4.1.12
+ '@mdn/browser-compat-data': 4.1.11
'@types/object-path': 0.11.1
'@types/semver': 7.3.9
'@types/ua-parser-js': 0.7.36
browserslist: 4.18.1
- caniuse-lite: 1.0.30001319
+ caniuse-lite: 1.0.30001315
isbot: 3.3.4
object-path: 0.11.8
semver: 7.3.5
@@ -6931,8 +7119,8 @@ packages:
engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
hasBin: true
dependencies:
- caniuse-lite: 1.0.30001319
- electron-to-chromium: 1.4.88
+ caniuse-lite: 1.0.30001315
+ electron-to-chromium: 1.4.82
escalade: 3.1.1
node-releases: 2.0.2
picocolors: 1.0.0
@@ -6960,17 +7148,6 @@ packages:
node-releases: 2.0.2
picocolors: 1.0.0
- /browserslist/4.20.2:
- resolution: {integrity: sha512-CQOBCqp/9pDvDbx3xfMi+86pr4KXIf2FDkTTdeuYw8OxS9t898LA1Khq57gtufFILXpfgsSx5woNgsBgvGjpsA==}
- engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
- hasBin: true
- dependencies:
- caniuse-lite: 1.0.30001319
- electron-to-chromium: 1.4.88
- escalade: 3.1.1
- node-releases: 2.0.2
- picocolors: 1.0.0
-
/bs-logger/0.2.6:
resolution: {integrity: sha512-pd8DCoxmbgc7hyPKOvxtqNcjYoOsABPQdcCUjGp3d42VR2CX1ORhk2A87oqqu5R1kk+76nsxZupkmyd+MVtCog==}
engines: {node: '>= 6'}
@@ -7026,13 +7203,13 @@ packages:
resolution: {integrity: sha1-hZgoeOIbmOHGZCXgPQF0eI9Wnug=}
dev: false
- /bundle-require/3.0.4_esbuild@0.14.27:
+ /bundle-require/3.0.4_esbuild@0.14.26:
resolution: {integrity: sha512-VXG6epB1yrLAvWVQpl92qF347/UXmncQj7J3U8kZEbdVZ1ZkQyr4hYeL/9RvcE8vVVdp53dY78Fd/3pqfRqI1A==}
engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
peerDependencies:
esbuild: '>=0.13'
dependencies:
- esbuild: 0.14.27
+ esbuild: 0.14.26
load-tsconfig: 0.2.3
dev: true
@@ -7041,8 +7218,8 @@ packages:
engines: {node: '>= 0.8'}
dev: false
- /c12/0.2.3:
- resolution: {integrity: sha512-CzbPuf1RA+OivkqPnu7CHGVbFDBSRDVs90vRP9r77H2G8nHmA2tew5A5gcOuCf0N5/fNZVg7OMbJ0ACaiUIguw==}
+ /c12/0.2.4:
+ resolution: {integrity: sha512-xI2RSKS+DFzR7tMnRv7QtVO6W716PVDzAXVPpAM/NsMZbqQ17jpqcKhTmNF9X/WpeNvo6wOdFViS1GRUF7Qyrg==}
dependencies:
defu: 5.0.1
dotenv: 14.3.2
@@ -7234,7 +7411,7 @@ packages:
/caniuse-api/3.0.0:
resolution: {integrity: sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==}
dependencies:
- browserslist: 4.20.2
+ browserslist: 4.20.0
caniuse-lite: 1.0.30001274
lodash.memoize: 4.1.2
lodash.uniq: 4.5.0
@@ -7249,9 +7426,6 @@ packages:
/caniuse-lite/1.0.30001315:
resolution: {integrity: sha512-5v7LFQU4Sb/qvkz7JcZkvtSH1Ko+1x2kgo3ocdBeMGZSOFpuE1kkm0kpTwLtWeFrw5qw08ulLxJjVIXIS8MkiQ==}
- /caniuse-lite/1.0.30001319:
- resolution: {integrity: sha512-xjlIAFHucBRSMUo1kb5D4LYgcN1M45qdKP++lhqowDpwJwGkpIRTt5qQqnhxjj1vHcI7nrJxWhCC1ATrCEBTcw==}
-
/capital-case/1.0.4:
resolution: {integrity: sha512-ds37W8CytHgwnhGGTi88pcPyR15qoNkOpYwmMMfnWqqWgESapLqvDx6huFjQ5vqWSn2Z06173XNA7LtMOeUh1A==}
dependencies:
@@ -8371,19 +8545,8 @@ packages:
supports-color: 8.1.1
dev: true
- /debug/4.3.4:
- resolution: {integrity: sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==}
- engines: {node: '>=6.0'}
- peerDependencies:
- supports-color: '*'
- peerDependenciesMeta:
- supports-color:
- optional: true
- dependencies:
- ms: 2.1.2
-
- /debug/4.3.4_supports-color@9.2.1:
- resolution: {integrity: sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==}
+ /debug/4.3.3_supports-color@9.2.1:
+ resolution: {integrity: sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q==}
engines: {node: '>=6.0'}
peerDependencies:
supports-color: '*'
@@ -8526,6 +8689,10 @@ packages:
/defu/5.0.1:
resolution: {integrity: sha512-EPS1carKg+dkEVy3qNTqIdp2qV7mUP08nIsupfwQpz++slCVRw7qbQyWvSTig+kFPwz2XXp5/kIIkH+CwrJKkQ==}
+ /defu/6.0.0:
+ resolution: {integrity: sha512-t2MZGLf1V2rV4VBZbWIaXKdX/mUcYW0n2znQZoADBkGGxYL8EWqCuCZBmJPJ/Yy9fofJkyuuSuo5GSwo0XdEgw==}
+ dev: true
+
/delayed-stream/1.0.0:
resolution: {integrity: sha1-3zrhmayt+31ECqrgsp4icrJOxhk=}
engines: {node: '>=0.4.0'}
@@ -8783,9 +8950,6 @@ packages:
/electron-to-chromium/1.4.82:
resolution: {integrity: sha512-Ks+ANzLoIrFDUOJdjxYMH6CMKB8UQo5modAwvSZTxgF+vEs/U7G5IbWFUp6dS4klPkTDVdxbORuk8xAXXhMsWw==}
- /electron-to-chromium/1.4.88:
- resolution: {integrity: sha512-oA7mzccefkvTNi9u7DXmT0LqvhnOiN2BhSrKerta7HeUC1cLoIwtbf2wL+Ah2ozh5KQd3/1njrGrwDBXx6d14Q==}
-
/elegant-spinner/1.0.1:
resolution: {integrity: sha1-2wQ1IcldfjA/2PNFvtwzSc+wcp4=}
engines: {node: '>=0.10.0'}
@@ -8852,7 +9016,7 @@ packages:
dependencies:
base64-arraybuffer: 0.1.4
component-emitter: 1.3.0
- debug: 4.3.4
+ debug: 4.3.3
engine.io-parser: 4.0.3
has-cors: 1.1.0
parseqs: 0.0.6
@@ -8870,7 +9034,7 @@ packages:
resolution: {integrity: sha512-V05mmDo4gjimYW+FGujoGmmmxRaDsrVr7AXA3ZIfa04MWM1jOfZfUwou0oNqhNwy/votUDvGDt4JA4QF4e0b4g==}
dependencies:
'@socket.io/component-emitter': 3.0.0
- debug: 4.3.4
+ debug: 4.3.3
engine.io-parser: 5.0.3
has-cors: 1.1.0
parseqs: 0.0.6
@@ -8988,8 +9152,8 @@ packages:
is-date-object: 1.0.5
is-symbol: 1.0.4
- /esbuild-android-64/0.14.27:
- resolution: {integrity: sha512-LuEd4uPuj/16Y8j6kqy3Z2E9vNY9logfq8Tq+oTE2PZVuNs3M1kj5Qd4O95ee66yDGb3isaOCV7sOLDwtMfGaQ==}
+ /esbuild-android-64/0.14.26:
+ resolution: {integrity: sha512-HIyJ3VvigHfseaI0D+vsD8zKQ4roDUD962/vtO/KXzav6wR//Y//Qx1HUX8k5bQeQ7/0yCXlltY9VBw1MFnWFQ==}
engines: {node: '>=12'}
cpu: [x64]
os: [android]
@@ -8997,8 +9161,8 @@ packages:
dev: true
optional: true
- /esbuild-android-arm64/0.14.27:
- resolution: {integrity: sha512-E8Ktwwa6vX8q7QeJmg8yepBYXaee50OdQS3BFtEHKrzbV45H4foMOeEE7uqdjGQZFBap5VAqo7pvjlyA92wznQ==}
+ /esbuild-android-arm64/0.14.26:
+ resolution: {integrity: sha512-TxRCLxyU5yj3U8Bud9fCg3IxzIXXKaWcmDbvURm8JkRr0WvCAmwZBdLi5T8BasT1v5vrVE//M0KSHZod6HC6lA==}
engines: {node: '>=12'}
cpu: [arm64]
os: [android]
@@ -9006,8 +9170,8 @@ packages:
dev: true
optional: true
- /esbuild-darwin-64/0.14.27:
- resolution: {integrity: sha512-czw/kXl/1ZdenPWfw9jDc5iuIYxqUxgQ/Q+hRd4/3udyGGVI31r29LCViN2bAJgGvQkqyLGVcG03PJPEXQ5i2g==}
+ /esbuild-darwin-64/0.14.26:
+ resolution: {integrity: sha512-oZJBN+CkR47Fc7KB1vowZy2kb5r+WSnsBjVEw7aI8HmR6louAgTr4bs1NwzaF6MbLi41ajaw6RdipfsM1H9PvQ==}
engines: {node: '>=12'}
cpu: [x64]
os: [darwin]
@@ -9015,8 +9179,8 @@ packages:
dev: true
optional: true
- /esbuild-darwin-arm64/0.14.27:
- resolution: {integrity: sha512-BEsv2U2U4o672oV8+xpXNxN9bgqRCtddQC6WBh4YhXKDcSZcdNh7+6nS+DM2vu7qWIWNA4JbRG24LUUYXysimQ==}
+ /esbuild-darwin-arm64/0.14.26:
+ resolution: {integrity: sha512-eYW+cmP3BGVPDp+wd9bRI5CN5HjkZnrMQtj46Mj//UsSh4SRvflAp3pjs3ooA+MCpIa9xZ8091HqLqpYi7KFWA==}
engines: {node: '>=12'}
cpu: [arm64]
os: [darwin]
@@ -9024,8 +9188,8 @@ packages:
dev: true
optional: true
- /esbuild-freebsd-64/0.14.27:
- resolution: {integrity: sha512-7FeiFPGBo+ga+kOkDxtPmdPZdayrSzsV9pmfHxcyLKxu+3oTcajeZlOO1y9HW+t5aFZPiv7czOHM4KNd0tNwCA==}
+ /esbuild-freebsd-64/0.14.26:
+ resolution: {integrity: sha512-Q+Hs27fSBkNfUHNhphSyWfF5lxl3o9S6LFlzkC5KofxLCnCESP+7YTzAWTosYGANsPT2mvYFOraFeYEokG+5DA==}
engines: {node: '>=12'}
cpu: [x64]
os: [freebsd]
@@ -9033,8 +9197,8 @@ packages:
dev: true
optional: true
- /esbuild-freebsd-arm64/0.14.27:
- resolution: {integrity: sha512-8CK3++foRZJluOWXpllG5zwAVlxtv36NpHfsbWS7TYlD8S+QruXltKlXToc/5ZNzBK++l6rvRKELu/puCLc7jA==}
+ /esbuild-freebsd-arm64/0.14.26:
+ resolution: {integrity: sha512-MT+FuC/63oz6j/jvWOMCNqnHBYm/bNhGPArUgQX8GRhofFCeqe0NRmJbhtlHZaEeErIIjHPZQ/nXs34mfiqo/Q==}
engines: {node: '>=12'}
cpu: [arm64]
os: [freebsd]
@@ -9042,8 +9206,8 @@ packages:
dev: true
optional: true
- /esbuild-linux-32/0.14.27:
- resolution: {integrity: sha512-qhNYIcT+EsYSBClZ5QhLzFzV5iVsP1YsITqblSaztr3+ZJUI+GoK8aXHyzKd7/CKKuK93cxEMJPpfi1dfsOfdw==}
+ /esbuild-linux-32/0.14.26:
+ resolution: {integrity: sha512-9gqSfJ8qMDvz7wXZoinNoe9/ekPpbT+/ZgVfZEeB72ETITVPHvMbG8i0E12wG366G01vMXtlxbD9IYJsMVhe6w==}
engines: {node: '>=12'}
cpu: [ia32]
os: [linux]
@@ -9051,8 +9215,8 @@ packages:
dev: true
optional: true
- /esbuild-linux-64/0.14.27:
- resolution: {integrity: sha512-ESjck9+EsHoTaKWlFKJpPZRN26uiav5gkI16RuI8WBxUdLrrAlYuYSndxxKgEn1csd968BX/8yQZATYf/9+/qg==}
+ /esbuild-linux-64/0.14.26:
+ resolution: {integrity: sha512-aPku1lCxxXmBr5LkENSlGIbY33jjQExDzaSrNV+dDA5bHXhFnpI9UkSe+vQzrSkxgO66vNjSTNDcxg3pOXBaBw==}
engines: {node: '>=12'}
cpu: [x64]
os: [linux]
@@ -9060,8 +9224,8 @@ packages:
dev: true
optional: true
- /esbuild-linux-arm/0.14.27:
- resolution: {integrity: sha512-JnnmgUBdqLQO9hoNZQqNHFWlNpSX82vzB3rYuCJMhtkuaWQEmQz6Lec1UIxJdC38ifEghNTBsF9bbe8dFilnCw==}
+ /esbuild-linux-arm/0.14.26:
+ resolution: {integrity: sha512-m7ozLQozfgBmh9l3HWxDEVYEEG8GuTqzRoFuf9iX0xAlbtqmhhlm7M4zNMa2eyPEG+ejgHndAuvuB1hcOWvdJw==}
engines: {node: '>=12'}
cpu: [arm]
os: [linux]
@@ -9069,8 +9233,8 @@ packages:
dev: true
optional: true
- /esbuild-linux-arm64/0.14.27:
- resolution: {integrity: sha512-no6Mi17eV2tHlJnqBHRLekpZ2/VYx+NfGxKcBE/2xOMYwctsanCaXxw4zapvNrGE9X38vefVXLz6YCF8b1EHiQ==}
+ /esbuild-linux-arm64/0.14.26:
+ resolution: {integrity: sha512-S0boyzv5Yx+IN1A8253nEPzHqn/W/y+CRcLYFZ1E5DscqkY7EvBao6rhff3ZxaHU9Zrkn0pLVqlJdMx3rm6D4Q==}
engines: {node: '>=12'}
cpu: [arm64]
os: [linux]
@@ -9078,8 +9242,8 @@ packages:
dev: true
optional: true
- /esbuild-linux-mips64le/0.14.27:
- resolution: {integrity: sha512-NolWP2uOvIJpbwpsDbwfeExZOY1bZNlWE/kVfkzLMsSgqeVcl5YMen/cedRe9mKnpfLli+i0uSp7N+fkKNU27A==}
+ /esbuild-linux-mips64le/0.14.26:
+ resolution: {integrity: sha512-TyMRc2ctQV1g9ruHg1Y793e18uDigKKsgzcZPzfxZi2z+hGK1uaSdaejGdULEJBJVMXt3/NC1T1yq0vCTiYYgg==}
engines: {node: '>=12'}
cpu: [mips64el]
os: [linux]
@@ -9087,8 +9251,8 @@ packages:
dev: true
optional: true
- /esbuild-linux-ppc64le/0.14.27:
- resolution: {integrity: sha512-/7dTjDvXMdRKmsSxKXeWyonuGgblnYDn0MI1xDC7J1VQXny8k1qgNp6VmrlsawwnsymSUUiThhkJsI+rx0taNA==}
+ /esbuild-linux-ppc64le/0.14.26:
+ resolution: {integrity: sha512-aOJPP80m2gV8CyDqEMGbwZaGKuR45tZU1qYZ0+Cy8lWV4CWmd9iBWhCLP3eI9d7163m6t+0YO/6N3iLSVlNnpA==}
engines: {node: '>=12'}
cpu: [ppc64]
os: [linux]
@@ -9096,8 +9260,8 @@ packages:
dev: true
optional: true
- /esbuild-linux-riscv64/0.14.27:
- resolution: {integrity: sha512-D+aFiUzOJG13RhrSmZgrcFaF4UUHpqj7XSKrIiCXIj1dkIkFqdrmqMSOtSs78dOtObWiOrFCDDzB24UyeEiNGg==}
+ /esbuild-linux-riscv64/0.14.26:
+ resolution: {integrity: sha512-2E5xK7SNZFXhFzRbZGtUqg3MbHnrx5XzqHaGLOLdHBqOSWIAdJKB3w6WtjpLkZvPuWrKeh51XnRpk1jm0TsUjQ==}
engines: {node: '>=12'}
cpu: [riscv64]
os: [linux]
@@ -9105,8 +9269,8 @@ packages:
dev: true
optional: true
- /esbuild-linux-s390x/0.14.27:
- resolution: {integrity: sha512-CD/D4tj0U4UQjELkdNlZhQ8nDHU5rBn6NGp47Hiz0Y7/akAY5i0oGadhEIg0WCY/HYVXFb3CsSPPwaKcTOW3bg==}
+ /esbuild-linux-s390x/0.14.26:
+ resolution: {integrity: sha512-kfSuFea857mTYMp/RAFmMp9TBjf1T8F/dTRqLn2p+g8Ok30Cp1+mI2+YCmxz5Uw2JOfxyvpND0Ek1PGPMo1UsQ==}
engines: {node: '>=12'}
cpu: [s390x]
os: [linux]
@@ -9114,8 +9278,8 @@ packages:
dev: true
optional: true
- /esbuild-netbsd-64/0.14.27:
- resolution: {integrity: sha512-h3mAld69SrO1VoaMpYl3a5FNdGRE/Nqc+E8VtHOag4tyBwhCQXxtvDDOAKOUQexBGca0IuR6UayQ4ntSX5ij1Q==}
+ /esbuild-netbsd-64/0.14.26:
+ resolution: {integrity: sha512-tWhLwfOOqdZRwvaSYIWuic9Cj+WRRCLHe//Bmlf0ThBur9/EssRTtVh6/rC2Okp7Eb4QcerA/1wjWLYLECYD7g==}
engines: {node: '>=12'}
cpu: [x64]
os: [netbsd]
@@ -9123,8 +9287,8 @@ packages:
dev: true
optional: true
- /esbuild-openbsd-64/0.14.27:
- resolution: {integrity: sha512-xwSje6qIZaDHXWoPpIgvL+7fC6WeubHHv18tusLYMwL+Z6bEa4Pbfs5IWDtQdHkArtfxEkIZz77944z8MgDxGw==}
+ /esbuild-openbsd-64/0.14.26:
+ resolution: {integrity: sha512-Xj7IWpsPn/hgKNzwjLpnf6wMtV0lfw5bzn7N9vmiCKx9TBA28L2hI8G15O0s9atLKny4HpmCGwZWmReNF1Ui6g==}
engines: {node: '>=12'}
cpu: [x64]
os: [openbsd]
@@ -9132,8 +9296,8 @@ packages:
dev: true
optional: true
- /esbuild-sunos-64/0.14.27:
- resolution: {integrity: sha512-/nBVpWIDjYiyMhuqIqbXXsxBc58cBVH9uztAOIfWShStxq9BNBik92oPQPJ57nzWXRNKQUEFWr4Q98utDWz7jg==}
+ /esbuild-sunos-64/0.14.26:
+ resolution: {integrity: sha512-5odPsuhghCUYc3c1gEtz6pGq9cuGRDq1+iNdLBjZcz6IUebd0ay/AVORWchs5WddzyJA9hguxrKsPjECxX6OzQ==}
engines: {node: '>=12'}
cpu: [x64]
os: [sunos]
@@ -9141,8 +9305,8 @@ packages:
dev: true
optional: true
- /esbuild-windows-32/0.14.27:
- resolution: {integrity: sha512-Q9/zEjhZJ4trtWhFWIZvS/7RUzzi8rvkoaS9oiizkHTTKd8UxFwn/Mm2OywsAfYymgUYm8+y2b+BKTNEFxUekw==}
+ /esbuild-windows-32/0.14.26:
+ resolution: {integrity: sha512-xSVyGV6xGQlAC/K+oBXC9YiGGqoKqQGXVEFQKlDGXD6rxHGK5Fch0ynuvkjaYWW/p8OWqxGVYcof5BvGjY49RA==}
engines: {node: '>=12'}
cpu: [ia32]
os: [win32]
@@ -9150,8 +9314,8 @@ packages:
dev: true
optional: true
- /esbuild-windows-64/0.14.27:
- resolution: {integrity: sha512-b3y3vTSl5aEhWHK66ngtiS/c6byLf6y/ZBvODH1YkBM+MGtVL6jN38FdHUsZasCz9gFwYs/lJMVY9u7GL6wfYg==}
+ /esbuild-windows-64/0.14.26:
+ resolution: {integrity: sha512-Q0Bm42+wIqHJ8yF96T7nXosILXROegRtMmuI1L0kry0YBHnCFMtjNRTyUwv8yi7o2XvVYh7DF0NHLDL4N34MuA==}
engines: {node: '>=12'}
cpu: [x64]
os: [win32]
@@ -9159,8 +9323,8 @@ packages:
dev: true
optional: true
- /esbuild-windows-arm64/0.14.27:
- resolution: {integrity: sha512-I/reTxr6TFMcR5qbIkwRGvldMIaiBu2+MP0LlD7sOlNXrfqIl9uNjsuxFPGEG4IRomjfQ5q8WT+xlF/ySVkqKg==}
+ /esbuild-windows-arm64/0.14.26:
+ resolution: {integrity: sha512-+l0DB0VV4LiSoDfNsGviK/2M88IR+/fOUfQoQx08RPu7OZ7gv9BqhRLZCSCT4qHT351OTH1nPv7avRXX6JRQcg==}
engines: {node: '>=12'}
cpu: [arm64]
os: [win32]
@@ -9174,32 +9338,32 @@ packages:
requiresBuild: true
dev: true
- /esbuild/0.14.27:
- resolution: {integrity: sha512-MZQt5SywZS3hA9fXnMhR22dv0oPGh6QtjJRIYbgL1AeqAoQZE+Qn5ppGYQAoHv/vq827flj4tIJ79Mrdiwk46Q==}
+ /esbuild/0.14.26:
+ resolution: {integrity: sha512-v0zIYlFB9NZ82/hFljhvpA7f8rob66r68ymB7juMz6TYAAMYjKGoW+hrMfRRvic5MAOI2wE/SuykFvsELLa6eA==}
engines: {node: '>=12'}
hasBin: true
requiresBuild: true
optionalDependencies:
- esbuild-android-64: 0.14.27
- esbuild-android-arm64: 0.14.27
- esbuild-darwin-64: 0.14.27
- esbuild-darwin-arm64: 0.14.27
- esbuild-freebsd-64: 0.14.27
- esbuild-freebsd-arm64: 0.14.27
- esbuild-linux-32: 0.14.27
- esbuild-linux-64: 0.14.27
- esbuild-linux-arm: 0.14.27
- esbuild-linux-arm64: 0.14.27
- esbuild-linux-mips64le: 0.14.27
- esbuild-linux-ppc64le: 0.14.27
- esbuild-linux-riscv64: 0.14.27
- esbuild-linux-s390x: 0.14.27
- esbuild-netbsd-64: 0.14.27
- esbuild-openbsd-64: 0.14.27
- esbuild-sunos-64: 0.14.27
- esbuild-windows-32: 0.14.27
- esbuild-windows-64: 0.14.27
- esbuild-windows-arm64: 0.14.27
+ esbuild-android-64: 0.14.26
+ esbuild-android-arm64: 0.14.26
+ esbuild-darwin-64: 0.14.26
+ esbuild-darwin-arm64: 0.14.26
+ esbuild-freebsd-64: 0.14.26
+ esbuild-freebsd-arm64: 0.14.26
+ esbuild-linux-32: 0.14.26
+ esbuild-linux-64: 0.14.26
+ esbuild-linux-arm: 0.14.26
+ esbuild-linux-arm64: 0.14.26
+ esbuild-linux-mips64le: 0.14.26
+ esbuild-linux-ppc64le: 0.14.26
+ esbuild-linux-riscv64: 0.14.26
+ esbuild-linux-s390x: 0.14.26
+ esbuild-netbsd-64: 0.14.26
+ esbuild-openbsd-64: 0.14.26
+ esbuild-sunos-64: 0.14.26
+ esbuild-windows-32: 0.14.26
+ esbuild-windows-64: 0.14.26
+ esbuild-windows-arm64: 0.14.26
dev: true
/escalade/3.1.1:
@@ -11031,8 +11195,8 @@ packages:
statuses: 1.5.0
toidentifier: 1.0.0
- /http-parser-js/0.5.6:
- resolution: {integrity: sha512-vDlkRPDJn93swjcjqMSaGSPABbIarsr1TLAui/gLDXzV5VsJNdXNzMYDyNBLQkjWQCJ1uizu8T2oDMhmGt0PRA==}
+ /http-parser-js/0.5.5:
+ resolution: {integrity: sha512-x+JVEkO2PoM8qqpbPbOL3cqHPwerep7OwzK7Ay+sMQjKzaKCqWvjoXm5tqMP9tXWWTnTzAjIhXg+J99XYuPhPA==}
dev: false
/http-proxy-agent/4.0.1:
@@ -11041,7 +11205,7 @@ packages:
dependencies:
'@tootallnate/once': 1.1.2
agent-base: 6.0.2
- debug: 4.3.4
+ debug: 4.3.3
transitivePeerDependencies:
- supports-color
dev: true
@@ -11107,7 +11271,7 @@ packages:
engines: {node: '>= 6'}
dependencies:
agent-base: 6.0.2
- debug: 4.3.4
+ debug: 4.3.3
transitivePeerDependencies:
- supports-color
@@ -11812,7 +11976,7 @@ packages:
resolution: {integrity: sha512-czwUz525rkOFDJxfKK6mYfIs9zBKILyrZQxjz3ABhjQXhbhFsSbo1HW/BFcsDnfJYJWA6thRR5/TUY2qs5W99Q==}
engines: {node: '>=8'}
dependencies:
- '@babel/core': 7.17.8
+ '@babel/core': 7.17.5
'@babel/parser': 7.17.3
'@istanbuljs/schema': 0.1.3
istanbul-lib-coverage: 3.2.0
@@ -11834,7 +11998,7 @@ packages:
resolution: {integrity: sha512-n3s8EwkdFIJCG3BPKBYvskgXGoy88ARzvegkitk60NxRdwltLOTaH7CUiMRXvwYorl0Q712iEjcWB+fK/MrWVw==}
engines: {node: '>=10'}
dependencies:
- debug: 4.3.4
+ debug: 4.3.3
istanbul-lib-coverage: 3.2.0
source-map: 0.6.1
transitivePeerDependencies:
@@ -11927,10 +12091,10 @@ packages:
ts-node:
optional: true
dependencies:
- '@babel/core': 7.17.8
+ '@babel/core': 7.17.5
'@jest/test-sequencer': 27.5.1
'@jest/types': 27.5.1
- babel-jest: 27.5.1_@babel+core@7.17.8
+ babel-jest: 27.5.1_@babel+core@7.17.5
chalk: 4.1.2
ci-info: 3.3.0
deepmerge: 4.2.2
@@ -12231,16 +12395,16 @@ packages:
resolution: {integrity: sha512-yYykXI5a0I31xX67mgeLw1DZ0bJB+gpq5IpSuCAoyDi0+BhgU/RIrL+RTzDmkNTchvDFWKP8lp+w/42Z3us5sA==}
engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0}
dependencies:
- '@babel/core': 7.17.8
+ '@babel/core': 7.17.5
'@babel/generator': 7.17.3
- '@babel/plugin-syntax-typescript': 7.16.7_@babel+core@7.17.8
+ '@babel/plugin-syntax-typescript': 7.16.7_@babel+core@7.17.5
'@babel/traverse': 7.17.3
'@babel/types': 7.17.0
'@jest/transform': 27.5.1
'@jest/types': 27.5.1
'@types/babel__traverse': 7.14.2
'@types/prettier': 2.4.4
- babel-preset-current-node-syntax: 1.0.1_@babel+core@7.17.8
+ babel-preset-current-node-syntax: 1.0.1_@babel+core@7.17.5
chalk: 4.1.2
expect: 27.5.1
graceful-fs: 4.2.9
@@ -12708,7 +12872,7 @@ packages:
cli-truncate: 3.1.0
colorette: 2.0.16
commander: 8.3.0
- debug: 4.3.4_supports-color@9.2.1
+ debug: 4.3.3_supports-color@9.2.1
execa: 5.1.1
lilconfig: 2.0.4
listr2: 4.0.5
@@ -13903,7 +14067,7 @@ packages:
/nuxt-windicss/2.2.8:
resolution: {integrity: sha512-l0mONjhsxhkDa/XVLbQZIaA2+xxo+IBCWyieR7vq1Rl4BDRghNXYPMi8H04qwNND8R0cQQNQYUmECxjUg1LlAQ==}
dependencies:
- '@nuxt/kit': /@nuxt/kit-edge/3.0.0-27460489.53fbca7
+ '@nuxt/kit': /@nuxt/kit-edge/3.0.0-27465767.70f067a
'@windicss/plugin-utils': 1.8.3
consola: 2.15.3
defu: 5.0.1
@@ -14619,7 +14783,7 @@ packages:
resolution: {integrity: sha512-WyQFAdDZpExQh32j0U0feWisZ0dmOtPl44qYmJKkq9xFWY3p+4qnRzCHeNrkeRhwPHz9bQ3mo0/yVkaply0MNw==}
engines: {node: '>=6.9.0'}
dependencies:
- browserslist: 4.20.2
+ browserslist: 4.20.0
color: 3.2.1
has: 1.0.3
postcss: 7.0.39
@@ -14846,7 +15010,7 @@ packages:
resolution: {integrity: sha512-U7e3r1SbvYzO0Jr3UT/zKBVgYYyhAz0aitvGIYOYK5CPmkNih+WDSsS5tvPrJ8YMQYlEMvsZIiqmn7HdFUaeEQ==}
engines: {node: '>=6.9.0'}
dependencies:
- browserslist: 4.20.2
+ browserslist: 4.20.0
caniuse-api: 3.0.0
cssnano-util-same-parent: 4.0.1
postcss: 7.0.39
@@ -14877,7 +15041,7 @@ packages:
engines: {node: '>=6.9.0'}
dependencies:
alphanum-sort: 1.0.2
- browserslist: 4.20.2
+ browserslist: 4.20.0
cssnano-util-get-arguments: 4.0.0
postcss: 7.0.39
postcss-value-parser: 3.3.1
@@ -14991,7 +15155,7 @@ packages:
resolution: {integrity: sha512-od18Uq2wCYn+vZ/qCOeutvHjB5jm57ToxRaMeNuf0nWVHaP9Hua56QyMF6fs/4FSUnVIw0CBPsU0K4LnBPwYwg==}
engines: {node: '>=6.9.0'}
dependencies:
- browserslist: 4.20.2
+ browserslist: 4.20.0
postcss: 7.0.39
postcss-value-parser: 3.3.1
dev: false
@@ -15047,7 +15211,7 @@ packages:
/postcss-prefix-selector/1.13.0:
resolution: {integrity: sha512-cZtbe79XeClbrip8WODngB8PmF/FpaeYpt8IX1aefIHarjxfBYWO6sETlNopvp2u2c7XFGYQeUTEgF1onsNJ5A==}
dependencies:
- postcss: 8.4.6
+ postcss: 8.4.12
dev: true
/postcss-preset-env/6.7.0:
@@ -15105,7 +15269,7 @@ packages:
resolution: {integrity: sha512-gKWmR5aUulSjbzOfD9AlJiHCGH6AEVLaM0AV+aSioxUDd16qXP1PCh8d1/BGVvpdWn8k/HiK7n6TjeoXN1F7DA==}
engines: {node: '>=6.9.0'}
dependencies:
- browserslist: 4.20.2
+ browserslist: 4.20.0
caniuse-api: 3.0.0
has: 1.0.3
postcss: 7.0.39
@@ -15814,7 +15978,7 @@ packages:
'@babel/core': 7.17.8
'@babel/generator': 7.17.7
'@babel/parser': 7.17.8
- '@babel/runtime': 7.17.8
+ '@babel/runtime': 7.17.2
'@babel/traverse': 7.17.3
'@babel/types': 7.17.0
babel-preset-fbjs: 3.4.0_@babel+core@7.17.8
@@ -15837,7 +16001,7 @@ packages:
/relay-runtime/12.0.0:
resolution: {integrity: sha512-QU6JKr1tMsry22DXNy9Whsq5rmvwr3LSZiiWV/9+DFpuTWvp+WFhobWMc8TC4OjKFfNhEZy7mOiqUAn5atQtug==}
dependencies:
- '@babel/runtime': 7.17.8
+ '@babel/runtime': 7.17.2
fbjs: 3.0.4
invariant: 2.2.4
transitivePeerDependencies:
@@ -16068,7 +16232,7 @@ packages:
dependencies:
'@rollup/pluginutils': 4.2.0
'@wessberg/stringutil': 1.0.19
- browserslist: 4.20.2
+ browserslist: 4.20.0
browserslist-generator: 1.0.65
chalk: 4.1.2
compatfactory: 0.0.12_typescript@4.6.2
@@ -16588,7 +16752,7 @@ packages:
'@types/component-emitter': 1.2.11
backo2: 1.0.2
component-emitter: 1.3.0
- debug: 4.3.4
+ debug: 4.3.3
engine.io-client: 4.1.4
parseuri: 0.0.6
socket.io-parser: 4.0.4
@@ -16604,7 +16768,7 @@ packages:
dependencies:
'@socket.io/component-emitter': 3.0.0
backo2: 1.0.2
- debug: 4.3.4
+ debug: 4.3.3
engine.io-client: 6.1.1
parseuri: 0.0.6
socket.io-parser: 4.1.2
@@ -16628,7 +16792,7 @@ packages:
dependencies:
'@types/component-emitter': 1.2.11
component-emitter: 1.3.0
- debug: 4.3.4
+ debug: 4.3.3
transitivePeerDependencies:
- supports-color
dev: false
@@ -16638,7 +16802,7 @@ packages:
engines: {node: '>=10.0.0'}
dependencies:
'@socket.io/component-emitter': 3.0.0
- debug: 4.3.4
+ debug: 4.3.3
transitivePeerDependencies:
- supports-color
dev: false
@@ -16661,6 +16825,10 @@ packages:
is-plain-obj: 1.1.0
dev: false
+ /sortablejs/1.10.2:
+ resolution: {integrity: sha512-YkPGufevysvfwn5rfdlGyrGjt7/CRHwvRPogD/lC+TnvcN29jDpCifKP+rBqf+LRldfXSTh+0CGLcSg0VIxq3A==}
+ dev: false
+
/source-list-map/2.0.1:
resolution: {integrity: sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw==}
dev: false
@@ -17050,7 +17218,7 @@ packages:
resolution: {integrity: sha512-7GlLk9JwlElY4Y6a/rmbH2MhVlTyVmiJd1PfTCqFaIBEGMYNsrO/v3SeGTdhBThLg4Z+NbOk/qFMwCa+J+3p/g==}
engines: {node: '>=6.9.0'}
dependencies:
- browserslist: 4.20.2
+ browserslist: 4.20.0
postcss: 7.0.39
postcss-selector-parser: 3.1.2
dev: false
@@ -17188,7 +17356,7 @@ packages:
colord: 2.9.2
cosmiconfig: 7.0.1
css-functions-list: 3.0.1
- debug: 4.3.4
+ debug: 4.3.3
execall: 2.0.0
fast-glob: 3.2.11
fastest-levenshtein: 1.0.12
@@ -17937,11 +18105,11 @@ packages:
typescript:
optional: true
dependencies:
- bundle-require: 3.0.4_esbuild@0.14.27
+ bundle-require: 3.0.4_esbuild@0.14.26
cac: 6.7.12
chokidar: 3.5.3
- debug: 4.3.4
- esbuild: 0.14.27
+ debug: 4.3.3
+ esbuild: 0.14.26
execa: 5.1.1
globby: 11.1.0
joycon: 3.1.1
@@ -18273,7 +18441,7 @@ packages:
resolution: {integrity: sha512-IFlE2be3vW69rLjdkmj5pa/JK/rAzbvFyJZfs+63QX/RN+jgx2CQUZckhTxNsV2H/JSXfc7NEqpX8tLoI2+eOg==}
dependencies:
'@babel/core': 7.17.8
- '@babel/standalone': 7.17.8
+ '@babel/standalone': 7.17.7
'@babel/types': 7.17.0
scule: 0.2.1
transitivePeerDependencies:
@@ -18465,7 +18633,7 @@ packages:
vite: ^2.0.1
dependencies:
'@windicss/plugin-utils': 1.8.3
- debug: 4.3.4
+ debug: 4.3.3
kolorist: 1.5.1
windicss: 3.5.1
transitivePeerDependencies:
@@ -18489,8 +18657,8 @@ packages:
resolution: {integrity: sha512-vKl1skEKn8EK9f8P2ZzhRnuaRHLHrlt1sbRmazlvsx6EiC3A8oWF8YCBrMJzoN+W3OnElwIGbVjsx6/xelY1AA==}
dev: false
- /vue-demi/0.12.4_@vue+composition-api@1.4.9:
- resolution: {integrity: sha512-ztPDkFt0TSUdoq1ZI6oD730vgztBkiByhUW7L1cOTebiSBqSYfSQgnhYakYigBkyAybqCTH7h44yZuDJf2xILQ==}
+ /vue-demi/0.12.1_@vue+composition-api@1.4.9:
+ resolution: {integrity: sha512-QL3ny+wX8c6Xm1/EZylbgzdoDolye+VpCXRhI2hug9dJTP3OUJ3lmiKN3CsVV3mOJKwFi0nsstbgob0vG7aoIw==}
engines: {node: '>=12'}
hasBin: true
requiresBuild: true
@@ -18686,6 +18854,12 @@ packages:
/vue/2.6.14:
resolution: {integrity: sha512-x2284lgYvjOMj3Za7kqzRcUSxBboHqtgRE2zlos1qWaOye5yUmHn42LB1250NJBLRwEcdrB0JRwyPTEPhfQjiQ==}
+ /vuedraggable/2.24.3:
+ resolution: {integrity: sha512-6/HDXi92GzB+Hcs9fC6PAAozK1RLt1ewPTLjK0anTYguXLAeySDmcnqE8IC0xa7shvSzRjQXq3/+dsZ7ETGF3g==}
+ dependencies:
+ sortablejs: 1.10.2
+ dev: false
+
/vuejs-auto-complete/0.9.0:
resolution: {integrity: sha512-7UV3s9bXdnsbGARhHcOuDAszGUsz7JpsFKBfHQuQvo4rfH0yQIru2Rb/x2bWU+m+VW4fS9DKDSYi6tY511QSIA==}
engines: {node: '>= 4.0.0', npm: '>= 3.0.0'}
@@ -18885,7 +19059,7 @@ packages:
resolution: {integrity: sha512-b17KeDIQVjvb0ssuSDF2cYXSg2iztliJ4B9WdsuB6J952qCPKmnVq4DyW5motImXHDC1cBT/1UezrJVsKw5zjg==}
engines: {node: '>=0.8.0'}
dependencies:
- http-parser-js: 0.5.6
+ http-parser-js: 0.5.5
safe-buffer: 5.2.1
websocket-extensions: 0.1.4
dev: false
@@ -18958,7 +19132,7 @@ packages:
/wide-align/1.1.5:
resolution: {integrity: sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg==}
dependencies:
- string-width: 1.0.2
+ string-width: 4.2.3
dev: false
/widest-line/3.1.0:
@@ -18987,7 +19161,7 @@ packages:
resolution: {integrity: sha512-wMC0+/buGBMqbS6d2jCUGh51J2qSAwIBrwOCmd44GqXTIJs+uNzptYlwijj+V7ykgGn6nmR0fyxH72Ramw2LZA==}
dependencies:
'@windicss/plugin-utils': 1.8.3
- debug: 4.3.4
+ debug: 4.3.3
loader-utils: 2.0.2
lodash: 4.17.21
pathe: 0.2.0
@@ -19237,11 +19411,11 @@ packages:
/yargs-parser/20.2.4:
resolution: {integrity: sha512-WOkpgNhPTlE73h4VFAFsOnomJVaovO8VqLDzy5saChRBFQFBoMYirowyW+Q9HB4HFF4Z7VZTiG3iSzJJA29yRA==}
engines: {node: '>=10'}
+ dev: true
/yargs-parser/20.2.9:
resolution: {integrity: sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==}
engines: {node: '>=10'}
- dev: true
/yargs-parser/21.0.1:
resolution: {integrity: sha512-9BK1jFpLzJROCI5TzwZL/TU4gqjK5xiHV/RfWLOahrjAko/e4DJkRDZQXfvqAsiZzzYhgAzbgz6lg48jcm4GLg==}
@@ -19284,7 +19458,7 @@ packages:
require-directory: 2.1.1
string-width: 4.2.3
y18n: 5.0.8
- yargs-parser: 20.2.4
+ yargs-parser: 20.2.9
/yargs/17.3.1:
resolution: {integrity: sha512-WUANQeVgjLbNsEmGk20f+nlHgOqzRFpiGWVaBrYGYIGANIIu3lWjoyi0fNlFmJkvfhCZ6BXINe7/W2O2bV4iaA==}
@@ -19299,19 +19473,6 @@ packages:
yargs-parser: 21.0.1
dev: true
- /yargs/17.4.0:
- resolution: {integrity: sha512-WJudfrk81yWFSOkZYpAZx4Nt7V4xp7S/uJkX0CnxovMCt1wCE8LNftPpNuF9X/u9gN5nsD7ycYtRcDf2pL3UiA==}
- engines: {node: '>=12'}
- dependencies:
- cliui: 7.0.4
- escalade: 3.1.1
- get-caller-file: 2.0.5
- require-directory: 2.1.1
- string-width: 4.2.3
- y18n: 5.0.8
- yargs-parser: 21.0.1
- dev: true
-
/yauzl/2.10.0:
resolution: {integrity: sha1-x+sXyT4RLLEIb6bY5R+wZnt5pfk=}
dependencies: