generated from maxgfr/typescript-react-lib-swc
-
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.
chore(deps): update dependency @babel/core to v7.25.2
- Loading branch information
1 parent
b8fa52c
commit d693e59
Showing
1 changed file
with
78 additions
and
104 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 |
---|---|---|
|
@@ -75,10 +75,10 @@ | |
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.24.4.tgz#6f102372e9094f25d908ca0d34fc74c74606059a" | ||
integrity sha512-vg8Gih2MLK+kOkHJp4gBEIkyaIi00jgWot2D9QOmmfLC8jINSOzmCLta6Bvz/JSBCqnegV0L80jhxkol5GWNfQ== | ||
|
||
"@babel/compat-data@^7.24.8": | ||
version "7.24.9" | ||
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.24.9.tgz#53eee4e68f1c1d0282aa0eb05ddb02d033fc43a0" | ||
integrity sha512-e701mcfApCJqMMueQI0Fb68Amflj83+dvAvHawoBpAz+GDjCIyGHzNwnefjsWJ3xiYAqqiQFoWbspGYBdb2/ng== | ||
"@babel/compat-data@^7.25.2": | ||
version "7.25.2" | ||
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.25.2.tgz#e41928bd33475305c586f6acbbb7e3ade7a6f7f5" | ||
integrity sha512-bYcppcpKBvX4znYaPEeFau03bp89ShqNMLs+rmdptMw+heSZh9+z84d2YG+K7cYLbWwzdjtDoW/uqZmPjulClQ== | ||
|
||
"@babel/[email protected]": | ||
version "7.12.9" | ||
|
@@ -145,20 +145,20 @@ | |
semver "^6.3.0" | ||
|
||
"@babel/core@^7.20.2": | ||
version "7.24.9" | ||
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.24.9.tgz#dc07c9d307162c97fa9484ea997ade65841c7c82" | ||
integrity sha512-5e3FI4Q3M3Pbr21+5xJwCv6ZT6KmGkI0vw3Tozy5ODAQFTIWe37iT8Cr7Ice2Ntb+M3iSKCEWMB1MBgKrW3whg== | ||
version "7.25.2" | ||
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.25.2.tgz#ed8eec275118d7613e77a352894cd12ded8eba77" | ||
integrity sha512-BBt3opiCOxUr9euZ5/ro/Xv8/V7yJ5bjYMqG/C1YAo8MIKAnumZalCN+msbci3Pigy4lIQfPUpfMM27HMGaYEA== | ||
dependencies: | ||
"@ampproject/remapping" "^2.2.0" | ||
"@babel/code-frame" "^7.24.7" | ||
"@babel/generator" "^7.24.9" | ||
"@babel/helper-compilation-targets" "^7.24.8" | ||
"@babel/helper-module-transforms" "^7.24.9" | ||
"@babel/helpers" "^7.24.8" | ||
"@babel/parser" "^7.24.8" | ||
"@babel/template" "^7.24.7" | ||
"@babel/traverse" "^7.24.8" | ||
"@babel/types" "^7.24.9" | ||
"@babel/generator" "^7.25.0" | ||
"@babel/helper-compilation-targets" "^7.25.2" | ||
"@babel/helper-module-transforms" "^7.25.2" | ||
"@babel/helpers" "^7.25.0" | ||
"@babel/parser" "^7.25.0" | ||
"@babel/template" "^7.25.0" | ||
"@babel/traverse" "^7.25.2" | ||
"@babel/types" "^7.25.2" | ||
convert-source-map "^2.0.0" | ||
debug "^4.1.0" | ||
gensync "^1.0.0-beta.2" | ||
|
@@ -204,12 +204,12 @@ | |
"@jridgewell/trace-mapping" "^0.3.17" | ||
jsesc "^2.5.1" | ||
|
||
"@babel/generator@^7.24.8", "@babel/generator@^7.24.9": | ||
version "7.24.9" | ||
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.24.9.tgz#5c2575a1070e661bbbc9df82a853989c9a656f12" | ||
integrity sha512-G8v3jRg+z8IwY1jHFxvCNhOPYPterE4XljNgdGTYfSTtzzwjIswIzIaSPSLs3R7yFuqnqNeay5rjICfqVr+/6A== | ||
"@babel/generator@^7.25.0": | ||
version "7.25.0" | ||
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.25.0.tgz#f858ddfa984350bc3d3b7f125073c9af6988f18e" | ||
integrity sha512-3LEEcj3PVW8pW2R1SR1M89g/qrYk/m/mB/tLqn7dn4sbBUQyTqnlod+II2U4dqiGtUmkcnAmkMDralTFZttRiw== | ||
dependencies: | ||
"@babel/types" "^7.24.9" | ||
"@babel/types" "^7.25.0" | ||
"@jridgewell/gen-mapping" "^0.3.5" | ||
"@jridgewell/trace-mapping" "^0.3.25" | ||
jsesc "^2.5.1" | ||
|
@@ -259,12 +259,12 @@ | |
lru-cache "^5.1.1" | ||
semver "^6.3.1" | ||
|
||
"@babel/helper-compilation-targets@^7.24.8": | ||
version "7.24.8" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.24.8.tgz#b607c3161cd9d1744977d4f97139572fe778c271" | ||
integrity sha512-oU+UoqCHdp+nWVDkpldqIQL/i/bvAv53tRqLG/s+cOXxe66zOYLU7ar/Xs3LdmBihrUMEUhwu6dMZwbNOYDwvw== | ||
"@babel/helper-compilation-targets@^7.25.2": | ||
version "7.25.2" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.25.2.tgz#e1d9410a90974a3a5a66e84ff55ef62e3c02d06c" | ||
integrity sha512-U2U5LsSaZ7TAt3cfaymQ8WHh0pxvdHoEk6HVpaexxixjyEquMh0L0YNJNM6CTGKMXV1iksi0iZkGw4AcFkPaaw== | ||
dependencies: | ||
"@babel/compat-data" "^7.24.8" | ||
"@babel/compat-data" "^7.25.2" | ||
"@babel/helper-validator-option" "^7.24.8" | ||
browserslist "^4.23.1" | ||
lru-cache "^5.1.1" | ||
|
@@ -324,13 +324,6 @@ | |
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167" | ||
integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA== | ||
|
||
"@babel/helper-environment-visitor@^7.24.7": | ||
version "7.24.7" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.24.7.tgz#4b31ba9551d1f90781ba83491dd59cf9b269f7d9" | ||
integrity sha512-DoiN84+4Gnd0ncbBOM9AZENV4a5ZiL39HYMyZJGZ/AZEykHYdJw0wW3kdcsh9/Kn+BRXHLkkklZ51ecPKmI1CQ== | ||
dependencies: | ||
"@babel/types" "^7.24.7" | ||
|
||
"@babel/helper-function-name@^7.17.9": | ||
version "7.17.9" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.17.9.tgz#136fcd54bc1da82fcb47565cf16fd8e444b1ff12" | ||
|
@@ -347,28 +340,13 @@ | |
"@babel/template" "^7.22.15" | ||
"@babel/types" "^7.23.0" | ||
|
||
"@babel/helper-function-name@^7.24.7": | ||
version "7.24.7" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.24.7.tgz#75f1e1725742f39ac6584ee0b16d94513da38dd2" | ||
integrity sha512-FyoJTsj/PEUWu1/TYRiXTIHc8lbw+TDYkZuoE43opPS5TrI7MyONBE1oNvfguEXAD9yhQRrVBnXdXzSLQl9XnA== | ||
dependencies: | ||
"@babel/template" "^7.24.7" | ||
"@babel/types" "^7.24.7" | ||
|
||
"@babel/helper-hoist-variables@^7.16.7", "@babel/helper-hoist-variables@^7.22.5": | ||
version "7.22.5" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb" | ||
integrity sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw== | ||
dependencies: | ||
"@babel/types" "^7.22.5" | ||
|
||
"@babel/helper-hoist-variables@^7.24.7": | ||
version "7.24.7" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.24.7.tgz#b4ede1cde2fd89436397f30dc9376ee06b0f25ee" | ||
integrity sha512-MJJwhkoGy5c4ehfoRyrJ/owKeMl19U54h27YYftT0o2teQ3FJ3nQUf/I3LlJsX4l3qlw7WRXUmiyajvHXoTubQ== | ||
dependencies: | ||
"@babel/types" "^7.24.7" | ||
|
||
"@babel/helper-member-expression-to-functions@^7.22.15": | ||
version "7.23.0" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.23.0.tgz#9263e88cc5e41d39ec18c9a3e0eced59a3e7d366" | ||
|
@@ -434,16 +412,15 @@ | |
"@babel/helper-split-export-declaration" "^7.22.6" | ||
"@babel/helper-validator-identifier" "^7.22.20" | ||
|
||
"@babel/helper-module-transforms@^7.24.9": | ||
version "7.24.9" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.24.9.tgz#e13d26306b89eea569180868e652e7f514de9d29" | ||
integrity sha512-oYbh+rtFKj/HwBQkFlUzvcybzklmVdVV3UU+mN7n2t/q3yGHbuVdNxyFvSBO1tfvjyArpHNcWMAzsSPdyI46hw== | ||
"@babel/helper-module-transforms@^7.25.2": | ||
version "7.25.2" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.25.2.tgz#ee713c29768100f2776edf04d4eb23b8d27a66e6" | ||
integrity sha512-BjyRAbix6j/wv83ftcVJmBt72QtHI56C7JXZoG2xATiLpmoC7dpd8WnkikExHDVPpi/3qCmO6WY1EaXOluiecQ== | ||
dependencies: | ||
"@babel/helper-environment-visitor" "^7.24.7" | ||
"@babel/helper-module-imports" "^7.24.7" | ||
"@babel/helper-simple-access" "^7.24.7" | ||
"@babel/helper-split-export-declaration" "^7.24.7" | ||
"@babel/helper-validator-identifier" "^7.24.7" | ||
"@babel/traverse" "^7.25.2" | ||
|
||
"@babel/helper-optimise-call-expression@^7.22.5": | ||
version "7.22.5" | ||
|
@@ -516,13 +493,6 @@ | |
dependencies: | ||
"@babel/types" "^7.22.5" | ||
|
||
"@babel/helper-split-export-declaration@^7.24.7": | ||
version "7.24.7" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.24.7.tgz#83949436890e07fa3d6873c61a96e3bbf692d856" | ||
integrity sha512-oy5V7pD+UvfkEATUKvIjvIAH/xCzfsFVw7ygW2SI6NClZzquT+mwdTfgfdbUiceh6iQO0CHtCPsyze/MZ2YbAA== | ||
dependencies: | ||
"@babel/types" "^7.24.7" | ||
|
||
"@babel/helper-string-parser@^7.22.5": | ||
version "7.23.4" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.23.4.tgz#9478c707febcbbe1ddb38a3d91a2e054ae622d83" | ||
|
@@ -599,13 +569,13 @@ | |
"@babel/traverse" "^7.23.9" | ||
"@babel/types" "^7.23.9" | ||
|
||
"@babel/helpers@^7.24.8": | ||
version "7.24.8" | ||
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.24.8.tgz#2820d64d5d6686cca8789dd15b074cd862795873" | ||
integrity sha512-gV2265Nkcz7weJJfvDoAEVzC1e2OTDpkGbEsebse8koXUJUXPsCMi7sRo/+SPMuMZ9MtUPnGwITTnQnU5YjyaQ== | ||
"@babel/helpers@^7.25.0": | ||
version "7.25.0" | ||
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.25.0.tgz#e69beb7841cb93a6505531ede34f34e6a073650a" | ||
integrity sha512-MjgLZ42aCm0oGjJj8CtSM3DB8NOOf8h2l7DCTePJs29u+v7yO/RBX9nShlKMgFnRks/Q4tBAe7Hxnov9VkGwLw== | ||
dependencies: | ||
"@babel/template" "^7.24.7" | ||
"@babel/types" "^7.24.8" | ||
"@babel/template" "^7.25.0" | ||
"@babel/types" "^7.25.0" | ||
|
||
"@babel/highlight@^7.22.13": | ||
version "7.23.4" | ||
|
@@ -681,10 +651,10 @@ | |
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.5.tgz#4a4d5ab4315579e5398a82dcf636ca80c3392790" | ||
integrity sha512-EOv5IK8arwh3LI47dz1b0tKUb/1uhHAnHJOrjgtQMIpu1uXd9mlFrJg9IUgGUgZ41Ch0K8REPTYpO7B76b4vJg== | ||
|
||
"@babel/parser@^7.24.7", "@babel/parser@^7.24.8": | ||
version "7.24.8" | ||
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.8.tgz#58a4dbbcad7eb1d48930524a3fd93d93e9084c6f" | ||
integrity sha512-WzfbgXOkGzZiXXCqk43kKwZjzwx4oulxZi3nq2TYL9mOjQv6kYwul9mz6ID36njuL7Xkp6nJEfok848Zj10j/w== | ||
"@babel/parser@^7.25.0": | ||
version "7.25.0" | ||
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.25.0.tgz#9fdc9237504d797b6e7b8f66e78ea7f570d256ad" | ||
integrity sha512-CzdIU9jdP0dg7HdyB+bHvDJGagUv+qtzZt5rYCWwW6tITNqV9odjp6Qu41gkG0ca5UfdDUWrKkiAnHHdGRnOrA== | ||
|
||
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.22.15": | ||
version "7.22.15" | ||
|
@@ -1609,14 +1579,14 @@ | |
"@babel/parser" "^7.23.9" | ||
"@babel/types" "^7.23.9" | ||
|
||
"@babel/template@^7.24.7": | ||
version "7.24.7" | ||
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.24.7.tgz#02efcee317d0609d2c07117cb70ef8fb17ab7315" | ||
integrity sha512-jYqfPrU9JTF0PmPy1tLYHW4Mp4KlgxJD9l2nP9fD6yT/ICi554DmrWBAEYpIelzjHf1msDP3PxJIRt/nFNfBig== | ||
"@babel/template@^7.25.0": | ||
version "7.25.0" | ||
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.25.0.tgz#e733dc3134b4fede528c15bc95e89cb98c52592a" | ||
integrity sha512-aOOgh1/5XzKvg1jvVz7AVrx2piJ2XBi227DHmbY6y+bM9H2FlN+IfecYu4Xl0cNiiVejlsCri89LUsbj8vJD9Q== | ||
dependencies: | ||
"@babel/code-frame" "^7.24.7" | ||
"@babel/parser" "^7.24.7" | ||
"@babel/types" "^7.24.7" | ||
"@babel/parser" "^7.25.0" | ||
"@babel/types" "^7.25.0" | ||
|
||
"@babel/template@^7.3.3": | ||
version "7.16.7" | ||
|
@@ -1691,19 +1661,16 @@ | |
debug "^4.3.1" | ||
globals "^11.1.0" | ||
|
||
"@babel/traverse@^7.24.7", "@babel/traverse@^7.24.8": | ||
version "7.24.8" | ||
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.24.8.tgz#6c14ed5232b7549df3371d820fbd9abfcd7dfab7" | ||
integrity sha512-t0P1xxAPzEDcEPmjprAQq19NWum4K0EQPjMwZQZbHt+GiZqvjCHjj755Weq1YRPVzBI+3zSfvScfpnuIecVFJQ== | ||
"@babel/traverse@^7.24.7", "@babel/traverse@^7.25.2": | ||
version "7.25.2" | ||
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.25.2.tgz#1a0a4aef53177bead359ccd0c89f4426c805b2ae" | ||
integrity sha512-s4/r+a7xTnny2O6FcZzqgT6nE4/GHEdcqj4qAeglbUOh0TeglEfmNJFAd/OLoVtGd6ZhAO8GCVvCNUO5t/VJVQ== | ||
dependencies: | ||
"@babel/code-frame" "^7.24.7" | ||
"@babel/generator" "^7.24.8" | ||
"@babel/helper-environment-visitor" "^7.24.7" | ||
"@babel/helper-function-name" "^7.24.7" | ||
"@babel/helper-hoist-variables" "^7.24.7" | ||
"@babel/helper-split-export-declaration" "^7.24.7" | ||
"@babel/parser" "^7.24.8" | ||
"@babel/types" "^7.24.8" | ||
"@babel/generator" "^7.25.0" | ||
"@babel/parser" "^7.25.0" | ||
"@babel/template" "^7.25.0" | ||
"@babel/types" "^7.25.2" | ||
debug "^4.3.1" | ||
globals "^11.1.0" | ||
|
||
|
@@ -1751,10 +1718,10 @@ | |
"@babel/helper-validator-identifier" "^7.22.20" | ||
to-fast-properties "^2.0.0" | ||
|
||
"@babel/types@^7.24.7", "@babel/types@^7.24.8", "@babel/types@^7.24.9": | ||
version "7.24.9" | ||
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.24.9.tgz#228ce953d7b0d16646e755acf204f4cf3d08cc73" | ||
integrity sha512-xm8XrMKz0IlUdocVbYJe0Z9xEgidU7msskG8BbhnTPK/HZ2z/7FP7ykqPgrUH+C+r414mNfNWam1f2vqOjqjYQ== | ||
"@babel/types@^7.24.7", "@babel/types@^7.25.0", "@babel/types@^7.25.2": | ||
version "7.25.2" | ||
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.25.2.tgz#55fb231f7dc958cd69ea141a4c2997e819646125" | ||
integrity sha512-YTnYtra7W9e6/oAZEHj0bJehPRUlLH9/fbpT5LfB0NhQXyALCRkRs3zH9v07IYhkgpqX6Z78FnuccZr/l4Fs4Q== | ||
dependencies: | ||
"@babel/helper-string-parser" "^7.24.8" | ||
"@babel/helper-validator-identifier" "^7.24.7" | ||
|
@@ -6011,9 +5978,9 @@ caniuse-lite@^1.0.30001587: | |
integrity sha512-c3dl911slnQhmxUIT4HhYzT7wnBK/XYpGnYLOj4nJBaRiw52Ibe7YxlDaAeRECvA786zCuExhxIUJ2K7nHMrBw== | ||
|
||
caniuse-lite@^1.0.30001640: | ||
version "1.0.30001642" | ||
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001642.tgz#6aa6610eb24067c246d30c57f055a9d0a7f8d05f" | ||
integrity sha512-3XQ0DoRgLijXJErLSl+bLnJ+Et4KqV1PY6JJBGAFlsNsz31zeAIncyeZfLCabHK/jtSh+671RM9YMldxjUPZtA== | ||
version "1.0.30001643" | ||
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001643.tgz#9c004caef315de9452ab970c3da71085f8241dbd" | ||
integrity sha512-ERgWGNleEilSrHM6iUz/zJNSQTP8Mr21wDWpdgvRwcTXGAq6jMtOUPP4dqFPTdKqZ2wKTdtB+uucZ3MRpAUSmg== | ||
|
||
capture-exit@^2.0.0: | ||
version "2.0.0" | ||
|
@@ -6845,10 +6812,10 @@ debug@^3.0.0, debug@^3.2.7: | |
dependencies: | ||
ms "^2.1.1" | ||
|
||
debug@^4.1.0, debug@^4.3.1, debug@^4.3.5: | ||
version "4.3.5" | ||
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.5.tgz#e83444eceb9fedd4a1da56d671ae2446a01a6e1e" | ||
integrity sha512-pt0bNEmneDIvdL1Xsd9oDQ/wrQRkXDT4AUWlNZNPKvW5x/jyO9VFXkJUP07vQ2upmw5PlaITaPKc31jK13V+jg== | ||
debug@^4.1.0, debug@^4.3.1: | ||
version "4.3.6" | ||
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.6.tgz#2ab2c38fbaffebf8aa95fdfe6d88438c7a13c52b" | ||
integrity sha512-O/09Bd4Z1fBrU4VzkhFqVgpPzaGbw6Sm9FEkBT1A/YBXQFGuuSxa1dN2nxgxS34JmKXqYx8CZAwEVoJFImUXIg== | ||
dependencies: | ||
ms "2.1.2" | ||
|
||
|
@@ -6859,6 +6826,13 @@ debug@^4.3.2: | |
dependencies: | ||
ms "2.1.2" | ||
|
||
debug@^4.3.5: | ||
version "4.3.5" | ||
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.5.tgz#e83444eceb9fedd4a1da56d671ae2446a01a6e1e" | ||
integrity sha512-pt0bNEmneDIvdL1Xsd9oDQ/wrQRkXDT4AUWlNZNPKvW5x/jyO9VFXkJUP07vQ2upmw5PlaITaPKc31jK13V+jg== | ||
dependencies: | ||
ms "2.1.2" | ||
|
||
debuglog@^1.0.1: | ||
version "1.0.1" | ||
resolved "https://registry.yarnpkg.com/debuglog/-/debuglog-1.0.1.tgz#aa24ffb9ac3df9a2351837cfb2d279360cd78492" | ||
|
@@ -7265,9 +7239,9 @@ electron-to-chromium@^1.4.668: | |
integrity sha512-NglN/xprcM+SHD2XCli4oC6bWe6kHoytcyLKCWXmRL854F0qhPhaYgUswUsglnPxYaNQIg2uMY4BvaomIf3kLA== | ||
|
||
electron-to-chromium@^1.4.820: | ||
version "1.4.827" | ||
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.827.tgz#76068ed1c71dd3963e1befc8ae815004b2da6a02" | ||
integrity sha512-VY+J0e4SFcNfQy19MEoMdaIcZLmDCprqvBtkii1WTCTQHpRvf5N8+3kTYCgL/PcntvwQvmMJWTuDPsq+IlhWKQ== | ||
version "1.5.3" | ||
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.3.tgz#032bbb8661c0449656fd896e805c8f7150229a0f" | ||
integrity sha512-QNdYSS5i8D9axWp/6XIezRObRHqaav/ur9z1VzCDUCH1XIFOr9WQk5xmgunhsTpjjgDy3oLxO/WMOVZlpUQrlA== | ||
|
||
elliptic@^6.5.3, elliptic@^6.5.4: | ||
version "6.5.4" | ||
|
@@ -11650,9 +11624,9 @@ node-releases@^2.0.13: | |
integrity sha512-uYr7J37ae/ORWdZeQ1xxMJe3NtdmqMC/JZK+geofDrkLUApKRHPd18/TxtBOJ4A0/+uUIliorNrfYV6s1b02eQ== | ||
|
||
node-releases@^2.0.14: | ||
version "2.0.14" | ||
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.14.tgz#2ffb053bceb8b2be8495ece1ab6ce600c4461b0b" | ||
integrity sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw== | ||
version "2.0.18" | ||
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.18.tgz#f010e8d35e2fe8d6b2944f03f70213ecedc4ca3f" | ||
integrity sha512-d9VeXT4SJ7ZeOqGX6R5EM022wpL+eWPooLI+5UpWn2jCT1aosUQEhQP214x33Wkwx3JQMvIm+tIoVOdodFS40g== | ||
|
||
[email protected]: | ||
version "2.0.22" | ||
|