Skip to content

Commit 728d41e

Browse files
Update dependency ember-cli to v4.6.0
1 parent 27d8567 commit 728d41e

File tree

2 files changed

+88
-82
lines changed

2 files changed

+88
-82
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"broccoli-asset-rev": "3.0.0",
4141
"ember-auto-import": "2.4.2",
4242
"ember-bootstrap": "5.1.1",
43-
"ember-cli": "4.5.0",
43+
"ember-cli": "4.6.0",
4444
"ember-cli-dependency-checker": "3.3.1",
4545
"ember-cli-inject-live-reload": "2.1.0",
4646
"ember-cli-sri": "2.1.1",

yarn.lock

Lines changed: 87 additions & 81 deletions
Original file line numberDiff line numberDiff line change
@@ -29,33 +29,33 @@
2929
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.18.8.tgz#2483f565faca607b8535590e84e7de323f27764d"
3030
integrity sha512-HSmX4WZPPK3FUxYp7g2T6EyO8j96HlZJlxmKPSh6KAcqwyDrfx7hKjXpAW/0FhFfTJsR0Yt4lAjLI2coMptIHQ==
3131

32-
"@babel/core@^7.1.6", "@babel/core@^7.12.0", "@babel/core@^7.16.10", "@babel/core@^7.16.7", "@babel/core@^7.17.10", "@babel/core@^7.3.4":
33-
version "7.18.9"
34-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.18.9.tgz#805461f967c77ff46c74ca0460ccf4fe933ddd59"
35-
integrity sha512-1LIb1eL8APMy91/IMW+31ckrfBM4yCoLaVzoDhZUKSM4cu1L1nIidyxkCgzPAgrC5WEz36IPEr/eSeSF9pIn+g==
32+
"@babel/core@^7.1.6", "@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":
33+
version "7.18.10"
34+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.18.10.tgz#39ad504991d77f1f3da91be0b8b949a5bc466fb8"
35+
integrity sha512-JQM6k6ENcBFKVtWvLavlvi/mPcpYZ3+R+2EySDEMSMbp7Mn4FexlbbJVrx2R7Ijhr01T8gyqrOaABWIOgxeUyw==
3636
dependencies:
3737
"@ampproject/remapping" "^2.1.0"
3838
"@babel/code-frame" "^7.18.6"
39-
"@babel/generator" "^7.18.9"
39+
"@babel/generator" "^7.18.10"
4040
"@babel/helper-compilation-targets" "^7.18.9"
4141
"@babel/helper-module-transforms" "^7.18.9"
4242
"@babel/helpers" "^7.18.9"
43-
"@babel/parser" "^7.18.9"
44-
"@babel/template" "^7.18.6"
45-
"@babel/traverse" "^7.18.9"
46-
"@babel/types" "^7.18.9"
43+
"@babel/parser" "^7.18.10"
44+
"@babel/template" "^7.18.10"
45+
"@babel/traverse" "^7.18.10"
46+
"@babel/types" "^7.18.10"
4747
convert-source-map "^1.7.0"
4848
debug "^4.1.0"
4949
gensync "^1.0.0-beta.2"
5050
json5 "^2.2.1"
5151
semver "^6.3.0"
5252

53-
"@babel/generator@^7.18.9":
54-
version "7.18.9"
55-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.18.9.tgz#68337e9ea8044d6ddc690fb29acae39359cca0a5"
56-
integrity sha512-wt5Naw6lJrL1/SGkipMiFxJjtyczUWTP38deiP1PO60HsBjDeKk08CGC3S8iVuvf0FmTdgKwU1KIXzSKL1G0Ug==
53+
"@babel/generator@^7.18.10":
54+
version "7.18.12"
55+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.18.12.tgz#fa58daa303757bd6f5e4bbca91b342040463d9f4"
56+
integrity sha512-dfQ8ebCN98SvyL7IxNMCUtZQSq5R7kxgN+r8qYTGDmmSion1hX2C0zq2yo1bsCDhXixokv1SAWTZUMYbO/V5zg==
5757
dependencies:
58-
"@babel/types" "^7.18.9"
58+
"@babel/types" "^7.18.10"
5959
"@jridgewell/gen-mapping" "^0.3.2"
6060
jsesc "^2.5.1"
6161

