Skip to content

Commit d1ab152

Browse files
Update dependency ember-cli to v4.12.0
1 parent 6b6d973 commit d1ab152

File tree

2 files changed

+89
-78
lines changed

2 files changed

+89
-78
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"concurrently": "8.0.1",
4949
"ember-auto-import": "2.6.3",
5050
"ember-bootstrap": "5.1.1",
51-
"ember-cli": "4.11.0",
51+
"ember-cli": "4.12.0",
5252
"ember-cli-dependency-checker": "3.3.1",
5353
"ember-cli-inject-live-reload": "2.1.0",
5454
"ember-cli-sri": "2.1.1",

yarn.lock

+88-77
Original file line numberDiff line numberDiff line change
@@ -17,45 +17,45 @@
1717
dependencies:
1818
"@babel/highlight" "^7.10.4"
1919

20-
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.18.6":
21-
version "7.18.6"
22-
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.18.6.tgz#3b25d38c89600baa2dcc219edfa88a74eb2c427a"
23-
integrity sha512-TDCmlK5eOvH+eH7cdAFlNXeVJqWIQ7gW9tY1GJIpUtFb6CmjVyq2VM3u71bOyR8CRihcCgMUYoDNyLXao3+70Q==
20+
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.18.6", "@babel/code-frame@^7.21.4":
21+
version "7.21.4"
22+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.21.4.tgz#d0fa9e4413aca81f2b23b9442797bda1826edb39"
23+
integrity sha512-LYvhNKfwWSPpocw8GI7gpK2nq3HSDuEPC/uSYaALSJu9xjsalaaYFOq0Pwt5KmVqwEbZlDu81aLXwBOmD/Fv9g==
2424
dependencies:
2525
"@babel/highlight" "^7.18.6"
2626

27-
"@babel/compat-data@^7.17.7", "@babel/compat-data@^7.18.8", "@babel/compat-data@^7.19.3", "@babel/compat-data@^7.20.5":
28-
version "7.20.14"
29-
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.20.14.tgz#4106fc8b755f3e3ee0a0a7c27dde5de1d2b2baf8"
30-
integrity sha512-0YpKHD6ImkWMEINCyDAD0HLLUH/lPCefG8ld9it8DJB2wnApraKuhgYTvTY1z7UFIfBTGy5LwncZ+5HWWGbhFw==
27+
"@babel/compat-data@^7.17.7", "@babel/compat-data@^7.18.8", "@babel/compat-data@^7.19.3", "@babel/compat-data@^7.21.4":
28+
version "7.21.4"
29+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.21.4.tgz#457ffe647c480dff59c2be092fc3acf71195c87f"
30+
integrity sha512-/DYyDpeCfaVinT40FPGdkkb+lYSKvsVuMjDAG7jPOWWiM1ibOaB9CXJAlc4d1QpP/U2q2P9jbrSlClKSErd55g==
3131

