|
1095 | 1095 | ember-cli-htmlbars-inline-precompile "^2.1.0"
|
1096 | 1096 | ember-test-waiters "^1.1.1"
|
1097 | 1097 |
|
1098 |
| -"@embroider/babel-loader-7@0.33.0": |
1099 |
| - version "0.33.0" |
1100 |
| - resolved "https://registry.yarnpkg.com/@embroider/babel-loader-7/-/babel-loader-7-0.33.0.tgz#5dcc88d3f57a8f3f3d6a9ad1610fc36f2156c89b" |
1101 |
| - integrity sha512-nTPEareBbEj+sIJGPY6qQlqHgncF/KdrF+lbSCzbMS1huPp2bwglHf6UJL9JtiZzXgXyGhIzbl6cLJE1xV4MBA== |
| 1098 | +"@embroider/babel-loader-7@0.34.0": |
| 1099 | + version "0.34.0" |
| 1100 | + resolved "https://registry.yarnpkg.com/@embroider/babel-loader-7/-/babel-loader-7-0.34.0.tgz#6c2601d0c03f03db6890da5205926d44ffd832f1" |
| 1101 | + integrity sha512-Q5MkfuqnkxF3xuLcPKKsrD7AkPX4fpIMHqPB7HudYLIvjc0DJ3euj1ziBLtLu0EaxmW84GzGuvA9kawQ3pGeUg== |
1102 | 1102 | dependencies:
|
1103 | 1103 | babel-core "^6.26.3"
|
1104 | 1104 | babel-loader "7"
|
1105 | 1105 |
|
1106 |
| -"@embroider/compat@0.33.0": |
1107 |
| - version "0.33.0" |
1108 |
| - resolved "https://registry.yarnpkg.com/@embroider/compat/-/compat-0.33.0.tgz#e1241d437d375f133bf193fffb306819771a476f" |
1109 |
| - integrity sha512-g7DQR3bYeBJpOih9zqnDWYz/vhChcqTyXXSvnWTVeRE2T80VBKyi7IB66gg465fHqGYN/RoRUP09mpc4eW4CTQ== |
| 1106 | +"@embroider/compat@0.34.0": |
| 1107 | + version "0.34.0" |
| 1108 | + resolved "https://registry.yarnpkg.com/@embroider/compat/-/compat-0.34.0.tgz#f8466903cf749eb27fb8716f2694a53126a5420f" |
| 1109 | + integrity sha512-+KDWokHdcvKvNIv+wHqyCRrE9yWrJOUJdxnnu8IVZBP9JLTj/s2KMH1BJY/0q2d3sGgcCRL6C+K1UGL1/WkTHw== |
1110 | 1110 | dependencies:
|
1111 | 1111 | "@babel/code-frame" "^7.10.4"
|
1112 | 1112 | "@babel/core" "^7.12.3"
|
1113 | 1113 | "@babel/plugin-syntax-dynamic-import" "^7.8.3"
|
1114 | 1114 | "@babel/preset-env" "^7.12.1"
|
1115 | 1115 | "@babel/traverse" "^7.12.1"
|
1116 | 1116 | "@babel/types" "^7.12.1"
|
1117 |
| - "@embroider/macros" "0.33.0" |
| 1117 | + "@embroider/macros" "0.34.0" |
1118 | 1118 | "@types/babel__code-frame" "^7.0.2"
|
1119 | 1119 | "@types/yargs" "^15.0.9"
|
1120 | 1120 | assert-never "^1.1.0"
|
1121 | 1121 | babel-plugin-syntax-dynamic-import "^6.18.0"
|
1122 | 1122 | babylon "^6.18.0"
|
1123 | 1123 | bind-decorator "^1.0.11"
|
1124 |
| - broccoli "^2.2.0" |
| 1124 | + broccoli "^3.4.2" |
1125 | 1125 | broccoli-concat "^3.7.3"
|
1126 | 1126 | broccoli-file-creator "^2.1.1"
|
1127 | 1127 | broccoli-funnel "^2.0.1"
|
|
1137 | 1137 | fs-tree-diff "^2.0.0"
|
1138 | 1138 | jsdom "^16.4.0"
|
1139 | 1139 | lodash "^4.17.10"
|
1140 |
| - pkg-up "^2.0.0" |
| 1140 | + pkg-up "^3.1.0" |
1141 | 1141 | resolve "^1.8.1"
|
1142 | 1142 | resolve-package-path "^1.2.2"
|
1143 | 1143 | semver "^7.3.2"
|
|
1221 | 1221 | walk-sync "^1.1.3"
|
1222 | 1222 | wrap-legacy-hbs-plugin-if-needed "^1.0.1"
|
1223 | 1223 |
|
| 1224 | + |
| 1225 | + version "0.34.0" |
| 1226 | + resolved "https://registry.yarnpkg.com/@embroider/core/-/core-0.34.0.tgz#73ea046e0cacc4037d5d5e94b057e311dfb0772f" |
| 1227 | + integrity sha512-c4SWbmZDj0kwMVcWkdWP/g3OK4Gx7yWjqjMvnuqnTS6kiWrzILxaV+HWgqnq36n0JFRuQBQk8AJmfSJRsI+43w== |
| 1228 | + dependencies: |
| 1229 | + "@babel/core" "^7.12.3" |
| 1230 | + "@babel/parser" "^7.12.3" |
| 1231 | + "@babel/plugin-syntax-dynamic-import" "^7.8.3" |
| 1232 | + "@babel/plugin-transform-runtime" "^7.12.1" |
| 1233 | + "@babel/runtime" "^7.12.5" |
| 1234 | + "@babel/traverse" "^7.12.1" |
| 1235 | + "@babel/types" "^7.12.1" |
| 1236 | + "@embroider/macros" "0.34.0" |
| 1237 | + assert-never "^1.1.0" |
| 1238 | + babel-plugin-syntax-dynamic-import "^6.18.0" |
| 1239 | + broccoli-node-api "^1.7.0" |
| 1240 | + broccoli-persistent-filter "^3.1.2" |
| 1241 | + broccoli-plugin "^4.0.1" |
| 1242 | + broccoli-source "^3.0.0" |
| 1243 | + debug "^3.1.0" |
| 1244 | + escape-string-regexp "^4.0.0" |
| 1245 | + fast-sourcemap-concat "^1.4.0" |
| 1246 | + filesize "^4.1.2" |
| 1247 | + fs-extra "^7.0.1" |
| 1248 | + fs-tree-diff "^2.0.0" |
| 1249 | + handlebars "^4.4.2" |
| 1250 | + js-string-escape "^1.0.1" |
| 1251 | + jsdom "^16.4.0" |
| 1252 | + json-stable-stringify "^1.0.1" |
| 1253 | + lodash "^4.17.10" |
| 1254 | + pkg-up "^3.1.0" |
| 1255 | + resolve "^1.8.1" |
| 1256 | + resolve-package-path "^1.2.2" |
| 1257 | + semver "^7.3.2" |
| 1258 | + strip-bom "^3.0.0" |
| 1259 | + typescript-memoize "^1.0.0-alpha.3" |
| 1260 | + walk-sync "^1.1.3" |
| 1261 | + wrap-legacy-hbs-plugin-if-needed "^1.0.1" |
| 1262 | + |
1224 | 1263 | "@embroider/ [email protected]", "@embroider/macros@^0.29.0":
|
1225 | 1264 | version "0.29.0"
|
1226 | 1265 | resolved "https://registry.yarnpkg.com/@embroider/macros/-/macros-0.29.0.tgz#33048069b0abdda17efc7ff438b18b0c2c237bff"
|
|
1251 | 1290 | resolve "^1.8.1"
|
1252 | 1291 | semver "^7.3.2"
|
1253 | 1292 |
|
1254 |
| - |
1255 |
| - version "0.33.0" |
1256 |
| - resolved "https://registry.yarnpkg.com/@embroider/webpack/-/webpack-0.33.0.tgz#ec98f5f6a2d351ecb02aca137c40ea6cb597d85f" |
1257 |
| - integrity sha512-Zdano2Dt6vnVOZSWQpveGhFLoAafkGKErqKfDcmkttCGZVx8kgSTCmuAfAd6WgCNX3OeSkutl71aVQKPIWDPvw== |
| 1293 | + |
| 1294 | + version "0.34.0" |
| 1295 | + resolved "https://registry.yarnpkg.com/@embroider/macros/-/macros-0.34.0.tgz#5612ceab11a837d99c2dc53d6bcb089ff771f6fc" |
| 1296 | + integrity sha512-9cT84ppXUiJMSpI6wYmZyHIrccDofdWq9F5ZhARTCKxCJ5ArlSbgYnFERAdmXth6WazdzjbI5IoFPVIpmGs2ZA== |
| 1297 | + dependencies: |
| 1298 | + "@babel/core" "^7.12.3" |
| 1299 | + "@babel/traverse" "^7.12.1" |
| 1300 | + "@babel/types" "^7.12.1" |
| 1301 | + "@embroider/core" "0.34.0" |
| 1302 | + assert-never "^1.1.0" |
| 1303 | + ember-cli-babel "^7.23.0" |
| 1304 | + lodash "^4.17.10" |
| 1305 | + resolve "^1.8.1" |
| 1306 | + semver "^7.3.2" |
| 1307 | + |
| 1308 | + |
| 1309 | + version "0.34.0" |
| 1310 | + resolved "https://registry.yarnpkg.com/@embroider/webpack/-/webpack-0.34.0.tgz#2343b4ce8120de1415fe07b19ae438c7bf20938c" |
| 1311 | + integrity sha512-/8FU9wwrFd9HL36K2BsvzYupcvayp8rHwt657m4BpzBMb6kiwI0vA7397LRc5tlTJdzhxditBfjOsffT+DQPKw== |
1258 | 1312 | dependencies:
|
1259 | 1313 | "@babel/core" "^7.12.3"
|
1260 | 1314 | "@babel/plugin-proposal-nullish-coalescing-operator" "^7.12.1"
|
1261 | 1315 | "@babel/plugin-proposal-optional-chaining" "^7.12.1"
|
1262 |
| - "@embroider/babel-loader-7" "0.33.0" |
| 1316 | + "@embroider/babel-loader-7" "0.34.0" |
1263 | 1317 | "@types/source-map" "^0.5.7"
|
1264 | 1318 | babel-core "^6.26.3"
|
1265 | 1319 | babel-loader "8"
|
|
1272 | 1326 | loader-utils "^1.1.0"
|
1273 | 1327 | lodash "^4.17.10"
|
1274 | 1328 | mini-css-extract-plugin "^0.4.3"
|
1275 |
| - pkg-up "^2.0.0" |
| 1329 | + pkg-up "^3.1.0" |
1276 | 1330 | source-map-url "^0.4.0"
|
1277 | 1331 | style-loader "^1.1.4"
|
1278 | 1332 | terser "^3.16.1"
|
@@ -4009,7 +4063,7 @@ broccoli-node-api@^1.6.0, broccoli-node-api@^1.7.0:
|
4009 | 4063 | resolved "https://registry.yarnpkg.com/broccoli-node-api/-/broccoli-node-api-1.7.0.tgz#391aa6edecd2a42c63c111b4162956b2fa288cb6"
|
4010 | 4064 | integrity sha512-QIqLSVJWJUVOhclmkmypJJH9u9s/aWH4+FH6Q6Ju5l+Io4dtwqdPUNmDfw40o6sxhbZHhqGujDJuHTML1wG8Yw==
|
4011 | 4065 |
|
4012 |
| -broccoli-node-info@1.1.0, broccoli-node-info@^1.1.0: |
| 4066 | +broccoli-node-info@^1.1.0: |
4013 | 4067 | version "1.1.0"
|
4014 | 4068 | resolved "https://registry.yarnpkg.com/broccoli-node-info/-/broccoli-node-info-1.1.0.tgz#3aa2e31e07e5bdb516dd25214f7c45ba1c459412"
|
4015 | 4069 | integrity sha1-OqLjHgflvbUW3SUhT3xFuhxFlBI=
|
@@ -4316,31 +4370,6 @@ broccoli-terser-sourcemap@^4.1.0:
|
4316 | 4370 | walk-sync "^2.2.0"
|
4317 | 4371 | workerpool "^6.0.0"
|
4318 | 4372 |
|
4319 |
| -broccoli@^2.2.0: |
4320 |
| - version "2.3.0" |
4321 |
| - resolved "https://registry.yarnpkg.com/broccoli/-/broccoli-2.3.0.tgz#b3f71b2c3d02fc042988e208827a09c75dd7b350" |
4322 |
| - integrity sha512-TeYMYlCGFK8EGk4Wce1G1uU3i52+YxRqP3WPOVDojC1zUk+Gi40wHBzUT2fncQZDl26dmCQMNugtHKjvUpcGQg== |
4323 |
| - dependencies: |
4324 |
| - broccoli-node-info "1.1.0" |
4325 |
| - broccoli-slow-trees "^3.0.1" |
4326 |
| - broccoli-source "^1.1.0" |
4327 |
| - commander "^2.15.1" |
4328 |
| - connect "^3.6.6" |
4329 |
| - esm "^3.2.4" |
4330 |
| - findup-sync "^2.0.0" |
4331 |
| - handlebars "^4.0.11" |
4332 |
| - heimdalljs "^0.2.6" |
4333 |
| - heimdalljs-logger "^0.1.9" |
4334 |
| - mime-types "^2.1.19" |
4335 |
| - promise.prototype.finally "^3.1.0" |
4336 |
| - resolve-path "^1.4.0" |
4337 |
| - rimraf "^2.6.2" |
4338 |
| - sane "^4.0.0" |
4339 |
| - tmp "0.0.33" |
4340 |
| - tree-sync "^1.2.2" |
4341 |
| - underscore.string "^3.2.2" |
4342 |
| - watch-detector "^0.1.0" |
4343 |
| - |
4344 | 4373 | broccoli@^3.4.2:
|
4345 | 4374 | version "3.4.2"
|
4346 | 4375 | resolved "https://registry.yarnpkg.com/broccoli/-/broccoli-3.4.2.tgz#a0c2605bea285c50cac304f482b86670630f4701"
|
|
5082 | 5111 | dependencies:
|
5083 | 5112 | graceful-readlink ">= 1.0.0"
|
5084 | 5113 |
|
5085 |
| -[email protected], commander@^2. 15.1, commander@^2.19.0, commander@^2.20.0, commander@^2.6.0, commander@^2.7.1: |
| 5114 | +[email protected], commander@^2.19.0, commander@^2.20.0, commander@^2.6.0, commander@^2.7.1: |
5086 | 5115 | version "2.20.3"
|
5087 | 5116 | resolved "https://registry.yarnpkg.com/commander/-/commander-2.20.3.tgz#fd485e84c03eb4881c20722ba48035e8531aeb33"
|
5088 | 5117 | integrity sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==
|
@@ -7259,7 +7288,7 @@ error@^7.0.0:
|
7259 | 7288 | dependencies:
|
7260 | 7289 | string-template "~0.2.1"
|
7261 | 7290 |
|
7262 |
| -es-abstract@^1.17.0-next.0, es-abstract@^1.17.0-next.1, es-abstract@^1.17.2, es-abstract@^1.17.5: |
| 7291 | +es-abstract@^1.17.0-next.1, es-abstract@^1.17.2, es-abstract@^1.17.5: |
7263 | 7292 | version "1.17.7"
|
7264 | 7293 | resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.17.7.tgz#a4de61b2f66989fc7421676c1cb9787573ace54c"
|
7265 | 7294 | integrity sha512-VBl/gnfcJ7OercKA9MVaegWsBHFjV492syMudcnQZvt/Dw8ezpcOHYZXa/J96O8vx+g4x65YKhxOwDUh63aS5g==
|
@@ -8111,16 +8140,6 @@ find-yarn-workspace-root@^2.0.0:
|
8111 | 8140 | dependencies:
|
8112 | 8141 | micromatch "^4.0.2"
|
8113 | 8142 |
|
8114 |
| -findup-sync@^2.0.0: |
8115 |
| - version "2.0.0" |
8116 |
| - resolved "https://registry.yarnpkg.com/findup-sync/-/findup-sync-2.0.0.tgz#9326b1488c22d1a6088650a86901b2d9a90a2cbc" |
8117 |
| - integrity sha1-kyaxSIwi0aYIhlCoaQGy2akKLLw= |
8118 |
| - dependencies: |
8119 |
| - detect-file "^1.0.0" |
8120 |
| - is-glob "^3.1.0" |
8121 |
| - micromatch "^3.0.4" |
8122 |
| - resolve-dir "^1.0.1" |
8123 |
| - |
8124 | 8143 | findup-sync@^4.0.0:
|
8125 | 8144 | version "4.0.0"
|
8126 | 8145 | resolved "https://registry.yarnpkg.com/findup-sync/-/findup-sync-4.0.0.tgz#956c9cdde804052b881b428512905c4a5f2cdef0"
|
@@ -8702,7 +8721,7 @@ growly@^1.3.0:
|
8702 | 8721 | resolved "https://registry.yarnpkg.com/growly/-/growly-1.3.0.tgz#f10748cbe76af964b7c96c93c6bcc28af120c081"
|
8703 | 8722 | integrity sha1-8QdIy+dq+WS3yWyTxrzCivEgwIE=
|
8704 | 8723 |
|
8705 |
| -handlebars@^4.0.11, handlebars@^4.0.13, handlebars@^4.0.4, handlebars@^4.3.1, handlebars@^4.4.2, handlebars@^4.7.3: |
| 8724 | +handlebars@^4.0.13, handlebars@^4.0.4, handlebars@^4.3.1, handlebars@^4.4.2, handlebars@^4.7.3: |
8706 | 8725 | version "4.7.6"
|
8707 | 8726 | resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.7.6.tgz#d4c05c1baf90e9945f77aa68a7a219aa4a7df74e"
|
8708 | 8727 | integrity sha512-1f2BACcBfiwAfStCKZNrUCgqNZkGsAT7UM3kkYtXuLo0KnaVfjKOyf7PRzB6++aK9STyT1Pd2ZCPe3EGOXleXA==
|
@@ -10671,7 +10690,7 @@ methods@~1.1.2:
|
10671 | 10690 | resolved "https://registry.yarnpkg.com/methods/-/methods-1.1.2.tgz#5529a4d67654134edcc5266656835b0f851afcee"
|
10672 | 10691 | integrity sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4=
|
10673 | 10692 |
|
10674 |
| -micromatch@^3.0.4, micromatch@^3.1.10, micromatch@^3.1.4: |
| 10693 | +micromatch@^3.1.10, micromatch@^3.1.4: |
10675 | 10694 | version "3.1.10"
|
10676 | 10695 | resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-3.1.10.tgz#70859bc95c9840952f359a068a3fc49f9ecfac23"
|
10677 | 10696 | integrity sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==
|
|
10711 | 10730 | resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.44.0.tgz#fa11c5eb0aca1334b4233cb4d52f10c5a6272f92"
|
10712 | 10731 | integrity sha512-/NOTfLrsPBVeH7YtFPgsVWveuL+4SjjYxaQ1xtM1KMFj7HdxlBlxeyNLzhyJVx7r4rZGJAZ/6lkKCitSc/Nmpg==
|
10713 | 10732 |
|
10714 |
| -mime-types@^2.1.12, mime-types@^2.1.18, mime-types@^2.1.19, mime-types@^2.1.26, mime-types@~2.1.19, mime-types@~2.1.24: |
| 10733 | +mime-types@^2.1.12, mime-types@^2.1.18, mime-types@^2.1.26, mime-types@~2.1.19, mime-types@~2.1.24: |
10715 | 10734 | version "2.1.27"
|
10716 | 10735 | resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.27.tgz#47949f98e279ea53119f5722e0f34e529bec009f"
|
10717 | 10736 | integrity sha512-JIhqnCasI9yD+SsmkquHBxTSEuZdQX5BuQnS2Vc7puQQQ+8yiP5AY5uWhpdv4YL4VM5c6iliiYWPgJ/nJQLp7w==
|
@@ -12375,15 +12394,6 @@ promise.hash.helper@^1.0.6:
|
12375 | 12394 | resolved "https://registry.yarnpkg.com/promise.hash.helper/-/promise.hash.helper-1.0.7.tgz#2f39d8495df40dcdfbc1d5be9e9e56efeae7f180"
|
12376 | 12395 | integrity sha512-0qhWYyCV9TYDMSooYw1fShIb7R6hsWYja7JLqbeb1MvHqDTvP/uy/R1RsyVqDi6GCiHOI4G5p2Hpr3IA+/l/+Q==
|
12377 | 12396 |
|
12378 |
| -promise.prototype.finally@^3.1.0: |
12379 |
| - version "3.1.2" |
12380 |
| - resolved "https://registry.yarnpkg.com/promise.prototype.finally/-/promise.prototype.finally-3.1.2.tgz#b8af89160c9c673cefe3b4c4435b53cfd0287067" |
12381 |
| - integrity sha512-A2HuJWl2opDH0EafgdjwEw7HysI8ff/n4lW4QEVBCUXFk9QeGecBWv0Deph0UmLe3tTNYegz8MOjsVuE6SMoJA== |
12382 |
| - dependencies: |
12383 |
| - define-properties "^1.1.3" |
12384 |
| - es-abstract "^1.17.0-next.0" |
12385 |
| - function-bind "^1.1.1" |
12386 |
| - |
12387 | 12397 | proxy-addr@~2.0.5:
|
12388 | 12398 | version "2.0.6"
|
12389 | 12399 | resolved "https://registry.yarnpkg.com/proxy-addr/-/proxy-addr-2.0.6.tgz#fdc2336505447d3f2f2c638ed272caf614bbb2bf"
|
@@ -14760,17 +14770,6 @@ walker@~1.0.5:
|
14760 | 14770 | dependencies:
|
14761 | 14771 | makeerror "1.0.x"
|
14762 | 14772 |
|
14763 |
| -watch-detector@^0.1.0: |
14764 |
| - version "0.1.0" |
14765 |
| - resolved "https://registry.yarnpkg.com/watch-detector/-/watch-detector-0.1.0.tgz#e37b410d149e2a8bf263a4f8b71e2f667633dbf8" |
14766 |
| - integrity sha512-vfzMMfpjQc88xjETwl2HuE6PjEuxCBeyC4bQmqrHrofdfYWi/4mEJklYbNgSzpqM9PxubsiPIrE5SZ1FDyiQ2w== |
14767 |
| - dependencies: |
14768 |
| - heimdalljs-logger "^0.1.9" |
14769 |
| - quick-temp "^0.1.8" |
14770 |
| - rsvp "^4.7.0" |
14771 |
| - semver "^5.4.1" |
14772 |
| - silent-error "^1.1.0" |
14773 |
| - |
14774 | 14773 | watch-detector@^1.0.0:
|
14775 | 14774 | version "1.0.0"
|
14776 | 14775 | resolved "https://registry.yarnpkg.com/watch-detector/-/watch-detector-1.0.0.tgz#c7b722d8695fee9ab6071e0f38f258e6adb22609"
|
|
0 commit comments