-
Notifications
You must be signed in to change notification settings - Fork 4
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
1 parent
0bab35f
commit 442d0d7
Showing
1 changed file
with
44 additions
and
81 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 |
---|---|---|
|
@@ -22,7 +22,7 @@ | |
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.21.7.tgz#61caffb60776e49a57ba61a88f02bedd8714f6bc" | ||
integrity sha512-KYMqFYTaenzMK4yUtf4EW9wc4N9ef80FsbMtkwool5zpwl4YrT1SdWYSTRcT94KO4hannogdS+LxY7L+arP3gA== | ||
|
||
"@babel/[email protected]": | ||
"@babel/[email protected]", "@babel/core@^7.1.6", "@babel/core@^7.7.5": | ||
version "7.21.8" | ||
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.21.8.tgz#2a8c7f0f53d60100ba4c32470ba0281c92aa9aa4" | ||
integrity sha512-YeM22Sondbo523Sz0+CirSPnbj9bG3P0CdHcBZdqUuaeOaYEFbOLoGU7lebvGP6P5J/WE9wOn7u7C4J9HvS1xQ== | ||
|
@@ -43,27 +43,6 @@ | |
json5 "^2.2.2" | ||
semver "^6.3.0" | ||
|
||
"@babel/core@^7.1.6", "@babel/core@^7.7.5": | ||
version "7.21.5" | ||
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.21.5.tgz#92f753e8b9f96e15d4b398dbe2f25d1408c9c426" | ||
integrity sha512-9M398B/QH5DlfCOTKDZT1ozXr0x8uBEeFd+dJraGUZGiaNpGCDVGCc14hZexsMblw3XxltJ+6kSvogp9J+5a9g== | ||
dependencies: | ||
"@ampproject/remapping" "^2.2.0" | ||
"@babel/code-frame" "^7.21.4" | ||
"@babel/generator" "^7.21.5" | ||
"@babel/helper-compilation-targets" "^7.21.5" | ||
"@babel/helper-module-transforms" "^7.21.5" | ||
"@babel/helpers" "^7.21.5" | ||
"@babel/parser" "^7.21.5" | ||
"@babel/template" "^7.20.7" | ||
"@babel/traverse" "^7.21.5" | ||
"@babel/types" "^7.21.5" | ||
convert-source-map "^1.7.0" | ||
debug "^4.1.0" | ||
gensync "^1.0.0-beta.2" | ||
json5 "^2.2.2" | ||
semver "^6.3.0" | ||
|
||
"@babel/generator@^7.21.5": | ||
version "7.21.5" | ||
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.21.5.tgz#c0c0e5449504c7b7de8236d99338c3e2a340745f" | ||
|
@@ -100,9 +79,9 @@ | |
semver "^6.3.0" | ||
|
||
"@babel/helper-create-class-features-plugin@^7.18.6", "@babel/helper-create-class-features-plugin@^7.21.0": | ||
version "7.21.5" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.21.5.tgz#09a259305467d2020bd2492119ee1c1bc55029e9" | ||
integrity sha512-yNSEck9SuDvPTEUYm4BSXl6ZVC7yO5ZLEMAhG3v3zi7RDxyL/nQDemWWZmw4L0stPWwhpnznRRyJHPRcbXR2jw== | ||
version "7.21.8" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.21.8.tgz#205b26330258625ef8869672ebca1e0dee5a0f02" | ||
integrity sha512-+THiN8MqiH2AczyuZrnrKL6cAxFRRQDKW9h1YkBvbgKmAm6mwiacig1qT73DHIWMGo40GRnsEfN3LA+E6NtmSw== | ||
dependencies: | ||
"@babel/helper-annotate-as-pure" "^7.18.6" | ||
"@babel/helper-environment-visitor" "^7.21.5" | ||
|
@@ -115,9 +94,9 @@ | |
semver "^6.3.0" | ||
|
||
"@babel/helper-create-regexp-features-plugin@^7.18.6", "@babel/helper-create-regexp-features-plugin@^7.20.5": | ||
version "7.21.5" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.21.5.tgz#4ce6ffaf497a241aa6c62192416b273987a8daa3" | ||
integrity sha512-1+DPMcln46eNAta/rPIqQYXYRGvQ/LRy6bRKnSt9Dzt/yLjNUbbsh+6yzD6fUHmtzc9kWvVnAhtcMSMyziHmUA== | ||
version "7.21.8" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.21.8.tgz#a7886f61c2e29e21fd4aaeaf1e473deba6b571dc" | ||
integrity sha512-zGuSdedkFtsFHGbexAvNuipg1hbtitDLo2XE8/uf6Y9sOQV1xsYX/2pNbtedp/X0eU1pIt+kGvaqHCowkRbS5g== | ||
dependencies: | ||
"@babel/helper-annotate-as-pure" "^7.18.6" | ||
regexpu-core "^5.3.1" | ||
|
@@ -281,12 +260,7 @@ | |
chalk "^2.0.0" | ||
js-tokens "^4.0.0" | ||
|
||
"@babel/parser@^7.1.6", "@babel/parser@^7.20.7", "@babel/parser@^7.21.5": | ||
version "7.21.5" | ||
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.21.5.tgz#821bb520118fd25b982eaf8d37421cf5c64a312b" | ||
integrity sha512-J+IxH2IsxV4HbnTrSWgMAQj0UEo61hDA4Ny8h8PCX0MLXiibqHbqIOVneqdocemSBc22VpBKxt4J6FQzy9HarQ== | ||
|
||
"@babel/parser@^7.21.8": | ||
"@babel/parser@^7.1.6", "@babel/parser@^7.20.7", "@babel/parser@^7.21.5", "@babel/parser@^7.21.8": | ||
version "7.21.8" | ||
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.21.8.tgz#642af7d0333eab9c0ad70b14ac5e76dbde7bfdf8" | ||
integrity sha512-6zavDGdzG3gUqAdWvlLFfk+36RilI+Pwyuuh7HItyeScCWP3k6i8vKclAQ0bM/0y/Kz/xiwvxhMv9MgTJP5gmA== | ||
|
@@ -1333,10 +1307,10 @@ | |
"@octokit/types" "^9.0.0" | ||
universal-user-agent "^6.0.0" | ||
|
||
"@octokit/openapi-types@^17.1.0": | ||
version "17.1.0" | ||
resolved "https://registry.yarnpkg.com/@octokit/openapi-types/-/openapi-types-17.1.0.tgz#9a712b5bb9d644940d8a1f24115c798c317a64a5" | ||
integrity sha512-rnI26BAITDZTo5vqFOmA7oX4xRd18rO+gcK4MiTpJmsRMxAw0JmevNjPsjpry1bb9SVNo56P/0kbiyXXa4QluA== | ||
"@octokit/openapi-types@^17.1.1": | ||
version "17.1.1" | ||
resolved "https://registry.yarnpkg.com/@octokit/openapi-types/-/openapi-types-17.1.1.tgz#b046979537d4209954206d29fbf9fe6893c5acec" | ||
integrity sha512-/X7Gh/qWiWaooJmUnYD48SYy72fyrk2ceisOSe89JojK7r0j8YrTwYpDi76kI+c6QiqX1KSgdoBTMJvktsDkYw== | ||
|
||
"@octokit/plugin-paginate-rest@^6.0.0": | ||
version "6.0.0" | ||
|
@@ -1390,11 +1364,11 @@ | |
"@octokit/plugin-rest-endpoint-methods" "^7.0.0" | ||
|
||
"@octokit/types@^9.0.0": | ||
version "9.2.0" | ||
resolved "https://registry.yarnpkg.com/@octokit/types/-/types-9.2.0.tgz#0358e3de070b1d43c5a8af63b9951c88a09fc9ed" | ||
integrity sha512-xySzJG4noWrIBFyMu4lg4tu9vAgNg9S0aoLRONhAEz6ueyi1evBzb40HitIosaYS4XOexphG305IVcLrIX/30g== | ||
version "9.2.1" | ||
resolved "https://registry.yarnpkg.com/@octokit/types/-/types-9.2.1.tgz#34ab724b66ffbe210604593127bb47fd044abbc7" | ||
integrity sha512-Vx4keMiD/CAiwVFasLcH0xBSVbKIHebIZke9i7ZbUWGNN4vJFWSYH6Nvga7UY9NIJCGa6x3QG849XTbi5wYmkA== | ||
dependencies: | ||
"@octokit/openapi-types" "^17.1.0" | ||
"@octokit/openapi-types" "^17.1.1" | ||
|
||
"@pnpm/config.env-replace@^1.1.0": | ||
version "1.1.0" | ||
|
@@ -1409,9 +1383,9 @@ | |
graceful-fs "4.2.10" | ||
|
||
"@pnpm/npm-conf@^2.1.0": | ||
version "2.1.1" | ||
resolved "https://registry.yarnpkg.com/@pnpm/npm-conf/-/npm-conf-2.1.1.tgz#8e50c67c902d209d2a02f1a403fc8998fe706b4c" | ||
integrity sha512-yfRcuupmxxeDOSxvw4g+wFCrGiPD0L32f5WMzqMXp7Rl93EOCdFiDcaSNnZ10Up9GdNqkj70UTa8hfhPFphaZA== | ||
version "2.2.0" | ||
resolved "https://registry.yarnpkg.com/@pnpm/npm-conf/-/npm-conf-2.2.0.tgz#221b4cfcde745d5f8928c25f391e5cc9d405b345" | ||
integrity sha512-roLI1ul/GwzwcfcVpZYPdrgW2W/drLriObl1h+yLF5syc8/5ULWw2ALbCHUWF+4YltIqA3xFSbG4IwyJz37e9g== | ||
dependencies: | ||
"@pnpm/config.env-replace" "^1.1.0" | ||
"@pnpm/network.ca-file" "^1.0.1" | ||
|
@@ -1600,9 +1574,9 @@ | |
integrity sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ== | ||
|
||
"@types/node@*": | ||
version "18.16.3" | ||
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.16.3.tgz#6bda7819aae6ea0b386ebc5b24bdf602f1b42b01" | ||
integrity sha512-OPs5WnnT1xkCBiuQrZA4+YAV4HEJejmHneyraIaxsbev5yCEr6KMwINNFP9wQeFIw8FWcoTqF3vQsa5CDaI+8Q== | ||
version "20.1.0" | ||
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.1.0.tgz#258805edc37c327cf706e64c6957f241ca4c4c20" | ||
integrity sha512-O+z53uwx64xY7D6roOi4+jApDGFg0qn6WHcxe5QeqjMaTezBO/mxdfFXIVAVVyNWKx84OmPB3L8kbVYOTeN34A== | ||
|
||
"@types/normalize-package-data@^2.4.0": | ||
version "2.4.1" | ||
|
@@ -2431,9 +2405,9 @@ camelcase@^6.0.0: | |
integrity sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA== | ||
|
||
caniuse-lite@^1.0.30001449: | ||
version "1.0.30001481" | ||
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001481.tgz#f58a717afe92f9e69d0e35ff64df596bfad93912" | ||
integrity sha512-KCqHwRnaa1InZBtqXzP98LPg0ajCVujMKjqKDhZEthIpAsJl/YEIa3YvXjGXPVqzZVguccuu7ga9KOE1J9rKPQ== | ||
version "1.0.30001486" | ||
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001486.tgz#56a08885228edf62cbe1ac8980f2b5dae159997e" | ||
integrity sha512-uv7/gXuHi10Whlj0pp5q/tsK/32J2QSqVRKQhs2j8VsDCjgyruAh/eEXHF822VqO9yT6iZKw3nRwZRSPBE9OQg== | ||
|
||
capture-stack-trace@^1.0.0: | ||
version "1.0.2" | ||
|
@@ -2833,9 +2807,9 @@ copy-descriptor@^0.1.0: | |
integrity sha512-XgZ0pFcakEUlbwQEVNg3+QAis1FyTL3Qel9FYy8pSkQqoG3PNoT0bOCQtOXcOkur21r2Eq2kI+IE+gsmAEVlYw== | ||
|
||
core-js-compat@^3.25.1: | ||
version "3.30.1" | ||
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.30.1.tgz#961541e22db9c27fc48bfc13a3cafa8734171dfe" | ||
integrity sha512-d690npR7MC6P0gq4npTl5n2VQeNAmUrJ90n+MHiKS7W2+xno4o3F5GDEuylSdi6EJ3VssibSGXOa1r3YXD3Mhw== | ||
version "3.30.2" | ||
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.30.2.tgz#83f136e375babdb8c80ad3c22d67c69098c1dd8b" | ||
integrity sha512-nriW1nuJjUgvkEjIot1Spwakz52V9YkYHZAQG6A1eCgC8AA1p0zngrQEP9R0+V6hji5XilWKG1Bd0YRppmGimA== | ||
dependencies: | ||
browserslist "^4.21.5" | ||
|
||
|
@@ -3164,9 +3138,9 @@ ejs@^3.1.5: | |
jake "^10.8.5" | ||
|
||
electron-to-chromium@^1.4.284: | ||
version "1.4.377" | ||
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.377.tgz#7f326a0b2c1b96eca6bb65907addc505d0d15989" | ||
integrity sha512-H3BYG6DW5Z+l0xcfXaicJGxrpA4kMlCxnN71+iNX+dBLkRMOdVJqFJiAmbNZZKA1zISpRg17JR03qGifXNsJtw== | ||
version "1.4.385" | ||
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.385.tgz#1afd8d6280d510145148777b899ff481c65531ff" | ||
integrity sha512-L9zlje9bIw0h+CwPQumiuVlfMcV4boxRjFIWDcLfFqTZNbkwOExBzfmswytHawObQX4OUhtNv8gIiB21kOurIg== | ||
|
||
emoji-regex@^8.0.0: | ||
version "8.0.0" | ||
|
@@ -3564,9 +3538,9 @@ flat@^5.0.2: | |
integrity sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ== | ||
|
||
flow-parser@0.*: | ||
version "0.205.0" | ||
resolved "https://registry.yarnpkg.com/flow-parser/-/flow-parser-0.205.0.tgz#8756173b6488dedc31ab838e80c8f008d7a44e05" | ||
integrity sha512-ZJ6VuLe/BoqeI4GsF+ZuzlpfGi3FCnBrb4xDYhgEJxRt7SAj3ibRuRSsuJSRcY+lQhPZRPNbNWiQqFMxramUzw== | ||
version "0.205.1" | ||
resolved "https://registry.yarnpkg.com/flow-parser/-/flow-parser-0.205.1.tgz#337464aaf027b00b2514610386cf21a5f7c94137" | ||
integrity sha512-+RF/e1Et6ZX2I/UG7SGAz3Z8+ulj9xKYLu5AD7Wi8H2llzncU8ZpdKfLR50pPvj4g2a/FbZWkXYL7qHc+zXJNA== | ||
|
||
follow-redirects@^1.14.0: | ||
version "1.15.2" | ||
|
@@ -5388,10 +5362,10 @@ minipass@^3.0.0, minipass@^3.1.1, minipass@^3.1.6: | |
dependencies: | ||
yallist "^4.0.0" | ||
|
||
minipass@^4.0.0: | ||
version "4.2.8" | ||
resolved "https://registry.yarnpkg.com/minipass/-/minipass-4.2.8.tgz#f0010f64393ecfc1d1ccb5f582bcaf45f48e1a3a" | ||
integrity sha512-fNzuVyifolSLFL4NzpF+wEF4qrgqaaKX0haXPQEdQ7NKAN+WecoKMHV09YcuL/DHxrUsYQOK3MiuDf7Ip2OXfQ== | ||
minipass@^5.0.0: | ||
version "5.0.0" | ||
resolved "https://registry.yarnpkg.com/minipass/-/minipass-5.0.0.tgz#3e9788ffb90b694a5d0ec94479a45b5d8738133d" | ||
integrity sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ== | ||
|
||
minizlib@^2.1.1, minizlib@^2.1.2: | ||
version "2.1.2" | ||
|
@@ -7405,13 +7379,13 @@ tar-stream@^2.1.4: | |
readable-stream "^3.1.1" | ||
|
||
tar@^6.1.0, tar@^6.1.11, tar@^6.1.2: | ||
version "6.1.13" | ||
resolved "https://registry.yarnpkg.com/tar/-/tar-6.1.13.tgz#46e22529000f612180601a6fe0680e7da508847b" | ||
integrity sha512-jdIBIN6LTIe2jqzay/2vtYLlBHa3JF42ot3h1dW8Q0PaAG4v8rm0cvpVePtau5C6OKXGGcgO9q2AMNSWxiLqKw== | ||
version "6.1.14" | ||
resolved "https://registry.yarnpkg.com/tar/-/tar-6.1.14.tgz#e87926bec1cfe7c9e783a77a79f3e81c1cfa3b66" | ||
integrity sha512-piERznXu0U7/pW7cdSn7hjqySIVTYT6F76icmFk7ptU7dDYlXTm5r9A6K04R2vU3olYgoKeo1Cg3eeu5nhftAw== | ||
dependencies: | ||
chownr "^2.0.0" | ||
fs-minipass "^2.0.0" | ||
minipass "^4.0.0" | ||
minipass "^5.0.0" | ||
minizlib "^2.1.1" | ||
mkdirp "^1.0.3" | ||
yallist "^4.0.0" | ||
|
@@ -7450,7 +7424,7 @@ tempy@^1.0.0: | |
type-fest "^0.16.0" | ||
unique-string "^2.0.0" | ||
|
||
[email protected]: | ||
[email protected], terser-webpack-plugin@^5.3.7: | ||
version "5.3.8" | ||
resolved "https://registry.yarnpkg.com/terser-webpack-plugin/-/terser-webpack-plugin-5.3.8.tgz#415e03d2508f7de63d59eca85c5d102838f06610" | ||
integrity sha512-WiHL3ElchZMsK27P8uIUh4604IgJyAW47LVXGbEoB21DbQcZ+OuMpGjVYnEUaqcWM6dO8uS2qUbA7LSCWqvsbg== | ||
|
@@ -7461,18 +7435,7 @@ [email protected]: | |
serialize-javascript "^6.0.1" | ||
terser "^5.16.8" | ||
|
||
terser-webpack-plugin@^5.3.7: | ||
version "5.3.7" | ||
resolved "https://registry.yarnpkg.com/terser-webpack-plugin/-/terser-webpack-plugin-5.3.7.tgz#ef760632d24991760f339fe9290deb936ad1ffc7" | ||
integrity sha512-AfKwIktyP7Cu50xNjXF/6Qb5lBNzYaWpU6YfoX3uZicTx0zTy0stDDCsvjDapKsSDvOeWo5MEq4TmdBy2cNoHw== | ||
dependencies: | ||
"@jridgewell/trace-mapping" "^0.3.17" | ||
jest-worker "^27.4.5" | ||
schema-utils "^3.1.1" | ||
serialize-javascript "^6.0.1" | ||
terser "^5.16.5" | ||
|
||
terser@^5.16.5, terser@^5.16.8: | ||
terser@^5.16.8: | ||
version "5.17.1" | ||
resolved "https://registry.yarnpkg.com/terser/-/terser-5.17.1.tgz#948f10830454761e2eeedc6debe45c532c83fd69" | ||
integrity sha512-hVl35zClmpisy6oaoKALOpS0rDYLxRFLHhRuDlEGTKey9qHjS1w9GMORjuwIMt70Wan4lwsLYyWDVnWgF+KUEw== | ||
|