|
23 | 23 | integrity sha512-CHIGpJcUQ5lU9KrPHTjBMhVwQG6CQjxfg36fGXl3qk/Gik1WwWachaXFuo0uCWJT/mStOKtcbFJCaVLihC1CMw==
|
24 | 24 |
|
25 | 25 | "@babel/core@^7.0.0":
|
26 |
| - version "7.19.3" |
27 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.19.3.tgz#2519f62a51458f43b682d61583c3810e7dcee64c" |
28 |
| - integrity sha512-WneDJxdsjEvyKtXKsaBGbDeiyOjR5vYq4HcShxnIbG0qixpoHjI3MqeZM9NDvsojNCEBItQE4juOo/bU6e72gQ== |
| 26 | + version "7.19.6" |
| 27 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.19.6.tgz#7122ae4f5c5a37c0946c066149abd8e75f81540f" |
| 28 | + integrity sha512-D2Ue4KHpc6Ys2+AxpIx1BZ8+UegLLLE2p3KJEuJRKmokHOtl49jQ5ny1773KsGLZs8MQvBidAF6yWUJxRqtKtg== |
29 | 29 | dependencies:
|
30 | 30 | "@ampproject/remapping" "^2.1.0"
|
31 | 31 | "@babel/code-frame" "^7.18.6"
|
32 |
| - "@babel/generator" "^7.19.3" |
| 32 | + "@babel/generator" "^7.19.6" |
33 | 33 | "@babel/helper-compilation-targets" "^7.19.3"
|
34 |
| - "@babel/helper-module-transforms" "^7.19.0" |
35 |
| - "@babel/helpers" "^7.19.0" |
36 |
| - "@babel/parser" "^7.19.3" |
| 34 | + "@babel/helper-module-transforms" "^7.19.6" |
| 35 | + "@babel/helpers" "^7.19.4" |
| 36 | + "@babel/parser" "^7.19.6" |
37 | 37 | "@babel/template" "^7.18.10"
|
38 |
| - "@babel/traverse" "^7.19.3" |
39 |
| - "@babel/types" "^7.19.3" |
| 38 | + "@babel/traverse" "^7.19.6" |
| 39 | + "@babel/types" "^7.19.4" |
40 | 40 | convert-source-map "^1.7.0"
|
41 | 41 | debug "^4.1.0"
|
42 | 42 | gensync "^1.0.0-beta.2"
|
43 | 43 | json5 "^2.2.1"
|
44 | 44 | semver "^6.3.0"
|
45 | 45 |
|
46 |
| -"@babel/generator@^7.19.3", "@babel/generator@^7.19.4": |
47 |
| - version "7.19.5" |
48 |
| - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.19.5.tgz#da3f4b301c8086717eee9cab14da91b1fa5dcca7" |
49 |
| - integrity sha512-DxbNz9Lz4aMZ99qPpO1raTbcrI1ZeYh+9NR9qhfkQIbFtVEqotHojEBxHzmxhVONkGt6VyrqVQcgpefMy9pqcg== |
| 46 | +"@babel/generator@^7.19.6": |
| 47 | + version "7.19.6" |
| 48 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.19.6.tgz#9e481a3fe9ca6261c972645ae3904ec0f9b34a1d" |
| 49 | + integrity sha512-oHGRUQeoX1QrKeJIKVe0hwjGqNnVYsM5Nep5zo0uE0m42sLH+Fsd2pStJ5sRM1bNyTUUoz0pe2lTeMJrb/taTA== |
50 | 50 | dependencies:
|
51 | 51 | "@babel/types" "^7.19.4"
|
52 | 52 | "@jridgewell/gen-mapping" "^0.3.2"
|
|
151 | 151 | dependencies:
|
152 | 152 | "@babel/types" "^7.18.6"
|
153 | 153 |
|
154 |
| -"@babel/helper-module-transforms@^7.18.6", "@babel/helper-module-transforms@^7.19.0": |
155 |
| - version "7.19.0" |
156 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.19.0.tgz#309b230f04e22c58c6a2c0c0c7e50b216d350c30" |
157 |
| - integrity sha512-3HBZ377Fe14RbLIA+ac3sY4PTgpxHVkFrESaWhoI5PuyXPBBX8+C34qblV9G89ZtycGJCmCI/Ut+VUDK4bltNQ== |
| 154 | +"@babel/helper-module-transforms@^7.18.6", "@babel/helper-module-transforms@^7.19.6": |
| 155 | + version "7.19.6" |
| 156 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.19.6.tgz#6c52cc3ac63b70952d33ee987cbee1c9368b533f" |
| 157 | + integrity sha512-fCmcfQo/KYr/VXXDIyd3CBGZ6AFhPFy1TfSEJ+PilGVlQT6jcbqtHAM4C1EciRqMza7/TpOUZliuSH+U6HAhJw== |
158 | 158 | dependencies:
|
159 | 159 | "@babel/helper-environment-visitor" "^7.18.9"
|
160 | 160 | "@babel/helper-module-imports" "^7.18.6"
|
161 |
| - "@babel/helper-simple-access" "^7.18.6" |
| 161 | + "@babel/helper-simple-access" "^7.19.4" |
162 | 162 | "@babel/helper-split-export-declaration" "^7.18.6"
|
163 |
| - "@babel/helper-validator-identifier" "^7.18.6" |
| 163 | + "@babel/helper-validator-identifier" "^7.19.1" |
164 | 164 | "@babel/template" "^7.18.10"
|
165 |
| - "@babel/traverse" "^7.19.0" |
166 |
| - "@babel/types" "^7.19.0" |
| 165 | + "@babel/traverse" "^7.19.6" |
| 166 | + "@babel/types" "^7.19.4" |
167 | 167 |
|
168 | 168 | "@babel/helper-optimise-call-expression@^7.18.6":
|
169 | 169 | version "7.18.6"
|
|
198 | 198 | "@babel/traverse" "^7.19.1"
|
199 | 199 | "@babel/types" "^7.19.0"
|
200 | 200 |
|
201 |
| -"@babel/helper-simple-access@^7.18.6": |
| 201 | +"@babel/helper-simple-access@^7.19.4": |
202 | 202 | version "7.19.4"
|
203 | 203 | resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.19.4.tgz#be553f4951ac6352df2567f7daa19a0ee15668e7"
|
204 | 204 | integrity sha512-f9Xq6WqBFqaDfbCzn2w85hwklswz5qsKlh7f08w4Y9yhJHpnNC0QemtSkK5YyOY8kPGvyiwdzZksGUhnGdaUIg==
|
|
244 | 244 | "@babel/traverse" "^7.19.0"
|
245 | 245 | "@babel/types" "^7.19.0"
|
246 | 246 |
|
247 |
| -"@babel/helpers@^7.19.0": |
| 247 | +"@babel/helpers@^7.19.4": |
248 | 248 | version "7.19.4"
|
249 | 249 | resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.19.4.tgz#42154945f87b8148df7203a25c31ba9a73be46c5"
|
250 | 250 | integrity sha512-G+z3aOx2nfDHwX/kyVii5fJq+bgscg89/dJNWpYeKeBv3v9xX8EIabmx1k6u9LS04H7nROFVRVK+e3k0VHp+sw==
|
|
262 | 262 | chalk "^2.0.0"
|
263 | 263 | js-tokens "^4.0.0"
|
264 | 264 |
|
265 |
| -"@babel/parser@^7.18.10", "@babel/parser@^7.19.3", "@babel/parser@^7.19.4": |
266 |
| - version "7.19.4" |
267 |
| - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.19.4.tgz#03c4339d2b8971eb3beca5252bafd9b9f79db3dc" |
268 |
| - integrity sha512-qpVT7gtuOLjWeDTKLkJ6sryqLliBaFpAtGeqw5cs5giLldvh+Ch0plqnUMKoVAUS6ZEueQQiZV+p5pxtPitEsA== |
| 265 | +"@babel/parser@^7.18.10", "@babel/parser@^7.19.6": |
| 266 | + version "7.19.6" |
| 267 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.19.6.tgz#b923430cb94f58a7eae8facbffa9efd19130e7f8" |
| 268 | + integrity sha512-h1IUp81s2JYJ3mRkdxJgs4UvmSsRvDrx5ICSJbPvtWYv5i1nTBGcBpnog+89rAFMwvvru6E5NUHdBe01UeSzYA== |
269 | 269 |
|
270 | 270 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6":
|
271 | 271 | version "7.18.6"
|
|
630 | 630 | "@babel/helper-plugin-utils" "^7.18.6"
|
631 | 631 |
|
632 | 632 | "@babel/plugin-transform-modules-amd@^7.18.6":
|
633 |
| - version "7.18.6" |
634 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.18.6.tgz#8c91f8c5115d2202f277549848874027d7172d21" |
635 |
| - integrity sha512-Pra5aXsmTsOnjM3IajS8rTaLCy++nGM4v3YR4esk5PCsyg9z8NA5oQLwxzMUtDBd8F+UmVza3VxoAaWCbzH1rg== |
| 633 | + version "7.19.6" |
| 634 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.19.6.tgz#aca391801ae55d19c4d8d2ebfeaa33df5f2a2cbd" |
| 635 | + integrity sha512-uG3od2mXvAtIFQIh0xrpLH6r5fpSQN04gIVovl+ODLdUMANokxQLZnPBHcjmv3GxRjnqwLuHvppjjcelqUFZvg== |
636 | 636 | dependencies:
|
637 |
| - "@babel/helper-module-transforms" "^7.18.6" |
638 |
| - "@babel/helper-plugin-utils" "^7.18.6" |
639 |
| - babel-plugin-dynamic-import-node "^2.3.3" |
| 637 | + "@babel/helper-module-transforms" "^7.19.6" |
| 638 | + "@babel/helper-plugin-utils" "^7.19.0" |
640 | 639 |
|
641 | 640 | "@babel/plugin-transform-modules-commonjs@^7.18.6":
|
642 |
| - version "7.18.6" |
643 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.18.6.tgz#afd243afba166cca69892e24a8fd8c9f2ca87883" |
644 |
| - integrity sha512-Qfv2ZOWikpvmedXQJDSbxNqy7Xr/j2Y8/KfijM0iJyKkBTmWuvCA1yeH1yDM7NJhBW/2aXxeucLj6i80/LAJ/Q== |
| 641 | + version "7.19.6" |
| 642 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.19.6.tgz#25b32feef24df8038fc1ec56038917eacb0b730c" |
| 643 | + integrity sha512-8PIa1ym4XRTKuSsOUXqDG0YaOlEuTVvHMe5JCfgBMOtHvJKw/4NGovEGN33viISshG/rZNVrACiBmPQLvWN8xQ== |
645 | 644 | dependencies:
|
646 |
| - "@babel/helper-module-transforms" "^7.18.6" |
647 |
| - "@babel/helper-plugin-utils" "^7.18.6" |
648 |
| - "@babel/helper-simple-access" "^7.18.6" |
649 |
| - babel-plugin-dynamic-import-node "^2.3.3" |
| 645 | + "@babel/helper-module-transforms" "^7.19.6" |
| 646 | + "@babel/helper-plugin-utils" "^7.19.0" |
| 647 | + "@babel/helper-simple-access" "^7.19.4" |
650 | 648 |
|
651 | 649 | "@babel/plugin-transform-modules-systemjs@^7.19.0":
|
652 |
| - version "7.19.0" |
653 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.19.0.tgz#5f20b471284430f02d9c5059d9b9a16d4b085a1f" |
654 |
| - integrity sha512-x9aiR0WXAWmOWsqcsnrzGR+ieaTMVyGyffPVA7F8cXAGt/UxefYv6uSHZLkAFChN5M5Iy1+wjE+xJuPt22H39A== |
| 650 | + version "7.19.6" |
| 651 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.19.6.tgz#59e2a84064b5736a4471b1aa7b13d4431d327e0d" |
| 652 | + integrity sha512-fqGLBepcc3kErfR9R3DnVpURmckXP7gj7bAlrTQyBxrigFqszZCkFkcoxzCp2v32XmwXLvbw+8Yq9/b+QqksjQ== |
655 | 653 | dependencies:
|
656 | 654 | "@babel/helper-hoist-variables" "^7.18.6"
|
657 |
| - "@babel/helper-module-transforms" "^7.19.0" |
| 655 | + "@babel/helper-module-transforms" "^7.19.6" |
658 | 656 | "@babel/helper-plugin-utils" "^7.19.0"
|
659 |
| - "@babel/helper-validator-identifier" "^7.18.6" |
660 |
| - babel-plugin-dynamic-import-node "^2.3.3" |
| 657 | + "@babel/helper-validator-identifier" "^7.19.1" |
661 | 658 |
|
662 | 659 | "@babel/plugin-transform-modules-umd@^7.18.6":
|
663 | 660 | version "7.18.6"
|
|
897 | 894 | "@babel/parser" "^7.18.10"
|
898 | 895 | "@babel/types" "^7.18.10"
|
899 | 896 |
|
900 |
| -"@babel/traverse@^7.19.0", "@babel/traverse@^7.19.1", "@babel/traverse@^7.19.3", "@babel/traverse@^7.19.4": |
901 |
| - version "7.19.4" |
902 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.19.4.tgz#f117820e18b1e59448a6c1fa9d0ff08f7ac459a8" |
903 |
| - integrity sha512-w3K1i+V5u2aJUOXBFFC5pveFLmtq1s3qcdDNC2qRI6WPBQIDaKFqXxDEqDO/h1dQ3HjsZoZMyIy6jGLq0xtw+g== |
| 897 | +"@babel/traverse@^7.19.0", "@babel/traverse@^7.19.1", "@babel/traverse@^7.19.4", "@babel/traverse@^7.19.6": |
| 898 | + version "7.19.6" |
| 899 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.19.6.tgz#7b4c865611df6d99cb131eec2e8ac71656a490dc" |
| 900 | + integrity sha512-6l5HrUCzFM04mfbG09AagtYyR2P0B71B1wN7PfSPiksDPz2k5H9CBC1tcZpz2M8OxbKTPccByoOJ22rUKbpmQQ== |
904 | 901 | dependencies:
|
905 | 902 | "@babel/code-frame" "^7.18.6"
|
906 |
| - "@babel/generator" "^7.19.4" |
| 903 | + "@babel/generator" "^7.19.6" |
907 | 904 | "@babel/helper-environment-visitor" "^7.18.9"
|
908 | 905 | "@babel/helper-function-name" "^7.19.0"
|
909 | 906 | "@babel/helper-hoist-variables" "^7.18.6"
|
910 | 907 | "@babel/helper-split-export-declaration" "^7.18.6"
|
911 |
| - "@babel/parser" "^7.19.4" |
| 908 | + "@babel/parser" "^7.19.6" |
912 | 909 | "@babel/types" "^7.19.4"
|
913 | 910 | debug "^4.1.0"
|
914 | 911 | globals "^11.1.0"
|
915 | 912 |
|
916 |
| -"@babel/types@^7.18.10", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.19.0", "@babel/types@^7.19.3", "@babel/types@^7.19.4", "@babel/types@^7.4.4": |
| 913 | +"@babel/types@^7.18.10", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.19.0", "@babel/types@^7.19.4", "@babel/types@^7.4.4": |
917 | 914 | version "7.19.4"
|
918 | 915 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.19.4.tgz#0dd5c91c573a202d600490a35b33246fed8a41c7"
|
919 | 916 | integrity sha512-M5LK7nAeS6+9j7hAq+b3fQs+pNfUtTGq+yFFfHnauFA8zQtLRfmuipmsKDKKLuyG+wC8ABW43A153YNawNTEtw==
|
|
1407 | 1404 | integrity sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==
|
1408 | 1405 |
|
1409 | 1406 | "@types/node@*", "@types/node@>= 8":
|
1410 |
| - version "18.11.0" |
1411 |
| - resolved "https://registry.yarnpkg.com/@types/node/-/node-18.11.0.tgz#f38c7139247a1d619f6cc6f27b072606af7c289d" |
1412 |
| - integrity sha512-IOXCvVRToe7e0ny7HpT/X9Rb2RYtElG1a+VshjwT00HxrM2dWBApHQoqsI6WiY7Q03vdf2bCrIGzVrkF/5t10w== |
| 1407 | + version "18.11.4" |
| 1408 | + resolved "https://registry.yarnpkg.com/@types/node/-/node-18.11.4.tgz#7017a52e18dfaad32f55eebd539993014441949c" |
| 1409 | + integrity sha512-BxcJpBu8D3kv/GZkx/gSMz6VnTJREBj/4lbzYOQueUOELkt8WrO6zAcSPmp9uRPEW/d+lUO8QK0W2xnS1hEU0A== |
1413 | 1410 |
|
1414 | 1411 | "@types/normalize-package-data@^2.4.0":
|
1415 | 1412 | version "2.4.1"
|
@@ -1712,13 +1709,6 @@ babel-code-frame@^6.22.0:
|
1712 | 1709 | esutils "^2.0.2"
|
1713 | 1710 | js-tokens "^3.0.2"
|
1714 | 1711 |
|
1715 |
| -babel-plugin-dynamic-import-node@^2.3.3: |
1716 |
| - version "2.3.3" |
1717 |
| - resolved "https://registry.yarnpkg.com/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.3.3.tgz#84fda19c976ec5c6defef57f9427b3def66e17a3" |
1718 |
| - integrity sha512-jZVI+s9Zg3IqA/kdi0i6UDCybUI3aSBLnglhYbSSjKlV7yF1F/5LWv8MakQmvYpnbJDS6fcBL2KzHSxNCMtWSQ== |
1719 |
| - dependencies: |
1720 |
| - object.assign "^4.1.0" |
1721 |
| - |
1722 | 1712 | babel-plugin-polyfill-corejs2@^0.3.3:
|
1723 | 1713 | version "0.3.3"
|
1724 | 1714 | resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.3.3.tgz#5d1bd3836d0a19e1b84bbf2d9640ccb6f951c122"
|
@@ -2023,9 +2013,9 @@ camelcase@^5.0.0, camelcase@^5.3.1:
|
2023 | 2013 | integrity sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==
|
2024 | 2014 |
|
2025 | 2015 | caniuse-lite@^1.0.30001400:
|
2026 |
| - version "1.0.30001420" |
2027 |
| - resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001420.tgz#f62f35f051e0b6d25532cf376776d41e45b47ef6" |
2028 |
| - integrity sha512-OnyeJ9ascFA9roEj72ok2Ikp7PHJTKubtEJIQ/VK3fdsS50q4KWy+Z5X0A1/GswEItKX0ctAp8n4SYDE7wTu6A== |
| 2016 | + version "1.0.30001423" |
| 2017 | + resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001423.tgz#57176d460aa8cd85ee1a72016b961eb9aca55d91" |
| 2018 | + integrity sha512-09iwWGOlifvE1XuHokFMP7eR38a0JnajoyL3/i87c8ZjRWRrdKo1fqjNfugfBD0UDBIOz0U+jtNhJ0EPm1VleQ== |
2029 | 2019 |
|
2030 | 2020 | capture-stack-trace@^1.0.0:
|
2031 | 2021 | version "1.0.2"
|
@@ -2438,9 +2428,9 @@ copy-descriptor@^0.1.0:
|
2438 | 2428 | integrity sha512-XgZ0pFcakEUlbwQEVNg3+QAis1FyTL3Qel9FYy8pSkQqoG3PNoT0bOCQtOXcOkur21r2Eq2kI+IE+gsmAEVlYw==
|
2439 | 2429 |
|
2440 | 2430 | core-js-compat@^3.25.1:
|
2441 |
| - version "3.25.5" |
2442 |
| - resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.25.5.tgz#0016e8158c904f7b059486639e6e82116eafa7d9" |
2443 |
| - integrity sha512-ovcyhs2DEBUIE0MGEKHP4olCUW/XYte3Vroyxuh38rD1wAO4dHohsovUC4eAOuzFxE6b+RXvBU3UZ9o0YhUTkA== |
| 2431 | + version "3.26.0" |
| 2432 | + resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.26.0.tgz#94e2cf8ba3e63800c4956ea298a6473bc9d62b44" |
| 2433 | + integrity sha512-piOX9Go+Z4f9ZiBFLnZ5VrOpBl0h7IGCkiFUN11QTe6LjAvOT3ifL/5TdoizMh99hcGy5SoLyWbapIY/PIb/3A== |
2444 | 2434 | dependencies:
|
2445 | 2435 | browserslist "^4.21.4"
|
2446 | 2436 |
|
@@ -2793,9 +2783,9 @@ editor@~1.0.0:
|
2793 | 2783 | integrity sha512-SoRmbGStwNYHgKfjOrX2L0mUvp9bUVv0uPppZSOMAntEbcFtoC3MKF5b3T6HQPXKIV+QGY3xPO3JK5it5lVkuw==
|
2794 | 2784 |
|
2795 | 2785 | electron-to-chromium@^1.4.251:
|
2796 |
| - version "1.4.283" |
2797 |
| - resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.283.tgz#d4f263f5df402fd799c0a06255d580dcf8aa9a8e" |
2798 |
| - integrity sha512-g6RQ9zCOV+U5QVHW9OpFR7rdk/V7xfopNXnyAamdpFgCHgZ1sjI8VuR1+zG2YG/TZk+tQ8mpNkug4P8FU0fuOA== |
| 2786 | + version "1.4.284" |
| 2787 | + resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.284.tgz#61046d1e4cab3a25238f6bf7413795270f125592" |
| 2788 | + integrity sha512-M8WEXFuKXMYMVr45fo8mq0wUrrJHheiKZf6BArTKk9ZBYCKJEOU5H8cdWgDT+qCVZf7Na4lVUaZsA+h6uA9+PA== |
2799 | 2789 |
|
2800 | 2790 | emoji-regex@^7.0.1:
|
2801 | 2791 | version "7.0.3"
|
@@ -3958,9 +3948,9 @@ is-cidr@^3.0.0:
|
3958 | 3948 | cidr-regex "^2.0.10"
|
3959 | 3949 |
|
3960 | 3950 | is-core-module@^2.5.0, is-core-module@^2.9.0:
|
3961 |
| - version "2.10.0" |
3962 |
| - resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.10.0.tgz#9012ede0a91c69587e647514e1d5277019e728ed" |
3963 |
| - integrity sha512-Erxj2n/LDAZ7H8WNJXd9tw38GYM3dv8rk8Zcs+jJuxYTW7sozH+SS8NtrSjVL1/vpLvWi1hxy96IzjJ3EHTJJg== |
| 3951 | + version "2.11.0" |
| 3952 | + resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.11.0.tgz#ad4cb3e3863e814523c96f3f58d26cc570ff0144" |
| 3953 | + integrity sha512-RRjxlvLDkD1YJwDbroBHMb+cukurkDWNyHx7D3oNB5x9rb5ogcksMC5wHCadcXoo67gVr/+3GFySh3134zi6rw== |
3964 | 3954 | dependencies:
|
3965 | 3955 | has "^1.0.3"
|
3966 | 3956 |
|
@@ -5540,7 +5530,7 @@ object-visit@^1.0.0:
|
5540 | 5530 | dependencies:
|
5541 | 5531 | isobject "^3.0.0"
|
5542 | 5532 |
|
5543 |
| -object.assign@^4.1.0, object.assign@^4.1.4: |
| 5533 | +object.assign@^4.1.4: |
5544 | 5534 | version "4.1.4"
|
5545 | 5535 | resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.4.tgz#9673c7c7c351ab8c4d0b516f4343ebf4dfb7799f"
|
5546 | 5536 | integrity sha512-1mxKf0e58bvyjSCtKYY4sRe9itRk3PJpquJOjeIkz885CczcI4IvJJDLPS72oowuSh+pBxUFROpX+TU++hxhZQ==
|
|
7423 | 7413 | integrity sha512-ACzBtm/PhXBDId6a6sDJfroT2pOWt/oOnk4/dElG5G33ZL776N3Y6/6bKZJBFpd+b05F3Ct9qDjMeJmRWtE2/g==
|
7424 | 7414 |
|
7425 | 7415 | typescript@next:
|
7426 |
| - version "4.9.0-dev.20221017" |
7427 |
| - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.0-dev.20221017.tgz#893378fee50d23730bd03d3c6c87e8cb491ee7d3" |
7428 |
| - integrity sha512-Aae7UmEtGS1U+pAvYpx8a466hlcXBX3moIdQ93lEAwriqrjidTeEP4JZ7UblTJWYZAlLu9g6LKfSe9X+6XR6GA== |
| 7416 | + version "4.9.0-dev.20221024" |
| 7417 | + resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.0-dev.20221024.tgz#755cadeb41f5c45cca851031ab600b0db4a745e3" |
| 7418 | + integrity sha512-emPfkqIHzCqpQeKpZ7FF7SwFvGcG2B6+sWGIW1xthggJbJGdqgBWAok5XTIoyS4G1GITQTOcXJLHpI/czVoinQ== |
7429 | 7419 |
|
7430 | 7420 | uglify-js@^3.1.4:
|
7431 |
| - version "3.17.3" |
7432 |
| - resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.17.3.tgz#f0feedf019c4510f164099e8d7e72ff2d7304377" |
7433 |
| - integrity sha512-JmMFDME3iufZnBpyKL+uS78LRiC+mK55zWfM5f/pWBJfpOttXAqYfdDGRukYhJuyRinvPVAtUhvy7rlDybNtFg== |
| 7421 | + version "3.17.4" |
| 7422 | + resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.17.4.tgz#61678cf5fa3f5b7eb789bb345df29afb8257c22c" |
| 7423 | + integrity sha512-T9q82TJI9e/C1TAxYvfb16xO120tMVFZrGA3f9/P4424DNu6ypK103y0GPFVa17yotwSyZW5iYXgjYHkGrJW/g== |
7434 | 7424 |
|
7435 | 7425 |
|
7436 | 7426 | version "0.0.6"
|
|
0 commit comments