@@ -160,7 +160,7 @@
160160
dependencies:
161161
"@babel/types" "^7.18.6"
162162

163-
"@babel/helper-module-transforms@^7.18.0", "@babel/helper-module-transforms@^7.18.9":
163+
"@babel/helper-module-transforms@^7.18.0", "@babel/helper-module-transforms@^7.18.6", "@babel/helper-module-transforms@^7.18.9":
164164
version "7.18.9"
165165
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.18.9.tgz#5a1079c005135ed627442df31a42887e80fcb712"
166166
integrity sha512-KYNqY0ICwfv19b31XzvmI/mfcylOzbLtowkw+mfvGPAQ3kfCnMLYbED3YecL5tPd8nAYFQFAd6JHp2LxZk/J1g==
@@ -181,10 +181,10 @@
181181
dependencies:
182182
"@babel/types" "^7.16.7"
183183

184-
"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.13.0", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.16.7", "@babel/helper-plugin-utils@^7.17.12", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3":
185-
version "7.17.12"
186-
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.17.12.tgz#86c2347da5acbf5583ba0a10aed4c9bf9da9cf96"
187-
integrity sha512-JDkf04mqtN3y4iAbO1hv9U2ARpPyPL1zqyWs/2WG1pgSq9llHFjStX5jdxb84himgJm+8Ng+x0oiWF/nw/XQKA==
184+
"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.13.0", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.16.7", "@babel/helper-plugin-utils@^7.17.12", "@babel/helper-plugin-utils@^7.18.6", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3":
185+
version "7.18.9"
186+
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.18.9.tgz#4b8aea3b069d8cb8a72cdfe28ddf5ceca695ef2f"
187+
integrity sha512-aBXPT3bmtLryXaoJLyYPXPlSD4p1ld9aYeR+sJNOZjJJGiOpb+fKfh3NkcCu7J54nUJwCERPBExCCpyCOHnu/w==
188188

189189
"@babel/helper-remap-async-to-generator@^7.16.8":
190190
version "7.16.8"
@@ -227,6 +227,11 @@
227227
dependencies:
228228
"@babel/types" "^7.18.6"
229229

230+
"@babel/helper-string-parser@^7.18.10":
231+
version "7.18.10"
232+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.18.10.tgz#181f22d28ebe1b3857fa575f5c290b1aaf659b56"
233+
integrity sha512-XtIfWmeNY3i4t7t4D2t02q50HvqHybPqW2ki1kosnvWCwuCMeo81Jf0gwr85jy/neUdg5XDdeFE/80DXiO+njw==
234+
230235
"@babel/helper-validator-identifier@^7.16.7", "@babel/helper-validator-identifier@^7.18.6":
231236
version "7.18.6"
232237
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.18.6.tgz#9c97e30d31b2b8c72a1d08984f2ca9b574d7a076"
@@ -265,10 +270,10 @@
265270
chalk "^2.0.0"
266271
js-tokens "^4.0.0"
267272

268-
"@babel/parser@^7.18.6", "@babel/parser@^7.18.9", "@babel/parser@^7.4.5", "@babel/parser@^7.7.0":
269-
version "7.18.9"
270-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.18.9.tgz#f2dde0c682ccc264a9a8595efd030a5cc8fd2539"
271-
integrity sha512-9uJveS9eY9DJ0t64YbIBZICtJy8a5QrDEVdiLCG97fVLpDTpGX7t8mMSb6OWw6Lrnjqj4O8zwjELX3dhoMgiBg==
273+
"@babel/parser@^7.18.10", "@babel/parser@^7.18.11", "@babel/parser@^7.4.5", "@babel/parser@^7.7.0":
274+
version "7.18.11"
275+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.18.11.tgz#68bb07ab3d380affa9a3f96728df07969645d2d9"
276+
integrity sha512-9JKn5vN+hDt0Hdqn1PiJ2guflwP+B6Ga8qbDuoF0PzzVhrzsKIJo8yGqVk6CmMHiMei9w1C1Bp9IMJSIK+HPIQ==
272277

