forked from MyArtverse-Project/MyArtverse
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
51 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
# yarn lockfile v1 | ||
|
||
|
||
"@ampproject/remapping@^2.1.0": | ||
"@ampproject/remapping@^2.2.0": | ||
version "2.2.0" | ||
resolved "https://registry.yarnpkg.com/@ampproject/remapping/-/remapping-2.2.0.tgz#56c133824780de3174aed5ab6834f3026790154d" | ||
integrity sha512-qRmjj8nj9qmLTQXXmaR1cck3UXSRMPrbsLJAasZpF+t3riI71BXed5ebIOYwQntykeZuhjsdweEc9BxH5Jc26w== | ||
|
@@ -154,7 +154,7 @@ | |
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.20.12.tgz#7930db57443c6714ad216953d1356dac0eb8496d" | ||
integrity sha512-XsMfHovsUYHFMdrIHkZphTN/2Hzzi78R08NuHfDBehym2VsPDL6Zn/JAD/JQdnRvbSsbQc4mVaU1m6JgtTEElg== | ||
dependencies: | ||
"@ampproject/remapping" "^2.1.0" | ||
"@ampproject/remapping" "^2.2.0" | ||
"@babel/code-frame" "^7.18.6" | ||
"@babel/generator" "^7.20.7" | ||
"@babel/helper-compilation-targets" "^7.20.7" | ||
|
@@ -168,6 +168,7 @@ | |
debug "^4.1.0" | ||
gensync "^1.0.0-beta.2" | ||
json5 "^2.2.2" | ||
json5 "^2.2.2" | ||
semver "^6.3.0" | ||
|
||
"@babel/generator@^7.20.7": | ||
|
@@ -177,6 +178,7 @@ | |
dependencies: | ||
"@babel/types" "^7.20.7" | ||
"@jridgewell/gen-mapping" "^0.3.2" | ||
"@jridgewell/trace-mapping" "^0.3.17" | ||
jsesc "^2.5.1" | ||
|
||
"@babel/helper-annotate-as-pure@^7.18.6": | ||
|
@@ -195,6 +197,7 @@ | |
"@babel/helper-validator-option" "^7.18.6" | ||
browserslist "^4.21.3" | ||
lru-cache "^5.1.1" | ||
lru-cache "^5.1.1" | ||
semver "^6.3.0" | ||
|
||
"@babel/helper-create-class-features-plugin@^7.20.12": | ||
|
@@ -209,6 +212,8 @@ | |
"@babel/helper-optimise-call-expression" "^7.18.6" | ||
"@babel/helper-replace-supers" "^7.20.7" | ||
"@babel/helper-skip-transparent-expression-wrappers" "^7.20.0" | ||
"@babel/helper-replace-supers" "^7.20.7" | ||
"@babel/helper-skip-transparent-expression-wrappers" "^7.20.0" | ||
"@babel/helper-split-export-declaration" "^7.18.6" | ||
|
||
"@babel/helper-environment-visitor@^7.18.9": | ||
|
@@ -221,8 +226,8 @@ | |
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.19.0.tgz#941574ed5390682e872e52d3f38ce9d1bef4648c" | ||
integrity sha512-WAwHBINyrpqywkUH0nTnNgI5ina5TFn85HKS0pbPDfxFfhyR/aNQEn4hGi1P1JyT//I0t4OgXUlofzWILRvS5w== | ||
dependencies: | ||
"@babel/template" "^7.18.10" | ||
"@babel/types" "^7.19.0" | ||
"@babel/template" "^7.20.7" | ||
"@babel/types" "^7.21.0" | ||
|
||
"@babel/helper-hoist-variables@^7.18.6": | ||
version "7.18.6" | ||
|
@@ -253,6 +258,7 @@ | |
"@babel/helper-environment-visitor" "^7.18.9" | ||
"@babel/helper-module-imports" "^7.18.6" | ||
"@babel/helper-simple-access" "^7.20.2" | ||
"@babel/helper-simple-access" "^7.20.2" | ||
"@babel/helper-split-export-declaration" "^7.18.6" | ||
"@babel/helper-validator-identifier" "^7.19.1" | ||
"@babel/template" "^7.20.7" | ||
|
@@ -282,20 +288,33 @@ | |
"@babel/template" "^7.20.7" | ||
"@babel/traverse" "^7.20.7" | ||
"@babel/types" "^7.20.7" | ||
"@babel/template" "^7.20.7" | ||
"@babel/traverse" "^7.20.7" | ||
"@babel/types" "^7.20.7" | ||
|
||
"@babel/helper-simple-access@^7.20.2": | ||
version "7.20.2" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.20.2.tgz#0ab452687fe0c2cfb1e2b9e0015de07fc2d62dd9" | ||
integrity sha512-+0woI/WPq59IrqDYbVGfshjT5Dmk/nnbdpcF8SnMhhXObpTq2KNBdLFRFrkVdbDOyUmHBCxzm5FHV1rACIkIbA== | ||
"@babel/helper-simple-access@^7.20.2": | ||
version "7.20.2" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.20.2.tgz#0ab452687fe0c2cfb1e2b9e0015de07fc2d62dd9" | ||
integrity sha512-+0woI/WPq59IrqDYbVGfshjT5Dmk/nnbdpcF8SnMhhXObpTq2KNBdLFRFrkVdbDOyUmHBCxzm5FHV1rACIkIbA== | ||
dependencies: | ||
"@babel/types" "^7.20.2" | ||
"@babel/types" "^7.20.2" | ||
|
||
"@babel/helper-skip-transparent-expression-wrappers@^7.20.0": | ||
version "7.20.0" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.20.0.tgz#fbe4c52f60518cab8140d77101f0e63a8a230684" | ||
integrity sha512-5y1JYeNKfvnT8sZcK9DVRtpTbGiomYIHviSP3OQWmDPU3DeH4a1ZlT/N2lyQ5P8egjcRaT/Y9aNqUxK0WsnIIg== | ||
"@babel/helper-skip-transparent-expression-wrappers@^7.20.0": | ||
version "7.20.0" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.20.0.tgz#fbe4c52f60518cab8140d77101f0e63a8a230684" | ||
integrity sha512-5y1JYeNKfvnT8sZcK9DVRtpTbGiomYIHviSP3OQWmDPU3DeH4a1ZlT/N2lyQ5P8egjcRaT/Y9aNqUxK0WsnIIg== | ||
dependencies: | ||
"@babel/types" "^7.20.0" | ||
"@babel/types" "^7.20.0" | ||
|
||
"@babel/helper-split-export-declaration@^7.18.6": | ||
version "7.18.6" | ||
|
@@ -304,6 +323,10 @@ | |
dependencies: | ||
"@babel/types" "^7.18.6" | ||
|
||
"@babel/helper-string-parser@^7.19.4": | ||
version "7.19.4" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz#38d3acb654b4701a9b77fb0615a96f775c3a9e63" | ||
integrity sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw== | ||
"@babel/helper-string-parser@^7.19.4": | ||
version "7.19.4" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz#38d3acb654b4701a9b77fb0615a96f775c3a9e63" | ||
|
@@ -315,9 +338,9 @@ | |
integrity sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w== | ||
|
||
"@babel/helper-validator-option@^7.18.6": | ||
version "7.18.6" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.18.6.tgz#bf0d2b5a509b1f336099e4ff36e1a63aa5db4db8" | ||
integrity sha512-XO7gESt5ouv/LRJdrVjkShckw6STTaB7l9BrpBaAHDeF5YZT+01PCwmR0SJHnkW6i8OwW/EVWRShfi4j2x+KQw== | ||
version "7.21.0" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.21.0.tgz#8224c7e13ace4bafdc4004da2cf064ef42673180" | ||
integrity sha512-rmL/B8/f0mKS2baE9ZpyTcTavvEuWhTTW8amjzXNvYG4AwBsqTLikfXsEofsJEfKHf+HQVQbFOHy6o+4cnC/fQ== | ||
|
||
"@babel/helpers@^7.20.7": | ||
version "7.20.13" | ||
|
@@ -805,7 +828,7 @@ | |
resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz#5bd262af94e9d25bd1e71b05deed44876a222e8b" | ||
integrity sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A== | ||
|
||
"@nodelib/fs.walk@^1.2.3": | ||
"@nodelib/fs.walk@^1.2.3", "@nodelib/fs.walk@^1.2.8": | ||
version "1.2.8" | ||
resolved "https://registry.yarnpkg.com/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz#e95737e8bb6746ddedf69c556953494f196fe69a" | ||
integrity sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg== | ||
|
@@ -1939,6 +1962,10 @@ browserslist@^4.0.0, browserslist@^4.21.3, browserslist@^4.21.4: | |
electron-to-chromium "^1.4.284" | ||
node-releases "^2.0.8" | ||
update-browserslist-db "^1.0.10" | ||
caniuse-lite "^1.0.30001449" | ||
electron-to-chromium "^1.4.284" | ||
node-releases "^2.0.8" | ||
update-browserslist-db "^1.0.10" | ||
|
||
buffer-crc32@^0.2.1, buffer-crc32@^0.2.13: | ||
version "0.2.13" | ||
|
@@ -2460,6 +2487,9 @@ deepmerge@^4.2.2: | |
version "4.3.0" | ||
resolved "https://registry.yarnpkg.com/deepmerge/-/deepmerge-4.3.0.tgz#65491893ec47756d44719ae520e0e2609233b59b" | ||
integrity sha512-z2wJZXrmeHdvYJp/Ux55wIjqo81G5Bp4c+oELTW+7ar6SogWHajt5a9gO3s3IDaGSAXjDk0vlQKN3rms8ab3og== | ||
version "4.3.0" | ||
resolved "https://registry.yarnpkg.com/deepmerge/-/deepmerge-4.3.0.tgz#65491893ec47756d44719ae520e0e2609233b59b" | ||
integrity sha512-z2wJZXrmeHdvYJp/Ux55wIjqo81G5Bp4c+oELTW+7ar6SogWHajt5a9gO3s3IDaGSAXjDk0vlQKN3rms8ab3og== | ||
|
||
defaults@^1.0.3: | ||
version "1.0.4" | ||
|
@@ -2850,6 +2880,9 @@ fast-json-stable-stringify@^2.1.0: | |
integrity sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw== | ||
|
||
fastq@^1.6.0: | ||
version "1.15.0" | ||
resolved "https://registry.yarnpkg.com/fastq/-/fastq-1.15.0.tgz#d04d07c6a2a68fe4599fea8d2e103a937fae6b3a" | ||
integrity sha512-wBrocU2LCXXa+lWBt8RoIRD89Fi8OdABODa/kEnyeyjS5aZO5/GNvI5sEINADqP/h8M29UHTHUb53sUu5Ihqdw== | ||
version "1.15.0" | ||
resolved "https://registry.yarnpkg.com/fastq/-/fastq-1.15.0.tgz#d04d07c6a2a68fe4599fea8d2e103a937fae6b3a" | ||
integrity sha512-wBrocU2LCXXa+lWBt8RoIRD89Fi8OdABODa/kEnyeyjS5aZO5/GNvI5sEINADqP/h8M29UHTHUb53sUu5Ihqdw== | ||
|
@@ -3063,6 +3096,7 @@ glob-parent@^5.1.2, glob-parent@~5.1.2: | |
dependencies: | ||
is-glob "^4.0.1" | ||
|
||
glob-parent@^6.0.2: | ||
glob-parent@^6.0.2: | ||
version "6.0.2" | ||
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-6.0.2.tgz#6d237d99083950c79290f24c7642a3de9a28f9e3" | ||
|
@@ -5038,6 +5072,9 @@ [email protected]: | |
statuses "2.0.1" | ||
|
||
serialize-javascript@^6.0.0: | ||
version "6.0.1" | ||
resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-6.0.1.tgz#b206efb27c3da0b0ab6b52f48d170b7996458e5c" | ||
integrity sha512-owoXEFjWRllis8/M1Q+Cw5k8ZH40e3zhp/ovX+Xr/vi1qj6QesbyXXViFbpNvWvPNAD62SutwEXavefrLJWj7w== | ||
version "6.0.1" | ||
resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-6.0.1.tgz#b206efb27c3da0b0ab6b52f48d170b7996458e5c" | ||
integrity sha512-owoXEFjWRllis8/M1Q+Cw5k8ZH40e3zhp/ovX+Xr/vi1qj6QesbyXXViFbpNvWvPNAD62SutwEXavefrLJWj7w== | ||
|
@@ -5961,6 +5998,11 @@ yallist@^3.0.2: | |
resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.1.1.tgz#dbb7daf9bfd8bac9ab45ebf602b8cbad0d5d08fd" | ||
integrity sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g== | ||
|
||
yallist@^3.0.2: | ||
version "3.1.1" | ||
resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.1.1.tgz#dbb7daf9bfd8bac9ab45ebf602b8cbad0d5d08fd" | ||
integrity sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g== | ||
|
||
yallist@^4.0.0: | ||
version "4.0.0" | ||
resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72" | ||
|
@@ -5988,6 +6030,7 @@ yargs@^17.5.1: | |
string-width "^4.2.3" | ||
y18n "^5.0.5" | ||
yargs-parser "^21.1.1" | ||
yargs-parser "^21.1.1" | ||
|
||
zen-observable-ts@^1.2.5: | ||
version "1.2.5" | ||
|