32-
"@babel/core@^7.12.0", "@babel/core@^7.16.10", "@babel/core@^7.16.7", "@babel/core@^7.20.12", "@babel/core@^7.3.4":
33-
version "7.21.0"
34-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.21.0.tgz#1341aefdcc14ccc7553fcc688dd8986a2daffc13"
35-
integrity sha512-PuxUbxcW6ZYe656yL3EAhpy7qXKq0DmYsrJLpbB8XrsCP9Nm+XCg9XFMb5vIDliPD7+U/+M+QJlH17XOcB7eXA==
32+
"@babel/core@^7.12.0", "@babel/core@^7.16.10", "@babel/core@^7.16.7", "@babel/core@^7.21.0", "@babel/core@^7.3.4":
33+
version "7.21.4"
34+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.21.4.tgz#c6dc73242507b8e2a27fd13a9c1814f9fa34a659"
35+
integrity sha512-qt/YV149Jman/6AfmlxJ04LMIu8bMoyl3RB91yTFrxQmgbrSvQMy7cI8Q62FHx1t8wJ8B5fu0UDoLwHAhUo1QA==
3636
dependencies:
3737
"@ampproject/remapping" "^2.2.0"
38-
"@babel/code-frame" "^7.18.6"
39-
"@babel/generator" "^7.21.0"
40-
"@babel/helper-compilation-targets" "^7.20.7"
41-
"@babel/helper-module-transforms" "^7.21.0"
38+
"@babel/code-frame" "^7.21.4"
39+
"@babel/generator" "^7.21.4"
40+
"@babel/helper-compilation-targets" "^7.21.4"
41+
"@babel/helper-module-transforms" "^7.21.2"
4242
"@babel/helpers" "^7.21.0"
43-
"@babel/parser" "^7.21.0"
43+
"@babel/parser" "^7.21.4"
4444
"@babel/template" "^7.20.7"
45-
"@babel/traverse" "^7.21.0"
46-
"@babel/types" "^7.21.0"
45+
"@babel/traverse" "^7.21.4"
46+
"@babel/types" "^7.21.4"
4747
convert-source-map "^1.7.0"
4848
debug "^4.1.0"
4949
gensync "^1.0.0-beta.2"
5050
json5 "^2.2.2"
5151
semver "^6.3.0"
5252

53-
"@babel/generator@^7.21.0", "@babel/generator@^7.21.1":
54-
version "7.21.1"
55-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.21.1.tgz#951cc626057bc0af2c35cd23e9c64d384dea83dd"
56-
integrity sha512-1lT45bAYlQhFn/BHivJs43AiW2rg3/UbLyShGfF3C0KmHvO5fSghWd5kBJy30kpRRucGzXStvnnCFniCR2kXAA==
53+
"@babel/generator@^7.21.4":
54+
version "7.21.4"
55+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.21.4.tgz#64a94b7448989f421f919d5239ef553b37bb26bc"
56+
integrity sha512-NieM3pVIYW2SwGzKoqfPrQsf4xGs9M9AIG3ThppsSRmO+m7eQhmI6amajKMUeIO37wFfsvnvcxQFx6x6iqxDnA==
5757
dependencies:
58-
"@babel/types" "^7.21.0"
58+
"@babel/types" "^7.21.4"
5959
"@jridgewell/gen-mapping" "^0.3.2"
6060
"@jridgewell/trace-mapping" "^0.3.17"
6161
jsesc "^2.5.1"
@@ -75,13 +75,13 @@
7575
"@babel/helper-explode-assignable-expression" "^7.18.6"
7676
"@babel/types" "^7.18.9"
7777

78-
"@babel/helper-compilation-targets@^7.12.0", "@babel/helper-compilation-targets@^7.17.7", "@babel/helper-compilation-targets@^7.18.9", "@babel/helper-compilation-targets@^7.19.0", "@babel/helper-compilation-targets@^7.19.3", "@babel/helper-compilation-targets@^7.20.7":
79-
version "7.20.7"
80-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.20.7.tgz#a6cd33e93629f5eb473b021aac05df62c4cd09bb"
81-
integrity sha512-4tGORmfQcrc+bvrjb5y3dG9Mx1IOZjsHqQVUz7XCNHO+iTmqxWnVg3KRygjGmpRLJGdQSKuvFinbIb0CnZwHAQ==
78+
"@babel/helper-compilation-targets@^7.12.0", "@babel/helper-compilation-targets@^7.17.7", "@babel/helper-compilation-targets@^7.18.9", "@babel/helper-compilation-targets@^7.19.0", "@babel/helper-compilation-targets@^7.19.3", "@babel/helper-compilation-targets@^7.21.4":
79+
version "7.21.4"
80+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.21.4.tgz#770cd1ce0889097ceacb99418ee6934ef0572656"
81+
integrity sha512-Fa0tTuOXZ1iL8IeDFUWCzjZcn+sJGd9RZdH9esYVjEejGmzf+FFYQpMi/kZUk2kPy/q1H3/GPw7np8qar/stfg==
8282
dependencies:
83-
"@babel/compat-data" "^7.20.5"
84-
"@babel/helper-validator-option" "^7.18.6"
83+
"@babel/compat-data" "^7.21.4"
84+
"@babel/helper-validator-option" "^7.21.0"
8585
browserslist "^4.21.3"
8686
lru-cache "^5.1.1"
8787
semver "^6.3.0"
@@ -160,7 +160,7 @@
160160
dependencies:
161161
"@babel/types" "^7.18.6"
162162

163-
"@babel/helper-module-transforms@^7.18.6", "@babel/helper-module-transforms@^7.19.0", "@babel/helper-module-transforms@^7.20.11", "@babel/helper-module-transforms@^7.21.0":
163+
"@babel/helper-module-transforms@^7.18.6", "@babel/helper-module-transforms@^7.19.0", "@babel/helper-module-transforms@^7.20.11", "@babel/helper-module-transforms@^7.21.2":
164164
version "7.21.2"
165165
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.21.2.tgz#160caafa4978ac8c00ac66636cb0fa37b024e2d2"
166166
integrity sha512-79yj2AR4U/Oqq/WOV7Lx6hUjau1Zfo4cI+JLAVYeMV5XIlbOhmjEk5ulbTc9fMpmlojzZHkUUxAiK+UKn+hNQQ==
@@ -238,10 +238,10 @@
238238
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2"
239239
integrity sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==
240240

241-
"@babel/helper-validator-option@^7.18.6":
242-
version "7.18.6"
243-
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.18.6.tgz#bf0d2b5a509b1f336099e4ff36e1a63aa5db4db8"
244-
integrity sha512-XO7gESt5ouv/LRJdrVjkShckw6STTaB7l9BrpBaAHDeF5YZT+01PCwmR0SJHnkW6i8OwW/EVWRShfi4j2x+KQw==
241+
"@babel/helper-validator-option@^7.18.6", "@babel/helper-validator-option@^7.21.0":
242+
version "7.21.0"
243+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.21.0.tgz#8224c7e13ace4bafdc4004da2cf064ef42673180"
244+
integrity sha512-rmL/B8/f0mKS2baE9ZpyTcTavvEuWhTTW8amjzXNvYG4AwBsqTLikfXsEofsJEfKHf+HQVQbFOHy6o+4cnC/fQ==
245245

246246
"@babel/helper-wrap-function@^7.18.9":
247247
version "7.19.0"
@@ -271,10 +271,10 @@
271271
chalk "^2.0.0"
272272
js-tokens "^4.0.0"
273273

274-
"@babel/parser@^7.20.7", "@babel/parser@^7.21.0", "@babel/parser@^7.21.2", "@babel/parser@^7.4.5", "@babel/parser@^7.7.0":
275-
version "7.21.2"
276-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.21.2.tgz#dacafadfc6d7654c3051a66d6fe55b6cb2f2a0b3"
277-
integrity sha512-URpaIJQwEkEC2T9Kn+Ai6Xe/02iNaVCuT/PtoRz3GPVJVDpPd7mLo+VddTbhCRU9TXqW5mSrQfXZyi8kDKOVpQ==
274+
"@babel/parser@^7.20.7", "@babel/parser@^7.21.4", "@babel/parser@^7.4.5", "@babel/parser@^7.7.0":
275+
version "7.21.4"
276+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.21.4.tgz#94003fdfc520bbe2875d4ae557b43ddb6d880f17"
277+
integrity sha512-alVJj7k7zIxqBZ7BTRhz0IqJFxW1VJbm6N8JbcYhQ186df9ZBPbZBmWSqAMXwHGsCJdYks7z/voa3ibiS5bCIw==
278278

279279
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6":
280280
version "7.18.6"
@@ -663,7 +663,7 @@
663663
dependencies:
664664
"@babel/helper-plugin-utils" "^7.18.6"
665665

666-
"@babel/plugin-transform-modules-amd@^7.13.0", "@babel/plugin-transform-modules-amd@^7.18.6", "@babel/plugin-transform-modules-amd@^7.19.6":
666+
"@babel/plugin-transform-modules-amd@^7.13.0", "@babel/plugin-transform-modules-amd@^7.18.6", "@babel/plugin-transform-modules-amd@^7.20.11":
667667
version "7.20.11"
668668
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.20.11.tgz#3daccca8e4cc309f03c3a0c4b41dc4b26f55214a"
669669
integrity sha512-NuzCt5IIYOW0O30UvqktzHYR2ud5bOWbY0yaxWZ6G+aFzOMJvrs5YHNikrbdaT15+KNO31nPOy5Fim3ku6Zb5g==
@@ -964,26 +964,26 @@
964964
"@babel/parser" "^7.20.7"
965965
"@babel/types" "^7.20.7"
966966

967-
"@babel/traverse@^7.19.0", "@babel/traverse@^7.19.1", "@babel/traverse@^7.21.0", "@babel/traverse@^7.21.2", "@babel/traverse@^7.4.5", "@babel/traverse@^7.7.0":
968-
version "7.21.2"
969-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.21.2.tgz#ac7e1f27658750892e815e60ae90f382a46d8e75"
970-
integrity sha512-ts5FFU/dSUPS13tv8XiEObDu9K+iagEKME9kAbaP7r0Y9KtZJZ+NGndDvWoRAYNpeWafbpFeki3q9QoMD6gxyw==
967+
"@babel/traverse@^7.19.0", "@babel/traverse@^7.19.1", "@babel/traverse@^7.21.0", "@babel/traverse@^7.21.2", "@babel/traverse@^7.21.4", "@babel/traverse@^7.4.5", "@babel/traverse@^7.7.0":
968+
version "7.21.4"
969+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.21.4.tgz#a836aca7b116634e97a6ed99976236b3282c9d36"
970+
integrity sha512-eyKrRHKdyZxqDm+fV1iqL9UAHMoIg0nDaGqfIOd8rKH17m5snv7Gn4qgjBoFfLz9APvjFU/ICT00NVCv1Epp8Q==
971971
dependencies:
972-
"@babel/code-frame" "^7.18.6"
973-
"@babel/generator" "^7.21.1"
972+
"@babel/code-frame" "^7.21.4"
973+
"@babel/generator" "^7.21.4"
974974
"@babel/helper-environment-visitor" "^7.18.9"
975975
"@babel/helper-function-name" "^7.21.0"
976976
"@babel/helper-hoist-variables" "^7.18.6"
977977
"@babel/helper-split-export-declaration" "^7.18.6"
978-
"@babel/parser" "^7.21.2"
979-
"@babel/types" "^7.21.2"
978+
"@babel/parser" "^7.21.4"
979+
"@babel/types" "^7.21.4"
980980
debug "^4.1.0"
981981
globals "^11.1.0"
982982

983-
"@babel/types@^7.12.13", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.19.0", "@babel/types@^7.19.3", "@babel/types@^7.20.2", "@babel/types@^7.20.7", "@babel/types@^7.21.0", "@babel/types@^7.21.2", "@babel/types@^7.4.4", "@babel/types@^7.7.0", "@babel/types@^7.7.2":
984-
version "7.21.2"
985-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.21.2.tgz#92246f6e00f91755893c2876ad653db70c8310d1"
986-
integrity sha512-3wRZSs7jiFaB8AjxiiD+VqN5DTG2iRvJGQ+qYFrs/654lg6kGTQWIOFjlBo5RaXuAZjBmP3+OQH4dmhqiiyYxw==
983+
"@babel/types@^7.12.13", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.19.0", "@babel/types@^7.19.3", "@babel/types@^7.20.2", "@babel/types@^7.20.7", "@babel/types@^7.21.0", "@babel/types@^7.21.2", "@babel/types@^7.21.4", "@babel/types@^7.4.4", "@babel/types@^7.7.0", "@babel/types@^7.7.2":
984+
version "7.21.4"
985+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.21.4.tgz#2d5d6bb7908699b3b416409ffd3b5daa25b030d4"
986+
integrity sha512-rU2oY501qDxE8Pyo7i/Orqma4ziCOrby0/9mvbDUGEfvZjb279Nk9k19e2fiCxHbRRpY2ZyrgW1eq22mvmOIzA==
987987
dependencies:
988988
"@babel/helper-string-parser" "^7.19.4"
989989
"@babel/helper-validator-identifier" "^7.19.1"
@@ -4578,13 +4578,13 @@ ember-cli-version-checker@^5.1.1, ember-cli-version-checker@^5.1.2:
45784578
semver "^7.3.4"
45794579
silent-error "^1.1.1"
45804580

4581-
ember-cli@4.11.0:
4582-
version "4.11.0"
4583-
resolved "https://registry.yarnpkg.com/ember-cli/-/ember-cli-4.11.0.tgz#ca6eaddd11d8fcba90f12aa2efcef97dc611a88c"
4584-
integrity sha512-X0Ep67O/r2nCViILV8wEvI0xiRlLRS8GgeDklQ3SvDXQp2d3xbI8ARW76pcb1du39HPgIi0G6F/OpJ1uOr4ZQQ==
4581+
ember-cli@4.12.0:
4582+
version "4.12.0"
4583+
resolved "https://registry.yarnpkg.com/ember-cli/-/ember-cli-4.12.0.tgz#cf52e446a78ee2436118a22347a6dc830912cbc0"
4584+
integrity sha512-4b8F6w1xwyLaukiNIq+LzqgaMXEIj1gib/OeCCqLtav4tnOgcj5xKtZ6ZRypUZq92BoSN7j5Tq21Z1kWWcMsZQ==
45854585
dependencies:
4586-
"@babel/core" "^7.20.12"
4587-
"@babel/plugin-transform-modules-amd" "^7.19.6"
4586+
"@babel/core" "^7.21.0"
4587+
"@babel/plugin-transform-modules-amd" "^7.20.11"
45884588
amd-name-resolver "^1.3.1"
45894589
babel-plugin-module-resolver "^4.1.0"
45904590
bower-config "^1.4.3"
@@ -4620,7 +4620,6 @@ ember-cli@4.11.0:
46204620
ember-cli-normalize-entity-name "^1.0.0"
46214621
ember-cli-preprocess-registry "^3.3.0"
46224622
ember-cli-string-utils "^1.1.0"
4623-
ember-source-channel-url "^3.0.0"
46244623
ensure-posix-path "^1.1.1"
46254624
execa "^5.1.1"
46264625
exit "^0.1.2"
@@ -4629,11 +4628,11 @@ ember-cli@4.11.0:
46294628
find-up "^5.0.0"
46304629
find-yarn-workspace-root "^2.0.0"
46314630
fixturify-project "^2.1.1"
4632-
fs-extra "^10.1.0"
4631+
fs-extra "^11.1.0"
46334632
fs-tree-diff "^2.0.1"
46344633
get-caller-file "^2.0.5"
46354634
git-repo-info "^2.1.1"
4636-
glob "^8.0.3"
4635+
glob "^8.1.0"
46374636
heimdalljs "^0.2.6"
46384637
heimdalljs-fs-monitor "^1.1.1"
46394638
heimdalljs-graph "^1.0.0"
@@ -4649,7 +4648,7 @@ ember-cli@4.11.0:
46494648
lodash.template "^4.5.0"
46504649
markdown-it "^13.0.1"
46514650
markdown-it-terminal "^0.4.0"
4652-
minimatch "^5.1.0"
4651+
minimatch "^7.4.1"
46534652
morgan "^1.10.0"
46544653
nopt "^3.0.6"
46554654
npm-package-arg "^10.1.0"
@@ -4662,7 +4661,7 @@ ember-cli@4.11.0:
46624661
remove-types "^1.0.0"
46634662
resolve "^1.22.1"
46644663
resolve-package-path "^4.0.3"
4665-
safe-stable-stringify "^2.3.1"
4664+
safe-stable-stringify "^2.4.2"
46664665
sane "^5.0.1"
46674666
semver "^7.3.5"
46684667
silent-error "^1.1.1"
@@ -4672,10 +4671,10 @@ ember-cli@4.11.0:
46724671
testem "^3.10.1"
46734672
tiny-lr "^2.0.0"
46744673
tree-sync "^2.1.0"
4675-
uuid "^8.3.2"
4674+
uuid "^9.0.0"
46764675
walk-sync "^3.0.0"
46774676
watch-detector "^1.0.2"
4678-
workerpool "^6.3.1"
4677+
workerpool "^6.4.0"
46794678
yam "^1.0.0"
46804679