273278
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.17.12":
274279
version "7.17.12"
@@ -656,13 +661,13 @@
656661
dependencies:
657662
"@babel/helper-plugin-utils" "^7.16.7"
658663

659-
"@babel/plugin-transform-modules-amd@^7.13.0", "@babel/plugin-transform-modules-amd@^7.16.7", "@babel/plugin-transform-modules-amd@^7.18.0":
660-
version "7.18.0"
661-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.18.0.tgz#7ef1002e67e36da3155edc8bf1ac9398064c02ed"
662-
integrity sha512-h8FjOlYmdZwl7Xm2Ug4iX2j7Qy63NANI+NQVWQzv6r25fqgg7k2dZl03p95kvqNclglHs4FZ+isv4p1uXMA+QA==
664+
"@babel/plugin-transform-modules-amd@^7.13.0", "@babel/plugin-transform-modules-amd@^7.18.0", "@babel/plugin-transform-modules-amd@^7.18.6":
665+
version "7.18.6"
666+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.18.6.tgz#8c91f8c5115d2202f277549848874027d7172d21"
667+
integrity sha512-Pra5aXsmTsOnjM3IajS8rTaLCy++nGM4v3YR4esk5PCsyg9z8NA5oQLwxzMUtDBd8F+UmVza3VxoAaWCbzH1rg==
663668
dependencies:
664-
"@babel/helper-module-transforms" "^7.18.0"
665-
"@babel/helper-plugin-utils" "^7.17.12"
669+
"@babel/helper-module-transforms" "^7.18.6"
670+
"@babel/helper-plugin-utils" "^7.18.6"
666671
babel-plugin-dynamic-import-node "^2.3.3"
667672

668673
"@babel/plugin-transform-modules-commonjs@^7.18.2":
@@ -949,36 +954,37 @@
949954
dependencies:
950955
regenerator-runtime "^0.13.4"
951956

952-
"@babel/template@^7.16.7", "@babel/template@^7.18.6":
953-
version "7.18.6"
954-
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.18.6.tgz#1283f4993e00b929d6e2d3c72fdc9168a2977a31"
955-
integrity sha512-JoDWzPe+wgBsTTgdnIma3iHNFC7YVJoPssVBDjiHfNlyt4YcunDtcDOUmfVDfCK5MfdsaIoX9PkijPhjH3nYUw==
957+
"@babel/template@^7.16.7", "@babel/template@^7.18.10", "@babel/template@^7.18.6":
958+
version "7.18.10"
959+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.18.10.tgz#6f9134835970d1dbf0835c0d100c9f38de0c5e71"
960+
integrity sha512-TI+rCtooWHr3QJ27kJxfjutghu44DLnasDMwpDqCXVTal9RLp3RSYNh4NdBrRP2cQAoG9A8juOQl6P6oZG4JxA==
956961
dependencies:
957962
"@babel/code-frame" "^7.18.6"
958-
"@babel/parser" "^7.18.6"
959-
"@babel/types" "^7.18.6"
963+
"@babel/parser" "^7.18.10"
964+
"@babel/types" "^7.18.10"
960965

961-
"@babel/traverse@^7.1.6", "@babel/traverse@^7.13.0", "@babel/traverse@^7.16.8", "@babel/traverse@^7.18.2", "@babel/traverse@^7.18.9", "@babel/traverse@^7.4.5", "@babel/traverse@^7.7.0":
962-
version "7.18.9"
963-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.18.9.tgz#deeff3e8f1bad9786874cb2feda7a2d77a904f98"
964-
integrity sha512-LcPAnujXGwBgv3/WHv01pHtb2tihcyW1XuL9wd7jqh1Z8AQkTd+QVjMrMijrln0T7ED3UXLIy36P9Ao7W75rYg==
966+
"@babel/traverse@^7.1.6", "@babel/traverse@^7.13.0", "@babel/traverse@^7.16.8", "@babel/traverse@^7.18.10", "@babel/traverse@^7.18.2", "@babel/traverse@^7.18.9", "@babel/traverse@^7.4.5", "@babel/traverse@^7.7.0":
967+
version "7.18.11"
968+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.18.11.tgz#3d51f2afbd83ecf9912bcbb5c4d94e3d2ddaa16f"
969+
integrity sha512-TG9PiM2R/cWCAy6BPJKeHzNbu4lPzOSZpeMfeNErskGpTJx6trEvFaVCbDvpcxwy49BKWmEPwiW8mrysNiDvIQ==
965970
dependencies:
966971
"@babel/code-frame" "^7.18.6"
967-
"@babel/generator" "^7.18.9"
972+
"@babel/generator" "^7.18.10"
968973
"@babel/helper-environment-visitor" "^7.18.9"
969974
"@babel/helper-function-name" "^7.18.9"
970975
"@babel/helper-hoist-variables" "^7.18.6"
971976
"@babel/helper-split-export-declaration" "^7.18.6"
972-
"@babel/parser" "^7.18.9"
973-
"@babel/types" "^7.18.9"
977+
"@babel/parser" "^7.18.11"
978+
"@babel/types" "^7.18.10"
974979
debug "^4.1.0"
975980
globals "^11.1.0"
976981

