Skip to content

Commit 12d50b3

Browse files
committed
chore: lockfile maintenance
1 parent eb41639 commit 12d50b3

File tree

1 file changed

+81
-91
lines changed

1 file changed

+81
-91
lines changed

yarn.lock

Lines changed: 81 additions & 91 deletions
Original file line numberDiff line numberDiff line change
@@ -23,30 +23,30 @@
2323
integrity sha512-CHIGpJcUQ5lU9KrPHTjBMhVwQG6CQjxfg36fGXl3qk/Gik1WwWachaXFuo0uCWJT/mStOKtcbFJCaVLihC1CMw==
2424

2525
"@babel/core@^7.0.0", "@babel/core@^7.12.0", "@babel/core@^7.16.10", "@babel/core@^7.16.7", "@babel/core@^7.18.6", "@babel/core@^7.3.4":
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==
2929
dependencies:
3030
"@ampproject/remapping" "^2.1.0"
3131
"@babel/code-frame" "^7.18.6"
32-
"@babel/generator" "^7.19.3"
32+
"@babel/generator" "^7.19.6"
3333
"@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"
3737
"@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"
4040
convert-source-map "^1.7.0"
4141
debug "^4.1.0"
4242
gensync "^1.0.0-beta.2"
4343
json5 "^2.2.1"
4444
semver "^6.3.0"
4545

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==
5050
dependencies:
5151
"@babel/types" "^7.19.4"
5252
"@jridgewell/gen-mapping" "^0.3.2"
@@ -151,19 +151,19 @@
151151
dependencies:
152152
"@babel/types" "^7.18.6"
153153

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==
158158
dependencies:
159159
"@babel/helper-environment-visitor" "^7.18.9"
160160
"@babel/helper-module-imports" "^7.18.6"
161-
"@babel/helper-simple-access" "^7.18.6"
161+
"@babel/helper-simple-access" "^7.19.4"
162162
"@babel/helper-split-export-declaration" "^7.18.6"
163-
"@babel/helper-validator-identifier" "^7.18.6"
163+
"@babel/helper-validator-identifier" "^7.19.1"
164164
"@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"
167167

168168
"@babel/helper-optimise-call-expression@^7.18.6":
169169
version "7.18.6"
@@ -198,7 +198,7 @@
198198
"@babel/traverse" "^7.19.1"
199199
"@babel/types" "^7.19.0"
200200

201-
"@babel/helper-simple-access@^7.18.6":
201+
"@babel/helper-simple-access@^7.19.4":
202202
version "7.19.4"
203203
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.19.4.tgz#be553f4951ac6352df2567f7daa19a0ee15668e7"
204204
integrity sha512-f9Xq6WqBFqaDfbCzn2w85hwklswz5qsKlh7f08w4Y9yhJHpnNC0QemtSkK5YyOY8kPGvyiwdzZksGUhnGdaUIg==
@@ -244,7 +244,7 @@
244244
"@babel/traverse" "^7.19.0"
245245
"@babel/types" "^7.19.0"
246246

247-
"@babel/helpers@^7.19.0":
247+
"@babel/helpers@^7.19.4":
248248
version "7.19.4"
249249
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.19.4.tgz#42154945f87b8148df7203a25c31ba9a73be46c5"
250250
integrity sha512-G+z3aOx2nfDHwX/kyVii5fJq+bgscg89/dJNWpYeKeBv3v9xX8EIabmx1k6u9LS04H7nROFVRVK+e3k0VHp+sw==
@@ -262,10 +262,10 @@
262262
chalk "^2.0.0"
263263
js-tokens "^4.0.0"
264264

265-
"@babel/parser@^7.18.10", "@babel/parser@^7.19.3", "@babel/parser@^7.19.4", "@babel/parser@^7.4.5":
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", "@babel/parser@^7.4.5":
266+
version "7.19.6"
267+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.19.6.tgz#b923430cb94f58a7eae8facbffa9efd19130e7f8"
268+
integrity sha512-h1IUp81s2JYJ3mRkdxJgs4UvmSsRvDrx5ICSJbPvtWYv5i1nTBGcBpnog+89rAFMwvvru6E5NUHdBe01UeSzYA==
269269

270270
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6":
271271
version "7.18.6"
@@ -311,9 +311,9 @@
311311
"@babel/plugin-syntax-class-static-block" "^7.14.5"
312312

313313
"@babel/plugin-proposal-decorators@^7.13.5", "@babel/plugin-proposal-decorators@^7.16.7":
314-
version "7.19.3"
315-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.19.3.tgz#c1977e4902a18cdf9051bf7bf08d97db2fd8b110"
316-
integrity sha512-MbgXtNXqo7RTKYIXVchVJGPvaVufQH3pxvQyfbGvNw1DObIhph+PesYXJTcd8J4DdWibvf6Z2eanOyItX8WnJg==
314+
version "7.19.6"
315+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.19.6.tgz#0f1af5c21957e9a438cc1d08d2a6a6858af127b7"
316+
integrity sha512-PKWforYpkVkogpOW0RaPuh7eQ7AoFgBJP+d87tQCRY2LVbvyGtfRM7RtrhCBsNgZb+2EY28SeWB6p2xe1Z5oAw==
317317
dependencies:
318318
"@babel/helper-create-class-features-plugin" "^7.19.0"
319319
"@babel/helper-plugin-utils" "^7.19.0"
@@ -655,34 +655,31 @@
655655
"@babel/helper-plugin-utils" "^7.18.6"
656656

657657
"@babel/plugin-transform-modules-amd@^7.13.0", "@babel/plugin-transform-modules-amd@^7.18.6":
658-
version "7.18.6"
659-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.18.6.tgz#8c91f8c5115d2202f277549848874027d7172d21"
660-
integrity sha512-Pra5aXsmTsOnjM3IajS8rTaLCy++nGM4v3YR4esk5PCsyg9z8NA5oQLwxzMUtDBd8F+UmVza3VxoAaWCbzH1rg==
658+
version "7.19.6"
659+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.19.6.tgz#aca391801ae55d19c4d8d2ebfeaa33df5f2a2cbd"
660+
integrity sha512-uG3od2mXvAtIFQIh0xrpLH6r5fpSQN04gIVovl+ODLdUMANokxQLZnPBHcjmv3GxRjnqwLuHvppjjcelqUFZvg==
661661
dependencies:
662-
"@babel/helper-module-transforms" "^7.18.6"
663-
"@babel/helper-plugin-utils" "^7.18.6"
664-
babel-plugin-dynamic-import-node "^2.3.3"
662+
"@babel/helper-module-transforms" "^7.19.6"
663+
"@babel/helper-plugin-utils" "^7.19.0"
665664

666665
"@babel/plugin-transform-modules-commonjs@^7.18.6":
667-
version "7.18.6"
668-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.18.6.tgz#afd243afba166cca69892e24a8fd8c9f2ca87883"
669-
integrity sha512-Qfv2ZOWikpvmedXQJDSbxNqy7Xr/j2Y8/KfijM0iJyKkBTmWuvCA1yeH1yDM7NJhBW/2aXxeucLj6i80/LAJ/Q==
666+
version "7.19.6"
667+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.19.6.tgz#25b32feef24df8038fc1ec56038917eacb0b730c"
668+
integrity sha512-8PIa1ym4XRTKuSsOUXqDG0YaOlEuTVvHMe5JCfgBMOtHvJKw/4NGovEGN33viISshG/rZNVrACiBmPQLvWN8xQ==
670669
dependencies:
671-
"@babel/helper-module-transforms" "^7.18.6"
672-
"@babel/helper-plugin-utils" "^7.18.6"
673-
"@babel/helper-simple-access" "^7.18.6"
674-
babel-plugin-dynamic-import-node "^2.3.3"
670+
"@babel/helper-module-transforms" "^7.19.6"
671+
"@babel/helper-plugin-utils" "^7.19.0"
672+
"@babel/helper-simple-access" "^7.19.4"
675673

676674
"@babel/plugin-transform-modules-systemjs@^7.19.0":
677-
version "7.19.0"
678-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.19.0.tgz#5f20b471284430f02d9c5059d9b9a16d4b085a1f"
679-
integrity sha512-x9aiR0WXAWmOWsqcsnrzGR+ieaTMVyGyffPVA7F8cXAGt/UxefYv6uSHZLkAFChN5M5Iy1+wjE+xJuPt22H39A==
675+
version "7.19.6"
676+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.19.6.tgz#59e2a84064b5736a4471b1aa7b13d4431d327e0d"
677+
integrity sha512-fqGLBepcc3kErfR9R3DnVpURmckXP7gj7bAlrTQyBxrigFqszZCkFkcoxzCp2v32XmwXLvbw+8Yq9/b+QqksjQ==
680678
dependencies:
681679
"@babel/helper-hoist-variables" "^7.18.6"
682-
"@babel/helper-module-transforms" "^7.19.0"
680+
"@babel/helper-module-transforms" "^7.19.6"
683681
"@babel/helper-plugin-utils" "^7.19.0"
684-
"@babel/helper-validator-identifier" "^7.18.6"
685-
babel-plugin-dynamic-import-node "^2.3.3"
682+
"@babel/helper-validator-identifier" "^7.19.1"
686683

687684
"@babel/plugin-transform-modules-umd@^7.18.6":
688685
version "7.18.6"
@@ -745,9 +742,9 @@
745742
"@babel/helper-plugin-utils" "^7.18.6"
746743

747744
"@babel/plugin-transform-runtime@^7.13.9":
748-
version "7.19.1"
749-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.19.1.tgz#a3df2d7312eea624c7889a2dcd37fd1dfd25b2c6"
750-
integrity sha512-2nJjTUFIzBMP/f/miLxEK9vxwW/KUXsdvN4sR//TmuDhe6yU2h57WmIOE12Gng3MDP/xpjUV/ToZRdcf8Yj4fA==
745+
version "7.19.6"
746+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.19.6.tgz#9d2a9dbf4e12644d6f46e5e75bfbf02b5d6e9194"
747+
integrity sha512-PRH37lz4JU156lYFW1p8OxE5i7d6Sl/zV58ooyr+q1J1lnQPyg5tIiXlIwNVhJaY4W3TmOtdc8jqdXQcB1v5Yw==
751748
dependencies:
752749
"@babel/helper-module-imports" "^7.18.6"
753750
"@babel/helper-plugin-utils" "^7.19.0"
@@ -958,23 +955,23 @@
958955
"@babel/parser" "^7.18.10"
959956
"@babel/types" "^7.18.10"
960957

961-
"@babel/traverse@^7.19.0", "@babel/traverse@^7.19.1", "@babel/traverse@^7.19.3", "@babel/traverse@^7.19.4", "@babel/traverse@^7.4.5":
962-
version "7.19.4"
963-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.19.4.tgz#f117820e18b1e59448a6c1fa9d0ff08f7ac459a8"
964-
integrity sha512-w3K1i+V5u2aJUOXBFFC5pveFLmtq1s3qcdDNC2qRI6WPBQIDaKFqXxDEqDO/h1dQ3HjsZoZMyIy6jGLq0xtw+g==
958+
"@babel/traverse@^7.19.0", "@babel/traverse@^7.19.1", "@babel/traverse@^7.19.4", "@babel/traverse@^7.19.6", "@babel/traverse@^7.4.5":
959+
version "7.19.6"
960+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.19.6.tgz#7b4c865611df6d99cb131eec2e8ac71656a490dc"
961+
integrity sha512-6l5HrUCzFM04mfbG09AagtYyR2P0B71B1wN7PfSPiksDPz2k5H9CBC1tcZpz2M8OxbKTPccByoOJ22rUKbpmQQ==
965962
dependencies:
966963
"@babel/code-frame" "^7.18.6"
967-
"@babel/generator" "^7.19.4"
964+
"@babel/generator" "^7.19.6"
968965
"@babel/helper-environment-visitor" "^7.18.9"
969966
"@babel/helper-function-name" "^7.19.0"
970967
"@babel/helper-hoist-variables" "^7.18.6"
971968
"@babel/helper-split-export-declaration" "^7.18.6"
972-
"@babel/parser" "^7.19.4"
969+
"@babel/parser" "^7.19.6"
973970
"@babel/types" "^7.19.4"
974971
debug "^4.1.0"
975972
globals "^11.1.0"
976973

977-
"@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", "@babel/types@^7.7.2":
974+
"@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", "@babel/types@^7.7.2":
978975
version "7.19.4"
979976
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.19.4.tgz#0dd5c91c573a202d600490a35b33246fed8a41c7"
980977
integrity sha512-M5LK7nAeS6+9j7hAq+b3fQs+pNfUtTGq+yFFfHnauFA8zQtLRfmuipmsKDKKLuyG+wC8ABW43A153YNawNTEtw==
@@ -1686,9 +1683,9 @@
16861683
integrity sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==
16871684

16881685
"@types/node@*", "@types/node@>= 8", "@types/node@>=10.0.0":
1689-
version "18.11.0"
1690-
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.11.0.tgz#f38c7139247a1d619f6cc6f27b072606af7c289d"
1691-
integrity sha512-IOXCvVRToe7e0ny7HpT/X9Rb2RYtElG1a+VshjwT00HxrM2dWBApHQoqsI6WiY7Q03vdf2bCrIGzVrkF/5t10w==
1686+
version "18.11.4"
1687+
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.11.4.tgz#7017a52e18dfaad32f55eebd539993014441949c"
1688+
integrity sha512-BxcJpBu8D3kv/GZkx/gSMz6VnTJREBj/4lbzYOQueUOELkt8WrO6zAcSPmp9uRPEW/d+lUO8QK0W2xnS1hEU0A==
16921689

16931690
"@types/normalize-package-data@^2.4.0":
16941691
version "2.4.1"
@@ -2477,13 +2474,6 @@ babel-plugin-debug-macros@^0.3.4:
24772474
dependencies:
24782475
semver "^5.3.0"
24792476

2480-
babel-plugin-dynamic-import-node@^2.3.3:
2481-
version "2.3.3"
2482-
resolved "https://registry.yarnpkg.com/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.3.3.tgz#84fda19c976ec5c6defef57f9427b3def66e17a3"
2483-
integrity sha512-jZVI+s9Zg3IqA/kdi0i6UDCybUI3aSBLnglhYbSSjKlV7yF1F/5LWv8MakQmvYpnbJDS6fcBL2KzHSxNCMtWSQ==
2484-
dependencies:
2485-
object.assign "^4.1.0"
2486-
24872477
babel-plugin-ember-data-packages-polyfill@^0.1.2:
24882478
version "0.1.2"
24892479
resolved "https://registry.yarnpkg.com/babel-plugin-ember-data-packages-polyfill/-/babel-plugin-ember-data-packages-polyfill-0.1.2.tgz#21154c095ddc703722b1fb8bb06c126c0b6d77dc"
@@ -3893,9 +3883,9 @@ can-symlink@^1.0.0:
38933883
tmp "0.0.28"
38943884

38953885
caniuse-lite@^1.0.30000844, caniuse-lite@^1.0.30001400:
3896-
version "1.0.30001420"
3897-
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001420.tgz#f62f35f051e0b6d25532cf376776d41e45b47ef6"
3898-
integrity sha512-OnyeJ9ascFA9roEj72ok2Ikp7PHJTKubtEJIQ/VK3fdsS50q4KWy+Z5X0A1/GswEItKX0ctAp8n4SYDE7wTu6A==
3886+
version "1.0.30001423"
3887+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001423.tgz#57176d460aa8cd85ee1a72016b961eb9aca55d91"
3888+
integrity sha512-09iwWGOlifvE1XuHokFMP7eR38a0JnajoyL3/i87c8ZjRWRrdKo1fqjNfugfBD0UDBIOz0U+jtNhJ0EPm1VleQ==
38993889

