|
28 | 28 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.24.7.tgz#d23bbea508c3883ba8251fb4164982c36ea577ed"
|
29 | 29 | integrity sha512-qJzAIcv03PyaWqxRgO4mSU3lihncDT296vnyuE2O8uA4w3UHWI4S3hgeZd1L8W1Bft40w9JxJ2b412iDUFFRhw==
|
30 | 30 |
|
31 |
| -"@babel/core@^7.12.0", "@babel/core@^7.16.10", "@babel/core@^7.16.7", "@babel/core@^7.24.4", "@babel/core@^7.24.7", "@babel/core@^7.3.4": |
32 |
| - version "7.24.7" |
33 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.24.7.tgz#b676450141e0b52a3d43bc91da86aa608f950ac4" |
34 |
| - integrity sha512-nykK+LEK86ahTkX/3TgauT0ikKoNCfKHEaZYTUVupJdTLzGNvrblu4u6fa7DhZONAltdf8e662t/abY8idrd/g== |
| 31 | +"@babel/compat-data@^7.24.8": |
| 32 | + version "7.24.8" |
| 33 | + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.24.8.tgz#f9196455334c38d059ac8b1a16a51decda9d30d3" |
| 34 | + integrity sha512-c4IM7OTg6k1Q+AJ153e2mc2QVTezTwnb4VzquwcyiEzGnW0Kedv4do/TrkU98qPeC5LNiMt/QXwIjzYXLBpyZg== |
| 35 | + |
| 36 | +"@babel/core@^7.12.0", "@babel/core@^7.16.10", "@babel/core@^7.16.7", "@babel/core@^7.23.2", "@babel/core@^7.24.4", "@babel/core@^7.24.7", "@babel/core@^7.3.4": |
| 37 | + version "7.24.8" |
| 38 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.24.8.tgz#c24f83985214f599cee5fc26d393d9ab320342f4" |
| 39 | + integrity sha512-6AWcmZC/MZCO0yKys4uhg5NlxL0ESF3K6IAaoQ+xSXvPyPyxNWRafP+GDbI88Oh68O7QkJgmEtedWPM9U0pZNg== |
35 | 40 | dependencies:
|
36 | 41 | "@ampproject/remapping" "^2.2.0"
|
37 | 42 | "@babel/code-frame" "^7.24.7"
|
38 |
| - "@babel/generator" "^7.24.7" |
39 |
| - "@babel/helper-compilation-targets" "^7.24.7" |
40 |
| - "@babel/helper-module-transforms" "^7.24.7" |
41 |
| - "@babel/helpers" "^7.24.7" |
42 |
| - "@babel/parser" "^7.24.7" |
| 43 | + "@babel/generator" "^7.24.8" |
| 44 | + "@babel/helper-compilation-targets" "^7.24.8" |
| 45 | + "@babel/helper-module-transforms" "^7.24.8" |
| 46 | + "@babel/helpers" "^7.24.8" |
| 47 | + "@babel/parser" "^7.24.8" |
43 | 48 | "@babel/template" "^7.24.7"
|
44 |
| - "@babel/traverse" "^7.24.7" |
45 |
| - "@babel/types" "^7.24.7" |
| 49 | + "@babel/traverse" "^7.24.8" |
| 50 | + "@babel/types" "^7.24.8" |
46 | 51 | convert-source-map "^2.0.0"
|
47 | 52 | debug "^4.1.0"
|
48 | 53 | gensync "^1.0.0-beta.2"
|
|
77 | 82 | "@jridgewell/trace-mapping" "^0.3.25"
|
78 | 83 | jsesc "^2.5.1"
|
79 | 84 |
|
| 85 | +"@babel/generator@^7.24.8": |
| 86 | + version "7.24.8" |
| 87 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.24.8.tgz#1802d6ac4d77a9199c75ae3eb6a08336e5d1d39a" |
| 88 | + integrity sha512-47DG+6F5SzOi0uEvK4wMShmn5yY0mVjVJoWTphdY2B4Rx9wHgjK7Yhtr0ru6nE+sn0v38mzrWOlah0p/YlHHOQ== |
| 89 | + dependencies: |
| 90 | + "@babel/types" "^7.24.8" |
| 91 | + "@jridgewell/gen-mapping" "^0.3.5" |
| 92 | + "@jridgewell/trace-mapping" "^0.3.25" |
| 93 | + jsesc "^2.5.1" |
| 94 | + |
80 | 95 | "@babel/helper-annotate-as-pure@^7.18.6", "@babel/helper-annotate-as-pure@^7.22.5", "@babel/helper-annotate-as-pure@^7.24.7":
|
81 | 96 | version "7.24.7"
|
82 | 97 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.24.7.tgz#5373c7bc8366b12a033b4be1ac13a206c6656aab"
|
|
91 | 106 | dependencies:
|
92 | 107 | "@babel/types" "^7.22.15"
|
93 | 108 |
|
94 |
| -"@babel/helper-compilation-targets@^7.12.0", "@babel/helper-compilation-targets@^7.20.7", "@babel/helper-compilation-targets@^7.22.15", "@babel/helper-compilation-targets@^7.22.5", "@babel/helper-compilation-targets@^7.22.6", "@babel/helper-compilation-targets@^7.24.7": |
| 109 | +"@babel/helper-compilation-targets@^7.12.0", "@babel/helper-compilation-targets@^7.20.7", "@babel/helper-compilation-targets@^7.22.15", "@babel/helper-compilation-targets@^7.22.5", "@babel/helper-compilation-targets@^7.22.6": |
95 | 110 | version "7.24.7"
|
96 | 111 | resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.24.7.tgz#4eb6c4a80d6ffeac25ab8cd9a21b5dfa48d503a9"
|
97 | 112 | integrity sha512-ctSdRHBi20qWOfy27RUb4Fhp07KSJ3sXcuSvTrXrc4aG8NSYDo1ici3Vhg9bg69y5bj0Mr1lh0aeEgTvc12rMg==
|
|
102 | 117 | lru-cache "^5.1.1"
|
103 | 118 | semver "^6.3.1"
|
104 | 119 |
|
| 120 | +"@babel/helper-compilation-targets@^7.24.8": |
| 121 | + version "7.24.8" |
| 122 | + resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.24.8.tgz#b607c3161cd9d1744977d4f97139572fe778c271" |
| 123 | + integrity sha512-oU+UoqCHdp+nWVDkpldqIQL/i/bvAv53tRqLG/s+cOXxe66zOYLU7ar/Xs3LdmBihrUMEUhwu6dMZwbNOYDwvw== |
| 124 | + dependencies: |
| 125 | + "@babel/compat-data" "^7.24.8" |
| 126 | + "@babel/helper-validator-option" "^7.24.8" |
| 127 | + browserslist "^4.23.1" |
| 128 | + lru-cache "^5.1.1" |
| 129 | + semver "^6.3.1" |
| 130 | + |
105 | 131 | "@babel/helper-create-class-features-plugin@^7.18.6", "@babel/helper-create-class-features-plugin@^7.21.0", "@babel/helper-create-class-features-plugin@^7.22.11", "@babel/helper-create-class-features-plugin@^7.22.15", "@babel/helper-create-class-features-plugin@^7.22.5", "@babel/helper-create-class-features-plugin@^7.24.7", "@babel/helper-create-class-features-plugin@^7.5.5":
|
106 | 132 | version "7.24.7"
|
107 | 133 | resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.24.7.tgz#2eaed36b3a1c11c53bdf80d53838b293c52f5b3b"
|
|
175 | 201 | "@babel/traverse" "^7.24.7"
|
176 | 202 | "@babel/types" "^7.24.7"
|
177 | 203 |
|
178 |
| -"@babel/helper-module-transforms@^7.22.5", "@babel/helper-module-transforms@^7.23.0", "@babel/helper-module-transforms@^7.24.7": |
| 204 | +"@babel/helper-module-transforms@^7.22.5", "@babel/helper-module-transforms@^7.23.0": |
179 | 205 | version "7.24.7"
|
180 | 206 | resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.24.7.tgz#31b6c9a2930679498db65b685b1698bfd6c7daf8"
|
181 | 207 | integrity sha512-1fuJEwIrp+97rM4RWdO+qrRsZlAeL1lQJoPqtCYWv0NL115XM93hIH4CSRln2w52SqvmY5hqdtauB6QFCDiZNQ==
|
|
186 | 212 | "@babel/helper-split-export-declaration" "^7.24.7"
|
187 | 213 | "@babel/helper-validator-identifier" "^7.24.7"
|
188 | 214 |
|
| 215 | +"@babel/helper-module-transforms@^7.24.8": |
| 216 | + version "7.24.8" |
| 217 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.24.8.tgz#b1f2df4f96f3465b0d035b697ec86cb51ff348fe" |
| 218 | + integrity sha512-m4vWKVqvkVAWLXfHCCfff2luJj86U+J0/x+0N3ArG/tP0Fq7zky2dYwMbtPmkc/oulkkbjdL3uWzuoBwQ8R00Q== |
| 219 | + dependencies: |
| 220 | + "@babel/helper-environment-visitor" "^7.24.7" |
| 221 | + "@babel/helper-module-imports" "^7.24.7" |
| 222 | + "@babel/helper-simple-access" "^7.24.7" |
| 223 | + "@babel/helper-split-export-declaration" "^7.24.7" |
| 224 | + "@babel/helper-validator-identifier" "^7.24.7" |
| 225 | + |
189 | 226 | "@babel/helper-optimise-call-expression@^7.22.5", "@babel/helper-optimise-call-expression@^7.24.7":
|
190 | 227 | version "7.24.7"
|
191 | 228 | resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.24.7.tgz#8b0a0456c92f6b323d27cfd00d1d664e76692a0f"
|
|
244 | 281 | resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.24.7.tgz#4d2d0f14820ede3b9807ea5fc36dfc8cd7da07f2"
|
245 | 282 | integrity sha512-7MbVt6xrwFQbunH2DNQsAP5sTGxfqQtErvBIvIMi6EQnbgUOuVYanvREcmFrOPhoXBrTtjhhP+lW+o5UfK+tDg==
|
246 | 283 |
|
| 284 | +"@babel/helper-string-parser@^7.24.8": |
| 285 | + version "7.24.8" |
| 286 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.24.8.tgz#5b3329c9a58803d5df425e5785865881a81ca48d" |
| 287 | + integrity sha512-pO9KhhRcuUyGnJWwyEgnRJTSIZHiT+vMD0kPeD+so0l7mxkMT19g3pjY9GTnHySck/hDzq+dtW/4VgnMkippsQ== |
| 288 | + |
247 | 289 | "@babel/helper-validator-identifier@^7.22.20", "@babel/helper-validator-identifier@^7.24.7":
|
248 | 290 | version "7.24.7"
|
249 | 291 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.7.tgz#75b889cfaf9e35c2aaf42cf0d72c8e91719251db"
|
|
254 | 296 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.24.7.tgz#24c3bb77c7a425d1742eec8fb433b5a1b38e62f6"
|
255 | 297 | integrity sha512-yy1/KvjhV/ZCL+SM7hBrvnZJ3ZuT9OuZgIJAGpPEToANvc3iM6iDvBnRjtElWibHU6n8/LPR/EjX9EtIEYO3pw==
|
256 | 298 |
|
| 299 | +"@babel/helper-validator-option@^7.24.8": |
| 300 | + version "7.24.8" |
| 301 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.24.8.tgz#3725cdeea8b480e86d34df15304806a06975e33d" |
| 302 | + integrity sha512-xb8t9tD1MHLungh/AIoWYN+gVHaB9kwlu8gffXGSt3FFEIT7RjS+xWbc2vUD1UTZdIpKj/ab3rdqJ7ufngyi2Q== |
| 303 | + |
257 | 304 | "@babel/helper-wrap-function@^7.22.20":
|
258 | 305 | version "7.22.20"
|
259 | 306 | resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.22.20.tgz#15352b0b9bfb10fc9c76f79f6342c00e3411a569"
|
|
263 | 310 | "@babel/template" "^7.22.15"
|
264 | 311 | "@babel/types" "^7.22.19"
|
265 | 312 |
|
266 |
| -"@babel/helpers@^7.24.7": |
267 |
| - version "7.24.7" |
268 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.24.7.tgz#aa2ccda29f62185acb5d42fb4a3a1b1082107416" |
269 |
| - integrity sha512-NlmJJtvcw72yRJRcnCmGvSi+3jDEg8qFu3z0AFoymmzLx5ERVWyzd9kVXr7Th9/8yIJi2Zc6av4Tqz3wFs8QWg== |
| 313 | +"@babel/helpers@^7.24.8": |
| 314 | + version "7.24.8" |
| 315 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.24.8.tgz#2820d64d5d6686cca8789dd15b074cd862795873" |
| 316 | + integrity sha512-gV2265Nkcz7weJJfvDoAEVzC1e2OTDpkGbEsebse8koXUJUXPsCMi7sRo/+SPMuMZ9MtUPnGwITTnQnU5YjyaQ== |
270 | 317 | dependencies:
|
271 | 318 | "@babel/template" "^7.24.7"
|
272 |
| - "@babel/types" "^7.24.7" |
| 319 | + "@babel/types" "^7.24.8" |
273 | 320 |
|
274 | 321 | "@babel/highlight@^7.24.7":
|
275 | 322 | version "7.24.7"
|
|
286 | 333 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.7.tgz#9a5226f92f0c5c8ead550b750f5608e766c8ce85"
|
287 | 334 | integrity sha512-9uUYRm6OqQrCqQdG1iCBwBPZgN8ciDBro2nIOFaiRz1/BCxaI7CNvQbDHvsArAC7Tw9Hda/B3U+6ui9u4HWXPw==
|
288 | 335 |
|
| 336 | +"@babel/parser@^7.24.8": |
| 337 | + version "7.24.8" |
| 338 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.8.tgz#58a4dbbcad7eb1d48930524a3fd93d93e9084c6f" |
| 339 | + integrity sha512-WzfbgXOkGzZiXXCqk43kKwZjzwx4oulxZi3nq2TYL9mOjQv6kYwul9mz6ID36njuL7Xkp6nJEfok848Zj10j/w== |
| 340 | + |
289 | 341 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.22.15":
|
290 | 342 | version "7.22.15"
|
291 | 343 | resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.22.15.tgz#02dc8a03f613ed5fdc29fb2f728397c78146c962"
|
|
1057 | 1109 | debug "^4.3.1"
|
1058 | 1110 | globals "^11.1.0"
|
1059 | 1111 |
|
| 1112 | +"@babel/traverse@^7.24.8": |
| 1113 | + version "7.24.8" |
| 1114 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.24.8.tgz#6c14ed5232b7549df3371d820fbd9abfcd7dfab7" |
| 1115 | + integrity sha512-t0P1xxAPzEDcEPmjprAQq19NWum4K0EQPjMwZQZbHt+GiZqvjCHjj755Weq1YRPVzBI+3zSfvScfpnuIecVFJQ== |
| 1116 | + dependencies: |
| 1117 | + "@babel/code-frame" "^7.24.7" |
| 1118 | + "@babel/generator" "^7.24.8" |
| 1119 | + "@babel/helper-environment-visitor" "^7.24.7" |
| 1120 | + "@babel/helper-function-name" "^7.24.7" |
| 1121 | + "@babel/helper-hoist-variables" "^7.24.7" |
| 1122 | + "@babel/helper-split-export-declaration" "^7.24.7" |
| 1123 | + "@babel/parser" "^7.24.8" |
| 1124 | + "@babel/types" "^7.24.8" |
| 1125 | + debug "^4.3.1" |
| 1126 | + globals "^11.1.0" |
| 1127 | + |
1060 | 1128 | "@babel/types@^7.22.15", "@babel/types@^7.22.19", "@babel/types@^7.23.0", "@babel/types@^7.24.7", "@babel/types@^7.4.4":
|
1061 | 1129 | version "7.24.7"
|
1062 | 1130 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.24.7.tgz#6027fe12bc1aa724cd32ab113fb7f1988f1f66f2"
|
|
1066 | 1134 | "@babel/helper-validator-identifier" "^7.24.7"
|
1067 | 1135 | to-fast-properties "^2.0.0"
|
1068 | 1136 |
|
| 1137 | +"@babel/types@^7.24.8": |
| 1138 | + version "7.24.8" |
| 1139 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.24.8.tgz#d51ffa9043b17d36622efa44e861a49e69e130a8" |
| 1140 | + integrity sha512-SkSBEHwwJRU52QEVZBmMBnE5Ux2/6WU1grdYyOhpbCNxbmJrDuDCphBzKZSO3taf0zztp+qkWlymE5tVL5l0TA== |
| 1141 | + dependencies: |
| 1142 | + "@babel/helper-string-parser" "^7.24.8" |
| 1143 | + "@babel/helper-validator-identifier" "^7.24.7" |
| 1144 | + to-fast-properties "^2.0.0" |
| 1145 | + |
1069 | 1146 | "@cnakazawa/watch@^1.0.3":
|
1070 | 1147 | version "1.0.4"
|
1071 | 1148 | resolved "https://registry.yarnpkg.com/@cnakazawa/watch/-/watch-1.0.4.tgz#f864ae85004d0fcab6f50be9141c4da368d1656a"
|
@@ -2896,7 +2973,7 @@ broccoli-funnel@^2.0.0, broccoli-funnel@^2.0.2:
|
2896 | 2973 | symlink-or-copy "^1.0.0"
|
2897 | 2974 | walk-sync "^0.3.1"
|
2898 | 2975 |
|
2899 |
| -broccoli-funnel@^3.0.1, broccoli-funnel@^3.0.3, broccoli-funnel@^3.0.8: |
| 2976 | +broccoli-funnel@^3.0.1, broccoli-funnel@^3.0.8: |
2900 | 2977 | version "3.0.8"
|
2901 | 2978 | resolved "https://registry.yarnpkg.com/broccoli-funnel/-/broccoli-funnel-3.0.8.tgz#f5b62e2763c3918026a15a3c833edc889971279b"
|
2902 | 2979 | integrity sha512-ng4eIhPYiXqMw6SyGoxPHR3YAwEd2lr9FgBI1CyTbspl4txZovOsmzFkMkGAlu88xyvYXJqHiM2crfLa65T1BQ==
|
@@ -3061,7 +3138,7 @@ broccoli-plugin@^2.1.0:
|
3061 | 3138 | rimraf "^2.3.4"
|
3062 | 3139 | symlink-or-copy "^1.1.8"
|
3063 | 3140 |
|
3064 |
| -broccoli-plugin@^4.0.0, broccoli-plugin@^4.0.2, broccoli-plugin@^4.0.3, broccoli-plugin@^4.0.5, broccoli-plugin@^4.0.7: |
| 3141 | +broccoli-plugin@^4.0.0, broccoli-plugin@^4.0.2, broccoli-plugin@^4.0.3, broccoli-plugin@^4.0.7: |
3065 | 3142 | version "4.0.7"
|
3066 | 3143 | resolved "https://registry.yarnpkg.com/broccoli-plugin/-/broccoli-plugin-4.0.7.tgz#dd176a85efe915ed557d913744b181abe05047db"
|
3067 | 3144 | integrity sha512-a4zUsWtA1uns1K7p9rExYVYG99rdKeGRymW0qOCNkvDPHQxVi3yVyJHhQbM3EZwdt2E0mnhr5e0c/bPpJ7p3Wg==
|
@@ -3197,6 +3274,16 @@ browserslist@^4.21.10, browserslist@^4.22.1, browserslist@^4.22.2:
|
3197 | 3274 | node-releases "^2.0.14"
|
3198 | 3275 | update-browserslist-db "^1.0.13"
|
3199 | 3276 |
|
| 3277 | +browserslist@^4.23.1: |
| 3278 | + version "4.23.2" |
| 3279 | + resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.23.2.tgz#244fe803641f1c19c28c48c4b6ec9736eb3d32ed" |
| 3280 | + integrity sha512-qkqSyistMYdxAcw+CzbZwlBy8AGmS/eEWs+sEV5TnLRGDOL+C5M2EnH6tlZyg0YoAxGJAFKh61En9BR941GnHA== |
| 3281 | + dependencies: |
| 3282 | + caniuse-lite "^1.0.30001640" |
| 3283 | + electron-to-chromium "^1.4.820" |
| 3284 | + node-releases "^2.0.14" |
| 3285 | + update-browserslist-db "^1.1.0" |
| 3286 | + |
3200 | 3287 | bser@2.1.1:
|
3201 | 3288 | version "2.1.1"
|
3202 | 3289 | resolved "https://registry.yarnpkg.com/bser/-/bser-2.1.1.tgz#e6787da20ece9d07998533cfd9de6f5c38f4bc05"
|
@@ -3322,6 +3409,11 @@ caniuse-lite@^1.0.30001565:
|
3322 | 3409 | resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001568.tgz#53fa9297273c9a977a560663f48cbea1767518b7"
|
3323 | 3410 | integrity sha512-vSUkH84HontZJ88MiNrOau1EBrCqEQYgkC5gIySiDlpsm8sGVrhU7Kx4V6h0tnqaHzIHZv08HlJIwPbL4XL9+A==
|
3324 | 3411 |
|
| 3412 | +caniuse-lite@^1.0.30001640: |
| 3413 | + version "1.0.30001641" |
| 3414 | + resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001641.tgz#3572862cd18befae3f637f2a1101cc033c6782ac" |
| 3415 | + integrity sha512-Phv5thgl67bHYo1TtMY/MurjkHhV4EDaCosezRXgZ8jzA/Ub+wjxAvbGvjoFENStinwi5kCyOYV3mi5tOGykwA== |
| 3416 | + |
3325 | 3417 | capture-exit@^2.0.0:
|
3326 | 3418 | version "2.0.0"
|
3327 | 3419 | resolved "https://registry.yarnpkg.com/capture-exit/-/capture-exit-2.0.0.tgz#fb953bfaebeb781f62898239dabb426d08a509a4"
|
@@ -4223,6 +4315,11 @@ electron-to-chromium@^1.4.601:
|
4223 | 4315 | resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.610.tgz#e17b22203f4aa2e1ed77759c720546d95a51186f"
|
4224 | 4316 | integrity sha512-mqi2oL1mfeHYtOdCxbPQYV/PL7YrQlxbvFEZ0Ee8GbDdShimqt2/S6z2RWqysuvlwdOrQdqvE0KZrBTipAeJzg==
|
4225 | 4317 |
|
| 4318 | +electron-to-chromium@^1.4.820: |
| 4319 | + version "1.4.827" |
| 4320 | + resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.827.tgz#76068ed1c71dd3963e1befc8ae815004b2da6a02" |
| 4321 | + integrity sha512-VY+J0e4SFcNfQy19MEoMdaIcZLmDCprqvBtkii1WTCTQHpRvf5N8+3kTYCgL/PcntvwQvmMJWTuDPsq+IlhWKQ== |
| 4322 | + |
4226 | 4323 | ember-auto-import@^2.6.0, ember-auto-import@^2.6.3, ember-auto-import@^2.7.3:
|
4227 | 4324 | version "2.7.4"
|
4228 | 4325 | resolved "https://registry.yarnpkg.com/ember-auto-import/-/ember-auto-import-2.7.4.tgz#ca99570eb3d6165968df797a4750aa58073852b5"
|
@@ -4357,15 +4454,14 @@ ember-cli-dependency-checker@^3.3.2:
|
4357 | 4454 | resolve "^1.22.0"
|
4358 | 4455 | semver "^5.7.1"
|
4359 | 4456 |
|
4360 |
| -ember-cli-deprecation-workflow@^2.0.0: |
4361 |
| - version "2.2.0" |
4362 |
| - resolved "https://registry.yarnpkg.com/ember-cli-deprecation-workflow/-/ember-cli-deprecation-workflow-2.2.0.tgz#277d56bdafc15dbdb7a58dee598402cdf50e0d08" |
4363 |
| - integrity sha512-23bXZqZJBJSKBTfT0LK7qzSJX861TgafL6RVdMfn/iubpLnoZIWergYwEdgs24CNTUbuehVbHy2Q71o8jYfwfw== |
| 4457 | +ember-cli-deprecation-workflow@^3.0.1: |
| 4458 | + version "3.0.1" |
| 4459 | + resolved "https://registry.yarnpkg.com/ember-cli-deprecation-workflow/-/ember-cli-deprecation-workflow-3.0.1.tgz#2891ed87df1a0f076f0b6db813e2b8e0e8fc0e80" |
| 4460 | + integrity sha512-d5wM5IHu+HjIK2TucQWOTFD9725Dx+xBZ3oBc0ZLaB8mdTV3wrAOrQ1vyzcuZEe/uvFBhr5TIy5QP+UNJ2q8Hg== |
4364 | 4461 | dependencies:
|
| 4462 | + "@babel/core" "^7.23.2" |
4365 | 4463 | "@ember/string" "^3.0.0"
|
4366 |
| - broccoli-funnel "^3.0.3" |
4367 |
| - broccoli-merge-trees "^4.2.0" |
4368 |
| - broccoli-plugin "^4.0.5" |
| 4464 | + ember-cli-babel "^8.2.0" |
4369 | 4465 |
|
4370 | 4466 | ember-cli-get-component-path-option@^1.0.0:
|
4371 | 4467 | version "1.0.0"
|
@@ -5033,6 +5129,11 @@ escalade@^3.1.1:
|
5033 | 5129 | resolved "https://registry.yarnpkg.com/escalade/-/escalade-3.1.1.tgz#d8cfdc7000965c5a0174b4a82eaa5c0552742e40"
|
5034 | 5130 | integrity sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==
|
5035 | 5131 |
|
| 5132 | +escalade@^3.1.2: |
| 5133 | + version "3.1.2" |
| 5134 | + resolved "https://registry.yarnpkg.com/escalade/-/escalade-3.1.2.tgz#54076e9ab29ea5bf3d8f1ed62acffbb88272df27" |
| 5135 | + integrity sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA== |
| 5136 | + |
5036 | 5137 | escape-html@~1.0.3:
|
5037 | 5138 | version "1.0.3"
|
5038 | 5139 | resolved "https://registry.yarnpkg.com/escape-html/-/escape-html-1.0.3.tgz#0258eae4d3d0c0974de1c169188ef0051d1d1988"
|
@@ -8470,6 +8571,11 @@ picocolors@^1.0.0:
|
8470 | 8571 | resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c"
|
8471 | 8572 | integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==
|
8472 | 8573 |
|
| 8574 | +picocolors@^1.0.1: |
| 8575 | + version "1.0.1" |
| 8576 | + resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.1.tgz#a8ad579b571952f0e5d25892de5445bcfe25aaa1" |
| 8577 | + integrity sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew== |
| 8578 | + |
8473 | 8579 | picomatch@^2.0.4, picomatch@^2.3.1:
|
8474 | 8580 | version "2.3.1"
|
8475 | 8581 | resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
|
@@ -10479,6 +10585,14 @@ update-browserslist-db@^1.0.13:
|
10479 | 10585 | escalade "^3.1.1"
|
10480 | 10586 | picocolors "^1.0.0"
|
10481 | 10587 |
|
| 10588 | +update-browserslist-db@^1.1.0: |
| 10589 | + version "1.1.0" |
| 10590 | + resolved "https://registry.yarnpkg.com/update-browserslist-db/-/update-browserslist-db-1.1.0.tgz#7ca61c0d8650766090728046e416a8cde682859e" |
| 10591 | + integrity sha512-EdRAaAyk2cUE1wOf2DkEhzxqOQvFOoRJFNS6NeyJ01Gp2beMRpBAINjM2iDXE3KCuKhwnvHIQCJm6ThL2Z+HzQ== |
| 10592 | + dependencies: |
| 10593 | + escalade "^3.1.2" |
| 10594 | + picocolors "^1.0.1" |
| 10595 | + |
10482 | 10596 | uri-js@^4.2.2:
|
10483 | 10597 | version "4.4.1"
|
10484 | 10598 | resolved "https://registry.yarnpkg.com/uri-js/-/uri-js-4.4.1.tgz#9b1a52595225859e55f669d928f88c6c57f2a77e"
|
|
0 commit comments