46814680
ember-compatibility-helpers@^1.1.2, ember-compatibility-helpers@^1.2.0, ember-compatibility-helpers@^1.2.1, ember-compatibility-helpers@^1.2.5:
@@ -6075,7 +6074,7 @@ fs-extra@^0.24.0:
60756074
path-is-absolute "^1.0.0"
60766075
rimraf "^2.2.8"
60776076

6078-
fs-extra@^10.0.0, fs-extra@^10.1.0:
6077+
fs-extra@^10.0.0:
60796078
version "10.1.0"
60806079
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-10.1.0.tgz#02873cfbc4084dde127eaa5f9905eef2325d1abf"
60816080
integrity sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==
@@ -6084,10 +6083,10 @@ fs-extra@^10.0.0, fs-extra@^10.1.0:
60846083
jsonfile "^6.0.1"
60856084
universalify "^2.0.0"
60866085

6087-
fs-extra@^11.0.0:
6088-
version "11.1.0"
6089-
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.1.0.tgz#5784b102104433bb0e090f48bfc4a30742c357ed"
6090-
integrity sha512-0rcTq621PD5jM/e0a3EJoGC/1TC5ZBCERW82LQuwfGnCa1V8w7dpYH1yNu+SLb6E5dkeCBzKEyLGlFrnr+dUyw==
6086+
fs-extra@^11.0.0, fs-extra@^11.1.0:
6087+
version "11.1.1"
6088+
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.1.1.tgz#da69f7c39f3b002378b0954bb6ae7efdc0876e2d"
6089+
integrity sha512-MGIE4HOvQCeUCzmlHs0vXpih4ysz4wg9qiSAu6cd42lVwPbTM1TjV7RusoyQqMmk/95gdQZX72u+YW+c3eEpFQ==
60916090
dependencies:
60926091
graceful-fs "^4.2.0"
60936092
jsonfile "^6.0.1"
@@ -6379,7 +6378,7 @@ glob@^7.0.0, glob@^7.0.4, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6:
63796378
once "^1.3.0"
63806379
path-is-absolute "^1.0.0"
63816380

6382-
glob@^8.0.3:
6381+
glob@^8.1.0:
63836382
version "8.1.0"
63846383
resolved "https://registry.yarnpkg.com/glob/-/glob-8.1.0.tgz#d388f656593ef708ee3e34640fdfb99a9fd1c33e"
63856384
integrity sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==
@@ -8551,13 +8550,20 @@ mini-css-extract-plugin@^2.5.2:
85518550
dependencies:
85528551
brace-expansion "^1.1.7"
85538552

8554-
minimatch@^5.0.1, minimatch@^5.1.0:
8553+
minimatch@^5.0.1:
85558554
version "5.1.6"
85568555
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.1.6.tgz#1cfcb8cf5522ea69952cd2af95ae09477f122a96"
85578556
integrity sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==
85588557
dependencies:
85598558
brace-expansion "^2.0.1"
85608559

