Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
interface
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
LuckySwap
interface
Commits
4f25c4a2
Unverified
Commit
4f25c4a2
authored
Aug 04, 2023
by
Nate Wienert
Committed by
GitHub
Aug 04, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: align @graphql-codegen dep versions with wallet (#7041)
parent
fa4e75b7
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
515 additions
and
466 deletions
+515
-466
package.json
package.json
+5
-5
yarn.lock
yarn.lock
+510
-461
No files found.
package.json
View file @
4f25c4a2
...
@@ -150,12 +150,12 @@
...
@@ -150,12 +150,12 @@
"
@cypress/code-coverage
"
:
"
^3.10.0
"
,
"
@cypress/code-coverage
"
:
"
^3.10.0
"
,
"
@fontsource/ibm-plex-mono
"
:
"
^4.5.1
"
,
"
@fontsource/ibm-plex-mono
"
:
"
^4.5.1
"
,
"
@fontsource/inter
"
:
"
^4.5.1
"
,
"
@fontsource/inter
"
:
"
^4.5.1
"
,
"
@graphql-codegen/cli
"
:
"
^
2.15.0
"
,
"
@graphql-codegen/cli
"
:
"
^
3.3.1
"
,
"
@graphql-codegen/client-preset
"
:
"
^
1.2
.1
"
,
"
@graphql-codegen/client-preset
"
:
"
^
3.0
.1
"
,
"
@graphql-codegen/typescript
"
:
"
^
2.8.3
"
,
"
@graphql-codegen/typescript
"
:
"
^
3.0.4
"
,
"
@graphql-codegen/typescript-operations
"
:
"
^
2.5.8
"
,
"
@graphql-codegen/typescript-operations
"
:
"
^
3.0.2
"
,
"
@graphql-codegen/typescript-react-apollo
"
:
"
^3.3.7
"
,
"
@graphql-codegen/typescript-react-apollo
"
:
"
^3.3.7
"
,
"
@graphql-codegen/typescript-resolvers
"
:
"
^
2.7.8
"
,
"
@graphql-codegen/typescript-resolvers
"
:
"
^
3.2.1
"
,
"
@juggle/resize-observer
"
:
"
^3.4.0
"
,
"
@juggle/resize-observer
"
:
"
^3.4.0
"
,
"
@lingui/core
"
:
"
^3.14.0
"
,
"
@lingui/core
"
:
"
^3.14.0
"
,
"
@lingui/macro
"
:
"
^3.14.0
"
,
"
@lingui/macro
"
:
"
^3.14.0
"
,
...
...
yarn.lock
View file @
4f25c4a2
...
@@ -152,7 +152,7 @@
...
@@ -152,7 +152,7 @@
signedsource "^1.0.0"
signedsource "^1.0.0"
yargs "^15.3.1"
yargs "^15.3.1"
"@ardatan/sync-fetch@0.0.1":
"@ardatan/sync-fetch@0.0.1"
, "@ardatan/sync-fetch@^0.0.1"
:
version "0.0.1"
version "0.0.1"
resolved "https://registry.yarnpkg.com/@ardatan/sync-fetch/-/sync-fetch-0.0.1.tgz#3385d3feedceb60a896518a1db857ec1e945348f"
resolved "https://registry.yarnpkg.com/@ardatan/sync-fetch/-/sync-fetch-0.0.1.tgz#3385d3feedceb60a896518a1db857ec1e945348f"
integrity sha512-xhlTqH0m31mnsG0tIP4ETgfSB6gXDaYYsUWTrlUV93fFQPI9dd8hE0Ot6MHLCtqgB32hwJAC3YZMWlXZw7AleA==
integrity sha512-xhlTqH0m31mnsG0tIP4ETgfSB6gXDaYYsUWTrlUV93fFQPI9dd8hE0Ot6MHLCtqgB32hwJAC3YZMWlXZw7AleA==
...
@@ -606,7 +606,7 @@
...
@@ -606,7 +606,7 @@
dependencies:
dependencies:
"@babel/helper-plugin-utils" "^7.19.0"
"@babel/helper-plugin-utils" "^7.19.0"
"@babel/plugin-syntax-import-assertions@^7.22.5":
"@babel/plugin-syntax-import-assertions@^7.2
0.0", "@babel/plugin-syntax-import-assertions@^7.2
2.5":
version "7.22.5"
version "7.22.5"
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.22.5.tgz#07d252e2aa0bc6125567f742cd58619cb14dce98"
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.22.5.tgz#07d252e2aa0bc6125567f742cd58619cb14dce98"
integrity sha512-rdV97N7KqsRzeNGoWUOK6yUsWarLjE5Su/Snk9IYPU9CwkWHs4t+rTGOvffTR8XGkJMTAdLfO0xVnXm8wugIJg==
integrity sha512-rdV97N7KqsRzeNGoWUOK6yUsWarLjE5Su/Snk9IYPU9CwkWHs4t+rTGOvffTR8XGkJMTAdLfO0xVnXm8wugIJg==
...
@@ -1310,7 +1310,7 @@
...
@@ -1310,7 +1310,7 @@
dependencies:
dependencies:
regenerator-runtime "^0.13.11"
regenerator-runtime "^0.13.11"
"@babel/template@^7.12.13", "@babel/template@^7.1
5.4", "@babel/template@^7.18.10
", "@babel/template@^7.22.5", "@babel/template@^7.3.3":
"@babel/template@^7.12.13", "@babel/template@^7.1
8.10", "@babel/template@^7.20.7
", "@babel/template@^7.22.5", "@babel/template@^7.3.3":
version "7.22.5"
version "7.22.5"
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.5.tgz#0c8c4d944509875849bd0344ff0050756eefc6ec"
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.5.tgz#0c8c4d944509875849bd0344ff0050756eefc6ec"
integrity sha512-X7yV7eiwAxdj9k94NEylvbVHLiVG1nvzCV2EAowhxLTwODV1jl9UzZ48leOC0sH7OnuHrIkllaBgneUykIcZaw==
integrity sha512-X7yV7eiwAxdj9k94NEylvbVHLiVG1nvzCV2EAowhxLTwODV1jl9UzZ48leOC0sH7OnuHrIkllaBgneUykIcZaw==
...
@@ -2487,48 +2487,48 @@
...
@@ -2487,48 +2487,48 @@
resolved "https://registry.yarnpkg.com/@fontsource/inter/-/inter-4.5.1.tgz#058d8a02354f3c78e369d452c15d33557ec1b705"
resolved "https://registry.yarnpkg.com/@fontsource/inter/-/inter-4.5.1.tgz#058d8a02354f3c78e369d452c15d33557ec1b705"
integrity sha512-mvtOvXNNVLlF1p/UbLgLrmz2RCOl6Ow+TqyiK10SosoLKX7edsXYiHFHb7XIZdjII6F2sJVPPsJXWhBnbXT2DQ==
integrity sha512-mvtOvXNNVLlF1p/UbLgLrmz2RCOl6Ow+TqyiK10SosoLKX7edsXYiHFHb7XIZdjII6F2sJVPPsJXWhBnbXT2DQ==
"@graphql-codegen/add@^
3.2
.1":
"@graphql-codegen/add@^
4.0
.1":
version "
3.2
.1"
version "
4.0
.1"
resolved "https://registry.yarnpkg.com/@graphql-codegen/add/-/add-
3.2.1.tgz#f1109f36f194f88a6abcc51703abee43ebbb50a2
"
resolved "https://registry.yarnpkg.com/@graphql-codegen/add/-/add-
4.0.1.tgz#c187af820fdd2fc7a9c1c2453bc389cd4e16699e
"
integrity sha512-
w82H/evh8SSGoD3K6K/Oh3kqSdbuU+TgHqMYmmHFxtH692v2xhN/cu1s/TotBQ7r4mO7OQutze7dde2tZEXGEQ
==
integrity sha512-
A7k+9eRfrKyyNfhWEN/0eKz09R5cp4XXxUuNLQAVm/aohmVI2xdMV4lM02rTlM6Pyou3cU/v0iZnhgo6IRpqeg
==
dependencies:
dependencies:
"@graphql-codegen/plugin-helpers" "^
2.6.2
"
"@graphql-codegen/plugin-helpers" "^
4.1.0
"
tslib "~2.
4
.0"
tslib "~2.
5
.0"
"@graphql-codegen/cli@^
2.15.0
":
"@graphql-codegen/cli@^
3.3.1
":
version "
2.15.0
"
version "
3.3.1
"
resolved "https://registry.yarnpkg.com/@graphql-codegen/cli/-/cli-
2.15.0.tgz#e36dd8cdb32ce58aeeebd546266cd435732e796f
"
resolved "https://registry.yarnpkg.com/@graphql-codegen/cli/-/cli-
3.3.1.tgz#103e7a2263126fdde168a1ce623fc2bdc05352f0
"
integrity sha512-
o4Wh99VJDX/z0fG3pkdOf0t0fu7SlYn6qlLnqzNhVpZByGPe548gu11GKiOPKVaQ76kkB3dzqzfINRl+v7EA4
A==
integrity sha512-
4Es8Y9zFeT0Zx2qRL7L3qXDbbqvXK6aID+8v8lP6gaYD+uWx3Jd4Hsq5vxwVBR+6flm0BW/C85Qm0cvmT7O6L
A==
dependencies:
dependencies:
"@babel/generator" "^7.18.13"
"@babel/generator" "^7.18.13"
"@babel/template" "^7.18.10"
"@babel/template" "^7.18.10"
"@babel/types" "^7.18.13"
"@babel/types" "^7.18.13"
"@graphql-codegen/core" "
2.6.6
"
"@graphql-codegen/core" "
^3.1.0
"
"@graphql-codegen/plugin-helpers" "^
2.7.2
"
"@graphql-codegen/plugin-helpers" "^
4.2.0
"
"@graphql-tools/apollo-engine-loader" "^7.3.6"
"@graphql-tools/apollo-engine-loader" "^7.3.6"
"@graphql-tools/code-file-loader" "^7.3.1
3
"
"@graphql-tools/code-file-loader" "^7.3.1
7
"
"@graphql-tools/git-loader" "^7.2.13"
"@graphql-tools/git-loader" "^7.2.13"
"@graphql-tools/github-loader" "^7.3.20"
"@graphql-tools/github-loader" "^7.3.20"
"@graphql-tools/graphql-file-loader" "^7.5.0"
"@graphql-tools/graphql-file-loader" "^7.5.0"
"@graphql-tools/json-file-loader" "^7.4.1"
"@graphql-tools/json-file-loader" "^7.4.1"
"@graphql-tools/load" "7.8.0"
"@graphql-tools/load" "
^
7.8.0"
"@graphql-tools/prisma-loader" "^7.2.
7
"
"@graphql-tools/prisma-loader" "^7.2.
49
"
"@graphql-tools/url-loader" "^7.13.2"
"@graphql-tools/url-loader" "^7.13.2"
"@graphql-tools/utils" "^
8.9
.0"
"@graphql-tools/utils" "^
9.0
.0"
"@
whatwg-node/fetch" "^0.3
.0"
"@
parcel/watcher" "^2.1
.0"
ansi-escapes "^4.3.1
"
"@whatwg-node/fetch" "^0.8.0
"
chalk "^4.1.0"
chalk "^4.1.0"
chokidar "^3.5.2"
cosmiconfig "^7.0.0"
cosmiconfig "^7.0.0"
cosmiconfig-typescript-loader "4.1.1"
debounce "^1.2.0"
debounce "^1.2.0"
detect-indent "^6.0.0"
detect-indent "^6.0.0"
graphql-config "
4.3.6
"
graphql-config "
^4.5.0
"
inquirer "^8.0.0"
inquirer "^8.0.0"
is-glob "^4.0.1"
is-glob "^4.0.1"
jiti "^1.17.1"
json-to-pretty-yaml "^1.2.2"
json-to-pretty-yaml "^1.2.2"
listr2 "^4.0.5"
listr2 "^4.0.5"
log-symbols "^4.0.0"
log-symbols "^4.0.0"
micromatch "^4.0.5"
shell-quote "^1.7.3"
shell-quote "^1.7.3"
string-env-interpolation "^1.0.1"
string-env-interpolation "^1.0.1"
ts-log "^2.2.3"
ts-log "^2.2.3"
...
@@ -2536,46 +2536,47 @@
...
@@ -2536,46 +2536,47 @@
yaml "^1.10.0"
yaml "^1.10.0"
yargs "^17.0.0"
yargs "^17.0.0"
"@graphql-codegen/client-preset@^
1.2
.1":
"@graphql-codegen/client-preset@^
3.0
.1":
version "
1.2
.1"
version "
3.0
.1"
resolved "https://registry.yarnpkg.com/@graphql-codegen/client-preset/-/client-preset-
1.2.1.tgz#98123a1bef97e498512a484eaa5f59776de76ec5
"
resolved "https://registry.yarnpkg.com/@graphql-codegen/client-preset/-/client-preset-
3.0.1.tgz#4de9fcdcc1527113501d9ff4455b2b2025ecb21c
"
integrity sha512-
HUnb5zThUPvDRyve9+YCwU5OXz/KiUZo+jwdFZaWQdoCKVSuJkwwDKiiHNskcrsxssCX2k9Lkw+zRAL5zniCyw
==
integrity sha512-
aHlnlDWS39kddNJ/I+ItIUj3AX1040aRwHEv2FiPAL0ILrGzHg3AZY1Ay358Ys8fXclrqIN7IeWLmeyI3TIHiA
==
dependencies:
dependencies:
"@babel/helper-plugin-utils" "^7.14.5"
"@babel/helper-plugin-utils" "^7.20.2"
"@babel/template" "^7.15.4"
"@babel/template" "^7.20.7"
"@graphql-codegen/add" "^3.2.1"
"@graphql-codegen/add" "^4.0.1"
"@graphql-codegen/gql-tag-operations" "1.5.9"
"@graphql-codegen/gql-tag-operations" "3.0.1"
"@graphql-codegen/plugin-helpers" "^2.7.2"
"@graphql-codegen/plugin-helpers" "^4.2.0"
"@graphql-codegen/typed-document-node" "^2.3.8"
"@graphql-codegen/typed-document-node" "^4.0.1"
"@graphql-codegen/typescript" "^2.8.3"
"@graphql-codegen/typescript" "^3.0.4"
"@graphql-codegen/typescript-operations" "^2.5.8"
"@graphql-codegen/typescript-operations" "^3.0.4"
"@graphql-codegen/visitor-plugin-common" "^2.13.3"
"@graphql-codegen/visitor-plugin-common" "^3.1.1"
"@graphql-tools/utils" "^8.8.0"
"@graphql-tools/documents" "^0.1.0"
"@graphql-typed-document-node/core" "3.1.1"
"@graphql-tools/utils" "^9.0.0"
tslib "~2.4.0"
"@graphql-typed-document-node/core" "3.2.0"
tslib "~2.5.0"
"@graphql-codegen/core@2.6.6":
version "2.6.6"
"@graphql-codegen/core@^3.1.0":
resolved "https://registry.yarnpkg.com/@graphql-codegen/core/-/core-2.6.6.tgz#e6ea99682230c5bbcf28cb247672da7f17e78578"
version "3.1.0"
integrity sha512-gU2FUxoLGw2GfcPWfBVXuiN3aDODbZ6Z9I+IGxa2u1Rzxlacw4TMmcwr4/IjC6mkiYJEKTvdVspHaby+brhuAg==
resolved "https://registry.yarnpkg.com/@graphql-codegen/core/-/core-3.1.0.tgz#ad859d52d509a4eb2ebe5aabba6543a628fb181b"
integrity sha512-DH1/yaR7oJE6/B+c6ZF2Tbdh7LixF1K8L+8BoSubjNyQ8pNwR4a70mvc1sv6H7qgp6y1bPQ9tKE+aazRRshysw==
dependencies:
dependencies:
"@graphql-codegen/plugin-helpers" "^
2.7.2
"
"@graphql-codegen/plugin-helpers" "^
4.1.0
"
"@graphql-tools/schema" "^9.0.0"
"@graphql-tools/schema" "^9.0.0"
"@graphql-tools/utils" "^9.1.1"
"@graphql-tools/utils" "^9.1.1"
tslib "~2.
4
.0"
tslib "~2.
5
.0"
"@graphql-codegen/gql-tag-operations@
1.5.9
":
"@graphql-codegen/gql-tag-operations@
3.0.1
":
version "
1.5.9
"
version "
3.0.1
"
resolved "https://registry.yarnpkg.com/@graphql-codegen/gql-tag-operations/-/gql-tag-operations-
1.5.9.tgz#62d0946f636d5d5065d31eecceb8dbab0c8a40d1
"
resolved "https://registry.yarnpkg.com/@graphql-codegen/gql-tag-operations/-/gql-tag-operations-
3.0.1.tgz#b0fcdc4dfce1850d646d80abe6f642d309cfd8c8
"
integrity sha512-
Ovg+8EWiE4IxCsCnLN2j3SyAUZxdK/OLzQMNQurPfkj+I7l7sFPu1PJsuqqvF+o26a+lRixZmhh+AHh6kSMK0
g==
integrity sha512-
8TpJuOiw56wSIS3v+jF5Yr695NYFCpSpChTbUnVLYT6QmnBExv/VwA9bHDchuyUBUE3PfpP/l5JF62Sc0oWmW
g==
dependencies:
dependencies:
"@graphql-codegen/plugin-helpers" "^
2.7.2
"
"@graphql-codegen/plugin-helpers" "^
4.2.0
"
"@graphql-codegen/visitor-plugin-common" "
2.13.3
"
"@graphql-codegen/visitor-plugin-common" "
3.1.1
"
"@graphql-tools/utils" "^
8.8
.0"
"@graphql-tools/utils" "^
9.0
.0"
auto-bind "~4.0.0"
auto-bind "~4.0.0"
tslib "~2.
4
.0"
tslib "~2.
5
.0"
"@graphql-codegen/plugin-helpers@^2.
6.2", "@graphql-codegen/plugin-helpers@^2.
7.2":
"@graphql-codegen/plugin-helpers@^2.7.2":
version "2.7.2"
version "2.7.2"
resolved "https://registry.yarnpkg.com/@graphql-codegen/plugin-helpers/-/plugin-helpers-2.7.2.tgz#6544f739d725441c826a8af6a49519f588ff9bed"
resolved "https://registry.yarnpkg.com/@graphql-codegen/plugin-helpers/-/plugin-helpers-2.7.2.tgz#6544f739d725441c826a8af6a49519f588ff9bed"
integrity sha512-kln2AZ12uii6U59OQXdjLk5nOlh1pHis1R98cDZGFnfaiAbX9V3fxcZ1MMJkB7qFUymTALzyjZoXXdyVmPMfRg==
integrity sha512-kln2AZ12uii6U59OQXdjLk5nOlh1pHis1R98cDZGFnfaiAbX9V3fxcZ1MMJkB7qFUymTALzyjZoXXdyVmPMfRg==
...
@@ -2587,36 +2588,48 @@
...
@@ -2587,36 +2588,48 @@
lodash "~4.17.0"
lodash "~4.17.0"
tslib "~2.4.0"
tslib "~2.4.0"
"@graphql-codegen/
schema-ast@^2.5.1
":
"@graphql-codegen/
plugin-helpers@^4.1.0", "@graphql-codegen/plugin-helpers@^4.2.0
":
version "
2.5.1
"
version "
4.2.0
"
resolved "https://registry.yarnpkg.com/@graphql-codegen/
schema-ast/-/schema-ast-2.5.1.tgz#ce030ae6de5dacd745848009ba0ca18c9c30910c
"
resolved "https://registry.yarnpkg.com/@graphql-codegen/
plugin-helpers/-/plugin-helpers-4.2.0.tgz#8324914d0f99162a223cfa01796cdd6be972d2ae
"
integrity sha512-
tewa5DEKbglWn7kYyVBkh3J8YQ5ALqAMVmZwiVFIGOao5u66nd+e4HuFqp0u+Jpz4SJGGi0ap/oFrEvlqLjd2
A==
integrity sha512-
THFTCfg+46PXlXobYJ/OoCX6pzjI+9woQqCjdyKtgoI0tn3Xq2HUUCiidndxUpEYVrXb5pRiRXb7b/ZbMQqD0
A==
dependencies:
dependencies:
"@graphql-codegen/plugin-helpers" "^2.6.2"
"@graphql-tools/utils" "^9.0.0"
"@graphql-tools/utils" "^8.8.0"
change-case-all "1.0.15"
tslib "~2.4.0"
common-tags "1.8.2"
import-from "4.0.0"
lodash "~4.17.0"
tslib "~2.5.0"
"@graphql-codegen/
typed-document-node@^2.3.8
":
"@graphql-codegen/
schema-ast@^3.0.1
":
version "
2.3.8
"
version "
3.0.1
"
resolved "https://registry.yarnpkg.com/@graphql-codegen/
typed-document-node/-/typed-document-node-2.3.8.tgz#0bff4f6dc99f0a3ab4135ed2cb0298b42d173db3
"
resolved "https://registry.yarnpkg.com/@graphql-codegen/
schema-ast/-/schema-ast-3.0.1.tgz#37b458bb57b95715a9eb4259341c856dae2a461d
"
integrity sha512-
yY30XJ0Jf5DJyii6k1+uKKJonHn8Tqy7ZUk65w3p2zrL22exlwqHb3rpsKnHKv9iLQT7309tMYAa4F65VSJHf
w==
integrity sha512-
rTKTi4XiW4QFZnrEqetpiYEWVsOFNoiR/v3rY9mFSttXFbIwNXPme32EspTiGWmEEdHY8UuTDtZN3vEcs/31z
w==
dependencies:
dependencies:
"@graphql-codegen/plugin-helpers" "^2.7.2"
"@graphql-codegen/plugin-helpers" "^4.1.0"
"@graphql-codegen/visitor-plugin-common" "2.13.3"
"@graphql-tools/utils" "^9.0.0"
tslib "~2.5.0"
"@graphql-codegen/typed-document-node@^4.0.1":
version "4.0.1"
resolved "https://registry.yarnpkg.com/@graphql-codegen/typed-document-node/-/typed-document-node-4.0.1.tgz#6522a605d032fd9d10c7cac36b4a8728a83a957f"
integrity sha512-mQNYCd12JsFSaK6xLry4olY9TdYG7GxQPexU6qU4Om++eKhseGwk2eGmQDRG4Qp8jEDFLMXuHMVUKqMQ1M+F/A==
dependencies:
"@graphql-codegen/plugin-helpers" "^4.2.0"
"@graphql-codegen/visitor-plugin-common" "3.1.1"
auto-bind "~4.0.0"
auto-bind "~4.0.0"
change-case-all "1.0.1
4
"
change-case-all "1.0.1
5
"
tslib "~2.
4
.0"
tslib "~2.
5
.0"
"@graphql-codegen/typescript-operations@^
2.5.8
":
"@graphql-codegen/typescript-operations@^
3.0.2", "@graphql-codegen/typescript-operations@^3.0.4
":
version "
2.5.8
"
version "
3.0.4
"
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-operations/-/typescript-operations-
2.5.8.tgz#e9e2022de9f67b0d855d370f20c48c7b2ed24f21
"
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-operations/-/typescript-operations-
3.0.4.tgz#60163c07f0ef73655779ece450d02c1172c44027
"
integrity sha512-
Zp27jZjOLkoH0qy5INqrTsut5PI40OEVcKmcQ+TDHr9wDYa3M06/k907z6CuW3PjOgJBtrSTcgAEnrye8jhkJw
==
integrity sha512-
6yE2OL2+WJ1vd5MwFEGXpaxsFGzjAGUytPVHDML3Bi3TwP1F3lnQlIko4untwvHW0JhZEGQ7Ck30H9HjcxpdKA
==
dependencies:
dependencies:
"@graphql-codegen/plugin-helpers" "^
2.7.2
"
"@graphql-codegen/plugin-helpers" "^
4.2.0
"
"@graphql-codegen/typescript" "^
2.8.3
"
"@graphql-codegen/typescript" "^
3.0.4
"
"@graphql-codegen/visitor-plugin-common" "
2.13.3
"
"@graphql-codegen/visitor-plugin-common" "
3.1.1
"
auto-bind "~4.0.0"
auto-bind "~4.0.0"
tslib "~2.
4
.0"
tslib "~2.
5
.0"
"@graphql-codegen/typescript-react-apollo@^3.3.7":
"@graphql-codegen/typescript-react-apollo@^3.3.7":
version "3.3.7"
version "3.3.7"
...
@@ -2629,28 +2642,28 @@
...
@@ -2629,28 +2642,28 @@
change-case-all "1.0.14"
change-case-all "1.0.14"
tslib "~2.4.0"
tslib "~2.4.0"
"@graphql-codegen/typescript-resolvers@^
2.7.8
":
"@graphql-codegen/typescript-resolvers@^
3.2.1
":
version "
2.7.8
"
version "
3.2.1
"
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-resolvers/-/typescript-resolvers-
2.7.8.tgz#1202b7985e4e3ca065fb41deef25d362d944e40a
"
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-resolvers/-/typescript-resolvers-
3.2.1.tgz#d0e6aca10d2417b67267f53f3e0304c7be4cbd84
"
integrity sha512-
O/eAX7AfFxy9tcZ9tZrxlJ8EkKF8S10RlMQU8HasVsP13znk/SZOmO8vCoci2Bxj7tL9ZCSfZVZpc+a6REn30Q
==
integrity sha512-
2ZIHk5J6HTuylse5ZIxw+aega54prHxvj7vM8hiKJ6vejZ94kvVPAq4aWmSFOkZ5lqU3YnM/ZyWfnhT5CUDj1g
==
dependencies:
dependencies:
"@graphql-codegen/plugin-helpers" "^
2.7.2
"
"@graphql-codegen/plugin-helpers" "^
4.2.0
"
"@graphql-codegen/typescript" "^
2.8.3
"
"@graphql-codegen/typescript" "^
3.0.4
"
"@graphql-codegen/visitor-plugin-common" "
2.13.3
"
"@graphql-codegen/visitor-plugin-common" "
3.1.1
"
"@graphql-tools/utils" "^
8.8
.0"
"@graphql-tools/utils" "^
9.0
.0"
auto-bind "~4.0.0"
auto-bind "~4.0.0"
tslib "~2.
4
.0"
tslib "~2.
5
.0"
"@graphql-codegen/typescript@^
2.8.3
":
"@graphql-codegen/typescript@^
3.0.4
":
version "
2.8.3
"
version "
3.0.4
"
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript/-/typescript-
2.8.3.tgz#83a87586b550b7c5b543d11b8a2da706cca67bda
"
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript/-/typescript-
3.0.4.tgz#e12dc106a2722ebc7d18556980ccf47fa9d0805f
"
integrity sha512-
ch8Lzjp8XnN8P70uYBmsjv7FWJQ47qletlShPHk7n4RRsnLkah3J9iSEUIALqM25Wl6EjEmHlxoAgSBILz+sjg
==
integrity sha512-
x4O47447DZrWNtE/l5CU9QzzW4m1RbmCEdijlA3s2flG/y1Ckqdemob4CWfilSm5/tZ3w1junVDY616RDTSvZw
==
dependencies:
dependencies:
"@graphql-codegen/plugin-helpers" "^
2.7.2
"
"@graphql-codegen/plugin-helpers" "^
4.2.0
"
"@graphql-codegen/schema-ast" "^
2.5
.1"
"@graphql-codegen/schema-ast" "^
3.0
.1"
"@graphql-codegen/visitor-plugin-common" "
2.13.3
"
"@graphql-codegen/visitor-plugin-common" "
3.1.1
"
auto-bind "~4.0.0"
auto-bind "~4.0.0"
tslib "~2.
4
.0"
tslib "~2.
5
.0"
"@graphql-codegen/visitor-plugin-common@2.13.1":
"@graphql-codegen/visitor-plugin-common@2.13.1":
version "2.13.1"
version "2.13.1"
...
@@ -2668,21 +2681,21 @@
...
@@ -2668,21 +2681,21 @@
parse-filepath "^1.0.2"
parse-filepath "^1.0.2"
tslib "~2.4.0"
tslib "~2.4.0"
"@graphql-codegen/visitor-plugin-common@
2.13.3", "@graphql-codegen/visitor-plugin-common@^2.13.3
":
"@graphql-codegen/visitor-plugin-common@
3.1.1", "@graphql-codegen/visitor-plugin-common@^3.1.1
":
version "
2.13.3
"
version "
3.1.1
"
resolved "https://registry.yarnpkg.com/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-
2.13.3.tgz#4a2eceee00b4cfdf1eff31a006710a30417ec497
"
resolved "https://registry.yarnpkg.com/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-
3.1.1.tgz#50c2aa3c537a805ce68d2f115d0a9811b151428c
"
integrity sha512-
5gFDQGuCE5tIBo9KtDPZ8kL6cf1VJwDGj6nO9ERa0HJNk5osT50NhSf6H61LEnM3Gclbo96Ib1GCp3KdLwHoG
g==
integrity sha512-
uAfp+zu/009R3HUAuTK2AamR1bxIltM6rrYYI6EXSmkM3rFtFsLTuJhjUDj98HcUCszJZrADppz8KKLGRUVlN
g==
dependencies:
dependencies:
"@graphql-codegen/plugin-helpers" "^
2.7.2
"
"@graphql-codegen/plugin-helpers" "^
4.2.0
"
"@graphql-tools/optimize" "^1.3.0"
"@graphql-tools/optimize" "^1.3.0"
"@graphql-tools/relay-operation-optimizer" "^6.5.0"
"@graphql-tools/relay-operation-optimizer" "^6.5.0"
"@graphql-tools/utils" "^
8.8
.0"
"@graphql-tools/utils" "^
9.0
.0"
auto-bind "~4.0.0"
auto-bind "~4.0.0"
change-case-all "1.0.1
4
"
change-case-all "1.0.1
5
"
dependency-graph "^0.11.0"
dependency-graph "^0.11.0"
graphql-tag "^2.11.0"
graphql-tag "^2.11.0"
parse-filepath "^1.0.2"
parse-filepath "^1.0.2"
tslib "~2.
4
.0"
tslib "~2.
5
.0"
"@graphql-tools/apollo-engine-loader@^7.3.6":
"@graphql-tools/apollo-engine-loader@^7.3.6":
version "7.3.21"
version "7.3.21"
...
@@ -2694,88 +2707,96 @@
...
@@ -2694,88 +2707,96 @@
"@whatwg-node/fetch" "^0.5.0"
"@whatwg-node/fetch" "^0.5.0"
tslib "^2.4.0"
tslib "^2.4.0"
"@graphql-tools/batch-execute@
8.5.14
":
"@graphql-tools/batch-execute@
^8.5.22
":
version "8.5.
14
"
version "8.5.
22
"
resolved "https://registry.yarnpkg.com/@graphql-tools/batch-execute/-/batch-execute-8.5.
14.tgz#d241adedc53df534263bfaed9c6fc15c3890bb90
"
resolved "https://registry.yarnpkg.com/@graphql-tools/batch-execute/-/batch-execute-8.5.
22.tgz#a742aa9d138fe794e786d8fb6429665dc7df5455
"
integrity sha512-
m6yXqqmFAH2V5JuSIC/geiGLBQA1Y6RddOJfUtkc9Z7ttkULRCd1W39TpYS6IlrCwYyTj+klO1/kdWiny38f5g
==
integrity sha512-
hcV1JaY6NJQFQEwCKrYhpfLK8frSXDbtNMoTur98u10Cmecy1zrqNKSqhEyGetpgHxaJRqszGzKeI3RuroDN6A
==
dependencies:
dependencies:
"@graphql-tools/utils" "
9.1.3
"
"@graphql-tools/utils" "
^9.2.1
"
dataloader "
2.1.0
"
dataloader "
^2.2.2
"
tslib "^2.4.0"
tslib "^2.4.0"
value-or-promise "
1.0.11
"
value-or-promise "
^1.0.12
"
"@graphql-tools/code-file-loader@^7.3.1
3
":
"@graphql-tools/code-file-loader@^7.3.1
7
":
version "7.3.
15
"
version "7.3.
23
"
resolved "https://registry.yarnpkg.com/@graphql-tools/code-file-loader/-/code-file-loader-7.3.
15.tgz#3834033e1f58876d6c95248d8eb451d84d600eab
"
resolved "https://registry.yarnpkg.com/@graphql-tools/code-file-loader/-/code-file-loader-7.3.
23.tgz#33793f9a1f8e74981f8ae6ec4ab7061f9713db15
"
integrity sha512-
cF8VNc/NANTyVSIK8BkD/KSXRF64DvvomuJ0evia7tJu4uGTXgDjimTMWsTjKRGOOBSTEbL6TA8e4DdIYq6Udw
==
integrity sha512-
8Wt1rTtyTEs0p47uzsPJ1vAtfAx0jmxPifiNdmo9EOCuUPyQGEbMaik/YkqZ7QUFIEYEQu+Vgfo8tElwOPtx5Q
==
dependencies:
dependencies:
"@graphql-tools/graphql-tag-pluck" "7.
4
.2"
"@graphql-tools/graphql-tag-pluck" "7.
5
.2"
"@graphql-tools/utils" "
9.1.3
"
"@graphql-tools/utils" "
^9.2.1
"
globby "^11.0.3"
globby "^11.0.3"
tslib "^2.4.0"
tslib "^2.4.0"
unixify "^1.0.0"
unixify "^1.0.0"
"@graphql-tools/delegate@
9.0.19
":
"@graphql-tools/delegate@
^9.0.31
":
version "9.0.
19
"
version "9.0.
35
"
resolved "https://registry.yarnpkg.com/@graphql-tools/delegate/-/delegate-9.0.
19.tgz#2e07d395eee34a8f8810be8cdc9841f0fce1407
1"
resolved "https://registry.yarnpkg.com/@graphql-tools/delegate/-/delegate-9.0.
35.tgz#94683f4bcec63520b4a6c8b2abf2e2e9324ea4f
1"
integrity sha512-
9GvzZ04LtGlXWW89yf6nct5ehr6/irGfzOhuaPVJlnCkRsS3zKk5qkBlY2rEu3NS/OpJYYeHvzE3/T/lBNBiPQ
==
integrity sha512-
jwPu8NJbzRRMqi4Vp/5QX1vIUeUPpWmlQpOkXQD2r1X45YsVceyUUBnktCrlJlDB4jPRVy7JQGwmYo3KFiOBMA
==
dependencies:
dependencies:
"@graphql-tools/batch-execute" "
8.5.14
"
"@graphql-tools/batch-execute" "
^8.5.22
"
"@graphql-tools/executor" "
0.0.11
"
"@graphql-tools/executor" "
^0.0.20
"
"@graphql-tools/schema" "
9.0.12
"
"@graphql-tools/schema" "
^9.0.19
"
"@graphql-tools/utils" "
9.1.3
"
"@graphql-tools/utils" "
^9.2.1
"
dataloader "
2.1.0
"
dataloader "
^2.2.2
"
tslib "
~2.4
.0"
tslib "
^2.5
.0"
value-or-promise "
1.0.11
"
value-or-promise "
^1.0.12
"
"@graphql-tools/
executor-graphql-ws@0.0.5
":
"@graphql-tools/
documents@^0.1.0
":
version "0.
0.5
"
version "0.
1.0
"
resolved "https://registry.yarnpkg.com/@graphql-tools/
executor-graphql-ws/-/executor-graphql-ws-0.0.5.tgz#eb81fb72ef1eb095be1b2d377b846bff6bf6d102
"
resolved "https://registry.yarnpkg.com/@graphql-tools/
documents/-/documents-0.1.0.tgz#9c27faea5a17ab271dbd99edd8d52eee0e43573e
"
integrity sha512-1
bJfZdSBPCJWz1pJ5g/YHMtGt6YkNRDdmqNQZ8v+VlQTNVfuBpY2vzj15uvf5uDrZLg2MSQThrKlL8av4yFpsA
==
integrity sha512-1
WQeovHv5S1M3xMzQxbSrG3yl6QOnsq2JUBnlg5/0aMM5R4GNMx6Ms+ROByez/dnuA81kstRuSK+2qpe+GaRIw
==
dependencies:
dependencies:
"@graphql-tools/utils" "9.1.3"
lodash.sortby "^4.7.0"
tslib "^2.4.0"
"@graphql-tools/executor-graphql-ws@^0.0.14":
version "0.0.14"
resolved "https://registry.yarnpkg.com/@graphql-tools/executor-graphql-ws/-/executor-graphql-ws-0.0.14.tgz#e0f53fc4cfc8a06cc461b2bc1edb4bb9a8e837ed"
integrity sha512-P2nlkAsPZKLIXImFhj0YTtny5NQVGSsKnhi7PzXiaHSXc6KkzqbWZHKvikD4PObanqg+7IO58rKFpGXP7eeO+w==
dependencies:
"@graphql-tools/utils" "^9.2.1"
"@repeaterjs/repeater" "3.0.4"
"@repeaterjs/repeater" "3.0.4"
"@types/ws" "^8.0.0"
"@types/ws" "^8.0.0"
graphql-ws "5.1
1.2
"
graphql-ws "5.1
2.1
"
isomorphic-ws "5.0.0"
isomorphic-ws "5.0.0"
tslib "^2.4.0"
tslib "^2.4.0"
ws "8.1
1
.0"
ws "8.1
3
.0"
"@graphql-tools/executor-http@
0.0.6
":
"@graphql-tools/executor-http@
^0.1.7
":
version "0.
0.6
"
version "0.
1.10
"
resolved "https://registry.yarnpkg.com/@graphql-tools/executor-http/-/executor-http-0.
0.6.tgz#66c45b3ab3b1ff8d4ed0205207ce741ba087b315
"
resolved "https://registry.yarnpkg.com/@graphql-tools/executor-http/-/executor-http-0.
1.10.tgz#faf48e18e62a925796c9653c2f50cf2095bc8e6f
"
integrity sha512-
EF7eZ7GeXP6YSEgXJqFzfQtN80BUCbMrMeZxGnnOggWOJ1lKvYfSGQZ7+HcJRNUXQCZn/SV4lTJSVZW80GITWA
==
integrity sha512-
hnAfbKv0/lb9s31LhWzawQ5hghBfHS+gYWtqxME6Rl0Aufq9GltiiLBcl7OVVOnkLF0KhwgbYP1mB5VKmgTGpg
==
dependencies:
dependencies:
"@graphql-tools/utils" "
9.1.3
"
"@graphql-tools/utils" "
^9.2.1
"
"@repeaterjs/repeater" "3.0.4"
"@repeaterjs/repeater" "
^
3.0.4"
"@whatwg-node/fetch" "
0.5.3
"
"@whatwg-node/fetch" "
^0.8.1
"
dset "3.1.2"
dset "
^
3.1.2"
extract-files "^11.0.0"
extract-files "^11.0.0"
meros "1.2.1"
meros "
^
1.2.1"
tslib "^2.4.0"
tslib "^2.4.0"
value-or-promise "
1.0.11
"
value-or-promise "
^1.0.12
"
"@graphql-tools/executor-legacy-ws@
0.0.5
":
"@graphql-tools/executor-legacy-ws@
^0.0.11
":
version "0.0.
5
"
version "0.0.
11
"
resolved "https://registry.yarnpkg.com/@graphql-tools/executor-legacy-ws/-/executor-legacy-ws-0.0.
5.tgz#0246d930ed53bc185093bee78fb614473f465d51
"
resolved "https://registry.yarnpkg.com/@graphql-tools/executor-legacy-ws/-/executor-legacy-ws-0.0.
11.tgz#a1e12be8279e92a363a23d4105461a34cd9e389e
"
integrity sha512-
j2ZQVTI4rKIT41STzLPK206naYDhHxmGHot0siJKBKX1vMqvxtWBqvL66v7xYEOaX79wJrFc8l6oeURQP2LE6g
==
integrity sha512-
4ai+NnxlNfvIQ4c70hWFvOZlSUN8lt7yc+ZsrwtNFbFPH/EroIzFMapAxM9zwyv9bH38AdO3TQxZ5zNxgBdvUw
==
dependencies:
dependencies:
"@graphql-tools/utils" "
9.1.3
"
"@graphql-tools/utils" "
^9.2.1
"
"@types/ws" "^8.0.0"
"@types/ws" "^8.0.0"
isomorphic-ws "5.0.0"
isomorphic-ws "5.0.0"
tslib "^2.4.0"
tslib "^2.4.0"
ws "8.1
1
.0"
ws "8.1
3
.0"
"@graphql-tools/executor@
0.0.11
":
"@graphql-tools/executor@
^0.0.20
":
version "0.0.
11
"
version "0.0.
20
"
resolved "https://registry.yarnpkg.com/@graphql-tools/executor/-/executor-0.0.
11.tgz#a95823478e8edba05e55fd8ed43aceff7bd04022
"
resolved "https://registry.yarnpkg.com/@graphql-tools/executor/-/executor-0.0.
20.tgz#d51d159696e839522dd49d936636af251670e425
"
integrity sha512-G
jtXW0ZMGZGKad6A1HXFPArkfxE0AIpznusZuQdy4laQx+8Ut3Zx8SAFJNnDfZJ2V5kU29B5Xv3Fr0/DiMBHOQ
==
integrity sha512-G
dvNc4vszmfeGvUqlcaH1FjBoguvMYzxAfT6tDd4/LgwymepHhinqLNA5otqwVLW+JETcDaK7xGENzFomuE6TA
==
dependencies:
dependencies:
"@graphql-tools/utils" "
9.1.3
"
"@graphql-tools/utils" "
^9.2.1
"
"@graphql-typed-document-node/core" "3.
1.1
"
"@graphql-typed-document-node/core" "3.
2.0
"
"@repeaterjs/repeater" "3.0.4"
"@repeaterjs/repeater" "
^
3.0.4"
tslib "^2.4.0"
tslib "^2.4.0"
value-or-promise "
1.0.11
"
value-or-promise "
^1.0.12
"
"@graphql-tools/git-loader@^7.2.13":
"@graphql-tools/git-loader@^7.2.13":
version "7.2.15"
version "7.2.15"
...
@@ -2823,6 +2844,18 @@
...
@@ -2823,6 +2844,18 @@
"@graphql-tools/utils" "9.1.3"
"@graphql-tools/utils" "9.1.3"
tslib "^2.4.0"
tslib "^2.4.0"
"@graphql-tools/graphql-tag-pluck@7.5.2":
version "7.5.2"
resolved "https://registry.yarnpkg.com/@graphql-tools/graphql-tag-pluck/-/graphql-tag-pluck-7.5.2.tgz#502f1e066e19d832ebdeba5f571d7636dc27572d"
integrity sha512-RW+H8FqOOLQw0BPXaahYepVSRjuOHw+7IL8Opaa5G5uYGOBxoXR7DceyQ7BcpMgktAOOmpDNQ2WtcboChOJSRA==
dependencies:
"@babel/parser" "^7.16.8"
"@babel/plugin-syntax-import-assertions" "^7.20.0"
"@babel/traverse" "^7.16.8"
"@babel/types" "^7.16.8"
"@graphql-tools/utils" "^9.2.1"
tslib "^2.4.0"
"@graphql-tools/import@6.7.14":
"@graphql-tools/import@6.7.14":
version "6.7.14"
version "6.7.14"
resolved "https://registry.yarnpkg.com/@graphql-tools/import/-/import-6.7.14.tgz#4f3278841217686eed8950db0aa5040bc35f6970"
resolved "https://registry.yarnpkg.com/@graphql-tools/import/-/import-6.7.14.tgz#4f3278841217686eed8950db0aa5040bc35f6970"
...
@@ -2842,40 +2875,22 @@
...
@@ -2842,40 +2875,22 @@
tslib "^2.4.0"
tslib "^2.4.0"
unixify "^1.0.0"
unixify "^1.0.0"
"@graphql-tools/load@7.8.0":
"@graphql-tools/load@^7.5.5", "@graphql-tools/load@^7.8.0":
version "7.8.0"
version "7.8.14"
resolved "https://registry.yarnpkg.com/@graphql-tools/load/-/load-7.8.0.tgz#bd4d2e2a5117de9a60f9691a218217e96afc2ea7"
resolved "https://registry.yarnpkg.com/@graphql-tools/load/-/load-7.8.14.tgz#f2356f9a5f658a42e33934ae036e4b2cadf2d1e9"
integrity sha512-l4FGgqMW0VOqo+NMYizwV8Zh+KtvVqOf93uaLo9wJ3sS3y/egPCgxPMDJJ/ufQZG3oZ/0oWeKt68qop3jY0yZg==
integrity sha512-ASQvP+snHMYm+FhIaLxxFgVdRaM0vrN9wW2BKInQpktwWTXVyk+yP5nQUCEGmn0RTdlPKrffBaigxepkEAJPrg==
dependencies:
"@graphql-tools/schema" "9.0.4"
"@graphql-tools/utils" "8.12.0"
p-limit "3.1.0"
tslib "^2.4.0"
"@graphql-tools/load@^7.5.5":
version "7.8.8"
resolved "https://registry.yarnpkg.com/@graphql-tools/load/-/load-7.8.8.tgz#e55aaca84a9e6348a730d92ba4cb3ec17cee45df"
integrity sha512-gMuQdO2jXmI0BNUc1MafxRQTWVMUtuH500pZAQtOdDdNJppV7lJdY6mMhITQ2qnhYDuMrcZPHhIkcftyQfkgUg==
dependencies:
dependencies:
"@graphql-tools/schema" "
9.0.12
"
"@graphql-tools/schema" "
^9.0.18
"
"@graphql-tools/utils" "
9.1.3
"
"@graphql-tools/utils" "
^9.2.1
"
p-limit "3.1.0"
p-limit "3.1.0"
tslib "^2.4.0"
tslib "^2.4.0"
"@graphql-tools/merge@8.3.14", "@graphql-tools/merge@^8.2.6":
"@graphql-tools/merge@^8.2.6", "@graphql-tools/merge@^8.4.1":
version "8.3.14"
version "8.4.2"
resolved "https://registry.yarnpkg.com/@graphql-tools/merge/-/merge-8.3.14.tgz#d4d0a645656691d35e90e0686a6fa3d4091a34da"
resolved "https://registry.yarnpkg.com/@graphql-tools/merge/-/merge-8.4.2.tgz#95778bbe26b635e8d2f60ce9856b388f11fe8288"
integrity sha512-zV0MU1DnxJLIB0wpL4N3u21agEiYFsjm6DI130jqHpwF0pR9HkF+Ni65BNfts4zQelP0GjkHltG+opaozAJ1NA==
integrity sha512-XbrHAaj8yDuINph+sAfuq3QCZ/tKblrTLOpirK0+CAgNlZUCHs0Fa+xtMUURgwCVThLle1AF7svJCxFizygLsw==
dependencies:
"@graphql-tools/utils" "9.1.3"
tslib "^2.4.0"
"@graphql-tools/merge@8.3.6":
version "8.3.6"
resolved "https://registry.yarnpkg.com/@graphql-tools/merge/-/merge-8.3.6.tgz#97a936d4c8e8f935e58a514bb516c476437b5b2c"
integrity sha512-uUBokxXi89bj08P+iCvQk3Vew4vcfL5ZM6NTylWi8PIpoq4r5nJ625bRuN8h2uubEdRiH8ntN9M4xkd/j7AybQ==
dependencies:
dependencies:
"@graphql-tools/utils" "
8.12.0
"
"@graphql-tools/utils" "
^9.2.1
"
tslib "^2.4.0"
tslib "^2.4.0"
"@graphql-tools/optimize@^1.3.0":
"@graphql-tools/optimize@^1.3.0":
...
@@ -2885,26 +2900,25 @@
...
@@ -2885,26 +2900,25 @@
dependencies:
dependencies:
tslib "^2.4.0"
tslib "^2.4.0"
"@graphql-tools/prisma-loader@^7.2.
7
":
"@graphql-tools/prisma-loader@^7.2.
49
":
version "7.2.
44
"
version "7.2.
72
"
resolved "https://registry.yarnpkg.com/@graphql-tools/prisma-loader/-/prisma-loader-7.2.
44.tgz#1ceb4f51d18ee5bf959535a4474b5ee2a0ec3004
"
resolved "https://registry.yarnpkg.com/@graphql-tools/prisma-loader/-/prisma-loader-7.2.
72.tgz#6304fc23600458396f3ede713d8e2371df7850e3
"
integrity sha512-
uvOuXXdGed7f/PRafICfKte+yW6756/8A4EwT6NsbYtXV02MmSGRR88pAcWSLismfSBOQA2KC0VFD8s8QVMMSA
==
integrity sha512-
0a7uV7Fky6yDqd0tI9+XMuvgIo6GAqiVzzzFV4OSLry4AwiQlI3igYseBV7ZVOGhedOTqj/URxjpiv07hRcwag
==
dependencies:
dependencies:
"@graphql-tools/url-loader" "
7.16.24
"
"@graphql-tools/url-loader" "
^7.17.18
"
"@graphql-tools/utils" "
9.1.3
"
"@graphql-tools/utils" "
^9.2.1
"
"@types/js-yaml" "^4.0.0"
"@types/js-yaml" "^4.0.0"
"@types/json-stable-stringify" "^1.0.32"
"@types/json-stable-stringify" "^1.0.32"
"@
types/jsonwebtoken" "^8.5.0
"
"@
whatwg-node/fetch" "^0.8.2
"
chalk "^4.1.0"
chalk "^4.1.0"
debug "^4.3.1"
debug "^4.3.1"
dotenv "^16.0.0"
dotenv "^16.0.0"
graphql-request "^
5
.0.0"
graphql-request "^
6
.0.0"
http-proxy-agent "^
5
.0.0"
http-proxy-agent "^
6
.0.0"
https-proxy-agent "^
5
.0.0"
https-proxy-agent "^
6
.0.0"
isomorphic-fetch "^3.0.0
"
jose "^4.11.4
"
js-yaml "^4.0.0"
js-yaml "^4.0.0"
json-stable-stringify "^1.0.1"
json-stable-stringify "^1.0.1"
jsonwebtoken "^8.5.1"
lodash "^4.17.20"
lodash "^4.17.20"
scuid "^1.1.0"
scuid "^1.1.0"
tslib "^2.4.0"
tslib "^2.4.0"
...
@@ -2919,81 +2933,72 @@
...
@@ -2919,81 +2933,72 @@
"@graphql-tools/utils" "9.1.3"
"@graphql-tools/utils" "9.1.3"
tslib "^2.4.0"
tslib "^2.4.0"
"@graphql-tools/schema@9.0.12", "@graphql-tools/schema@^9.0.0":
"@graphql-tools/schema@^9.0.0", "@graphql-tools/schema@^9.0.18", "@graphql-tools/schema@^9.0.19":
version "9.0.12"
version "9.0.19"
resolved "https://registry.yarnpkg.com/@graphql-tools/schema/-/schema-9.0.12.tgz#73910fab315bd16098b989db22f967a1dc7f93dd"
resolved "https://registry.yarnpkg.com/@graphql-tools/schema/-/schema-9.0.19.tgz#c4ad373b5e1b8a0cf365163435b7d236ebdd06e7"
integrity sha512-DmezcEltQai0V1y96nwm0Kg11FDS/INEFekD4nnVgzBqawvznWqK6D6bujn+cw6kivoIr3Uq//QmU/hBlBzUlQ==
integrity sha512-oBRPoNBtCkk0zbUsyP4GaIzCt8C0aCI4ycIRUL67KK5pOHljKLBBtGT+Jr6hkzA74C8Gco8bpZPe7aWFjiaK2w==
dependencies:
"@graphql-tools/merge" "8.3.14"
"@graphql-tools/utils" "9.1.3"
tslib "^2.4.0"
value-or-promise "1.0.11"
"@graphql-tools/schema@9.0.4":
version "9.0.4"
resolved "https://registry.yarnpkg.com/@graphql-tools/schema/-/schema-9.0.4.tgz#1a74608b57abf90fae6fd929d25e5482c57bc05d"
integrity sha512-B/b8ukjs18fq+/s7p97P8L1VMrwapYc3N2KvdG/uNThSazRRn8GsBK0Nr+FH+mVKiUfb4Dno79e3SumZVoHuOQ==
dependencies:
dependencies:
"@graphql-tools/merge" "
8.3.6
"
"@graphql-tools/merge" "
^8.4.1
"
"@graphql-tools/utils" "
8.12.0
"
"@graphql-tools/utils" "
^9.2.1
"
tslib "^2.4.0"
tslib "^2.4.0"
value-or-promise "
1.0.11
"
value-or-promise "
^1.0.12
"
"@graphql-tools/url-loader@
7.16.24", "@graphql-tools/url-loader@^7.13.2
", "@graphql-tools/url-loader@^7.9.7":
"@graphql-tools/url-loader@
^7.13.2", "@graphql-tools/url-loader@^7.17.18
", "@graphql-tools/url-loader@^7.9.7":
version "7.1
6.24
"
version "7.1
7.18
"
resolved "https://registry.yarnpkg.com/@graphql-tools/url-loader/-/url-loader-7.1
6.24.tgz#25e4cb6bae73daab215b972c7f8efbcee2115779
"
resolved "https://registry.yarnpkg.com/@graphql-tools/url-loader/-/url-loader-7.1
7.18.tgz#3e253594d23483e4c0dd3a4c3dd2ad5cd0141192
"
integrity sha512-
i0nvRvxhv6BIO0lDxIHjQRYaVrS7v5BRfCm0cCHcU4T9vVfqgYvWfriptZD6L7OwhZKbqfeHRexYGN+a8FlrqQ
==
integrity sha512-
ear0CiyTj04jCVAxi7TvgbnGDIN2HgqzXzwsfcqiVg9cvjT40NcMlZ2P1lZDgqMkZ9oyLTV8Bw6j+SyG6A+xPw
==
dependencies:
dependencies:
"@ardatan/sync-fetch" "0.0.1"
"@ardatan/sync-fetch" "
^
0.0.1"
"@graphql-tools/delegate" "
9.0.19
"
"@graphql-tools/delegate" "
^9.0.31
"
"@graphql-tools/executor-graphql-ws" "
0.0.5
"
"@graphql-tools/executor-graphql-ws" "
^0.0.14
"
"@graphql-tools/executor-http" "
0.0.6
"
"@graphql-tools/executor-http" "
^0.1.7
"
"@graphql-tools/executor-legacy-ws" "
0.0.5
"
"@graphql-tools/executor-legacy-ws" "
^0.0.11
"
"@graphql-tools/utils" "
9.1.3
"
"@graphql-tools/utils" "
^9.2.1
"
"@graphql-tools/wrap" "
9.2.20
"
"@graphql-tools/wrap" "
^9.4.2
"
"@types/ws" "^8.0.0"
"@types/ws" "^8.0.0"
"@whatwg-node/fetch" "^0.
5
.0"
"@whatwg-node/fetch" "^0.
8
.0"
isomorphic-ws "5.0.0"
isomorphic-ws "
^
5.0.0"
tslib "^2.4.0"
tslib "^2.4.0"
value-or-promise "^1.0.11"
value-or-promise "^1.0.11"
ws "8.11.0"
ws "^8.12.0"
"@graphql-tools/utils@8.12.0":
version "8.12.0"
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-8.12.0.tgz#243bc4f5fc2edbc9e8fd1038189e57d837cbe31f"
integrity sha512-TeO+MJWGXjUTS52qfK4R8HiPoF/R7X+qmgtOYd8DTH0l6b+5Y/tlg5aGeUJefqImRq7nvi93Ms40k/Uz4D5CWw==
dependencies:
tslib "^2.4.0"
"@graphql-tools/utils@9.1.3"
, "@graphql-tools/utils@^9.1.1"
:
"@graphql-tools/utils@9.1.3":
version "9.1.3"
version "9.1.3"
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-9.1.3.tgz#861f87057b313726136fa6ddfbd2380eae906599"
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-9.1.3.tgz#861f87057b313726136fa6ddfbd2380eae906599"
integrity sha512-bbJyKhs6awp1/OmP+WKA1GOyu9UbgZGkhIj5srmiMGLHohEOKMjW784Sk0BZil1w2x95UPu0WHw6/d/HVCACCg==
integrity sha512-bbJyKhs6awp1/OmP+WKA1GOyu9UbgZGkhIj5srmiMGLHohEOKMjW784Sk0BZil1w2x95UPu0WHw6/d/HVCACCg==
dependencies:
dependencies:
tslib "^2.4.0"
tslib "^2.4.0"
"@graphql-tools/utils@^8.
6.5", "@graphql-tools/utils@^8.8.0", "@graphql-tools/utils@^8.9
.0":
"@graphql-tools/utils@^8.
8
.0":
version "8.13.1"
version "8.13.1"
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-8.13.1.tgz#b247607e400365c2cd87ff54654d4ad25a7ac491"
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-8.13.1.tgz#b247607e400365c2cd87ff54654d4ad25a7ac491"
integrity sha512-qIh9yYpdUFmctVqovwMdheVNJqFh+DQNWIhX87FJStfXYnmweBUDATok9fWPleKeFwxnW8IapKmY8m8toJEkAw==
integrity sha512-qIh9yYpdUFmctVqovwMdheVNJqFh+DQNWIhX87FJStfXYnmweBUDATok9fWPleKeFwxnW8IapKmY8m8toJEkAw==
dependencies:
dependencies:
tslib "^2.4.0"
tslib "^2.4.0"
"@graphql-tools/
wrap@9.2.20
":
"@graphql-tools/
utils@^9.0.0", "@graphql-tools/utils@^9.1.1", "@graphql-tools/utils@^9.2.1
":
version "9.2.
20
"
version "9.2.
1
"
resolved "https://registry.yarnpkg.com/@graphql-tools/
wrap/-/wrap-9.2.20.tgz#a17ef632b9e67370f12e9fe73883a761e6575eb
7"
resolved "https://registry.yarnpkg.com/@graphql-tools/
utils/-/utils-9.2.1.tgz#1b3df0ef166cfa3eae706e3518b17d5922721c5
7"
integrity sha512-
I7YN3LRIf5eHPF5PWrjuymwBIKjgLvtTBw+o+UNfpUJwELUjm2wVFOgNw9q334iIWHhcqYBBtIPUCC1zMaVQCQ
==
integrity sha512-
WUw506Ql6xzmOORlriNrD6Ugx+HjVgYxt9KCXD9mHAak+eaXSwuGGPyE60hy9xaDEoXKBsG7SkG69ybitaVl6A
==
dependencies:
dependencies:
"@graphql-tools/delegate" "9.0.19"
"@graphql-typed-document-node/core" "^3.1.1"
"@graphql-tools/schema" "9.0.12"
"@graphql-tools/utils" "9.1.3"
tslib "^2.4.0"
tslib "^2.4.0"
value-or-promise "1.0.11"
"@graphql-typed-document-node/core@3.1.1", "@graphql-typed-document-node/core@^3.1.1":
"@graphql-tools/wrap@^9.4.2":
version "3.1.1"
version "9.4.2"
resolved "https://registry.yarnpkg.com/@graphql-typed-document-node/core/-/core-3.1.1.tgz#076d78ce99822258cf813ecc1e7fa460fa74d052"
resolved "https://registry.yarnpkg.com/@graphql-tools/wrap/-/wrap-9.4.2.tgz#30835587c4c73be1780908a7cb077d8013aa2703"
integrity sha512-NQ17ii0rK1b34VZonlmT2QMJFI70m0TRwbknO/ihlbatXyaktDhN/98vBiUU6kNBPljqGqyIrl2T4nY2RpFANg==
integrity sha512-DFcd9r51lmcEKn0JW43CWkkI2D6T9XI1juW/Yo86i04v43O9w2/k4/nx2XTJv4Yv+iXwUw7Ok81PGltwGJSDSA==
dependencies:
"@graphql-tools/delegate" "^9.0.31"
"@graphql-tools/schema" "^9.0.18"
"@graphql-tools/utils" "^9.2.1"
tslib "^2.4.0"
value-or-promise "^1.0.12"
"@graphql-typed-document-node/core@3.2.0", "@graphql-typed-document-node/core@^3.1.1", "@graphql-typed-document-node/core@^3.2.0":
version "3.2.0"
resolved "https://registry.yarnpkg.com/@graphql-typed-document-node/core/-/core-3.2.0.tgz#5f3d96ec6b2354ad6d8a28bf216a1d97b5426861"
integrity sha512-mB9oAsNCm9aM3/SOv4YtBMqZbYj10R7dkq8byBqxGY/ncFwhf2oQzMV+LCRlWoDSEBJ3COiR1yeDvMtsoOsuFQ==
"@hapi/hoek@^9.0.0":
"@hapi/hoek@^9.0.0":
version "9.3.0"
version "9.3.0"
...
@@ -4290,6 +4295,77 @@
...
@@ -4290,6 +4295,77 @@
resolved "https://registry.yarnpkg.com/@openzeppelin/contracts/-/contracts-4.7.0.tgz#3092d70ea60e3d1835466266b1d68ad47035a2d5"
resolved "https://registry.yarnpkg.com/@openzeppelin/contracts/-/contracts-4.7.0.tgz#3092d70ea60e3d1835466266b1d68ad47035a2d5"
integrity sha512-52Qb+A1DdOss8QvJrijYYPSf32GUg2pGaG/yCxtaA3cu4jduouTdg4XZSMLW9op54m1jH7J8hoajhHKOPsoJFw==
integrity sha512-52Qb+A1DdOss8QvJrijYYPSf32GUg2pGaG/yCxtaA3cu4jduouTdg4XZSMLW9op54m1jH7J8hoajhHKOPsoJFw==
"@parcel/watcher-android-arm64@2.2.0":
version "2.2.0"
resolved "https://registry.yarnpkg.com/@parcel/watcher-android-arm64/-/watcher-android-arm64-2.2.0.tgz#3d1a71f251ba829ab884dfe119cc4f4c49c7222b"
integrity sha512-nU2wh00CTQT9rr1TIKTjdQ9lAGYpmz6XuKw0nAwAN+S2A5YiD55BK1u+E5WMCT8YOIDe/n6gaj4o/Bi9294SSQ==
"@parcel/watcher-darwin-arm64@2.2.0":
version "2.2.0"
resolved "https://registry.yarnpkg.com/@parcel/watcher-darwin-arm64/-/watcher-darwin-arm64-2.2.0.tgz#9ed47d9e4146d53a39f62577a993426d6ddec2d2"
integrity sha512-cJl0UZDcodciy3TDMomoK/Huxpjlkkim3SyMgWzjovHGOZKNce9guLz2dzuFwfObBFCjfznbFMIvAZ5syXotYw==
"@parcel/watcher-darwin-x64@2.2.0":
version "2.2.0"
resolved "https://registry.yarnpkg.com/@parcel/watcher-darwin-x64/-/watcher-darwin-x64-2.2.0.tgz#9b553e61f4a01a0947b1c005619db7b7c9a286d1"
integrity sha512-QI77zxaGrCV1StKcoRYfsUfmUmvPMPfQrubkBBy5XujV2fwaLgZivQOTQMBgp5K2+E19u1ufpspKXAPqSzpbyg==
"@parcel/watcher-linux-arm-glibc@2.2.0":
version "2.2.0"
resolved "https://registry.yarnpkg.com/@parcel/watcher-linux-arm-glibc/-/watcher-linux-arm-glibc-2.2.0.tgz#2644f6292b862c52d636978da8711bf2f7b14b24"
integrity sha512-I2GPBcAXazPzabCmfsa3HRRW+MGlqxYd8g8RIueJU+a4o5nyNZDz0CR1cu0INT0QSQXEZV7w6UE8Hz9CF8u3Pg==
"@parcel/watcher-linux-arm64-glibc@2.2.0":
version "2.2.0"
resolved "https://registry.yarnpkg.com/@parcel/watcher-linux-arm64-glibc/-/watcher-linux-arm64-glibc-2.2.0.tgz#b82c1715a20e6725c89b2697a208d2ae488d22da"
integrity sha512-St5mlfp+2lS9AmgixUqfwJa/DwVmTCJxC1HcOubUTz6YFOKIlkHCeUa1Bxi4E/tR/HSez8+heXHL8HQkJ4Bd8g==
"@parcel/watcher-linux-arm64-musl@2.2.0":
version "2.2.0"
resolved "https://registry.yarnpkg.com/@parcel/watcher-linux-arm64-musl/-/watcher-linux-arm64-musl-2.2.0.tgz#45511adc69c4c89b10965f0dd1519e56a00f512f"
integrity sha512-jS+qfhhoOBVWwMLP65MaG8xdInMK30pPW8wqTCg2AAuVJh5xepMbzkhHJ4zURqHiyY3EiIRuYu4ONJKCxt8iqA==
"@parcel/watcher-linux-x64-glibc@2.2.0":
version "2.2.0"
resolved "https://registry.yarnpkg.com/@parcel/watcher-linux-x64-glibc/-/watcher-linux-x64-glibc-2.2.0.tgz#f6e878bf40874b1ce9530ec87e5c2e644e9ad5ac"
integrity sha512-xJvJ7R2wJdi47WZBFS691RDOWvP1j/IAs3EXaWVhDI8FFITbWrWaln7KoNcR0Y3T+ZwimFY/cfb0PNht1q895g==
"@parcel/watcher-linux-x64-musl@2.2.0":
version "2.2.0"
resolved "https://registry.yarnpkg.com/@parcel/watcher-linux-x64-musl/-/watcher-linux-x64-musl-2.2.0.tgz#4a1b7a8f65b42f50b1819185ef56ed3c9e251425"
integrity sha512-D+NMpgr23a+RI5mu8ZPKWy7AqjBOkURFDgP5iIXXEf/K3hm0jJ3ogzi0Ed2237B/CdYREimCgXyeiAlE/FtwyA==
"@parcel/watcher-win32-arm64@2.2.0":
version "2.2.0"
resolved "https://registry.yarnpkg.com/@parcel/watcher-win32-arm64/-/watcher-win32-arm64-2.2.0.tgz#4cdbaf8c1097038e838d12f897ac8595b18dfb1f"
integrity sha512-z225cPn3aygJsyVUOWwfyW+fY0Tvk7N3XCOl66qUPFxpbuXeZuiuuJemmtm8vxyqa3Ur7peU/qJxrpC64aeI7Q==
"@parcel/watcher-win32-x64@2.2.0":
version "2.2.0"
resolved "https://registry.yarnpkg.com/@parcel/watcher-win32-x64/-/watcher-win32-x64-2.2.0.tgz#f2fcc255b7cadfd0afa7c51cde36413632075bcc"
integrity sha512-JqGW0RJ61BkKx+yYzIURt9s53P7xMVbv0uxYPzAXLBINGaFmkIKSuUPyBVfy8TMbvp93lvF4SPBNDzVRJfvgOw==
"@parcel/watcher@^2.1.0":
version "2.2.0"
resolved "https://registry.yarnpkg.com/@parcel/watcher/-/watcher-2.2.0.tgz#92067954e591d239c3ecfa08add205f88f476068"
integrity sha512-71S4TF+IMyAn24PK4KSkdKtqJDR3zRzb0HE3yXpacItqTM7XfF2f5q9NEGLEVl0dAaBAGfNwDCjH120y25F6Tg==
dependencies:
detect-libc "^1.0.3"
is-glob "^4.0.3"
micromatch "^4.0.5"
node-addon-api "^7.0.0"
optionalDependencies:
"@parcel/watcher-android-arm64" "2.2.0"
"@parcel/watcher-darwin-arm64" "2.2.0"
"@parcel/watcher-darwin-x64" "2.2.0"
"@parcel/watcher-linux-arm-glibc" "2.2.0"
"@parcel/watcher-linux-arm64-glibc" "2.2.0"
"@parcel/watcher-linux-arm64-musl" "2.2.0"
"@parcel/watcher-linux-x64-glibc" "2.2.0"
"@parcel/watcher-linux-x64-musl" "2.2.0"
"@parcel/watcher-win32-arm64" "2.2.0"
"@parcel/watcher-win32-x64" "2.2.0"
"@peculiar/asn1-schema@^2.1.6", "@peculiar/asn1-schema@^2.3.0":
"@peculiar/asn1-schema@^2.1.6", "@peculiar/asn1-schema@^2.3.0":
version "2.3.3"
version "2.3.3"
resolved "https://registry.yarnpkg.com/@peculiar/asn1-schema/-/asn1-schema-2.3.3.tgz#21418e1f3819e0b353ceff0c2dad8ccb61acd777"
resolved "https://registry.yarnpkg.com/@peculiar/asn1-schema/-/asn1-schema-2.3.3.tgz#21418e1f3819e0b353ceff0c2dad8ccb61acd777"
...
@@ -4474,7 +4550,7 @@
...
@@ -4474,7 +4550,7 @@
redux-thunk "^2.4.1"
redux-thunk "^2.4.1"
reselect "^4.1.5"
reselect "^4.1.5"
"@repeaterjs/repeater@3.0.4":
"@repeaterjs/repeater@3.0.4"
, "@repeaterjs/repeater@^3.0.4"
:
version "3.0.4"
version "3.0.4"
resolved "https://registry.yarnpkg.com/@repeaterjs/repeater/-/repeater-3.0.4.tgz#a04d63f4d1bf5540a41b01a921c9a7fddc3bd1ca"
resolved "https://registry.yarnpkg.com/@repeaterjs/repeater/-/repeater-3.0.4.tgz#a04d63f4d1bf5540a41b01a921c9a7fddc3bd1ca"
integrity sha512-AW8PKd6iX3vAZ0vA43nOUOnbq/X5ihgU+mSXXqunMkeQADGiqw/PY0JNeYtD5sr0PAy51YPgAPbDoeapv9r8WA==
integrity sha512-AW8PKd6iX3vAZ0vA43nOUOnbq/X5ihgU+mSXXqunMkeQADGiqw/PY0JNeYtD5sr0PAy51YPgAPbDoeapv9r8WA==
...
@@ -5214,11 +5290,6 @@
...
@@ -5214,11 +5290,6 @@
resolved "https://registry.yarnpkg.com/@tootallnate/once/-/once-1.1.2.tgz#ccb91445360179a04e7fe6aff78c00ffc1eeaf82"
resolved "https://registry.yarnpkg.com/@tootallnate/once/-/once-1.1.2.tgz#ccb91445360179a04e7fe6aff78c00ffc1eeaf82"
integrity sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==
integrity sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==
"@tootallnate/once@2":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@tootallnate/once/-/once-2.0.0.tgz#f544a148d3ab35801c1f633a7441fd87c2e484bf"
integrity sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A==
"@trysound/sax@0.2.0":
"@trysound/sax@0.2.0":
version "0.2.0"
version "0.2.0"
resolved "https://registry.yarnpkg.com/@trysound/sax/-/sax-0.2.0.tgz#cccaab758af56761eb7bf37af6f03f326dd798ad"
resolved "https://registry.yarnpkg.com/@trysound/sax/-/sax-0.2.0.tgz#cccaab758af56761eb7bf37af6f03f326dd798ad"
...
@@ -5720,13 +5791,6 @@
...
@@ -5720,13 +5791,6 @@
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
integrity sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==
integrity sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==
"@types/jsonwebtoken@^8.5.0":
version "8.5.9"
resolved "https://registry.yarnpkg.com/@types/jsonwebtoken/-/jsonwebtoken-8.5.9.tgz#2c064ecb0b3128d837d2764aa0b117b0ff6e4586"
integrity sha512-272FMnFGzAVMGtu9tkr29hRL6bZj4Zs1KZNeHLnKqAvp06tAIcarTMwOh8/8bz4FmKRcMxZhZNeUAQsNLoiPhg==
dependencies:
"@types/node" "*"
"@types/lingui__core@*", "@types/lingui__core@^2.7.1":
"@types/lingui__core@*", "@types/lingui__core@^2.7.1":
version "2.7.1"
version "2.7.1"
resolved "https://registry.npmjs.org/@types/lingui__core/-/lingui__core-2.7.1.tgz"
resolved "https://registry.npmjs.org/@types/lingui__core/-/lingui__core-2.7.1.tgz"
...
@@ -7303,7 +7367,12 @@
...
@@ -7303,7 +7367,12 @@
"@webassemblyjs/ast" "1.11.5"
"@webassemblyjs/ast" "1.11.5"
"@xtuc/long" "4.2.2"
"@xtuc/long" "4.2.2"
"@whatwg-node/fetch@0.5.3", "@whatwg-node/fetch@^0.5.0":
"@whatwg-node/events@^0.0.3":
version "0.0.3"
resolved "https://registry.yarnpkg.com/@whatwg-node/events/-/events-0.0.3.tgz#13a65dd4f5893f55280f766e29ae48074927acad"
integrity sha512-IqnKIDWfXBJkvy/k6tzskWTc2NK3LcqHlb+KHGCrjOCH4jfQckRX0NAiIcC/vIqQkzLYw2r2CTSwAxcrtcD6lA==
"@whatwg-node/fetch@^0.5.0":
version "0.5.3"
version "0.5.3"
resolved "https://registry.yarnpkg.com/@whatwg-node/fetch/-/fetch-0.5.3.tgz#afbd38a2e5392d91318845b967529076ca654b9e"
resolved "https://registry.yarnpkg.com/@whatwg-node/fetch/-/fetch-0.5.3.tgz#afbd38a2e5392d91318845b967529076ca654b9e"
integrity sha512-cuAKL3Z7lrJJuUrfF1wxkQTb24Qd1QO/lsjJpM5ZSZZzUMms5TPnbGeGUKWA3hVKNHh30lVfr2MyRCT5Jfkucw==
integrity sha512-cuAKL3Z7lrJJuUrfF1wxkQTb24Qd1QO/lsjJpM5ZSZZzUMms5TPnbGeGUKWA3hVKNHh30lVfr2MyRCT5Jfkucw==
...
@@ -7317,20 +7386,27 @@
...
@@ -7317,20 +7386,27 @@
undici "^5.12.0"
undici "^5.12.0"
web-streams-polyfill "^3.2.0"
web-streams-polyfill "^3.2.0"
"@whatwg-node/fetch@^0.
3.0
":
"@whatwg-node/fetch@^0.
8.0", "@whatwg-node/fetch@^0.8.1", "@whatwg-node/fetch@^0.8.2
":
version "0.
3.2
"
version "0.
8.8
"
resolved "https://registry.yarnpkg.com/@whatwg-node/fetch/-/fetch-0.
3.2.tgz#da4323795c26c135563ba01d49dc16037bec4287
"
resolved "https://registry.yarnpkg.com/@whatwg-node/fetch/-/fetch-0.
8.8.tgz#48c6ad0c6b7951a73e812f09dd22d75e9fa18cae
"
integrity sha512-
Bs5zAWQs0tXsLa4mRmLw7Psps1EN78vPtgcLpw3qPY8s6UYPUM67zFZ9cy+7tZ64PXhfwzxJn+m7RH2Lq48RNQ
==
integrity sha512-
CdcjGC2vdKhc13KKxgsc6/616BQ7ooDIgPeTuAiE8qfCnS0mGzcfCOoZXypQSz73nxI+GWc7ZReIAVhxoE1KCg
==
dependencies:
dependencies:
"@peculiar/webcrypto" "^1.4.0"
"@peculiar/webcrypto" "^1.4.0"
abort-controller "^3.0.0
"
"@whatwg-node/node-fetch" "^0.3.6
"
busboy "^1.6.0"
busboy "^1.6.0"
event-target-polyfill "^0.0.3"
urlpattern-polyfill "^8.0.0"
form-data-encoder "^1.7.1"
web-streams-polyfill "^3.2.1"
formdata-node "^4.3.1"
node-fetch "^2.6.7"
"@whatwg-node/node-fetch@^0.3.6":
undici "^5.8.0"
version "0.3.6"
web-streams-polyfill "^3.2.0"
resolved "https://registry.yarnpkg.com/@whatwg-node/node-fetch/-/node-fetch-0.3.6.tgz#e28816955f359916e2d830b68a64493124faa6d0"
integrity sha512-w9wKgDO4C95qnXZRwZTfCmLWqyRnooGjcIwG0wADWjw9/HN0p7dtvtgSvItZtUyNteEvgTrd8QojNEqV6DAGTA==
dependencies:
"@whatwg-node/events" "^0.0.3"
busboy "^1.6.0"
fast-querystring "^1.1.1"
fast-url-parser "^1.1.3"
tslib "^2.3.1"
"@wry/context@^0.7.0":
"@wry/context@^0.7.0":
version "0.7.0"
version "0.7.0"
...
@@ -7487,6 +7563,13 @@ agent-base@6:
...
@@ -7487,6 +7563,13 @@ agent-base@6:
dependencies:
dependencies:
debug "4"
debug "4"
agent-base@^7.0.2, agent-base@^7.1.0:
version "7.1.0"
resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-7.1.0.tgz#536802b76bc0b34aa50195eb2442276d613e3434"
integrity sha512-o/zjMZRhJxny7OyEF+Op8X+efiELC7k7yOjMzgfzVqOzXqkBkWI79YoTdOtsuWd5BWhAGAuOY/Xa6xpiaWXiNg==
dependencies:
debug "^4.3.4"
agentkeepalive@^4.2.1:
agentkeepalive@^4.2.1:
version "4.2.1"
version "4.2.1"
resolved "https://registry.yarnpkg.com/agentkeepalive/-/agentkeepalive-4.2.1.tgz#a7975cbb9f83b367f06c90cc51ff28fe7d499717"
resolved "https://registry.yarnpkg.com/agentkeepalive/-/agentkeepalive-4.2.1.tgz#a7975cbb9f83b367f06c90cc51ff28fe7d499717"
...
@@ -8534,11 +8617,6 @@ buffer-crc32@~0.2.3:
...
@@ -8534,11 +8617,6 @@ buffer-crc32@~0.2.3:
resolved "https://registry.yarnpkg.com/buffer-crc32/-/buffer-crc32-0.2.13.tgz#0d333e3f00eac50aa1454abd30ef8c2a5d9a7242"
resolved "https://registry.yarnpkg.com/buffer-crc32/-/buffer-crc32-0.2.13.tgz#0d333e3f00eac50aa1454abd30ef8c2a5d9a7242"
integrity sha1-DTM+PwDqxQqhRUq9MO+MKl2ackI=
integrity sha1-DTM+PwDqxQqhRUq9MO+MKl2ackI=
buffer-equal-constant-time@1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/buffer-equal-constant-time/-/buffer-equal-constant-time-1.0.1.tgz#f8e71132f7ffe6e01a5c9697a4c6f3e48d5cc819"
integrity sha512-zRpUiDwd/xk6ADqPMATG8vc9VPrkck7T07OIx0gnjmJAnHnTVXNQG3vfvWNuiZIkwu9KrKdA1iJKfsfTVxE6NA==
buffer-equal@0.0.1:
buffer-equal@0.0.1:
version "0.0.1"
version "0.0.1"
resolved "https://registry.npmjs.org/buffer-equal/-/buffer-equal-0.0.1.tgz"
resolved "https://registry.npmjs.org/buffer-equal/-/buffer-equal-0.0.1.tgz"
...
@@ -8796,6 +8874,22 @@ change-case-all@1.0.14:
...
@@ -8796,6 +8874,22 @@ change-case-all@1.0.14:
upper-case "^2.0.2"
upper-case "^2.0.2"
upper-case-first "^2.0.2"
upper-case-first "^2.0.2"
change-case-all@1.0.15:
version "1.0.15"
resolved "https://registry.yarnpkg.com/change-case-all/-/change-case-all-1.0.15.tgz#de29393167fc101d646cd76b0ef23e27d09756ad"
integrity sha512-3+GIFhk3sNuvFAJKU46o26OdzudQlPNBCu1ZQi3cMeMHhty1bhDxu2WrEilVNYaGvqUtR1VSigFcJOiS13dRhQ==
dependencies:
change-case "^4.1.2"
is-lower-case "^2.0.2"
is-upper-case "^2.0.2"
lower-case "^2.0.2"
lower-case-first "^2.0.2"
sponge-case "^1.0.1"
swap-case "^2.0.2"
title-case "^3.0.3"
upper-case "^2.0.2"
upper-case-first "^2.0.2"
change-case@^4.1.2:
change-case@^4.1.2:
version "4.1.2"
version "4.1.2"
resolved "https://registry.yarnpkg.com/change-case/-/change-case-4.1.2.tgz#fedfc5f136045e2398c0410ee441f95704641e12"
resolved "https://registry.yarnpkg.com/change-case/-/change-case-4.1.2.tgz#fedfc5f136045e2398c0410ee441f95704641e12"
...
@@ -8869,7 +8963,7 @@ chokidar@3.5.1:
...
@@ -8869,7 +8963,7 @@ chokidar@3.5.1:
optionalDependencies:
optionalDependencies:
fsevents "~2.3.1"
fsevents "~2.3.1"
chokidar@3.5.3, chokidar@^3.4.0, chokidar@^3.4.2, chokidar@^3.4.3, chokidar@^3.5.
2, chokidar@^3.5.
3:
chokidar@3.5.3, chokidar@^3.4.0, chokidar@^3.4.2, chokidar@^3.4.3, chokidar@^3.5.3:
version "3.5.3"
version "3.5.3"
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.5.3.tgz#1cf37c8707b932bd1af1ae22c0432e2acd1903bd"
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.5.3.tgz#1cf37c8707b932bd1af1ae22c0432e2acd1903bd"
integrity sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==
integrity sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==
...
@@ -9360,18 +9454,6 @@ core-util-is@1.0.2, core-util-is@~1.0.0:
...
@@ -9360,18 +9454,6 @@ core-util-is@1.0.2, core-util-is@~1.0.0:
resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7"
resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7"
integrity sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=
integrity sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=
cosmiconfig-toml-loader@1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/cosmiconfig-toml-loader/-/cosmiconfig-toml-loader-1.0.0.tgz#0681383651cceff918177debe9084c0d3769509b"
integrity sha512-H/2gurFWVi7xXvCyvsWRLCMekl4tITJcX0QEsDMpzxtuxDyM59xLatYNg4s/k9AA/HdtCYfj2su8mgA0GSDLDA==
dependencies:
"@iarna/toml" "^2.2.5"
cosmiconfig-typescript-loader@4.1.1:
version "4.1.1"
resolved "https://registry.yarnpkg.com/cosmiconfig-typescript-loader/-/cosmiconfig-typescript-loader-4.1.1.tgz#38dd3578344038dae40fdf09792bc2e9df529f78"
integrity sha512-9DHpa379Gp0o0Zefii35fcmuuin6q92FnLDffzdZ0l9tVd3nEobG3O+MZ06+kuBvFTSVScvNb/oHA13Nd4iipg==
cosmiconfig-typescript-loader@^1.0.0:
cosmiconfig-typescript-loader@^1.0.0:
version "1.0.9"
version "1.0.9"
resolved "https://registry.yarnpkg.com/cosmiconfig-typescript-loader/-/cosmiconfig-typescript-loader-1.0.9.tgz#69c523f7e8c3d9f27f563d02bbeadaf2f27212d3"
resolved "https://registry.yarnpkg.com/cosmiconfig-typescript-loader/-/cosmiconfig-typescript-loader-1.0.9.tgz#69c523f7e8c3d9f27f563d02bbeadaf2f27212d3"
...
@@ -9380,21 +9462,15 @@ cosmiconfig-typescript-loader@^1.0.0:
...
@@ -9380,21 +9462,15 @@ cosmiconfig-typescript-loader@^1.0.0:
cosmiconfig "^7"
cosmiconfig "^7"
ts-node "^10.7.0"
ts-node "^10.7.0"
cosmiconfig-typescript-loader@^4.0.0:
cosmiconfig@8.0.0:
version "4.2.0"
version "8.0.0"
resolved "https://registry.yarnpkg.com/cosmiconfig-typescript-loader/-/cosmiconfig-typescript-loader-4.2.0.tgz#a3cfd0dd9dac86be7dbe5f53eb46ad03abdf417b"
resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-8.0.0.tgz#e9feae014eab580f858f8a0288f38997a7bebe97"
integrity sha512-NkANeMnaHrlaSSlpKGyvn2R4rqUDeE/9E5YHx+b4nwo0R8dZyAqcih8/gxpCZvqWP9Vf6xuLpMSzSgdVEIM78g==
integrity sha512-da1EafcpH6b/TD8vDRaWV7xFINlHlF6zKsGwS1TsuVJTZRkquaS5HTMq7uq6h31619QjbsYl21gVDOm32KM1vQ==
cosmiconfig@7.0.1, cosmiconfig@^7, cosmiconfig@^7.0.0, cosmiconfig@^7.0.1:
version "7.0.1"
resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-7.0.1.tgz#714d756522cace867867ccb4474c5d01bbae5d6d"
integrity sha512-a1YWNUV2HwGimB7dU2s1wUMurNKjpx60HxBB6xUM8Re+2s1g1IIfJvFR0/iCF+XHdE0GMTKTuLR32UQff4TEyQ==
dependencies:
dependencies:
"@types/parse-json" "^4.0.0"
import-fresh "^3.2.1"
import-fresh "^3.2.1"
js-yaml "^4.1.0"
parse-json "^5.0.0"
parse-json "^5.0.0"
path-type "^4.0.0"
path-type "^4.0.0"
yaml "^1.10.0"
cosmiconfig@^6.0.0:
cosmiconfig@^6.0.0:
version "6.0.0"
version "6.0.0"
...
@@ -9407,6 +9483,17 @@ cosmiconfig@^6.0.0:
...
@@ -9407,6 +9483,17 @@ cosmiconfig@^6.0.0:
path-type "^4.0.0"
path-type "^4.0.0"
yaml "^1.7.2"
yaml "^1.7.2"
cosmiconfig@^7, cosmiconfig@^7.0.0, cosmiconfig@^7.0.1:
version "7.0.1"
resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-7.0.1.tgz#714d756522cace867867ccb4474c5d01bbae5d6d"
integrity sha512-a1YWNUV2HwGimB7dU2s1wUMurNKjpx60HxBB6xUM8Re+2s1g1IIfJvFR0/iCF+XHdE0GMTKTuLR32UQff4TEyQ==
dependencies:
"@types/parse-json" "^4.0.0"
import-fresh "^3.2.1"
parse-json "^5.0.0"
path-type "^4.0.0"
yaml "^1.10.0"
crc-32@^1.2.0:
crc-32@^1.2.0:
version "1.2.2"
version "1.2.2"
resolved "https://registry.yarnpkg.com/crc-32/-/crc-32-1.2.2.tgz#3cad35a934b8bf71f25ca524b6da51fb7eace2ff"
resolved "https://registry.yarnpkg.com/crc-32/-/crc-32-1.2.2.tgz#3cad35a934b8bf71f25ca524b6da51fb7eace2ff"
...
@@ -10106,10 +10193,10 @@ data-urls@^2.0.0:
...
@@ -10106,10 +10193,10 @@ data-urls@^2.0.0:
whatwg-mimetype "^2.3.0"
whatwg-mimetype "^2.3.0"
whatwg-url "^8.0.0"
whatwg-url "^8.0.0"
dataloader@
2.1.0
:
dataloader@
^2.2.2
:
version "2.
1.0
"
version "2.
2.2
"
resolved "https://registry.yarnpkg.com/dataloader/-/dataloader-2.
1.0.tgz#c69c538235e85e7ac6c6c444bae8ecabf5de9df7
"
resolved "https://registry.yarnpkg.com/dataloader/-/dataloader-2.
2.2.tgz#216dc509b5abe39d43a9b9d97e6e5e473dfbe3e0
"
integrity sha512-
qTcEYLen3r7ojZNgVUaRggOI+KM7jrKxXeSHhogh/TWxYMeONEMqY+hmkobiYQozsGIyg9OYVzO4ZIfoB4I0pQ
==
integrity sha512-
8YnDaaf7N3k/q5HnTJVuzSyLETjoZjVmHc4AeKAzOvKHEFQKcn64OKBfzHYtE9zGjctNM7V9I0MfnUVLpi7M5g
==
date-fns@^2.16.1, date-fns@^2.29.3:
date-fns@^2.16.1, date-fns@^2.29.3:
version "2.30.0"
version "2.30.0"
...
@@ -10304,6 +10391,11 @@ detect-indent@^6.0.0:
...
@@ -10304,6 +10391,11 @@ detect-indent@^6.0.0:
resolved "https://registry.yarnpkg.com/detect-indent/-/detect-indent-6.1.0.tgz#592485ebbbf6b3b1ab2be175c8393d04ca0d57e6"
resolved "https://registry.yarnpkg.com/detect-indent/-/detect-indent-6.1.0.tgz#592485ebbbf6b3b1ab2be175c8393d04ca0d57e6"
integrity sha512-reYkTUJAZb9gUuZ2RvVCNhVHdg62RHnJ7WJl8ftMi4diZ6NWlciOzQN88pUhSELEwflJht4oQDv0F0BMlwaYtA==
integrity sha512-reYkTUJAZb9gUuZ2RvVCNhVHdg62RHnJ7WJl8ftMi4diZ6NWlciOzQN88pUhSELEwflJht4oQDv0F0BMlwaYtA==
detect-libc@^1.0.3:
version "1.0.3"
resolved "https://registry.yarnpkg.com/detect-libc/-/detect-libc-1.0.3.tgz#fa137c4bd698edf55cd5cd02ac559f91a4c4ba9b"
integrity sha512-pGjwhsmsp4kL2RTz08wcOlGN83otlqHeD/Z5T8GXZB+/YcpQ/dgo+lbU8ZsGxV0HIvqqxo9l7mqYwyYMD9bKDg==
detect-newline@^3.0.0:
detect-newline@^3.0.0:
version "3.1.0"
version "3.1.0"
resolved "https://registry.yarnpkg.com/detect-newline/-/detect-newline-3.1.0.tgz#576f5dfc63ae1a192ff192d8ad3af6308991b651"
resolved "https://registry.yarnpkg.com/detect-newline/-/detect-newline-3.1.0.tgz#576f5dfc63ae1a192ff192d8ad3af6308991b651"
...
@@ -10510,7 +10602,7 @@ dotenv@^16.0.0:
...
@@ -10510,7 +10602,7 @@ dotenv@^16.0.0:
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.0.3.tgz#115aec42bac5053db3c456db30cc243a5a836a07"
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.0.3.tgz#115aec42bac5053db3c456db30cc243a5a836a07"
integrity sha512-7GO6HghkA5fYG9TYnNxi14/7K9f5occMlp3zXAuSxn7CKCxt9xbNWG7yF8hTCSUchlfWSe3uLmlPfigevRItzQ==
integrity sha512-7GO6HghkA5fYG9TYnNxi14/7K9f5occMlp3zXAuSxn7CKCxt9xbNWG7yF8hTCSUchlfWSe3uLmlPfigevRItzQ==
dset@3.1.2:
dset@
^
3.1.2:
version "3.1.2"
version "3.1.2"
resolved "https://registry.yarnpkg.com/dset/-/dset-3.1.2.tgz#89c436ca6450398396dc6538ea00abc0c54cd45a"
resolved "https://registry.yarnpkg.com/dset/-/dset-3.1.2.tgz#89c436ca6450398396dc6538ea00abc0c54cd45a"
integrity sha512-g/M9sqy3oHe477Ar4voQxWtaPIFw1jTdKZuomOjhCcBx9nHUNn0pu6NopuFFrTh/TRZIKEj+76vLWFu9BNKk+Q==
integrity sha512-g/M9sqy3oHe477Ar4voQxWtaPIFw1jTdKZuomOjhCcBx9nHUNn0pu6NopuFFrTh/TRZIKEj+76vLWFu9BNKk+Q==
...
@@ -10545,13 +10637,6 @@ ecc-jsbn@~0.1.1:
...
@@ -10545,13 +10637,6 @@ ecc-jsbn@~0.1.1:
jsbn "~0.1.0"
jsbn "~0.1.0"
safer-buffer "^2.1.0"
safer-buffer "^2.1.0"
ecdsa-sig-formatter@1.0.11:
version "1.0.11"
resolved "https://registry.yarnpkg.com/ecdsa-sig-formatter/-/ecdsa-sig-formatter-1.0.11.tgz#ae0f0fa2d85045ef14a817daa3ce9acd0489e5bf"
integrity sha512-nagl3RYrbNv6kQkeJIpt6NJZy8twLB/2vtz6yN9Z4vRKHN4/QZJIEbqohALSgwKdnksuY3k5Addp5lg8sVoVcQ==
dependencies:
safe-buffer "^5.0.1"
ee-first@1.1.1:
ee-first@1.1.1:
version "1.1.1"
version "1.1.1"
resolved "https://registry.yarnpkg.com/ee-first/-/ee-first-1.1.1.tgz#590c61156b0ae2f4f0255732a158b266bc56b21d"
resolved "https://registry.yarnpkg.com/ee-first/-/ee-first-1.1.1.tgz#590c61156b0ae2f4f0255732a158b266bc56b21d"
...
@@ -11453,11 +11538,6 @@ eval@0.1.6:
...
@@ -11453,11 +11538,6 @@ eval@0.1.6:
dependencies:
dependencies:
require-like ">= 0.1.1"
require-like ">= 0.1.1"
event-target-polyfill@^0.0.3:
version "0.0.3"
resolved "https://registry.yarnpkg.com/event-target-polyfill/-/event-target-polyfill-0.0.3.tgz#ed373295f3b257774b5d75afb2599331d9f3406c"
integrity sha512-ZMc6UuvmbinrCk4RzGyVmRyIsAyxMRlp4CqSrcQRO8Dy0A9ldbiRy5kdtBj4OtP7EClGdqGfIqo9JmOClMsGLQ==
event-target-shim@^5.0.0:
event-target-shim@^5.0.0:
version "5.0.1"
version "5.0.1"
resolved "https://registry.yarnpkg.com/event-target-shim/-/event-target-shim-5.0.1.tgz#5d4d3ebdf9583d63a5333ce2deb7480ab2b05789"
resolved "https://registry.yarnpkg.com/event-target-shim/-/event-target-shim-5.0.1.tgz#5d4d3ebdf9583d63a5333ce2deb7480ab2b05789"
...
@@ -11685,6 +11765,11 @@ eyes@^0.1.8:
...
@@ -11685,6 +11765,11 @@ eyes@^0.1.8:
resolved "https://registry.yarnpkg.com/eyes/-/eyes-0.1.8.tgz#62cf120234c683785d902348a800ef3e0cc20bc0"
resolved "https://registry.yarnpkg.com/eyes/-/eyes-0.1.8.tgz#62cf120234c683785d902348a800ef3e0cc20bc0"
integrity sha512-GipyPsXO1anza0AOZdy69Im7hGFCNB7Y/NGjDlZGJ3GJJLtwNSb2vrzYrTYJRrRloVx7pl+bhUaTB8yiccPvFQ==
integrity sha512-GipyPsXO1anza0AOZdy69Im7hGFCNB7Y/NGjDlZGJ3GJJLtwNSb2vrzYrTYJRrRloVx7pl+bhUaTB8yiccPvFQ==
fast-decode-uri-component@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/fast-decode-uri-component/-/fast-decode-uri-component-1.0.1.tgz#46f8b6c22b30ff7a81357d4f59abfae938202543"
integrity sha512-WKgKWg5eUxvRZGwW8FvfbaH7AXSh2cL+3j5fMGzUMCxWBJ3dV3a7Wz8y2f/uQ0e3B6WmodD3oS54jTQ9HVTIIg==
fast-deep-equal@^2.0.1:
fast-deep-equal@^2.0.1:
version "2.0.1"
version "2.0.1"
resolved "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-2.0.1.tgz"
resolved "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-2.0.1.tgz"
...
@@ -11721,6 +11806,13 @@ fast-levenshtein@^2.0.6, fast-levenshtein@~2.0.6:
...
@@ -11721,6 +11806,13 @@ fast-levenshtein@^2.0.6, fast-levenshtein@~2.0.6:
resolved "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz"
resolved "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz"
integrity sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=
integrity sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=
fast-querystring@^1.1.1:
version "1.1.2"
resolved "https://registry.yarnpkg.com/fast-querystring/-/fast-querystring-1.1.2.tgz#a6d24937b4fc6f791b4ee31dcb6f53aeafb89f53"
integrity sha512-g6KuKWmFXc0fID8WWH0jit4g0AGBoJhCkJMb1RmbsSEUNvQ+ZC8D6CUZ+GtF8nMzSPXnhiePyyqqipzNNEnHjg==
dependencies:
fast-decode-uri-component "^1.0.1"
fast-redact@^3.0.0:
fast-redact@^3.0.0:
version "3.2.0"
version "3.2.0"
resolved "https://registry.yarnpkg.com/fast-redact/-/fast-redact-3.2.0.tgz#b1e2d39bc731376d28bde844454fa23e26919987"
resolved "https://registry.yarnpkg.com/fast-redact/-/fast-redact-3.2.0.tgz#b1e2d39bc731376d28bde844454fa23e26919987"
...
@@ -11736,10 +11828,10 @@ fast-stable-stringify@^1.0.0:
...
@@ -11736,10 +11828,10 @@ fast-stable-stringify@^1.0.0:
resolved "https://registry.yarnpkg.com/fast-stable-stringify/-/fast-stable-stringify-1.0.0.tgz#5c5543462b22aeeefd36d05b34e51c78cb86d313"
resolved "https://registry.yarnpkg.com/fast-stable-stringify/-/fast-stable-stringify-1.0.0.tgz#5c5543462b22aeeefd36d05b34e51c78cb86d313"
integrity sha512-wpYMUmFu5f00Sm0cj2pfivpmawLZ0NKdviQ4w9zJeR8JVtOpOxHmLaJuj0vxvGqMJQWyP/COUkF75/57OKyRag==
integrity sha512-wpYMUmFu5f00Sm0cj2pfivpmawLZ0NKdviQ4w9zJeR8JVtOpOxHmLaJuj0vxvGqMJQWyP/COUkF75/57OKyRag==
fast-url-parser@1.1.3:
fast-url-parser@1.1.3
, fast-url-parser@^1.1.3
:
version "1.1.3"
version "1.1.3"
resolved "https://registry.
npmjs.org/fast-url-parser/-/fast-url-parser-1.1.3.tgz
"
resolved "https://registry.
yarnpkg.com/fast-url-parser/-/fast-url-parser-1.1.3.tgz#f4af3ea9f34d8a271cf58ad2b3759f431f0b318d
"
integrity sha
1-9K8+qfNNiicc9YrSs3WfQx8LMY0
=
integrity sha
512-5jOCVXADYNuRkKFzNJ0dCCewsZiYo0dz8QNYljkOpFC6r2U4OBmKtvm/Tsuh4w1YYdDqDb31a8TVhBJ2OJKdqQ=
=
dependencies:
dependencies:
punycode "^1.3.2"
punycode "^1.3.2"
...
@@ -12440,23 +12532,21 @@ grapheme-splitter@^1.0.4:
...
@@ -12440,23 +12532,21 @@ grapheme-splitter@^1.0.4:
resolved "https://registry.yarnpkg.com/grapheme-splitter/-/grapheme-splitter-1.0.4.tgz#9cf3a665c6247479896834af35cf1dbb4400767e"
resolved "https://registry.yarnpkg.com/grapheme-splitter/-/grapheme-splitter-1.0.4.tgz#9cf3a665c6247479896834af35cf1dbb4400767e"
integrity sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==
integrity sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==
graphql-config@
4.3.6
:
graphql-config@
^4.5.0
:
version "4.
3.6
"
version "4.
5.0
"
resolved "https://registry.yarnpkg.com/graphql-config/-/graphql-config-4.
3.6.tgz#908ef03d6670c3068e51fe2e84e10e3e0af220b6
"
resolved "https://registry.yarnpkg.com/graphql-config/-/graphql-config-4.
5.0.tgz#257c2338950b8dce295a27f75c5f6c39f8f777b2
"
integrity sha512-
i7mAPwc0LAZPnYu2bI8B6yXU5820Wy/ArvmOseDLZIu0OU1UTULEuexHo6ZcHXeT9NvGGaUPQZm8NV3z79YydA
==
integrity sha512-
x6D0/cftpLUJ0Ch1e5sj1TZn6Wcxx4oMfmhaG9shM0DKajA9iR+j1z86GSTQ19fShbGvrSSvbIQsHku6aQ6BBw
==
dependencies:
dependencies:
"@graphql-tools/graphql-file-loader" "^7.3.7"
"@graphql-tools/graphql-file-loader" "^7.3.7"
"@graphql-tools/json-file-loader" "^7.3.7"
"@graphql-tools/json-file-loader" "^7.3.7"
"@graphql-tools/load" "^7.5.5"
"@graphql-tools/load" "^7.5.5"
"@graphql-tools/merge" "^8.2.6"
"@graphql-tools/merge" "^8.2.6"
"@graphql-tools/url-loader" "^7.9.7"
"@graphql-tools/url-loader" "^7.9.7"
"@graphql-tools/utils" "^8.6.5"
"@graphql-tools/utils" "^9.0.0"
cosmiconfig "7.0.1"
cosmiconfig "8.0.0"
cosmiconfig-toml-loader "1.0.0"
jiti "1.17.1"
cosmiconfig-typescript-loader "^4.0.0"
minimatch "4.2.3"
minimatch "4.2.1"
string-env-interpolation "1.0.1"
string-env-interpolation "1.0.1"
ts-node "^10.8.1"
tslib "^2.4.0"
tslib "^2.4.0"
graphql-request@^3.4.0:
graphql-request@^3.4.0:
...
@@ -12468,15 +12558,13 @@ graphql-request@^3.4.0:
...
@@ -12468,15 +12558,13 @@ graphql-request@^3.4.0:
extract-files "^9.0.0"
extract-files "^9.0.0"
form-data "^3.0.0"
form-data "^3.0.0"
graphql-request@^
5
.0.0:
graphql-request@^
6
.0.0:
version "
5.0
.0"
version "
6.1
.0"
resolved "https://registry.yarnpkg.com/graphql-request/-/graphql-request-
5.0.0.tgz#7504a807d0e11be11a3c448e900f0cc316aa18e
f"
resolved "https://registry.yarnpkg.com/graphql-request/-/graphql-request-
6.1.0.tgz#f4eb2107967af3c7a5907eb3131c671eac89be4
f"
integrity sha512-
SpVEnIo2J5k2+Zf76cUkdvIRaq5FMZvGQYnA4lUWYbc99m+fHh4CZYRRO/Ff4tCLQ613fzCm3SiDT64ubW5Gy
w==
integrity sha512-
p+XPfS4q7aIpKVcgmnZKhMNqhltk20hfXtkaIkTfjjmiKMJ5xrt5c743cL03y/K7y1rg3WrIC49xGiEQ4mxdN
w==
dependencies:
dependencies:
"@graphql-typed-document-node/core" "^3.
1.1
"
"@graphql-typed-document-node/core" "^3.
2.0
"
cross-fetch "^3.1.5"
cross-fetch "^3.1.5"
extract-files "^9.0.0"
form-data "^3.0.0"
graphql-tag@^2.11.0, graphql-tag@^2.12.6:
graphql-tag@^2.11.0, graphql-tag@^2.12.6:
version "2.12.6"
version "2.12.6"
...
@@ -12485,10 +12573,10 @@ graphql-tag@^2.11.0, graphql-tag@^2.12.6:
...
@@ -12485,10 +12573,10 @@ graphql-tag@^2.11.0, graphql-tag@^2.12.6:
dependencies:
dependencies:
tslib "^2.1.0"
tslib "^2.1.0"
graphql-ws@5.1
1.2
:
graphql-ws@5.1
2.1
:
version "5.1
1.2
"
version "5.1
2.1
"
resolved "https://registry.yarnpkg.com/graphql-ws/-/graphql-ws-5.1
1.2.tgz#d5e0acae8b4d4a4cf7be410a24135cfcefd7ddc0
"
resolved "https://registry.yarnpkg.com/graphql-ws/-/graphql-ws-5.1
2.1.tgz#c62d5ac54dbd409cc6520b0b39de374b3d59d0dd
"
integrity sha512-
4EiZ3/UXYcjm+xFGP544/yW1+DVI8ZpKASFbzrV5EDTFWJp0ZvLl4Dy2fSZAzz9imKp5pZMIcjB0x/H69Pv/6w
==
integrity sha512-
umt4f5NnMK46ChM2coO36PTFhHouBrK9stWWBczERguwYrGnPNxJ9dimU6IyOBfOkC6Izhkg4H8+F51W/8CYDg
==
graphql@^14.0.2:
graphql@^14.0.2:
version "14.7.0"
version "14.7.0"
...
@@ -12837,14 +12925,13 @@ http-proxy-agent@^4.0.1:
...
@@ -12837,14 +12925,13 @@ http-proxy-agent@^4.0.1:
agent-base "6"
agent-base "6"
debug "4"
debug "4"
http-proxy-agent@^
5
.0.0:
http-proxy-agent@^
6
.0.0:
version "
5.0.0
"
version "
6.1.1
"
resolved "https://registry.yarnpkg.com/http-proxy-agent/-/http-proxy-agent-
5.0.0.tgz#5129800203520d434f142bc78ff3c170800f2b43
"
resolved "https://registry.yarnpkg.com/http-proxy-agent/-/http-proxy-agent-
6.1.1.tgz#dc04f1a84e09511740cfbd984a56f86cc42e4277
"
integrity sha512-
n2hY8YdoRE1i7r6M0w9DIw5GgZN0G25P8zLCRQ8rjXtTU3vsNFBI/vWK/UIeE6g5MUUz6avwAPXmL6Fy9D/90w
==
integrity sha512-
JRCz+4Whs6yrrIoIlrH+ZTmhrRwtMnmOHsHn8GFEn9O2sVfSE+DAZ3oyyGIKF8tjJEeSJmP89j7aTjVsSqsU0g
==
dependencies:
dependencies:
"@tootallnate/once" "2"
agent-base "^7.1.0"
agent-base "6"
debug "^4.3.4"
debug "4"
http-proxy-middleware@^2.0.3:
http-proxy-middleware@^2.0.3:
version "2.0.6"
version "2.0.6"
...
@@ -12883,6 +12970,14 @@ https-proxy-agent@^5.0.0:
...
@@ -12883,6 +12970,14 @@ https-proxy-agent@^5.0.0:
agent-base "6"
agent-base "6"
debug "4"
debug "4"
https-proxy-agent@^6.0.0:
version "6.2.1"
resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-6.2.1.tgz#0965ab47371b3e531cf6794d1eb148710a992ba7"
integrity sha512-ONsE3+yfZF2caH5+bJlcddtWqNI3Gvs5A38+ngvljxaBiRXRswym2c7yf8UAeFpRFKjFNHIFEHqR/OLAWJzyiA==
dependencies:
agent-base "^7.0.2"
debug "4"
human-signals@^1.1.1:
human-signals@^1.1.1:
version "1.1.1"
version "1.1.1"
resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-1.1.1.tgz#c5b1cd14f50aeae09ab6c59fe63ba3395fe4dfa3"
resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-1.1.1.tgz#c5b1cd14f50aeae09ab6c59fe63ba3395fe4dfa3"
...
@@ -13535,15 +13630,7 @@ isobject@^3.0.1:
...
@@ -13535,15 +13630,7 @@ isobject@^3.0.1:
resolved "https://registry.yarnpkg.com/isobject/-/isobject-3.0.1.tgz#4e431e92b11a9731636aa1f9c8d1ccbcfdab78df"
resolved "https://registry.yarnpkg.com/isobject/-/isobject-3.0.1.tgz#4e431e92b11a9731636aa1f9c8d1ccbcfdab78df"
integrity sha1-TkMekrEalzFjaqH5yNHMvP2reN8=
integrity sha1-TkMekrEalzFjaqH5yNHMvP2reN8=
isomorphic-fetch@^3.0.0:
isomorphic-ws@5.0.0, isomorphic-ws@^5.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/isomorphic-fetch/-/isomorphic-fetch-3.0.0.tgz#0267b005049046d2421207215d45d6a262b8b8b4"
integrity sha512-qvUtwJ3j6qwsF3jLxkZ72qCgjMysPzDfeV240JHiGZsANBYd+EEuu35v7dfrJ9Up0Ak07D7GGSkGhCHTqg/5wA==
dependencies:
node-fetch "^2.6.1"
whatwg-fetch "^3.4.1"
isomorphic-ws@5.0.0:
version "5.0.0"
version "5.0.0"
resolved "https://registry.yarnpkg.com/isomorphic-ws/-/isomorphic-ws-5.0.0.tgz#e5529148912ecb9b451b46ed44d53dae1ce04bbf"
resolved "https://registry.yarnpkg.com/isomorphic-ws/-/isomorphic-ws-5.0.0.tgz#e5529148912ecb9b451b46ed44d53dae1ce04bbf"
integrity sha512-muId7Zzn9ywDsyXgTIafTry2sV3nySZeUDe6YedVd1Hvuuep5AsIlqK+XefWpYTyJG5e503F2xIuT2lcU6rCSw==
integrity sha512-muId7Zzn9ywDsyXgTIafTry2sV3nySZeUDe6YedVd1Hvuuep5AsIlqK+XefWpYTyJG5e503F2xIuT2lcU6rCSw==
...
@@ -14584,10 +14671,15 @@ jest@^29.6.1:
...
@@ -14584,10 +14671,15 @@ jest@^29.6.1:
import-local "^3.0.2"
import-local "^3.0.2"
jest-cli "^29.6.1"
jest-cli "^29.6.1"
jiti@^1.18.2:
jiti@1.17.1:
version "1.18.2"
version "1.17.1"
resolved "https://registry.yarnpkg.com/jiti/-/jiti-1.18.2.tgz#80c3ef3d486ebf2450d9335122b32d121f2a83cd"
resolved "https://registry.yarnpkg.com/jiti/-/jiti-1.17.1.tgz#264daa43ee89a03e8be28c3d712ccc4eb9f1e8ed"
integrity sha512-QAdOptna2NYiSSpv0O/BwoHBSmz4YhpzJHyi+fnMRTXFjp7B8i/YG5Z8IfusxB1ufjcD2Sre1F3R+nX3fvy7gg==
integrity sha512-NZIITw8uZQFuzQimqjUxIrIcEdxYDFIe/0xYfIlVXTkiBjjyBEvgasj5bb0/cHtPRD/NziPbT312sFrkI5ALpw==
jiti@^1.17.1, jiti@^1.18.2:
version "1.19.1"
resolved "https://registry.yarnpkg.com/jiti/-/jiti-1.19.1.tgz#fa99e4b76a23053e0e7cde098efe1704a14c16f1"
integrity sha512-oVhqoRDaBXf7sjkll95LHVS6Myyyb1zaunVwk4Z0+WPSW4gjS0pl01zYKHScTuyEhQsFxV5L4DR5r+YqSyqyyg==
joi@^17.7.0:
joi@^17.7.0:
version "17.9.2"
version "17.9.2"
...
@@ -14600,6 +14692,11 @@ joi@^17.7.0:
...
@@ -14600,6 +14692,11 @@ joi@^17.7.0:
"@sideway/formula" "^3.0.1"
"@sideway/formula" "^3.0.1"
"@sideway/pinpoint" "^2.0.0"
"@sideway/pinpoint" "^2.0.0"
jose@^4.11.4:
version "4.14.4"
resolved "https://registry.yarnpkg.com/jose/-/jose-4.14.4.tgz#59e09204e2670c3164ee24cbfe7115c6f8bff9ca"
integrity sha512-j8GhLiKmUAh+dsFXlX1aJCbt5KMibuKb+d7j1JaOJG6s2UjX1PQlW+OKB/sD4a/5ZYF4RcmYmLSndOoU3Lt/3g==
jotai@^1.3.7:
jotai@^1.3.7:
version "1.4.0"
version "1.4.0"
resolved "https://registry.yarnpkg.com/jotai/-/jotai-1.4.0.tgz#0f350f65a968dd3ee2f9ad3618a3af635cd10220"
resolved "https://registry.yarnpkg.com/jotai/-/jotai-1.4.0.tgz#0f350f65a968dd3ee2f9ad3618a3af635cd10220"
...
@@ -14816,22 +14913,6 @@ jsonpointer@^5.0.0:
...
@@ -14816,22 +14913,6 @@ jsonpointer@^5.0.0:
resolved "https://registry.yarnpkg.com/jsonpointer/-/jsonpointer-5.0.1.tgz#2110e0af0900fd37467b5907ecd13a7884a1b559"
resolved "https://registry.yarnpkg.com/jsonpointer/-/jsonpointer-5.0.1.tgz#2110e0af0900fd37467b5907ecd13a7884a1b559"
integrity sha512-p/nXbhSEcu3pZRdkW1OfJhpsVtW1gd4Wa1fnQc9YLiTfAjn0312eMKimbdIQzuZl9aa9xUGaRlP9T/CJE/ditQ==
integrity sha512-p/nXbhSEcu3pZRdkW1OfJhpsVtW1gd4Wa1fnQc9YLiTfAjn0312eMKimbdIQzuZl9aa9xUGaRlP9T/CJE/ditQ==
jsonwebtoken@^8.5.1:
version "8.5.1"
resolved "https://registry.yarnpkg.com/jsonwebtoken/-/jsonwebtoken-8.5.1.tgz#00e71e0b8df54c2121a1f26137df2280673bcc0d"
integrity sha512-XjwVfRS6jTMsqYs0EsuJ4LGxXV14zQybNd4L2r0UvbVnSF9Af8x7p5MzbJ90Ioz/9TI41/hTCvznF/loiSzn8w==
dependencies:
jws "^3.2.2"
lodash.includes "^4.3.0"
lodash.isboolean "^3.0.3"
lodash.isinteger "^4.0.4"
lodash.isnumber "^3.0.3"
lodash.isplainobject "^4.0.6"
lodash.isstring "^4.0.1"
lodash.once "^4.0.0"
ms "^2.1.1"
semver "^5.6.0"
jsprim@^2.0.2:
jsprim@^2.0.2:
version "2.0.2"
version "2.0.2"
resolved "https://registry.yarnpkg.com/jsprim/-/jsprim-2.0.2.tgz#77ca23dbcd4135cd364800d22ff82c2185803d4d"
resolved "https://registry.yarnpkg.com/jsprim/-/jsprim-2.0.2.tgz#77ca23dbcd4135cd364800d22ff82c2185803d4d"
...
@@ -14850,23 +14931,6 @@ jsprim@^2.0.2:
...
@@ -14850,23 +14931,6 @@ jsprim@^2.0.2:
array-includes "^3.1.5"
array-includes "^3.1.5"
object.assign "^4.1.3"
object.assign "^4.1.3"
jwa@^1.4.1:
version "1.4.1"
resolved "https://registry.yarnpkg.com/jwa/-/jwa-1.4.1.tgz#743c32985cb9e98655530d53641b66c8645b039a"
integrity sha512-qiLX/xhEEFKUAJ6FiBMbes3w9ATzyk5W7Hvzpa/SLYdxNtng+gcurvrI7TbACjIXlsJyr05/S1oUhZrc63evQA==
dependencies:
buffer-equal-constant-time "1.0.1"
ecdsa-sig-formatter "1.0.11"
safe-buffer "^5.0.1"
jws@^3.2.2:
version "3.2.2"
resolved "https://registry.yarnpkg.com/jws/-/jws-3.2.2.tgz#001099f3639468c9414000e99995fa52fb478304"
integrity sha512-YHlZCB6lMTllWDtSPHz/ZXTsi8S00usEV6v1tjq8tOUZzw7DpSDWVXjXDre6ed1w/pd495ODpHZYSdkRTsa0HA==
dependencies:
jwa "^1.4.1"
safe-buffer "^5.0.1"
keccak@^3.0.0, keccak@^3.0.1, keccak@^3.0.2:
keccak@^3.0.0, keccak@^3.0.1, keccak@^3.0.2:
version "3.0.3"
version "3.0.3"
resolved "https://registry.yarnpkg.com/keccak/-/keccak-3.0.3.tgz#4bc35ad917be1ef54ff246f904c2bbbf9ac61276"
resolved "https://registry.yarnpkg.com/keccak/-/keccak-3.0.3.tgz#4bc35ad917be1ef54ff246f904c2bbbf9ac61276"
...
@@ -15125,41 +15189,11 @@ lodash.get@^4, lodash.get@^4.4.2:
...
@@ -15125,41 +15189,11 @@ lodash.get@^4, lodash.get@^4.4.2:
resolved "https://registry.npmjs.org/lodash.get/-/lodash.get-4.4.2.tgz"
resolved "https://registry.npmjs.org/lodash.get/-/lodash.get-4.4.2.tgz"
integrity sha1-LRd/ZS+jHpObRDjVNBSZ36OCXpk=
integrity sha1-LRd/ZS+jHpObRDjVNBSZ36OCXpk=
lodash.includes@^4.3.0:
version "4.3.0"
resolved "https://registry.yarnpkg.com/lodash.includes/-/lodash.includes-4.3.0.tgz#60bb98a87cb923c68ca1e51325483314849f553f"
integrity sha512-W3Bx6mdkRTGtlJISOvVD/lbqjTlPPUDTMnlXZFnVwi9NKJ6tiAk6LVdlhZMm17VZisqhKcgzpO5Wz91PCt5b0w==
lodash.isboolean@^3.0.3:
version "3.0.3"
resolved "https://registry.yarnpkg.com/lodash.isboolean/-/lodash.isboolean-3.0.3.tgz#6c2e171db2a257cd96802fd43b01b20d5f5870f6"
integrity sha512-Bz5mupy2SVbPHURB98VAcw+aHh4vRV5IPNhILUCsOzRmsTmSQ17jIuqopAentWoehktxGd9e/hbIXq980/1QJg==
lodash.isequal@4.5.0:
lodash.isequal@4.5.0:
version "4.5.0"
version "4.5.0"
resolved "https://registry.yarnpkg.com/lodash.isequal/-/lodash.isequal-4.5.0.tgz#415c4478f2bcc30120c22ce10ed3226f7d3e18e0"
resolved "https://registry.yarnpkg.com/lodash.isequal/-/lodash.isequal-4.5.0.tgz#415c4478f2bcc30120c22ce10ed3226f7d3e18e0"
integrity sha512-pDo3lu8Jhfjqls6GkMgpahsF9kCyayhgykjyLMNFTKWrpVdAQtYyB4muAMWozBB4ig/dtWAmsMxLEI8wuz+DYQ==
integrity sha512-pDo3lu8Jhfjqls6GkMgpahsF9kCyayhgykjyLMNFTKWrpVdAQtYyB4muAMWozBB4ig/dtWAmsMxLEI8wuz+DYQ==
lodash.isinteger@^4.0.4:
version "4.0.4"
resolved "https://registry.yarnpkg.com/lodash.isinteger/-/lodash.isinteger-4.0.4.tgz#619c0af3d03f8b04c31f5882840b77b11cd68343"
integrity sha512-DBwtEWN2caHQ9/imiNeEA5ys1JoRtRfY3d7V9wkqtbycnAmTvRRmbHKDV4a0EYc678/dia0jrte4tjYwVBaZUA==
lodash.isnumber@^3.0.3:
version "3.0.3"
resolved "https://registry.yarnpkg.com/lodash.isnumber/-/lodash.isnumber-3.0.3.tgz#3ce76810c5928d03352301ac287317f11c0b1ffc"
integrity sha512-QYqzpfwO3/CWf3XP+Z+tkQsfaLL/EnUlXWVkIk5FUPc4sBdTehEqZONuyRt2P67PXAk+NXmTBcc97zw9t1FQrw==
lodash.isplainobject@^4.0.6:
version "4.0.6"
resolved "https://registry.yarnpkg.com/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz#7c526a52d89b45c45cc690b88163be0497f550cb"
integrity sha512-oSXzaWypCMHkPC3NvBEaPHf0KsA5mvPrOPgQWDsbg8n7orZ290M0BmC/jgRZ4vcJ6DTAhjrsSYgdsW/F+MFOBA==
lodash.isstring@^4.0.1:
version "4.0.1"
resolved "https://registry.yarnpkg.com/lodash.isstring/-/lodash.isstring-4.0.1.tgz#d527dfb5456eca7cc9bb95d5daeaf88ba54a5451"
integrity sha512-0wJxfxH1wgO3GrbuP+dTTk7op+6L41QCXbGINEmD+ny/G/eCqGzxyCsh7159S+mgDDcoarnBw6PC1PS5+wUGgw==
lodash.memoize@4.x, lodash.memoize@^4.1.2:
lodash.memoize@4.x, lodash.memoize@^4.1.2:
version "4.1.2"
version "4.1.2"
resolved "https://registry.yarnpkg.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz#bcc6c49a42a2840ed997f323eada5ecd182e0bfe"
resolved "https://registry.yarnpkg.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz#bcc6c49a42a2840ed997f323eada5ecd182e0bfe"
...
@@ -15170,7 +15204,7 @@ lodash.merge@^4.6.2:
...
@@ -15170,7 +15204,7 @@ lodash.merge@^4.6.2:
resolved "https://registry.yarnpkg.com/lodash.merge/-/lodash.merge-4.6.2.tgz#558aa53b43b661e1925a0afdfa36a9a1085fe57a"
resolved "https://registry.yarnpkg.com/lodash.merge/-/lodash.merge-4.6.2.tgz#558aa53b43b661e1925a0afdfa36a9a1085fe57a"
integrity sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==
integrity sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==
lodash.once@^4.
0.0, lodash.once@^4.
1.1:
lodash.once@^4.1.1:
version "4.1.1"
version "4.1.1"
resolved "https://registry.npmjs.org/lodash.once/-/lodash.once-4.1.1.tgz"
resolved "https://registry.npmjs.org/lodash.once/-/lodash.once-4.1.1.tgz"
integrity sha1-DdOXEhPHxW34gJd9UEyI+0cal6w=
integrity sha1-DdOXEhPHxW34gJd9UEyI+0cal6w=
...
@@ -15425,10 +15459,10 @@ merkletreejs@^0.3.9:
...
@@ -15425,10 +15459,10 @@ merkletreejs@^0.3.9:
treeify "^1.1.0"
treeify "^1.1.0"
web3-utils "^1.3.4"
web3-utils "^1.3.4"
meros@1.2.1:
meros@
^
1.2.1:
version "1.
2.1
"
version "1.
3.0
"
resolved "https://registry.yarnpkg.com/meros/-/meros-1.
2.1.tgz#056f7a76e8571d0aaf3c7afcbe7eb6407ff7329e
"
resolved "https://registry.yarnpkg.com/meros/-/meros-1.
3.0.tgz#c617d2092739d55286bf618129280f362e6242f2
"
integrity sha512-
R2f/jxYqCAGI19KhAvaxSOxALBMkaXWH2a7rOyqQw+ZmizX5bKkEYWLzdhC+U82ZVVPVp6MCXe3EkVligh+12g
==
integrity sha512-
2BNGOimxEz5hmjUG2FwoxCt5HN7BXdaWyFqEwxPTrJzVdABtrL4TiHTcsWSFAxPQ/tOnEaQEJh3qWq71QRMY+w
==
mersenne-twister@^1.1.0:
mersenne-twister@^1.1.0:
version "1.1.0"
version "1.1.0"
...
@@ -15580,10 +15614,10 @@ minimatch@3.0.4:
...
@@ -15580,10 +15614,10 @@ minimatch@3.0.4:
dependencies:
dependencies:
brace-expansion "^1.1.7"
brace-expansion "^1.1.7"
minimatch@4.2.
1
:
minimatch@4.2.
3
:
version "4.2.
1
"
version "4.2.
3
"
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-4.2.
1.tgz#40d9d511a46bdc4e563c22c3080cde9c0d8299b4
"
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-4.2.
3.tgz#b4dcece1d674dee104bb0fb833ebb85a78cbbca6
"
integrity sha512-
9Uq1ChtSZO+Mxa/CL1eGizn2vRn3MlLgzhT0Iz8zaY8NdvxvB0d5QdPFmCKf7JKA9Lerx5vRrnwO03jsSfGG9
g==
integrity sha512-
lIUdtK5hdofgCTu3aT0sOaHsYR37viUuIc0rwnnDXImbwFRcumyLMeZaM0t0I/fgxS6s6JMfu0rLD1Wz9pv1n
g==
dependencies:
dependencies:
brace-expansion "^1.1.7"
brace-expansion "^1.1.7"
...
@@ -15837,6 +15871,11 @@ node-addon-api@^2.0.0:
...
@@ -15837,6 +15871,11 @@ node-addon-api@^2.0.0:
resolved "https://registry.npmjs.org/node-addon-api/-/node-addon-api-2.0.2.tgz"
resolved "https://registry.npmjs.org/node-addon-api/-/node-addon-api-2.0.2.tgz"
integrity sha512-Ntyt4AIXyaLIuMHF6IOoTakB3K+RWxwtsHNRxllEoA6vPwP9o4866g6YWDLUdnucilZhmkxiHwHr11gAENw+QA==
integrity sha512-Ntyt4AIXyaLIuMHF6IOoTakB3K+RWxwtsHNRxllEoA6vPwP9o4866g6YWDLUdnucilZhmkxiHwHr11gAENw+QA==
node-addon-api@^7.0.0:
version "7.0.0"
resolved "https://registry.yarnpkg.com/node-addon-api/-/node-addon-api-7.0.0.tgz#8136add2f510997b3b94814f4af1cce0b0e3962e"
integrity sha512-vgbBJTS4m5/KkE16t5Ly0WW9hz46swAstv0hYYwMtbG7AznRhNyfLRe8HZAiWIpcHzoO7HxhLuBQj9rJ/Ho0ZA==
node-cache@^5.1.2:
node-cache@^5.1.2:
version "5.1.2"
version "5.1.2"
resolved "https://registry.yarnpkg.com/node-cache/-/node-cache-5.1.2.tgz#f264dc2ccad0a780e76253a694e9fd0ed19c398d"
resolved "https://registry.yarnpkg.com/node-cache/-/node-cache-5.1.2.tgz#f264dc2ccad0a780e76253a694e9fd0ed19c398d"
...
@@ -18650,7 +18689,7 @@ semiver@^1.1.0:
...
@@ -18650,7 +18689,7 @@ semiver@^1.1.0:
resolved "https://registry.yarnpkg.com/semiver/-/semiver-1.1.0.tgz#9c97fb02c21c7ce4fcf1b73e2c7a24324bdddd5f"
resolved "https://registry.yarnpkg.com/semiver/-/semiver-1.1.0.tgz#9c97fb02c21c7ce4fcf1b73e2c7a24324bdddd5f"
integrity sha512-QNI2ChmuioGC1/xjyYwyZYADILWyW6AmS1UH6gDj/SFUUUS4MBAWs/7mxnkRPc/F4iHezDP+O8t0dO8WHiEOdg==
integrity sha512-QNI2ChmuioGC1/xjyYwyZYADILWyW6AmS1UH6gDj/SFUUUS4MBAWs/7mxnkRPc/F4iHezDP+O8t0dO8WHiEOdg==
semver@^5.5.0
, semver@^5.6.0
:
semver@^5.5.0:
version "5.7.1"
version "5.7.1"
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7"
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7"
integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==
integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==
...
@@ -19907,7 +19946,7 @@ ts-log@^2.2.3:
...
@@ -19907,7 +19946,7 @@ ts-log@^2.2.3:
resolved "https://registry.yarnpkg.com/ts-log/-/ts-log-2.2.5.tgz#aef3252f1143d11047e2cb6f7cfaac7408d96623"
resolved "https://registry.yarnpkg.com/ts-log/-/ts-log-2.2.5.tgz#aef3252f1143d11047e2cb6f7cfaac7408d96623"
integrity sha512-PGcnJoTBnVGy6yYNFxWVNkdcAuAMstvutN9MgDJIV6L0oG8fB+ZNNy1T+wJzah8RPGor1mZuPQkVfXNDpy9eHA==
integrity sha512-PGcnJoTBnVGy6yYNFxWVNkdcAuAMstvutN9MgDJIV6L0oG8fB+ZNNy1T+wJzah8RPGor1mZuPQkVfXNDpy9eHA==
ts-node@^10.7.0
, ts-node@^10.8.1
:
ts-node@^10.7.0:
version "10.9.1"
version "10.9.1"
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.9.1.tgz#e73de9102958af9e1f0b168a6ff320e25adcff4b"
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.9.1.tgz#e73de9102958af9e1f0b168a6ff320e25adcff4b"
integrity sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==
integrity sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==
...
@@ -19958,11 +19997,21 @@ tslib@1.14.1, tslib@^1.0.0, tslib@^1.8.1, tslib@^1.9.0, tslib@^1.9.3:
...
@@ -19958,11 +19997,21 @@ tslib@1.14.1, tslib@^1.0.0, tslib@^1.8.1, tslib@^1.9.0, tslib@^1.9.3:
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
tslib@^2, tslib@^2.0.0, tslib@^2.0.3, tslib@^2.1.0, tslib@^2.3.0, tslib@^2.3.1, tslib@^2.4.0, tslib@^2.4.1, tslib@~2.4.0:
tslib@^2, tslib@^2.0.0, tslib@^2.0.3, tslib@^2.1.0, tslib@^2.3.0, tslib@^2.3.1, tslib@^2.4.0, tslib@^2.4.1, tslib@^2.5.0:
version "2.6.1"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.1.tgz#fd8c9a0ff42590b25703c0acb3de3d3f4ede0410"
integrity sha512-t0hLfiEKfMUoqhG+U1oid7Pva4bbDPHYfJNiB7BiIjRkj1pyC++4N3huJfqY6aRH6VTB0rvtzQwjM4K6qpfOig==
tslib@~2.4.0:
version "2.4.1"
version "2.4.1"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.1.tgz#0d0bfbaac2880b91e22df0768e55be9753a5b17e"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.1.tgz#0d0bfbaac2880b91e22df0768e55be9753a5b17e"
integrity sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA==
integrity sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA==
tslib@~2.5.0:
version "2.5.3"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.5.3.tgz#24944ba2d990940e6e982c4bea147aba80209913"
integrity sha512-mSxlJJwl3BMEQCUNnxXBU9jP4JBktcEGhURcPR6VQVlnP0FdDEsIaz0C35dXNGLyRfrATNofF0F5p2KPxQgB+w==
tsort@0.0.1:
tsort@0.0.1:
version "0.0.1"
version "0.0.1"
resolved "https://registry.yarnpkg.com/tsort/-/tsort-0.0.1.tgz#e2280f5e817f8bf4275657fd0f9aebd44f5a2786"
resolved "https://registry.yarnpkg.com/tsort/-/tsort-0.0.1.tgz#e2280f5e817f8bf4275657fd0f9aebd44f5a2786"
...
@@ -20133,7 +20182,7 @@ undici@5.20.0:
...
@@ -20133,7 +20182,7 @@ undici@5.20.0:
dependencies:
dependencies:
busboy "^1.6.0"
busboy "^1.6.0"
undici@^5.12.0, undici@^5.14.0
, undici@^5.8.0
:
undici@^5.12.0, undici@^5.14.0:
version "5.21.2"
version "5.21.2"
resolved "https://registry.yarnpkg.com/undici/-/undici-5.21.2.tgz#329f628aaea3f1539a28b9325dccc72097d29acd"
resolved "https://registry.yarnpkg.com/undici/-/undici-5.21.2.tgz#329f628aaea3f1539a28b9325dccc72097d29acd"
integrity sha512-f6pTQ9RF4DQtwoWSaC42P/NKlUjvezVvd9r155ohqkwFNRyBKM3f3pcty3ouusefNRyM25XhIQEbeQ46sZDJfQ==
integrity sha512-f6pTQ9RF4DQtwoWSaC42P/NKlUjvezVvd9r155ohqkwFNRyBKM3f3pcty3ouusefNRyM25XhIQEbeQ46sZDJfQ==
...
@@ -20321,6 +20370,11 @@ urlpattern-polyfill@^4.0.3:
...
@@ -20321,6 +20370,11 @@ urlpattern-polyfill@^4.0.3:
resolved "https://registry.yarnpkg.com/urlpattern-polyfill/-/urlpattern-polyfill-4.0.3.tgz#c1fa7a73eb4e6c6a1ffb41b24cf31974f7392d3b"
resolved "https://registry.yarnpkg.com/urlpattern-polyfill/-/urlpattern-polyfill-4.0.3.tgz#c1fa7a73eb4e6c6a1ffb41b24cf31974f7392d3b"
integrity sha512-DOE84vZT2fEcl9gqCUTcnAw5ZY5Id55ikUcziSUntuEFL3pRvavg5kwDmTEUJkeCHInTlV/HexFomgYnzO5kdQ==
integrity sha512-DOE84vZT2fEcl9gqCUTcnAw5ZY5Id55ikUcziSUntuEFL3pRvavg5kwDmTEUJkeCHInTlV/HexFomgYnzO5kdQ==
urlpattern-polyfill@^8.0.0:
version "8.0.2"
resolved "https://registry.yarnpkg.com/urlpattern-polyfill/-/urlpattern-polyfill-8.0.2.tgz#99f096e35eff8bf4b5a2aa7d58a1523d6ebc7ce5"
integrity sha512-Qp95D4TPJl1kC9SKigDcqgyM2VDVO4RiJc2d4qe5GrYm+zbIQCWWKAFaJNQ4BhdFeDGwBmAxqJBwWSJDb9T3BQ==
use-callback-ref@^1.2.1, use-callback-ref@^1.2.3:
use-callback-ref@^1.2.1, use-callback-ref@^1.2.3:
version "1.2.5"
version "1.2.5"
resolved "https://registry.npmjs.org/use-callback-ref/-/use-callback-ref-1.2.5.tgz"
resolved "https://registry.npmjs.org/use-callback-ref/-/use-callback-ref-1.2.5.tgz"
...
@@ -20448,10 +20502,10 @@ valtio@1.10.6:
...
@@ -20448,10 +20502,10 @@ valtio@1.10.6:
proxy-compare "2.5.1"
proxy-compare "2.5.1"
use-sync-external-store "1.2.0"
use-sync-external-store "1.2.0"
value-or-promise@
1.0.11, value-or-promise@^1.0.11
:
value-or-promise@
^1.0.11, value-or-promise@^1.0.12
:
version "1.0.1
1
"
version "1.0.1
2
"
resolved "https://registry.yarnpkg.com/value-or-promise/-/value-or-promise-1.0.1
1.tgz#3e90299af31dd014fe843fe309cefa7c1d94b140
"
resolved "https://registry.yarnpkg.com/value-or-promise/-/value-or-promise-1.0.1
2.tgz#0e5abfeec70148c78460a849f6b003ea7986f15c
"
integrity sha512-
41BrgH+dIbCFXClcSapVs5M6GkENd3gQOJpEfPDNa71LsUGMXDL0jMWpI/Rh7WhX+Aalfz2TTS3Zt5pUsbnhLg
==
integrity sha512-
Z6Uz+TYwEqE7ZN50gwn+1LCVo9ZVrpxRPOhOLnncYkY1ZzOYtrX8Fwf/rFktZ8R5mJms6EZf5TqNOMeZmnPq9Q
==
varint@^5.0.2:
varint@^5.0.2:
version "5.0.2"
version "5.0.2"
...
@@ -20612,7 +20666,7 @@ web-streams-polyfill@4.0.0-beta.3:
...
@@ -20612,7 +20666,7 @@ web-streams-polyfill@4.0.0-beta.3:
resolved "https://registry.yarnpkg.com/web-streams-polyfill/-/web-streams-polyfill-4.0.0-beta.3.tgz#2898486b74f5156095e473efe989dcf185047a38"
resolved "https://registry.yarnpkg.com/web-streams-polyfill/-/web-streams-polyfill-4.0.0-beta.3.tgz#2898486b74f5156095e473efe989dcf185047a38"
integrity sha512-QW95TCTaHmsYfHDybGMwO5IJIM93I/6vTRk+daHTWFPhwh+C8Cg7j7XyKrwrj8Ib6vYXe0ocYNrmzY4xAAN6ug==
integrity sha512-QW95TCTaHmsYfHDybGMwO5IJIM93I/6vTRk+daHTWFPhwh+C8Cg7j7XyKrwrj8Ib6vYXe0ocYNrmzY4xAAN6ug==
web-streams-polyfill@^3.2.0:
web-streams-polyfill@^3.2.0
, web-streams-polyfill@^3.2.1
:
version "3.2.1"
version "3.2.1"
resolved "https://registry.yarnpkg.com/web-streams-polyfill/-/web-streams-polyfill-3.2.1.tgz#71c2718c52b45fd49dbeee88634b3a60ceab42a6"
resolved "https://registry.yarnpkg.com/web-streams-polyfill/-/web-streams-polyfill-3.2.1.tgz#71c2718c52b45fd49dbeee88634b3a60ceab42a6"
integrity sha512-e0MO3wdXWKrLbL0DgGnUV7WHVuw9OUvL4hjgnPkIeEvESk74gAITi5G606JtZPp39cd8HA9VQzCIvA49LpPN5Q==
integrity sha512-e0MO3wdXWKrLbL0DgGnUV7WHVuw9OUvL4hjgnPkIeEvESk74gAITi5G606JtZPp39cd8HA9VQzCIvA49LpPN5Q==
...
@@ -20808,7 +20862,7 @@ whatwg-encoding@^1.0.5:
...
@@ -20808,7 +20862,7 @@ whatwg-encoding@^1.0.5:
dependencies:
dependencies:
iconv-lite "0.4.24"
iconv-lite "0.4.24"
whatwg-fetch@^3.
4.1, whatwg-fetch@^3.
6.2:
whatwg-fetch@^3.6.2:
version "3.6.2"
version "3.6.2"
resolved "https://registry.yarnpkg.com/whatwg-fetch/-/whatwg-fetch-3.6.2.tgz#dced24f37f2624ed0281725d51d0e2e3fe677f8c"
resolved "https://registry.yarnpkg.com/whatwg-fetch/-/whatwg-fetch-3.6.2.tgz#dced24f37f2624ed0281725d51d0e2e3fe677f8c"
integrity sha512-bJlen0FcuU/0EMLrdbJ7zOnW6ITZLrZMIarMUVmdKtsGvZna8vxKYaexICWPfZ8qwf9fzNq+UEIZrnSaApt6RA==
integrity sha512-bJlen0FcuU/0EMLrdbJ7zOnW6ITZLrZMIarMUVmdKtsGvZna8vxKYaexICWPfZ8qwf9fzNq+UEIZrnSaApt6RA==
...
@@ -21155,26 +21209,21 @@ ws@7.4.6:
...
@@ -21155,26 +21209,21 @@ ws@7.4.6:
resolved "https://registry.yarnpkg.com/ws/-/ws-7.4.6.tgz#5654ca8ecdeee47c33a9a4bf6d28e2be2980377c"
resolved "https://registry.yarnpkg.com/ws/-/ws-7.4.6.tgz#5654ca8ecdeee47c33a9a4bf6d28e2be2980377c"
integrity sha512-YmhHDO4MzaDLB+M9ym/mDA5z0naX8j7SIlT8f8z+I0VtzsRbekxEutHSme7NPS2qE8StCYQNUnfWdXta/Yu85A==
integrity sha512-YmhHDO4MzaDLB+M9ym/mDA5z0naX8j7SIlT8f8z+I0VtzsRbekxEutHSme7NPS2qE8StCYQNUnfWdXta/Yu85A==
ws@8.11.0:
version "8.11.0"
resolved "https://registry.yarnpkg.com/ws/-/ws-8.11.0.tgz#6a0d36b8edfd9f96d8b25683db2f8d7de6e8e143"
integrity sha512-HPG3wQd9sNQoT9xHyNCXoDUa+Xw/VevmY9FoHyQ+g+rrMn4j6FB4np7Z0OhdTgjx6MgQLK7jwSy1YecU1+4Asg==
ws@8.12.0:
ws@8.12.0:
version "8.12.0"
version "8.12.0"
resolved "https://registry.yarnpkg.com/ws/-/ws-8.12.0.tgz#485074cc392689da78e1828a9ff23585e06cddd8"
resolved "https://registry.yarnpkg.com/ws/-/ws-8.12.0.tgz#485074cc392689da78e1828a9ff23585e06cddd8"
integrity sha512-kU62emKIdKVeEIOIKVegvqpXMSTAMLJozpHZaJNDYqBjzlSYXQGviYwN1osDLJ9av68qHd4a2oSjd7yD4pacig==
integrity sha512-kU62emKIdKVeEIOIKVegvqpXMSTAMLJozpHZaJNDYqBjzlSYXQGviYwN1osDLJ9av68qHd4a2oSjd7yD4pacig==
ws@8.13.0, ws@^8.12.0, ws@^8.13.0, ws@^8.2.2, ws@^8.5.0:
version "8.13.0"
resolved "https://registry.yarnpkg.com/ws/-/ws-8.13.0.tgz#9a9fb92f93cf41512a0735c8f4dd09b8a1211cd0"
integrity sha512-x9vcZYTrFPC7aSIbj7sRCYo7L/Xb8Iy+pW0ng0wt2vCJv7M9HOMy0UoN3rr+IFC7hb7vXoqS+P9ktyLLLhO+LA==
ws@^7.4.5, ws@^7.4.6, ws@^7.5.1:
ws@^7.4.5, ws@^7.4.6, ws@^7.5.1:
version "7.5.9"
version "7.5.9"
resolved "https://registry.yarnpkg.com/ws/-/ws-7.5.9.tgz#54fa7db29f4c7cec68b1ddd3a89de099942bb591"
resolved "https://registry.yarnpkg.com/ws/-/ws-7.5.9.tgz#54fa7db29f4c7cec68b1ddd3a89de099942bb591"
integrity sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q==
integrity sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q==
ws@^8.13.0, ws@^8.2.2, ws@^8.5.0:
version "8.13.0"
resolved "https://registry.yarnpkg.com/ws/-/ws-8.13.0.tgz#9a9fb92f93cf41512a0735c8f4dd09b8a1211cd0"
integrity sha512-x9vcZYTrFPC7aSIbj7sRCYo7L/Xb8Iy+pW0ng0wt2vCJv7M9HOMy0UoN3rr+IFC7hb7vXoqS+P9ktyLLLhO+LA==
x-is-string@^0.1.0:
x-is-string@^0.1.0:
version "0.1.0"
version "0.1.0"
resolved "https://registry.npmjs.org/x-is-string/-/x-is-string-0.1.0.tgz"
resolved "https://registry.npmjs.org/x-is-string/-/x-is-string-0.1.0.tgz"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment