Skip to content

Commit 0a89052

Browse files
authored
Merge pull request #861 from haskell/dependabot/npm_and_yarn/glob-10.2.2
Bump glob from 10.0.0 to 10.2.2
2 parents 5a99051 + 6c48a0f commit 0a89052

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
@@ -146,6 +146,11 @@
146146
"@nodelib/fs.scandir" "2.1.5"
147147
fastq "^1.6.0"
148148

149+
"@pkgjs/parseargs@^0.11.0":
150+
version "0.11.0"
151+
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
152+
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
153+
149154
"@sinclair/typebox@^0.25.16":
150155
version "0.25.21"
151156
resolved "https://registry.yarnpkg.com/@sinclair/typebox/-/typebox-0.25.21.tgz#763b05a4b472c93a8db29b2c3e359d55b29ce272"
@@ -807,7 +812,7 @@ ci-info@^3.2.0:
807812
resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-3.7.1.tgz#708a6cdae38915d597afdf3b145f2f8e1ff55f3f"
808813
integrity sha512-4jYS4MOAaCIStSRwiuxc4B8MYhIe676yO1sYGzARnjXkWpmzZMMYxY6zu8WYWDhSuth5zhrQ1rhNSibyyvv4/w==
809814

810-
cliui@^7.0.2:
815+
cliui@^7.0.2, cliui@^7.0.4:
811816
version "7.0.4"
812817
resolved "https://registry.yarnpkg.com/cliui/-/cliui-7.0.4.tgz#a0265ee655476fc807aea9df3df8df7783808b4f"
813818
integrity sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==
@@ -1237,6 +1242,14 @@ flatted@^3.1.0:
12371242
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.7.tgz#609f39207cb614b89d0765b477cb2d437fbf9787"
12381243
integrity sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==
12391244

1245+
foreground-child@^3.1.0:
1246+
version "3.1.1"
1247+
resolved "https://registry.yarnpkg.com/foreground-child/-/foreground-child-3.1.1.tgz#1d173e776d75d2772fed08efe4a0de1ea1b12d0d"
1248+
integrity sha512-TMKDUnIte6bfb5nWv7V/caI169OHgvwjb7V4WkeUvbQQdjr5rWKqHFiKWb/fcOwB+CzBT+qbWjvj+DVwRskpIg==
1249+
dependencies:
1250+
cross-spawn "^7.0.0"
1251+
signal-exit "^4.0.1"
1252+
12401253
fs.realpath@^1.0.0:
12411254
version "1.0.0"
12421255
resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f"
@@ -1295,15 +1308,16 @@ glob@7.2.0:
12951308
once "^1.3.0"
12961309
path-is-absolute "^1.0.0"
12971310

1298-
glob@^10.0.0:
1299-
version "10.0.0"
1300-
resolved "https://registry.yarnpkg.com/glob/-/glob-10.0.0.tgz#034ab2e93644ba702e769c3e0558143d3fbd1612"
1301-
integrity sha512-zmp9ZDC6NpDNLujV2W2n+3lH+BafIVZ4/ct+Yj3BMZTH/+bgm/eVjHzeFLwxJrrIGgjjS2eiQLlpurHsNlEAtQ==
1311+
glob@^10.2.2:
1312+
version "10.2.2"
1313+
resolved "https://registry.yarnpkg.com/glob/-/glob-10.2.2.tgz#ce2468727de7e035e8ecf684669dc74d0526ab75"
1314+
integrity sha512-Xsa0BcxIC6th9UwNjZkhrMtNo/MnyRL8jGCP+uEwhA5oFOCY1f2s1/oNKY47xQ0Bg5nkjsfAEIej1VeH62bDDQ==
13021315
dependencies:
1303-
fs.realpath "^1.0.0"
1316+
foreground-child "^3.1.0"
1317+
jackspeak "^2.0.3"
13041318
minimatch "^9.0.0"
13051319
minipass "^5.0.0"
1306-
path-scurry "^1.6.4"
1320+
path-scurry "^1.7.0"
13071321

13081322
glob@^7.1.3:
13091323
version "7.2.3"
@@ -1527,6 +1541,15 @@ isobject@^3.0.1:
15271541
resolved "https://registry.yarnpkg.com/isobject/-/isobject-3.0.1.tgz#4e431e92b11a9731636aa1f9c8d1ccbcfdab78df"
15281542
integrity sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==
15291543

1544+
jackspeak@^2.0.3:
1545+
version "2.1.0"
1546+
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-2.1.0.tgz#69831fe5346532888f279102f39fc4452ebbe6c2"
1547+
integrity sha512-DiEwVPqsieUzZBNxQ2cxznmFzfg/AMgJUjYw5xl6rSmCxAQXECcbSdwcLM6Ds6T09+SBfSNCGPhYUoQ96P4h7A==
1548+
dependencies:
1549+
cliui "^7.0.4"
1550+
optionalDependencies:
1551+
"@pkgjs/parseargs" "^0.11.0"
1552+
15301553
jest-util@^29.4.1:
15311554
version "29.4.1"
15321555
resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-29.4.1.tgz#2eeed98ff4563b441b5a656ed1a786e3abc3e4c4"
@@ -1938,10 +1961,10 @@ path-parse@^1.0.7:
19381961
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
19391962
integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
19401963

1941-
path-scurry@^1.6.4:
1942-
version "1.6.4"
1943-
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.6.4.tgz#020a9449e5382a4acb684f9c7e1283bc5695de66"
1944-
integrity sha512-Qp/9IHkdNiXJ3/Kon++At2nVpnhRiPq/aSvQN+H3U1WZbvNRK0RIQK/o4HMqPoXjpuGJUEWpHSs6Mnjxqh3TQg==
1964+
path-scurry@^1.7.0:
1965+
version "1.7.0"
1966+
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.7.0.tgz#99c741a2cfbce782294a39994d63748b5a24f6db"
1967+
integrity sha512-UkZUeDjczjYRE495+9thsgcVgsaCPkaw80slmfVFgllxY+IO8ubTsOpFVjDPROBqJdHfVPUFRHPBV/WciOVfWg==
19451968
dependencies:
19461969
lru-cache "^9.0.0"
19471970
minipass "^5.0.0"
@@ -2186,6 +2209,11 @@ signal-exit@^3.0.2:
21862209
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.7.tgz#a9a1767f8af84155114eaabd73f99273c8f59ad9"
21872210
integrity sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==
21882211

2212+
signal-exit@^4.0.1:
2213+
version "4.0.1"
2214+
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-4.0.1.tgz#96a61033896120ec9335d96851d902cc98f0ba2a"
2215+
integrity sha512-uUWsN4aOxJAS8KOuf3QMyFtgm1pkb6I+KRZbRF/ghdf5T7sM+B1lLLzPDxswUjkmHyxQAVzEgG35E3NzDM9GVw==
2216+
21892217
slash@^3.0.0:
21902218
version "3.0.0"
21912219
resolved "https://registry.yarnpkg.com/slash/-/slash-3.0.0.tgz#6539be870c165adbd5240220dbe361f1bc4d4634"

0 commit comments

Comments
 (0)