8560+
minimatch@^7.4.1:
8561+
version "7.4.5"
8562+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-7.4.5.tgz#e721f2a6faba6846f3b891ccff9966dcf728813e"
8563+
integrity sha512-OzOamaOmNBJZUv2qqY1OSWa+++4YPpOkLgkc0w30Oov5ufKlWWXnFUl0l4dgmSv5Shq/zRVkEOXAe2NaqO4l5Q==
8564+
dependencies:
8565+
brace-expansion "^2.0.1"
8566+
85618567
minimist@^0.2.1:
85628568
version "0.2.4"
85638569
resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.2.4.tgz#0085d5501e29033748a2f2a4da0180142697a475"
@@ -10289,10 +10295,10 @@ safe-regex@^1.1.0:
1028910295
dependencies:
1029010296
ret "~0.1.10"
1029110297

10292-
safe-stable-stringify@^2.3.1:
10293-
version "2.4.0"
10294-
resolved "https://registry.yarnpkg.com/safe-stable-stringify/-/safe-stable-stringify-2.4.0.tgz#95fadb1bcf8057a1363e11052122f5da36a69215"
10295-
integrity sha512-eehKHKpab6E741ud7ZIMcXhKcP6TSIezPkNZhy5U8xC6+VvrRdUA2tMgxGxaGl4cz7c2Ew5+mg5+wNB16KQqrA==
10298+
safe-stable-stringify@^2.4.2:
10299+
version "2.4.3"
10300+
resolved "https://registry.yarnpkg.com/safe-stable-stringify/-/safe-stable-stringify-2.4.3.tgz#138c84b6f6edb3db5f8ef3ef7115b8f55ccbf886"
10301+
integrity sha512-e2bDA2WJT0wxseVd4lsDP4+3ONX6HpMXQa1ZhFQ7SU+GjvORCmShbCMltrtIDfkYhVHrOcPtj+KhmDBdPdZD1g==
1029610302

1029710303
"safer-buffer@>= 2.1.2 < 3", "safer-buffer@>= 2.1.2 < 3.0.0":
1029810304
version "2.1.2"
@@ -11597,6 +11603,11 @@ uuid@^8.3.2:
1159711603
resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2"
1159811604
integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==
1159911605

11606+
uuid@^9.0.0:
11607+
version "9.0.0"
11608+
resolved "https://registry.yarnpkg.com/uuid/-/uuid-9.0.0.tgz#592f550650024a38ceb0c562f2f6aa435761efb5"
11609+
integrity sha512-MXcSTerfPa4uqyzStbRoTgt5XIe3x5+42+q1sDuy3R5MDk66URdLMOZe5aPX/SQd+kuYAh0FdP/pO28IkQyTeg==
11610+
1160011611
uvu@^0.5.0:
1160111612
version "0.5.6"
1160211613
resolved "https://registry.yarnpkg.com/uvu/-/uvu-0.5.6.tgz#2754ca20bcb0bb59b64e9985e84d2e81058502df"
@@ -11878,7 +11889,7 @@ workerpool@^3.1.1:
1187811889
object-assign "4.1.1"
1187911890
rsvp "^4.8.4"
1188011891

11881-
workerpool@^6.0.0, workerpool@^6.3.1, workerpool@^6.4.0:
11892+
workerpool@^6.0.0, workerpool@^6.4.0:
1188211893
version "6.4.0"
1188311894
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.4.0.tgz#f8d5cfb45fde32fa3b7af72ad617c3369567a462"
1188411895
integrity sha512-i3KR1mQMNwY2wx20ozq2EjISGtQWDIfV56We+yGJ5yDs8jTwQiLLaqHlkBHITlCuJnYlVRmXegxFxZg7gqI++A==

0 commit comments

Comments
 (0)