|
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"
|
@@ -3983,7 +4037,7 @@ broccoli-node-api@^1.6.0, broccoli-node-api@^1.7.0:
|
3983 | 4037 | resolved "https://registry.yarnpkg.com/broccoli-node-api/-/broccoli-node-api-1.7.0.tgz#391aa6edecd2a42c63c111b4162956b2fa288cb6"
|
3984 | 4038 | integrity sha512-QIqLSVJWJUVOhclmkmypJJH9u9s/aWH4+FH6Q6Ju5l+Io4dtwqdPUNmDfw40o6sxhbZHhqGujDJuHTML1wG8Yw==
|
3985 | 4039 |
|
3986 |
| -broccoli-node-info@1.1.0, broccoli-node-info@^1.1.0: |
| 4040 | +broccoli-node-info@^1.1.0: |
3987 | 4041 | version "1.1.0"
|
3988 | 4042 | resolved "https://registry.yarnpkg.com/broccoli-node-info/-/broccoli-node-info-1.1.0.tgz#3aa2e31e07e5bdb516dd25214f7c45ba1c459412"
|
3989 | 4043 | integrity sha1-OqLjHgflvbUW3SUhT3xFuhxFlBI=
|
@@ -4290,31 +4344,6 @@ broccoli-terser-sourcemap@^4.1.0:
|
4290 | 4344 | walk-sync "^2.2.0"
|
4291 | 4345 | workerpool "^6.0.0"
|
4292 | 4346 |
|
4293 |
| -broccoli@^2.2.0: |
4294 |
| - version "2.3.0" |
4295 |
| - resolved "https://registry.yarnpkg.com/broccoli/-/broccoli-2.3.0.tgz#b3f71b2c3d02fc042988e208827a09c75dd7b350" |
4296 |
| - integrity sha512-TeYMYlCGFK8EGk4Wce1G1uU3i52+YxRqP3WPOVDojC1zUk+Gi40wHBzUT2fncQZDl26dmCQMNugtHKjvUpcGQg== |
4297 |
| - dependencies: |
4298 |
| - broccoli-node-info "1.1.0" |
4299 |
| - broccoli-slow-trees "^3.0.1" |
4300 |
| - broccoli-source "^1.1.0" |
4301 |
| - commander "^2.15.1" |
4302 |
| - connect "^3.6.6" |
4303 |
| - esm "^3.2.4" |
4304 |
| - findup-sync "^2.0.0" |
4305 |
| - handlebars "^4.0.11" |
4306 |
| - heimdalljs "^0.2.6" |
4307 |
| - heimdalljs-logger "^0.1.9" |
4308 |
| - mime-types "^2.1.19" |
4309 |
| - promise.prototype.finally "^3.1.0" |
4310 |
| - resolve-path "^1.4.0" |
4311 |
| - rimraf "^2.6.2" |
4312 |
| - sane "^4.0.0" |
4313 |
| - tmp "0.0.33" |
4314 |
| - tree-sync "^1.2.2" |
4315 |
| - underscore.string "^3.2.2" |
4316 |
| - watch-detector "^0.1.0" |
4317 |
| - |
4318 | 4347 | broccoli@^3.4.2:
|
4319 | 4348 | version "3.4.2"
|
4320 | 4349 | resolved "https://registry.yarnpkg.com/broccoli/-/broccoli-3.4.2.tgz#a0c2605bea285c50cac304f482b86670630f4701"
|
|
5056 | 5085 | dependencies:
|
5057 | 5086 | graceful-readlink ">= 1.0.0"
|
5058 | 5087 |
|
5059 |
| -[email protected], commander@^2. 15.1, commander@^2.19.0, commander@^2.20.0, commander@^2.6.0, commander@^2.7.1: |
| 5088 | +[email protected], commander@^2.19.0, commander@^2.20.0, commander@^2.6.0, commander@^2.7.1: |
5060 | 5089 | version "2.20.3"
|
5061 | 5090 | resolved "https://registry.yarnpkg.com/commander/-/commander-2.20.3.tgz#fd485e84c03eb4881c20722ba48035e8531aeb33"
|
5062 | 5091 | integrity sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==
|
@@ -7232,7 +7261,7 @@ error@^7.0.0:
|
7232 | 7261 | dependencies:
|
7233 | 7262 | string-template "~0.2.1"
|
7234 | 7263 |
|
7235 |
| -es-abstract@^1.17.0-next.0, es-abstract@^1.17.0-next.1, es-abstract@^1.17.2, es-abstract@^1.17.5: |
| 7264 | +es-abstract@^1.17.0-next.1, es-abstract@^1.17.2, es-abstract@^1.17.5: |
7236 | 7265 | version "1.17.7"
|
7237 | 7266 | resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.17.7.tgz#a4de61b2f66989fc7421676c1cb9787573ace54c"
|
7238 | 7267 | integrity sha512-VBl/gnfcJ7OercKA9MVaegWsBHFjV492syMudcnQZvt/Dw8ezpcOHYZXa/J96O8vx+g4x65YKhxOwDUh63aS5g==
|
@@ -8084,16 +8113,6 @@ find-yarn-workspace-root@^2.0.0:
|
8084 | 8113 | dependencies:
|
8085 | 8114 | micromatch "^4.0.2"
|
8086 | 8115 |
|
8087 |
| -findup-sync@^2.0.0: |
8088 |
| - version "2.0.0" |
8089 |
| - resolved "https://registry.yarnpkg.com/findup-sync/-/findup-sync-2.0.0.tgz#9326b1488c22d1a6088650a86901b2d9a90a2cbc" |
8090 |
| - integrity sha1-kyaxSIwi0aYIhlCoaQGy2akKLLw= |
8091 |
| - dependencies: |
8092 |
| - detect-file "^1.0.0" |
8093 |
| - is-glob "^3.1.0" |
8094 |
| - micromatch "^3.0.4" |
8095 |
| - resolve-dir "^1.0.1" |
8096 |
| - |
8097 | 8116 | findup-sync@^4.0.0:
|
8098 | 8117 | version "4.0.0"
|
8099 | 8118 | resolved "https://registry.yarnpkg.com/findup-sync/-/findup-sync-4.0.0.tgz#956c9cdde804052b881b428512905c4a5f2cdef0"
|
@@ -8675,7 +8694,7 @@ growly@^1.3.0:
|
8675 | 8694 | resolved "https://registry.yarnpkg.com/growly/-/growly-1.3.0.tgz#f10748cbe76af964b7c96c93c6bcc28af120c081"
|
8676 | 8695 | integrity sha1-8QdIy+dq+WS3yWyTxrzCivEgwIE=
|
8677 | 8696 |
|
8678 |
| -handlebars@^4.0.11, handlebars@^4.0.13, handlebars@^4.0.4, handlebars@^4.3.1, handlebars@^4.4.2, handlebars@^4.7.3: |
| 8697 | +handlebars@^4.0.13, handlebars@^4.0.4, handlebars@^4.3.1, handlebars@^4.4.2, handlebars@^4.7.3: |
8679 | 8698 | version "4.7.6"
|
8680 | 8699 | resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.7.6.tgz#d4c05c1baf90e9945f77aa68a7a219aa4a7df74e"
|
8681 | 8700 | integrity sha512-1f2BACcBfiwAfStCKZNrUCgqNZkGsAT7UM3kkYtXuLo0KnaVfjKOyf7PRzB6++aK9STyT1Pd2ZCPe3EGOXleXA==
|
@@ -10644,7 +10663,7 @@ methods@~1.1.2:
|
10644 | 10663 | resolved "https://registry.yarnpkg.com/methods/-/methods-1.1.2.tgz#5529a4d67654134edcc5266656835b0f851afcee"
|
10645 | 10664 | integrity sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4=
|
10646 | 10665 |
|
10647 |
| -micromatch@^3.0.4, micromatch@^3.1.10, micromatch@^3.1.4: |
| 10666 | +micromatch@^3.1.10, micromatch@^3.1.4: |
10648 | 10667 | version "3.1.10"
|
10649 | 10668 | resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-3.1.10.tgz#70859bc95c9840952f359a068a3fc49f9ecfac23"
|
10650 | 10669 | integrity sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==
|
|
10684 | 10703 | resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.44.0.tgz#fa11c5eb0aca1334b4233cb4d52f10c5a6272f92"
|
10685 | 10704 | integrity sha512-/NOTfLrsPBVeH7YtFPgsVWveuL+4SjjYxaQ1xtM1KMFj7HdxlBlxeyNLzhyJVx7r4rZGJAZ/6lkKCitSc/Nmpg==
|
10686 | 10705 |
|
10687 |
| -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: |
| 10706 | +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: |
10688 | 10707 | version "2.1.27"
|
10689 | 10708 | resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.27.tgz#47949f98e279ea53119f5722e0f34e529bec009f"
|
10690 | 10709 | integrity sha512-JIhqnCasI9yD+SsmkquHBxTSEuZdQX5BuQnS2Vc7puQQQ+8yiP5AY5uWhpdv4YL4VM5c6iliiYWPgJ/nJQLp7w==
|
@@ -12348,15 +12367,6 @@ promise.hash.helper@^1.0.6:
|
12348 | 12367 | resolved "https://registry.yarnpkg.com/promise.hash.helper/-/promise.hash.helper-1.0.7.tgz#2f39d8495df40dcdfbc1d5be9e9e56efeae7f180"
|
12349 | 12368 | integrity sha512-0qhWYyCV9TYDMSooYw1fShIb7R6hsWYja7JLqbeb1MvHqDTvP/uy/R1RsyVqDi6GCiHOI4G5p2Hpr3IA+/l/+Q==
|
12350 | 12369 |
|
12351 |
| -promise.prototype.finally@^3.1.0: |
12352 |
| - version "3.1.2" |
12353 |
| - resolved "https://registry.yarnpkg.com/promise.prototype.finally/-/promise.prototype.finally-3.1.2.tgz#b8af89160c9c673cefe3b4c4435b53cfd0287067" |
12354 |
| - integrity sha512-A2HuJWl2opDH0EafgdjwEw7HysI8ff/n4lW4QEVBCUXFk9QeGecBWv0Deph0UmLe3tTNYegz8MOjsVuE6SMoJA== |
12355 |
| - dependencies: |
12356 |
| - define-properties "^1.1.3" |
12357 |
| - es-abstract "^1.17.0-next.0" |
12358 |
| - function-bind "^1.1.1" |
12359 |
| - |
12360 | 12370 | proxy-addr@~2.0.5:
|
12361 | 12371 | version "2.0.6"
|
12362 | 12372 | resolved "https://registry.yarnpkg.com/proxy-addr/-/proxy-addr-2.0.6.tgz#fdc2336505447d3f2f2c638ed272caf614bbb2bf"
|
@@ -14725,17 +14735,6 @@ walker@~1.0.5:
|
14725 | 14735 | dependencies:
|
14726 | 14736 | makeerror "1.0.x"
|
14727 | 14737 |
|
14728 |
| -watch-detector@^0.1.0: |
14729 |
| - version "0.1.0" |
14730 |
| - resolved "https://registry.yarnpkg.com/watch-detector/-/watch-detector-0.1.0.tgz#e37b410d149e2a8bf263a4f8b71e2f667633dbf8" |
14731 |
| - integrity sha512-vfzMMfpjQc88xjETwl2HuE6PjEuxCBeyC4bQmqrHrofdfYWi/4mEJklYbNgSzpqM9PxubsiPIrE5SZ1FDyiQ2w== |
14732 |
| - dependencies: |
14733 |
| - heimdalljs-logger "^0.1.9" |
14734 |
| - quick-temp "^0.1.8" |
14735 |
| - rsvp "^4.7.0" |
14736 |
| - semver "^5.4.1" |
14737 |
| - silent-error "^1.1.0" |
14738 |
| - |
14739 | 14738 | watch-detector@^1.0.0:
|
14740 | 14739 | version "1.0.0"
|
14741 | 14740 | resolved "https://registry.yarnpkg.com/watch-detector/-/watch-detector-1.0.0.tgz#c7b722d8695fee9ab6071e0f38f258e6adb22609"
|
|
0 commit comments