977-
"@babel/types@^7.1.6", "@babel/types@^7.16.0", "@babel/types@^7.16.7", "@babel/types@^7.16.8", "@babel/types@^7.17.0", "@babel/types@^7.18.2", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.4.4", "@babel/types@^7.7.0", "@babel/types@^7.7.2":
978-
version "7.18.9"
979-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.18.9.tgz#7148d64ba133d8d73a41b3172ac4b83a1452205f"
980-
integrity sha512-WwMLAg2MvJmt/rKEVQBBhIVffMmnilX4oe0sRe7iPOHIGsqpruFHHdrfj4O1CMMtgMtCU4oPafZjDPCRgO57Wg==
982+
"@babel/types@^7.1.6", "@babel/types@^7.16.0", "@babel/types@^7.16.7", "@babel/types@^7.16.8", "@babel/types@^7.17.0", "@babel/types@^7.18.10", "@babel/types@^7.18.2", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.4.4", "@babel/types@^7.7.0", "@babel/types@^7.7.2":
983+
version "7.18.10"
984+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.18.10.tgz#4908e81b6b339ca7c6b7a555a5fc29446f26dde6"
985+
integrity sha512-MJvnbEiiNkpjo+LknnmRrqbY1GPUUggjv+wQVjetM/AONoupqRALB7I6jGqNUAZsKcRIEu2J6FRFvsczljjsaQ==
981986
dependencies:
987+
"@babel/helper-string-parser" "^7.18.10"
982988
"@babel/helper-validator-identifier" "^7.18.6"
983989
to-fast-properties "^2.0.0"
984990

@@ -3710,7 +3716,7 @@ ci-info@^2.0.0:
37103716
resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-2.0.0.tgz#67a9e964be31a51e15e5010d58e6f12834002f46"
37113717
integrity sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ==
37123718

3713-
ci-info@^3.2.0, ci-info@^3.3.0, ci-info@^3.3.2:
3719+
ci-info@^3.2.0, ci-info@^3.3.1, ci-info@^3.3.2:
37143720
version "3.3.2"
37153721
resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-3.3.2.tgz#6d2967ffa407466481c6c90b6e16b3098f080128"
37163722
integrity sha512-xmDt/QIAdeZ9+nfdPsaBCpMvHNLFiLdjj59qjqn+6iPe6YmHGQ35sBnQ8uslRBXFmXkiZQOJRjvQeoGppoTjjg==
@@ -4435,7 +4441,7 @@ [email protected]:
44354441
resolved "https://registry.yarnpkg.com/detect-newline/-/detect-newline-3.1.0.tgz#576f5dfc63ae1a192ff192d8ad3af6308991b651"
44364442
integrity sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==
44374443

4438-
diff@^5.0.0:
4444+
diff@^5.1.0:
44394445
version "5.1.0"
44404446
resolved "https://registry.yarnpkg.com/diff/-/diff-5.1.0.tgz#bc52d298c5ea8df9194800224445ed43ffc87e40"
44414447
integrity sha512-D+mk+qE8VC/PAUrlAU34N+VfXev0ghe5ywmpqrawphmVZc1bEfn56uo9qpyGp1p4xpzOHkSW4ztBd6L7Xx4ACw==
@@ -4934,13 +4940,13 @@ ember-cli-version-checker@^5.1.1, ember-cli-version-checker@^5.1.2:
49344940
semver "^7.3.4"
49354941
silent-error "^1.1.1"
49364942