39003890
capture-exit@^2.0.0:
39013891
version "2.0.0"
@@ -4532,9 +4522,9 @@ copy-descriptor@^0.1.0:
45324522
integrity sha512-XgZ0pFcakEUlbwQEVNg3+QAis1FyTL3Qel9FYy8pSkQqoG3PNoT0bOCQtOXcOkur21r2Eq2kI+IE+gsmAEVlYw==
45334523

45344524
core-js-compat@^3.25.1:
4535-
version "3.25.5"
4536-
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.25.5.tgz#0016e8158c904f7b059486639e6e82116eafa7d9"
4537-
integrity sha512-ovcyhs2DEBUIE0MGEKHP4olCUW/XYte3Vroyxuh38rD1wAO4dHohsovUC4eAOuzFxE6b+RXvBU3UZ9o0YhUTkA==
4525+
version "3.26.0"
4526+
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.26.0.tgz#94e2cf8ba3e63800c4956ea298a6473bc9d62b44"
4527+
integrity sha512-piOX9Go+Z4f9ZiBFLnZ5VrOpBl0h7IGCkiFUN11QTe6LjAvOT3ifL/5TdoizMh99hcGy5SoLyWbapIY/PIb/3A==
45384528
dependencies:
45394529
browserslist "^4.21.4"
45404530

@@ -5012,9 +5002,9 @@ [email protected]:
50125002
integrity sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==
50135003

50145004
electron-to-chromium@^1.3.47, electron-to-chromium@^1.4.251:
5015-
version "1.4.283"
5016-
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.283.tgz#d4f263f5df402fd799c0a06255d580dcf8aa9a8e"
5017-
integrity sha512-g6RQ9zCOV+U5QVHW9OpFR7rdk/V7xfopNXnyAamdpFgCHgZ1sjI8VuR1+zG2YG/TZk+tQ8mpNkug4P8FU0fuOA==
5005+
version "1.4.284"
5006+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.284.tgz#61046d1e4cab3a25238f6bf7413795270f125592"
5007+
integrity sha512-M8WEXFuKXMYMVr45fo8mq0wUrrJHheiKZf6BArTKk9ZBYCKJEOU5H8cdWgDT+qCVZf7Na4lVUaZsA+h6uA9+PA==
50185008

50195009
ember-auto-import@^2.4.1, ember-auto-import@^2.4.2:
50205010
version "2.4.3"
@@ -8050,9 +8040,9 @@ is-cidr@^3.0.0:
80508040
cidr-regex "^2.0.10"
80518041

80528042
is-core-module@^2.5.0, is-core-module@^2.9.0:
8053-
version "2.10.0"
8054-
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.10.0.tgz#9012ede0a91c69587e647514e1d5277019e728ed"
8055-
integrity sha512-Erxj2n/LDAZ7H8WNJXd9tw38GYM3dv8rk8Zcs+jJuxYTW7sozH+SS8NtrSjVL1/vpLvWi1hxy96IzjJ3EHTJJg==
8043+
version "2.11.0"
8044+
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.11.0.tgz#ad4cb3e3863e814523c96f3f58d26cc570ff0144"
8045+
integrity sha512-RRjxlvLDkD1YJwDbroBHMb+cukurkDWNyHx7D3oNB5x9rb5ogcksMC5wHCadcXoo67gVr/+3GFySh3134zi6rw==
80568046
dependencies:
80578047
has "^1.0.3"
80588048

@@ -8866,9 +8856,9 @@ load-json-file@^4.0.0:
88668856
strip-bom "^3.0.0"
88678857

