Skip to content
This repository was archived by the owner on Sep 9, 2024. It is now read-only.

Commit 3347e15

Browse files
chore(deps): update dependency glob to v9.3.4
1 parent d9dc1bc commit 3347e15

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"eslint": "4.19.1",
4141
"eslint-config-synacor": "3.0.5",
4242
"esm": "3.2.25",
43-
"glob": "9.2.1",
43+
"glob": "9.3.4",
4444
"markdown": "0.5.0",
4545
"per-env": "1.0.2",
4646
"preact-cli": "3.4.5",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5439,13 +5439,13 @@ glob-to-regexp@^0.3.0:
54395439
resolved "https://registry.yarnpkg.com/glob-to-regexp/-/glob-to-regexp-0.3.0.tgz#8c5a1494d2066c570cc3bfe4496175acc4d502ab"
54405440
integrity sha1-jFoUlNIGbFcMw7/kSWF1rMTVAqs=
54415441

5442-
glob@9.2.1:
5443-
version "9.2.1"
5444-
resolved "https://registry.yarnpkg.com/glob/-/glob-9.2.1.tgz#f47e34e1119e7d4f93a546e75851ba1f1e68de50"
5445-
integrity sha512-Pxxgq3W0HyA3XUvSXcFhRSs+43Jsx0ddxcFrbjxNGkL2Ak5BAUBxLqI5G6ADDeCHLfzzXFhe0b1yYcctGmytMA==
5442+
glob@9.3.4:
5443+
version "9.3.4"
5444+
resolved "https://registry.yarnpkg.com/glob/-/glob-9.3.4.tgz#e75dee24891a80c25cc7ee1dd327e126b98679af"
5445+
integrity sha512-qaSc49hojMOv1EPM4EuyITjDSgSKI0rthoHnvE81tcOi1SCVndHko7auqxdQ14eiQG2NDBJBE86+2xIrbIvrbA==
54465446
dependencies:
54475447
fs.realpath "^1.0.0"
5448-
minimatch "^7.4.1"
5448+
minimatch "^8.0.2"
54495449
minipass "^4.2.4"
54505450
path-scurry "^1.6.1"
54515451

@@ -7532,10 +7532,10 @@ minimatch@^5.0.1:
75327532
dependencies:
75337533
brace-expansion "^2.0.1"
75347534

7535-
minimatch@^7.4.1:
7536-
version "7.4.1"
7537-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-7.4.1.tgz#166705f9417985ba5149f2dbf2fa50c29832913b"
7538-
integrity sha512-Oz1iPEP+MGl7KS3SciLsLLcuZ7VsBfb7Qrz/jYt/s/sYAv272P26HSLz2f77Y6hzTKXiBi6g765fqpEDNc5fJw==
7535+
minimatch@^8.0.2:
7536+
version "8.0.2"
7537+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-8.0.2.tgz#ba35f8afeb255a4cbad4b6677b46132f3278c469"
7538+
integrity sha512-ikHGF67ODxj7vS5NKU2wvTsFLbExee+KXVCnBWh8Cg2hVJfBMQIrlo50qru/09E0EifjnU8dZhJ/iHhyXJM6Mw==
75397539
dependencies:
75407540
brace-expansion "^2.0.1"
75417541

0 commit comments

Comments
 (0)