4937-
ember-cli@4.5.0:
4938-
version "4.5.0"
4939-
resolved "https://registry.yarnpkg.com/ember-cli/-/ember-cli-4.5.0.tgz#e4f4e55db1f774db1b7bd17a2827b5ddbe4c23b7"
4940-
integrity sha512-V053lYxXffOmb93oyaRVU/R/JFPvrxY6F4uh8bYg4joGm6yxbnvNOwyzZuE0RyE1FPCMAzo6gH7xLlOisHMiZw==
4943+
ember-cli@4.6.0:
4944+
version "4.6.0"
4945+
resolved "https://registry.yarnpkg.com/ember-cli/-/ember-cli-4.6.0.tgz#ff409b99d074414a8944bdadf6db820eaf2dfb7b"
4946+
integrity sha512-4OAPHJJt4wARrTzfpfEM49KA1JJjMZ/8mhUncdqJFJG19/mS6yJiAUemnsLhZLnbjicB/gYSQ3rrUv/vxeX3cA==
49414947
dependencies:
4942-
"@babel/core" "^7.17.10"
4943-
"@babel/plugin-transform-modules-amd" "^7.16.7"
4948+
"@babel/core" "^7.18.6"
4949+
"@babel/plugin-transform-modules-amd" "^7.18.6"
49444950
amd-name-resolver "^1.3.1"
49454951
babel-plugin-module-resolver "^4.1.0"
49464952
bower-config "^1.4.3"
@@ -4963,14 +4969,14 @@ [email protected]:
49634969
calculate-cache-key-for-tree "^2.0.0"
49644970
capture-exit "^2.0.0"
49654971
chalk "^4.1.2"
4966-
ci-info "^3.3.0"
4972+
ci-info "^3.3.1"
49674973
clean-base-url "^1.0.0"
49684974
compression "^1.7.4"
49694975
configstore "^5.0.1"
49704976
console-ui "^3.1.2"
49714977
core-object "^3.1.5"
49724978
dag-map "^2.0.2"
4973-
diff "^5.0.0"
4979+
diff "^5.1.0"
49744980
ember-cli-is-package-missing "^1.0.0"
49754981
ember-cli-lodash-subset "^2.0.1"
49764982
ember-cli-normalize-entity-name "^1.0.0"
@@ -4981,11 +4987,11 @@ [email protected]:
49814987
execa "^5.1.1"
49824988
exit "^0.1.2"
49834989
express "^4.18.1"
4984-
filesize "^8.0.6"
4990+
filesize "^9.0.11"
49854991
find-up "^5.0.0"
49864992
find-yarn-workspace-root "^2.0.0"
49874993
fixturify-project "^2.1.1"
4988-
fs-extra "^9.1.0"
4994+
fs-extra "^10.1.0"
49894995
fs-tree-diff "^2.0.1"
49904996
get-caller-file "^2.0.5"
49914997
git-repo-info "^2.1.1"
@@ -4998,13 +5004,13 @@ [email protected]:
49985004
inflection "^1.13.1"
49995005
is-git-url "^1.0.0"
50005006
is-language-code "^3.1.0"
5001-
isbinaryfile "^4.0.8"
5007+
isbinaryfile "^5.0.0"
50025008
js-yaml "^3.14.0"
50035009
leek "0.0.24"
50045010
lodash.template "^4.5.0"
50055011
markdown-it "^13.0.1"
50065012
markdown-it-terminal "0.2.1"
5007-
minimatch "^5.0.1"
5013+
minimatch "^5.1.0"
50085014
morgan "^1.10.0"
50095015
nopt "^3.0.6"
50105016
npm-package-arg "^9.0.2"
@@ -5014,22 +5020,22 @@ [email protected]:
50145020
promise.hash.helper "^1.0.8"
50155021
quick-temp "^0.1.8"
50165022
remove-types "^1.0.0"
5017-
resolve "^1.20.0"
5018-
resolve-package-path "^3.1.0"
5023+
resolve "^1.22.1"
5024+
resolve-package-path "^4.0.3"
50195025
safe-stable-stringify "^2.3.1"
50205026
sane "^5.0.1"
50215027
semver "^7.3.5"
50225028
silent-error "^1.1.1"
5023-
sort-package-json "^1.55.0"
5029+
sort-package-json "^1.57.0"
50245030
symlink-or-copy "^1.3.1"
50255031
temp "0.9.4"
5026-
testem "^3.6.0"
5032+
testem "^3.7.0"
50275033
tiny-lr "^2.0.0"
50285034
tree-sync "^2.1.0"
50295035
uuid "^8.3.2"
50305036
walk-sync "^2.2.0"
50315037
watch-detector "^1.0.1"
5032-
workerpool "^6.2.0"
5038+
workerpool "^6.2.1"
50335039
yam "^1.0.0"
50345040