88688858
loader-utils@^2.0.0:
8869-
version "2.0.2"
8870-
resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-2.0.2.tgz#d6e3b4fb81870721ae4e0868ab11dd638368c129"
8871-
integrity sha512-TM57VeHptv569d/GKh6TAYdzKblwDNiumOdkFnejjD0XwTH87K90w3O7AiJRqdQoXygvi1VQTJTLGhJl7WqA7A==
8859+
version "2.0.3"
8860+
resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-2.0.3.tgz#d4b15b8504c63d1fc3f2ade52d41bc8459d6ede1"
8861+
integrity sha512-THWqIsn8QRnvLl0shHYVBN9syumU8pYWEHPTmkiVGd+7K5eFNVSY6AJhRvgGF70gg1Dz+l/k8WicvFCxdEs60A==
88728862
dependencies:
88738863
big.js "^5.2.2"
88748864
emojis-list "^3.0.0"
@@ -10691,7 +10681,7 @@ object-visit@^1.0.0:
1069110681
dependencies:
1069210682
isobject "^3.0.0"
1069310683

10694-
object.assign@^4.1.0, object.assign@^4.1.4:
10684+
object.assign@^4.1.4:
1069510685
version "4.1.4"
1069610686
resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.4.tgz#9673c7c7c351ab8c4d0b516f4343ebf4dfb7799f"
1069710687
integrity sha512-1mxKf0e58bvyjSCtKYY4sRe9itRk3PJpquJOjeIkz885CczcI4IvJJDLPS72oowuSh+pBxUFROpX+TU++hxhZQ==
@@ -12400,9 +12390,9 @@ safe-regex@^1.1.0:
1240012390
ret "~0.1.10"
1240112391

1240212392
safe-stable-stringify@^2.3.1:
12403-
version "2.4.0"
12404-
resolved "https://registry.yarnpkg.com/safe-stable-stringify/-/safe-stable-stringify-2.4.0.tgz#95fadb1bcf8057a1363e11052122f5da36a69215"
12405-
integrity sha512-eehKHKpab6E741ud7ZIMcXhKcP6TSIezPkNZhy5U8xC6+VvrRdUA2tMgxGxaGl4cz7c2Ew5+mg5+wNB16KQqrA==
12393+
version "2.4.1"
12394+
resolved "https://registry.yarnpkg.com/safe-stable-stringify/-/safe-stable-stringify-2.4.1.tgz#34694bd8a30575b7f94792aa51527551bd733d61"
12395+
integrity sha512-dVHE6bMtS/bnL2mwualjc6IxEv1F+OCUpA46pKUj6F8uDbUM0jCCulPqRNPSnWwGNKx5etqMjZYdXtrm5KJZGA==
1240612396

1240712397
"safer-buffer@>= 2.1.2 < 3", "safer-buffer@>= 2.1.2 < 3.0.0", safer-buffer@^2.0.2, safer-buffer@^2.1.0, safer-buffer@~2.1.0:
1240812398
version "2.1.2"
@@ -13824,9 +13814,9 @@ uc.micro@^1.0.1, uc.micro@^1.0.5:
1382413814
integrity sha512-8Y75pvTYkLJW2hWQHXxoqRgV7qb9B+9vFEtidML+7koHUFapnVJAZ6cKs+Qjz5Aw3aZWHMC6u0wJE3At+nSGwA==
1382513815

1382613816
uglify-js@^3.1.4:
13827-
version "3.17.3"
13828-
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.17.3.tgz#f0feedf019c4510f164099e8d7e72ff2d7304377"
13829-
integrity sha512-JmMFDME3iufZnBpyKL+uS78LRiC+mK55zWfM5f/pWBJfpOttXAqYfdDGRukYhJuyRinvPVAtUhvy7rlDybNtFg==
13817+
version "3.17.4"
13818+
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.17.4.tgz#61678cf5fa3f5b7eb789bb345df29afb8257c22c"
13819+
integrity sha512-T9q82TJI9e/C1TAxYvfb16xO120tMVFZrGA3f9/P4424DNu6ypK103y0GPFVa17yotwSyZW5iYXgjYHkGrJW/g==
1383013820

1383113821
1383213822
version "0.0.6"

0 commit comments

Comments
 (0)