|
209 | 209 | "@babel/helper-split-export-declaration" "^7.22.5"
|
210 | 210 | semver "^6.3.0"
|
211 | 211 |
|
| 212 | +"@babel/helper-create-class-features-plugin@^7.22.15": |
| 213 | + version "7.22.15" |
| 214 | + resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.22.15.tgz#97a61b385e57fe458496fad19f8e63b63c867de4" |
| 215 | + integrity sha512-jKkwA59IXcvSaiK2UN45kKwSC9o+KuoXsBDvHvU/7BecYIp8GQ2UwrVvFgJASUT+hBnwJx6MhvMCuMzwZZ7jlg== |
| 216 | + dependencies: |
| 217 | + "@babel/helper-annotate-as-pure" "^7.22.5" |
| 218 | + "@babel/helper-environment-visitor" "^7.22.5" |
| 219 | + "@babel/helper-function-name" "^7.22.5" |
| 220 | + "@babel/helper-member-expression-to-functions" "^7.22.15" |
| 221 | + "@babel/helper-optimise-call-expression" "^7.22.5" |
| 222 | + "@babel/helper-replace-supers" "^7.22.9" |
| 223 | + "@babel/helper-skip-transparent-expression-wrappers" "^7.22.5" |
| 224 | + "@babel/helper-split-export-declaration" "^7.22.6" |
| 225 | + semver "^6.3.1" |
| 226 | + |
212 | 227 | "@babel/helper-create-regexp-features-plugin@^7.16.0":
|
213 | 228 | version "7.16.0"
|
214 | 229 | resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.16.0.tgz#06b2348ce37fccc4f5e18dcd8d75053f2a7c44ff"
|
|
259 | 274 | dependencies:
|
260 | 275 | "@babel/types" "^7.16.0"
|
261 | 276 |
|
| 277 | +"@babel/helper-environment-visitor@^7.22.20": |
| 278 | + version "7.22.20" |
| 279 | + resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167" |
| 280 | + integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA== |
| 281 | + |
262 | 282 | "@babel/helper-environment-visitor@^7.22.5":
|
263 | 283 | version "7.22.5"
|
264 | 284 | resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.5.tgz#f06dd41b7c1f44e1f8da6c4055b41ab3a09a7e98"
|
|
323 | 343 | dependencies:
|
324 | 344 | "@babel/types" "^7.16.0"
|
325 | 345 |
|
| 346 | +"@babel/helper-member-expression-to-functions@^7.22.15": |
| 347 | + version "7.23.0" |
| 348 | + resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.23.0.tgz#9263e88cc5e41d39ec18c9a3e0eced59a3e7d366" |
| 349 | + integrity sha512-6gfrPwh7OuT6gZyJZvd6WbTfrqAo7vm4xCzAXOusKqq/vWdKXphTpj5klHKNmRUU6/QRGlBsyU9mAIPaWHlqJA== |
| 350 | + dependencies: |
| 351 | + "@babel/types" "^7.23.0" |
| 352 | + |
326 | 353 | "@babel/helper-member-expression-to-functions@^7.22.5":
|
327 | 354 | version "7.22.5"
|
328 | 355 | resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.22.5.tgz#0a7c56117cad3372fbf8d2fb4bf8f8d64a1e76b2"
|
|
476 | 503 | "@babel/traverse" "^7.22.5"
|
477 | 504 | "@babel/types" "^7.22.5"
|
478 | 505 |
|
| 506 | +"@babel/helper-replace-supers@^7.22.9": |
| 507 | + version "7.22.20" |
| 508 | + resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.22.20.tgz#e37d367123ca98fe455a9887734ed2e16eb7a793" |
| 509 | + integrity sha512-qsW0In3dbwQUbK8kejJ4R7IHVGwHJlV6lpG6UA7a9hSa2YEiAib+N1T2kr6PEeUT+Fl7najmSOS6SmAwCHK6Tw== |
| 510 | + dependencies: |
| 511 | + "@babel/helper-environment-visitor" "^7.22.20" |
| 512 | + "@babel/helper-member-expression-to-functions" "^7.22.15" |
| 513 | + "@babel/helper-optimise-call-expression" "^7.22.5" |
| 514 | + |
479 | 515 | "@babel/helper-simple-access@^7.16.0":
|
480 | 516 | version "7.16.0"
|
481 | 517 | resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.16.0.tgz#21d6a27620e383e37534cf6c10bba019a6f90517"
|
|
518 | 554 | dependencies:
|
519 | 555 | "@babel/types" "^7.22.5"
|
520 | 556 |
|
| 557 | +"@babel/helper-split-export-declaration@^7.22.6": |
| 558 | + version "7.22.6" |
| 559 | + resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz#322c61b7310c0997fe4c323955667f18fcefb91c" |
| 560 | + integrity sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g== |
| 561 | + dependencies: |
| 562 | + "@babel/types" "^7.22.5" |
| 563 | + |
521 | 564 | "@babel/helper-string-parser@^7.22.5":
|
522 | 565 | version "7.22.5"
|
523 | 566 | resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f"
|
524 | 567 | integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==
|
525 | 568 |
|
| 569 | +"@babel/helper-string-parser@^7.23.4": |
| 570 | + version "7.23.4" |
| 571 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.23.4.tgz#9478c707febcbbe1ddb38a3d91a2e054ae622d83" |
| 572 | + integrity sha512-803gmbQdqwdf4olxrX4AJyFBV/RTr3rSmOj0rKwesmzlfhYNDEs+/iOcznzpNWlJlIlTJC2QfPFcHB6DlzdVLQ== |
| 573 | + |
526 | 574 | "@babel/helper-validator-identifier@^7.15.7":
|
527 | 575 | version "7.15.7"
|
528 | 576 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.15.7.tgz#220df993bfe904a4a6b02ab4f3385a5ebf6e2389"
|
529 | 577 | integrity sha512-K4JvCtQqad9OY2+yTU8w+E82ywk/fe+ELNlt1G8z3bVGlZfn/hOcQQsUhGhW/N+tb3fxK800wLtKOE/aM0m72w==
|
530 | 578 |
|
| 579 | +"@babel/helper-validator-identifier@^7.22.20": |
| 580 | + version "7.22.20" |
| 581 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0" |
| 582 | + integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A== |
| 583 | + |
531 | 584 | "@babel/helper-validator-identifier@^7.22.5":
|
532 | 585 | version "7.22.5"
|
533 | 586 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.5.tgz#9544ef6a33999343c8740fa51350f30eeaaaf193"
|
|
904 | 957 | "@babel/helper-create-class-features-plugin" "^7.16.5"
|
905 | 958 | "@babel/helper-plugin-utils" "^7.16.5"
|
906 | 959 |
|
| 960 | +"@babel/plugin-proposal-private-methods@^7.16.7": |
| 961 | + version "7.18.6" |
| 962 | + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.18.6.tgz#5209de7d213457548a98436fa2882f52f4be6bea" |
| 963 | + integrity sha512-nutsvktDItsNn4rpGItSNV2sz1XwS+nfU0Rg8aCx3W3NOKVzdMjJRu0O5OkgDp3ZGICSTbgRpxZoWsxoKRvbeA== |
| 964 | + dependencies: |
| 965 | + "@babel/helper-create-class-features-plugin" "^7.18.6" |
| 966 | + "@babel/helper-plugin-utils" "^7.18.6" |
| 967 | + |
907 | 968 | "@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2":
|
908 | 969 | version "7.21.0-placeholder-for-preset-env.2"
|
909 | 970 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.0-placeholder-for-preset-env.2.tgz#7844f9289546efa9febac2de4cfe358a050bd703"
|
|
1201 | 1262 | "@babel/helper-create-class-features-plugin" "^7.22.5"
|
1202 | 1263 | "@babel/helper-plugin-utils" "^7.22.5"
|
1203 | 1264 |
|
| 1265 | +"@babel/plugin-transform-class-static-block@^7.16.7": |
| 1266 | + version "7.23.4" |
| 1267 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.23.4.tgz#2a202c8787a8964dd11dfcedf994d36bfc844ab5" |
| 1268 | + integrity sha512-nsWu/1M+ggti1SOALj3hfx5FXzAY06fwPJsUZD4/A5e1bWi46VUIWtD+kOX6/IdhXGsXBWllLFDSnqSCdUNydQ== |
| 1269 | + dependencies: |
| 1270 | + "@babel/helper-create-class-features-plugin" "^7.22.15" |
| 1271 | + "@babel/helper-plugin-utils" "^7.22.5" |
| 1272 | + "@babel/plugin-syntax-class-static-block" "^7.14.5" |
| 1273 | + |
1204 | 1274 | "@babel/plugin-transform-class-static-block@^7.22.5":
|
1205 | 1275 | version "7.22.5"
|
1206 | 1276 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.22.5.tgz#3e40c46f048403472d6f4183116d5e46b1bff5ba"
|
|
2389 | 2459 | "@babel/helper-validator-identifier" "^7.22.5"
|
2390 | 2460 | to-fast-properties "^2.0.0"
|
2391 | 2461 |
|
| 2462 | +"@babel/types@^7.23.0": |
| 2463 | + version "7.23.4" |
| 2464 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.4.tgz#7206a1810fc512a7f7f7d4dace4cb4c1c9dbfb8e" |
| 2465 | + integrity sha512-7uIFwVYpoplT5jp/kVv6EF93VaJ8H+Yn5IczYiaAi98ajzjfoZfslet/e0sLh+wVBjb2qqIut1b0S26VSafsSQ== |
| 2466 | + dependencies: |
| 2467 | + "@babel/helper-string-parser" "^7.23.4" |
| 2468 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 2469 | + to-fast-properties "^2.0.0" |
| 2470 | + |
2392 | 2471 | "@cnakazawa/watch@^1.0.3":
|
2393 | 2472 | version "1.0.4"
|
2394 | 2473 | resolved "https://registry.yarnpkg.com/@cnakazawa/watch/-/watch-1.0.4.tgz#f864ae85004d0fcab6f50be9141c4da368d1656a"
|
|
2542 | 2621 | semver "^7.3.5"
|
2543 | 2622 | typescript-memoize "^1.0.1"
|
2544 | 2623 |
|
2545 |
| -"@embroider/shared-internals@^0.40.0": |
2546 |
| - version "0.40.0" |
2547 |
| - resolved "https://registry.yarnpkg.com/@embroider/shared-internals/-/shared-internals-0.40.0.tgz#2f768c60f4f35ba5f9228f046f70324851e8bfe2" |
2548 |
| - integrity sha512-Ovr/i0Qgn6W6jdGXMvYJKlRoRpyBY9uhYozDSFKlBjeEmRJ0Plp7OST41+O5Td6Pqp+Rv2jVSnGzhA/MpC++NQ== |
2549 |
| - dependencies: |
2550 |
| - ember-rfc176-data "^0.3.17" |
2551 |
| - fs-extra "^7.0.1" |
2552 |
| - lodash "^4.17.10" |
2553 |
| - pkg-up "^3.1.0" |
2554 |
| - resolve-package-path "^1.2.2" |
2555 |
| - semver "^7.3.2" |
2556 |
| - typescript-memoize "^1.0.0-alpha.3" |
2557 |
| - |
2558 | 2624 | "@eslint/eslintrc@^0.4.3":
|
2559 | 2625 | version "0.4.3"
|
2560 | 2626 | resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.4.3.tgz#9e42981ef035beb3dd49add17acb96e8ff6f394c"
|
|
6252 | 6318 | ember-cli-babel "^7.26.11"
|
6253 | 6319 | ember-cli-htmlbars "^6.0.1"
|
6254 | 6320 |
|
6255 |
| -ember-auto-import@2.2.4: |
6256 |
| - version "2.2.4" |
6257 |
| - resolved "https://registry.yarnpkg.com/ember-auto-import/-/ember-auto-import-2.2.4.tgz#68c08cb0b7533293024c97387fc449b00561185a" |
6258 |
| - integrity sha512-iXHH+bSMP/uWvJmIhjt+PZz4ymqOLccIxZUouVcUFLKA5EAWE7gamlA684m0pIbSE/V9zKpOul4OfIgKXFprBg== |
| 6321 | +ember-auto-import@2.7.0: |
| 6322 | + version "2.7.0" |
| 6323 | + resolved "https://registry.yarnpkg.com/ember-auto-import/-/ember-auto-import-2.7.0.tgz#de5792b6dcaa68fb0e097a2a8a23515d8cafe07b" |
| 6324 | + integrity sha512-cBEBB6IRRmlCVfyaRmDCfLrywm2HibTosJzIKv4BWF1p2ZokUhXBJjMRwuaG3tbLMV8rmJdLWnSKm8CodsdmQA== |
6259 | 6325 | dependencies:
|
6260 |
| - "@babel/core" "^7.1.6" |
6261 |
| - "@babel/plugin-proposal-class-properties" "^7.13.0" |
6262 |
| - "@babel/plugin-proposal-decorators" "^7.13.5" |
6263 |
| - "@babel/preset-env" "^7.10.2" |
6264 |
| - "@babel/traverse" "^7.1.6" |
6265 |
| - "@embroider/shared-internals" "^0.40.0" |
| 6326 | + "@babel/core" "^7.16.7" |
| 6327 | + "@babel/plugin-proposal-class-properties" "^7.16.7" |
| 6328 | + "@babel/plugin-proposal-decorators" "^7.16.7" |
| 6329 | + "@babel/plugin-proposal-private-methods" "^7.16.7" |
| 6330 | + "@babel/plugin-transform-class-static-block" "^7.16.7" |
| 6331 | + "@babel/preset-env" "^7.16.7" |
| 6332 | + "@embroider/macros" "^1.0.0" |
| 6333 | + "@embroider/shared-internals" "^2.0.0" |
6266 | 6334 | babel-loader "^8.0.6"
|
6267 | 6335 | babel-plugin-ember-modules-api-polyfill "^3.5.0"
|
| 6336 | + babel-plugin-ember-template-compilation "^2.0.1" |
6268 | 6337 | babel-plugin-htmlbars-inline-precompile "^5.2.1"
|
6269 | 6338 | babel-plugin-syntax-dynamic-import "^6.18.0"
|
6270 | 6339 | broccoli-debug "^0.6.4"
|
|
6274 | 6343 | broccoli-source "^3.0.0"
|
6275 | 6344 | css-loader "^5.2.0"
|
6276 | 6345 | debug "^4.3.1"
|
6277 |
| - ember-cli-babel "^7.0.0" |
6278 |
| - fs-extra "^6.0.1" |
| 6346 | + fs-extra "^10.0.0" |
6279 | 6347 | fs-tree-diff "^2.0.0"
|
6280 | 6348 | handlebars "^4.3.1"
|
6281 | 6349 | js-string-escape "^1.0.1"
|
6282 | 6350 | lodash "^4.17.19"
|
6283 |
| - mkdirp "^0.5.1" |
| 6351 | + mini-css-extract-plugin "^2.5.2" |
| 6352 | + minimatch "^3.0.0" |
6284 | 6353 | parse5 "^6.0.1"
|
6285 | 6354 | resolve "^1.20.0"
|
6286 |
| - resolve-package-path "^3.1.0" |
6287 |
| - rimraf "^2.6.2" |
| 6355 | + resolve-package-path "^4.0.3" |
6288 | 6356 | semver "^7.3.4"
|
6289 | 6357 | style-loader "^2.0.0"
|
6290 | 6358 | typescript-memoize "^1.0.0-alpha.3"
|
6291 |
| - walk-sync "^0.3.3" |
| 6359 | + walk-sync "^3.0.0" |
6292 | 6360 |
|
6293 | 6361 | ember-auto-import@^1.11.3:
|
6294 | 6362 | version "1.12.0"
|
@@ -11531,6 +11599,11 @@ semver@^6.0.0, semver@^6.1.0, semver@^6.1.1, semver@^6.1.2, semver@^6.3.0:
|
11531 | 11599 | resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
|
11532 | 11600 | integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
|
11533 | 11601 |
|
| 11602 | +semver@^6.3.1: |
| 11603 | + version "6.3.1" |
| 11604 | + resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4" |
| 11605 | + integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA== |
| 11606 | + |
11534 | 11607 | semver@^7.2.1, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5:
|
11535 | 11608 | version "7.3.5"
|
11536 | 11609 | resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.5.tgz#0b621c879348d8998e4b0e4be94b3f12e6018ef7"
|
|
0 commit comments