Skip to content

Commit 6c48a0f

Browse files
Bump glob from 10.0.0 to 10.2.2
Bumps [glob](https://github.com/isaacs/node-glob) from 10.0.0 to 10.2.2. - [Release notes](https://github.com/isaacs/node-glob/releases) - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md) - [Commits](isaacs/node-glob@v10.0.0...v10.2.2) --- updated-dependencies: - dependency-name: glob dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5a691b0 commit 6c48a0f

File tree

2 files changed

+40
-12
lines changed

2 files changed

+40
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,7 @@
574574
"@vscode/test-electron": "^2.3.0",
575575
"eslint": "^8.38.0",
576576
"eslint-webpack-plugin": "^4.0.0",
577-
"glob": "^10.0.0",
577+
"glob": "^10.2.2",
578578
"husky": "^8.0.2",
579579
"mocha": "^10.2.0",
580580
"prettier": "^2.8.7",

yarn.lock

Lines changed: 39 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,11 @@
138138
"@nodelib/fs.scandir" "2.1.5"
139139
fastq "^1.6.0"
140140

141+
"@pkgjs/parseargs@^0.11.0":
142+
version "0.11.0"
143+
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
144+
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
145+
141146
"@sinclair/typebox@^0.25.16":
142147
version "0.25.21"
143148
resolved "https://registry.yarnpkg.com/@sinclair/typebox/-/typebox-0.25.21.tgz#763b05a4b472c93a8db29b2c3e359d55b29ce272"
@@ -804,7 +809,7 @@ ci-info@^3.2.0:
804809
resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-3.7.1.tgz#708a6cdae38915d597afdf3b145f2f8e1ff55f3f"
805810
integrity sha512-4jYS4MOAaCIStSRwiuxc4B8MYhIe676yO1sYGzARnjXkWpmzZMMYxY6zu8WYWDhSuth5zhrQ1rhNSibyyvv4/w==
806811

807-
cliui@^7.0.2:
812+
cliui@^7.0.2, cliui@^7.0.4:
808813
version "7.0.4"
809814
resolved "https://registry.yarnpkg.com/cliui/-/cliui-7.0.4.tgz#a0265ee655476fc807aea9df3df8df7783808b4f"
810815
integrity sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==
@@ -1234,6 +1239,14 @@ flatted@^3.1.0:
12341239
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.7.tgz#609f39207cb614b89d0765b477cb2d437fbf9787"
12351240
integrity sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==
12361241

1242+
foreground-child@^3.1.0:
1243+
version "3.1.1"
1244+
resolved "https://registry.yarnpkg.com/foreground-child/-/foreground-child-3.1.1.tgz#1d173e776d75d2772fed08efe4a0de1ea1b12d0d"
1245+
integrity sha512-TMKDUnIte6bfb5nWv7V/caI169OHgvwjb7V4WkeUvbQQdjr5rWKqHFiKWb/fcOwB+CzBT+qbWjvj+DVwRskpIg==
1246+
dependencies:
1247+
cross-spawn "^7.0.0"
1248+
signal-exit "^4.0.1"
1249+
12371250
fs.realpath@^1.0.0:
12381251
version "1.0.0"
12391252
resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f"
@@ -1292,15 +1305,16 @@ glob@7.2.0:
12921305
once "^1.3.0"
12931306
path-is-absolute "^1.0.0"
12941307

1295-
glob@^10.0.0:
1296-
version "10.0.0"
1297-
resolved "https://registry.yarnpkg.com/glob/-/glob-10.0.0.tgz#034ab2e93644ba702e769c3e0558143d3fbd1612"
1298-
integrity sha512-zmp9ZDC6NpDNLujV2W2n+3lH+BafIVZ4/ct+Yj3BMZTH/+bgm/eVjHzeFLwxJrrIGgjjS2eiQLlpurHsNlEAtQ==
1308+
glob@^10.2.2:
1309+
version "10.2.2"
1310+
resolved "https://registry.yarnpkg.com/glob/-/glob-10.2.2.tgz#ce2468727de7e035e8ecf684669dc74d0526ab75"
1311+
integrity sha512-Xsa0BcxIC6th9UwNjZkhrMtNo/MnyRL8jGCP+uEwhA5oFOCY1f2s1/oNKY47xQ0Bg5nkjsfAEIej1VeH62bDDQ==
12991312
dependencies:
1300-
fs.realpath "^1.0.0"
1313+
foreground-child "^3.1.0"
1314+
jackspeak "^2.0.3"
13011315
minimatch "^9.0.0"
13021316
minipass "^5.0.0"
1303-
path-scurry "^1.6.4"
1317+
path-scurry "^1.7.0"
13041318

13051319
glob@^7.1.3:
13061320
version "7.2.3"
@@ -1524,6 +1538,15 @@ isobject@^3.0.1:
15241538
resolved "https://registry.yarnpkg.com/isobject/-/isobject-3.0.1.tgz#4e431e92b11a9731636aa1f9c8d1ccbcfdab78df"
15251539
integrity sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==
15261540

1541+
jackspeak@^2.0.3:
1542+
version "2.1.0"
1543+
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-2.1.0.tgz#69831fe5346532888f279102f39fc4452ebbe6c2"
1544+
integrity sha512-DiEwVPqsieUzZBNxQ2cxznmFzfg/AMgJUjYw5xl6rSmCxAQXECcbSdwcLM6Ds6T09+SBfSNCGPhYUoQ96P4h7A==
1545+
dependencies:
1546+
cliui "^7.0.4"
1547+
optionalDependencies:
1548+
"@pkgjs/parseargs" "^0.11.0"
1549+
15271550
jest-util@^29.4.1:
15281551
version "29.4.1"
15291552
resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-29.4.1.tgz#2eeed98ff4563b441b5a656ed1a786e3abc3e4c4"
@@ -1935,10 +1958,10 @@ path-parse@^1.0.7:
19351958
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
19361959
integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
19371960

1938-
path-scurry@^1.6.4:
1939-
version "1.6.4"
1940-
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.6.4.tgz#020a9449e5382a4acb684f9c7e1283bc5695de66"
1941-
integrity sha512-Qp/9IHkdNiXJ3/Kon++At2nVpnhRiPq/aSvQN+H3U1WZbvNRK0RIQK/o4HMqPoXjpuGJUEWpHSs6Mnjxqh3TQg==
1961+
path-scurry@^1.7.0:
1962+
version "1.7.0"
1963+
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.7.0.tgz#99c741a2cfbce782294a39994d63748b5a24f6db"
1964+
integrity sha512-UkZUeDjczjYRE495+9thsgcVgsaCPkaw80slmfVFgllxY+IO8ubTsOpFVjDPROBqJdHfVPUFRHPBV/WciOVfWg==
19421965
dependencies:
19431966
lru-cache "^9.0.0"
19441967
minipass "^5.0.0"
@@ -2183,6 +2206,11 @@ signal-exit@^3.0.2:
21832206
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.7.tgz#a9a1767f8af84155114eaabd73f99273c8f59ad9"
21842207
integrity sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==
21852208

2209+
signal-exit@^4.0.1:
2210+
version "4.0.1"
2211+
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-4.0.1.tgz#96a61033896120ec9335d96851d902cc98f0ba2a"
2212+
integrity sha512-uUWsN4aOxJAS8KOuf3QMyFtgm1pkb6I+KRZbRF/ghdf5T7sM+B1lLLzPDxswUjkmHyxQAVzEgG35E3NzDM9GVw==
2213+
21862214
slash@^3.0.0:
21872215
version "3.0.0"
21882216
resolved "https://registry.yarnpkg.com/slash/-/slash-3.0.0.tgz#6539be870c165adbd5240220dbe361f1bc4d4634"

0 commit comments

Comments
 (0)