50355041
ember-compatibility-helpers@^1.1.2, ember-compatibility-helpers@^1.2.0, ember-compatibility-helpers@^1.2.1, ember-compatibility-helpers@^1.2.5:
@@ -6080,10 +6086,10 @@ file-uri-to-path@2:
60806086
resolved "https://registry.yarnpkg.com/file-uri-to-path/-/file-uri-to-path-2.0.0.tgz#7b415aeba227d575851e0a5b0c640d7656403fba"
60816087
integrity sha512-hjPFI8oE/2iQPVe4gbrJ73Pp+Xfub2+WI2LlXDbsaJBwT5wuMh35WNWVYYTpnz895shtwfyutMFLFywpQAFdLg==
60826088

6083-
filesize@^8.0.6:
6084-
version "8.0.7"
6085-
resolved "https://registry.yarnpkg.com/filesize/-/filesize-8.0.7.tgz#695e70d80f4e47012c132d57a059e80c6b580bd8"
6086-
integrity sha512-pjmC+bkIF8XI7fWaH8KxHcZL3DPybs1roSKP4rKDvy20tAWwIObE4+JIseG2byfGKhud5ZnM4YSGKBz7Sh0ndQ==
6089+
filesize@^9.0.11:
6090+
version "9.0.11"
6091+
resolved "https://registry.yarnpkg.com/filesize/-/filesize-9.0.11.tgz#4ac3a42c084232dd9b2a1da0107f32d42fcfa5e4"
6092+
integrity sha512-gTAiTtI0STpKa5xesyTA9hA3LX4ga8sm2nWRcffEa1L/5vQwb4mj2MdzMkoHoGv4QzfDshQZuYscQSf8c4TKOA==
60876093

60886094
fill-range@^4.0.0:
60896095
version "4.0.0"
@@ -6370,7 +6376,7 @@ fs-extra@^0.24.0:
63706376
path-is-absolute "^1.0.0"
63716377
rimraf "^2.2.8"
63726378

6373-
fs-extra@^10.0.0:
6379+
fs-extra@^10.0.0, fs-extra@^10.1.0:
63746380
version "10.1.0"
63756381
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-10.1.0.tgz#02873cfbc4084dde127eaa5f9905eef2325d1abf"
63766382
integrity sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==
@@ -7776,10 +7782,10 @@ isarray@^2.0.5:
77767782
resolved "https://registry.yarnpkg.com/isarray/-/isarray-2.0.5.tgz#8af1e4c1221244cc62459faf38940d4e644a5723"
77777783
integrity sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==
77787784

7779-
isbinaryfile@^4.0.8:
7780-
version "4.0.10"
7781-
resolved "https://registry.yarnpkg.com/isbinaryfile/-/isbinaryfile-4.0.10.tgz#0c5b5e30c2557a2f06febd37b7322946aaee42b3"
7782-
integrity sha512-iHrqe5shvBUcFbmZq9zOQHBoeOhZJu6RQGrDpBgenUm/Am+F3JM2MgQj+rK3Z601fzrL5gLZWtAPH2OBaSVcyw==
7785+
isbinaryfile@^5.0.0:
7786+
version "5.0.0"
7787+
resolved "https://registry.yarnpkg.com/isbinaryfile/-/isbinaryfile-5.0.0.tgz#034b7e54989dab8986598cbcea41f66663c65234"
7788+
integrity sha512-UDdnyGvMajJUWCkib7Cei/dvyJrrvo4FIrsvSFWdPpXSUorzXrDJ0S+X5Q4ZlasfPjca4yqCNNsjbCeiy8FFeg==
77837789

