Skip to content

Commit df6a91b

Browse files
chore(deps): bump glob from 7.2.3 to 10.3.4 (#241)
* chore(deps): bump glob from 7.2.3 to 10.3.4 Bumps [glob](https://github.com/isaacs/node-glob) from 7.2.3 to 10.3.4. - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md) - [Commits](isaacs/node-glob@v7.2.3...v10.3.4) --- updated-dependencies: - dependency-name: glob dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * update glob import --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: aimee-gm <[email protected]>
1 parent f6c9120 commit df6a91b

File tree

3 files changed

+108
-19
lines changed

3 files changed

+108
-19
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"eslint": "^8.16.0",
6161
"eslint-config-prettier": "^8.1.0",
6262
"eslint-plugin-import": "^2.26.0",
63-
"glob": "^7.1.6",
63+
"glob": "^10.3.4",
6464
"husky": ">=4",
6565
"lint-staged": ">=10",
6666
"microformat-tests": "https://github.com/microformats/tests",

test/utils/loadScenarios.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import glob from "glob";
1+
import { glob } from "glob";
22
import path from "path";
33
import { readFileSync } from "fs";
44

yarn.lock

+106-17
Original file line numberDiff line numberDiff line change
@@ -997,6 +997,18 @@
997997
resolved "https://registry.yarnpkg.com/@iarna/toml/-/toml-2.2.5.tgz#b32366c89b43c6f8cefbdefac778b9c828e3ba8c"
998998
integrity sha512-trnsAYxU3xnS1gPHPyU961coFyLkh4gAD/0zQ5mymY4yOZ+CYvsPqUbOFSw0aDM4y0tV7tiFxL/1XfXPNC6IPg==
999999

1000+
"@isaacs/cliui@^8.0.2":
1001+
version "8.0.2"
1002+
resolved "https://registry.yarnpkg.com/@isaacs/cliui/-/cliui-8.0.2.tgz#b37667b7bc181c168782259bab42474fbf52b550"
1003+
integrity sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==
1004+
dependencies:
1005+
string-width "^5.1.2"
1006+
string-width-cjs "npm:string-width@^4.2.0"
1007+
strip-ansi "^7.0.1"
1008+
strip-ansi-cjs "npm:strip-ansi@^6.0.1"
1009+
wrap-ansi "^8.1.0"
1010+
wrap-ansi-cjs "npm:wrap-ansi@^7.0.0"
1011+
10001012
"@istanbuljs/schema@^0.1.2", "@istanbuljs/schema@^0.1.3":
10011013
version "0.1.3"
10021014
resolved "https://registry.yarnpkg.com/@istanbuljs/schema/-/schema-0.1.3.tgz#e45e384e4b8ec16bce2fd903af78450f6bf7ec98"
@@ -1146,6 +1158,11 @@
11461158
"@parcel/utils" "^1.11.0"
11471159
physical-cpu-count "^2.0.0"
11481160

1161+
"@pkgjs/parseargs@^0.11.0":
1162+
version "0.11.0"
1163+
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
1164+
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
1165+
11491166
"@rollup/plugin-commonjs@^25.0.4":
11501167
version "25.0.4"
11511168
resolved "https://registry.yarnpkg.com/@rollup/plugin-commonjs/-/plugin-commonjs-25.0.4.tgz#a7547a0c4ec3fa79818eb313e1de0023e548f4e6"
@@ -1535,6 +1552,11 @@ ansi-styles@^6.0.0:
15351552
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-6.1.0.tgz#87313c102b8118abd57371afab34618bf7350ed3"
15361553
integrity sha512-VbqNsoz55SYGczauuup0MFUyXNQviSpFTj1RQtFzmQLk18qbVSpTFFGMT293rmDaQuKCT6InmbuEyUne4mTuxQ==
15371554

1555+
ansi-styles@^6.1.0:
1556+
version "6.2.1"
1557+
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-6.2.1.tgz#0e62320cf99c21afff3b3012192546aacbfb05c5"
1558+
integrity sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==
1559+
15381560
ansi-to-html@^0.6.4:
15391561
version "0.6.15"
15401562
resolved "https://registry.yarnpkg.com/ansi-to-html/-/ansi-to-html-0.6.15.tgz#ac6ad4798a00f6aa045535d7f6a9cb9294eebea7"
@@ -3649,6 +3671,14 @@ foreground-child@^2.0.0:
36493671
cross-spawn "^7.0.0"
36503672
signal-exit "^3.0.2"
36513673

3674+
foreground-child@^3.1.0:
3675+
version "3.1.1"
3676+
resolved "https://registry.yarnpkg.com/foreground-child/-/foreground-child-3.1.1.tgz#1d173e776d75d2772fed08efe4a0de1ea1b12d0d"
3677+
integrity sha512-TMKDUnIte6bfb5nWv7V/caI169OHgvwjb7V4WkeUvbQQdjr5rWKqHFiKWb/fcOwB+CzBT+qbWjvj+DVwRskpIg==
3678+
dependencies:
3679+
cross-spawn "^7.0.0"
3680+
signal-exit "^4.0.1"
3681+
36523682
forever-agent@~0.6.1:
36533683
version "0.6.1"
36543684
resolved "https://registry.yarnpkg.com/forever-agent/-/forever-agent-0.6.1.tgz#fbc71f0c41adeb37f96c577ad1ed42d8fdacca91"
@@ -3825,7 +3855,18 @@ [email protected]:
38253855
once "^1.3.0"
38263856
path-is-absolute "^1.0.0"
38273857

3828-
glob@^7.0.0, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6:
3858+
glob@^10.3.4:
3859+
version "10.3.4"
3860+
resolved "https://registry.yarnpkg.com/glob/-/glob-10.3.4.tgz#c85c9c7ab98669102b6defda76d35c5b1ef9766f"
3861+
integrity sha512-6LFElP3A+i/Q8XQKEvZjkEWEOTgAIALR9AO2rwT8bgPhDd1anmqDJDZ6lLddI4ehxxxR1S5RIqKe1uapMQfYaQ==
3862+
dependencies:
3863+
foreground-child "^3.1.0"
3864+
jackspeak "^2.0.3"
3865+
minimatch "^9.0.1"
3866+
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
3867+
path-scurry "^1.10.1"
3868+
3869+
glob@^7.0.0, glob@^7.1.3, glob@^7.1.4:
38293870
version "7.2.3"
38303871
resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.3.tgz#b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b"
38313872
integrity sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==
@@ -4687,6 +4728,15 @@ istanbul-reports@^3.1.6:
46874728
html-escaper "^2.0.0"
46884729
istanbul-lib-report "^3.0.0"
46894730

4731+
jackspeak@^2.0.3:
4732+
version "2.3.3"
4733+
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-2.3.3.tgz#95e4cbcc03b3eb357bf6bcce14a903fb3d1151e1"
4734+
integrity sha512-R2bUw+kVZFS/h1AZqBKrSgDmdmjApzgY0AlCPumopFiAlbUxE2gf+SCuBzQ0cP5hHmUmFYF5yw55T97Th5Kstg==
4735+
dependencies:
4736+
"@isaacs/cliui" "^8.0.2"
4737+
optionalDependencies:
4738+
"@pkgjs/parseargs" "^0.11.0"
4739+
46904740
js-tokens@^4.0.0:
46914741
version "4.0.0"
46924742
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"
@@ -5014,6 +5064,11 @@ lru-cache@^6.0.0:
50145064
dependencies:
50155065
yallist "^4.0.0"
50165066

5067+
"lru-cache@^9.1.1 || ^10.0.0":
5068+
version "10.0.1"
5069+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.0.1.tgz#0a3be479df549cca0e5d693ac402ff19537a6b7a"
5070+
integrity sha512-IJ4uwUTi2qCccrioU6g9g/5rvvVl13bsdczUUcqbciD9iLr095yj8DQKdObriEvuNSx325N1rV1O0sJFszx75g==
5071+
50175072
magic-string@^0.22.4:
50185073
version "0.22.5"
50195074
resolved "https://registry.yarnpkg.com/magic-string/-/magic-string-0.22.5.tgz#8e9cf5afddf44385c1da5bc2a6a0dbd10b03657e"
@@ -5248,6 +5303,13 @@ minimatch@^5.0.1:
52485303
dependencies:
52495304
brace-expansion "^2.0.1"
52505305

5306+
minimatch@^9.0.1:
5307+
version "9.0.3"
5308+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825"
5309+
integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==
5310+
dependencies:
5311+
brace-expansion "^2.0.1"
5312+
52515313
52525314
version "4.1.0"
52535315
resolved "https://registry.yarnpkg.com/minimist-options/-/minimist-options-4.1.0.tgz#c0655713c53a8a2ebd77ffa247d342c40f010619"
@@ -5262,6 +5324,11 @@ minimist@^1.1.3, minimist@^1.2.0, minimist@^1.2.6:
52625324
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.7.tgz#daa1c4d91f507390437c6a8bc01078e7000c4d18"
52635325
integrity sha512-bzfL1YUZsP41gmu/qjrEk0Q6i2ix/cVeAhbCbqH9u3zYutS1cLg00qhrD0M2MVdCcx4Sc0UpP2eBWo9rotpq6g==
52645326

5327+
"minipass@^5.0.0 || ^6.0.2 || ^7.0.0":
5328+
version "7.0.3"
5329+
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.0.3.tgz#05ea638da44e475037ed94d1c7efcc76a25e1974"
5330+
integrity sha512-LhbbwCfz3vsb12j/WkWQPZfKTsgqIe1Nf/ti1pKjYESGLHIVjWU96G9/ljLH4F9mWNVhlQOm0VySdAWzf05dpg==
5331+
52655332
mixin-deep@^1.2.0:
52665333
version "1.3.2"
52675334
resolved "https://registry.yarnpkg.com/mixin-deep/-/mixin-deep-1.3.2.tgz#1120b43dc359a785dce65b55b82e257ccf479566"
@@ -5862,6 +5929,14 @@ path-parse@^1.0.7:
58625929
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
58635930
integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
58645931

5932+
path-scurry@^1.10.1:
5933+
version "1.10.1"
5934+
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.10.1.tgz#9ba6bf5aa8500fe9fd67df4f0d9483b2b0bfc698"
5935+
integrity sha512-MkhCqzzBEpPvxxQ71Md0b1Kk51W01lrYvlMzSUaIzNsODdd7mqhiimSZlr+VegAz5Z6Vzt9Xg2ttE//XBhH3EQ==
5936+
dependencies:
5937+
lru-cache "^9.1.1 || ^10.0.0"
5938+
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
5939+
58655940
path-type@^4.0.0:
58665941
version "4.0.0"
58675942
resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b"
@@ -7057,6 +7132,11 @@ signal-exit@^3.0.2, signal-exit@^3.0.7:
70577132
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.7.tgz#a9a1767f8af84155114eaabd73f99273c8f59ad9"
70587133
integrity sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==
70597134

7135+
signal-exit@^4.0.1:
7136+
version "4.1.0"
7137+
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-4.1.0.tgz#952188c1cbd546070e2dd20d0f41c0ae0530cb04"
7138+
integrity sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==
7139+
70607140
simple-swizzle@^0.2.2:
70617141
version "0.2.2"
70627142
resolved "https://registry.yarnpkg.com/simple-swizzle/-/simple-swizzle-0.2.2.tgz#a4da6b635ffcccca33f70d17cb92592de95e557a"
@@ -7296,7 +7376,7 @@ string-argv@^0.3.1:
72967376
resolved "https://registry.yarnpkg.com/string-argv/-/string-argv-0.3.1.tgz#95e2fbec0427ae19184935f816d74aaa4c5c19da"
72977377
integrity sha512-a1uQGz7IyVy9YwhqjZIZu1c8JO8dNIe20xBmSS6qu9kv++k3JGzCVmprbNN5Kn+BgzD5E7YYwg1CcjuJMRNsvg==
72987378

7299-
string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.2, string-width@^4.2.3:
7379+
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.2, string-width@^4.2.3:
73007380
version "4.2.3"
73017381
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
73027382
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -7305,7 +7385,7 @@ string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2
73057385
is-fullwidth-code-point "^3.0.0"
73067386
strip-ansi "^6.0.1"
73077387

7308-
string-width@^5.0.0:
7388+
string-width@^5.0.0, string-width@^5.0.1, string-width@^5.1.2:
73097389
version "5.1.2"
73107390
resolved "https://registry.yarnpkg.com/string-width/-/string-width-5.1.2.tgz#14f8daec6d81e7221d2a357e668cab73bdbca794"
73117391
integrity sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==
@@ -7346,6 +7426,13 @@ string_decoder@~1.1.1:
73467426
dependencies:
73477427
safe-buffer "~5.1.0"
73487428

7429+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
7430+
version "6.0.1"
7431+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
7432+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
7433+
dependencies:
7434+
ansi-regex "^5.0.1"
7435+
73497436
strip-ansi@^3.0.0:
73507437
version "3.0.1"
73517438
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-3.0.1.tgz#6a385fb8853d952d5ff05d0e8aaf94278dc63dcf"
@@ -7360,13 +7447,6 @@ strip-ansi@^4.0.0:
73607447
dependencies:
73617448
ansi-regex "^3.0.0"
73627449

7363-
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
7364-
version "6.0.1"
7365-
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
7366-
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
7367-
dependencies:
7368-
ansi-regex "^5.0.1"
7369-
73707450
strip-ansi@^7.0.1:
73717451
version "7.0.1"
73727452
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.0.1.tgz#61740a08ce36b61e50e65653f07060d000975fb2"
@@ -8101,6 +8181,15 @@ [email protected]:
81018181
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.2.1.tgz#46fc150c17d826b86a008e5a4508656777e9c343"
81028182
integrity sha512-ILEIE97kDZvF9Wb9f6h5aXK4swSlKGUcOEGiIYb2OOu/IrDU9iwj0fD//SsA6E5ibwJxpEvhullJY4Sl4GcpAw==
81038183

8184+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
8185+
version "7.0.0"
8186+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
8187+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
8188+
dependencies:
8189+
ansi-styles "^4.0.0"
8190+
string-width "^4.1.0"
8191+
strip-ansi "^6.0.0"
8192+
81048193
wrap-ansi@^6.2.0:
81058194
version "6.2.0"
81068195
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-6.2.0.tgz#e9393ba07102e6c91a3b221478f0257cd2856e53"
@@ -8110,14 +8199,14 @@ wrap-ansi@^6.2.0:
81108199
string-width "^4.1.0"
81118200
strip-ansi "^6.0.0"
81128201

8113-
wrap-ansi@^7.0.0:
8114-
version "7.0.0"
8115-
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
8116-
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
8202+
wrap-ansi@^8.1.0:
8203+
version "8.1.0"
8204+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"
8205+
integrity sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==
81178206
dependencies:
8118-
ansi-styles "^4.0.0"
8119-
string-width "^4.1.0"
8120-
strip-ansi "^6.0.0"
8207+
ansi-styles "^6.1.0"
8208+
string-width "^5.0.1"
8209+
strip-ansi "^7.0.1"
81218210

81228211
wrappy@1:
81238212
version "1.0.2"

0 commit comments

Comments
 (0)