77847790
isexe@^2.0.0:
77857791
version "2.0.0"
@@ -8722,7 +8728,7 @@ minimalistic-crypto-utils@^1.0.1:
87228728
dependencies:
87238729
brace-expansion "^1.1.7"
87248730

8725-
minimatch@^5.0.1:
8731+
minimatch@^5.1.0:
87268732
version "5.1.0"
87278733
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.1.0.tgz#1717b464f4971b144f6aabe8f2d0b8e4511e09c7"
87288734
integrity sha512-9TPBGGak4nHfGZsPBohm9AWg6NoT7QTCehS3BIJABslyZbzxfV78QM2Y6+i741OPZIafFAaiiEMh5OyIrJPgtg==
@@ -11042,7 +11048,7 @@ sort-object-keys@^1.1.3:
1104211048
resolved "https://registry.yarnpkg.com/sort-object-keys/-/sort-object-keys-1.1.3.tgz#bff833fe85cab147b34742e45863453c1e190b45"
1104311049
integrity sha512-855pvK+VkU7PaKYPc+Jjnmt4EzejQHyhhF33q31qG8x7maDzkeFhAAThdCYay11CISO+qAMwjOBP+fPZe0IPyg==
1104411050

11045-
sort-package-json@^1.55.0:
11051+
sort-package-json@^1.57.0:
1104611052
version "1.57.0"
1104711053
resolved "https://registry.yarnpkg.com/sort-package-json/-/sort-package-json-1.57.0.tgz#e95fb44af8ede0bb6147e3f39258102d4bb23fc4"
1104811054
integrity sha512-FYsjYn2dHTRb41wqnv+uEqCUvBpK3jZcTp9rbz2qDTmel7Pmdtf+i2rLaaPMRZeSVM60V3Se31GyWFpmKs4Q5Q==
@@ -11601,10 +11607,10 @@ terser@^5.3.0, terser@^5.7.2:
1160111607
commander "^2.20.0"
1160211608
source-map-support "~0.5.20"
1160311609

11604-
testem@^3.6.0:
11605-
version "3.7.0"
11606-
resolved "https://registry.yarnpkg.com/testem/-/testem-3.7.0.tgz#9ea8dac471bf6f5f9e5f999feb9d68b9925cc61b"
11607-
integrity sha512-dJWbMiaR0gE1UHeVa0mMisc39Anx5xyyg6Jgxh0G96YD+XTQNrXrz4+m59HQ0dhjQsh091nghXhz7t6tJl3k1w==
11610+
testem@^3.7.0:
11611+
version "3.8.0"
11612+
resolved "https://registry.yarnpkg.com/testem/-/testem-3.8.0.tgz#651aeddbd433ef55ecf7262f0e58b89e1dccb9ac"
11613+
integrity sha512-WEaFOq2ZGqM3IQji+Q2uXHGdln5upKhSZ1pLYe9W4CttDELAo588frNovk8UQmB+Xg2mDI8G2zmm7qKuWsldtw==
1160811614
dependencies:
1160911615
"@xmldom/xmldom" "^0.8.0"
1161011616
backbone "^1.1.2"
@@ -12479,7 +12485,7 @@ workerpool@^3.1.1:
1247912485
object-assign "4.1.1"
1248012486
rsvp "^4.8.4"
1248112487

12482-
workerpool@^6.0.0, workerpool@^6.1.5, workerpool@^6.2.0:
12488+
workerpool@^6.0.0, workerpool@^6.1.5, workerpool@^6.2.1:
1248312489
version "6.2.1"
1248412490
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.2.1.tgz#46fc150c17d826b86a008e5a4508656777e9c343"
1248512491
integrity sha512-ILEIE97kDZvF9Wb9f6h5aXK4swSlKGUcOEGiIYb2OOu/IrDU9iwj0fD//SsA6E5ibwJxpEvhullJY4Sl4GcpAw==

0 commit comments

Comments
 (0)