Skip to content

Commit f21cf80

Browse files
Bump glob from 11.0.3 to 12.0.0
Bumps [glob](https://github.com/isaacs/node-glob) from 11.0.3 to 12.0.0. - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md) - [Commits](isaacs/node-glob@v11.0.3...v12.0.0) --- updated-dependencies: - dependency-name: glob dependency-version: 12.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5f44c00 commit f21cf80

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"date-fns-tz": "^3.2.0",
3434
"feed": "^5.1.0",
3535
"framer-motion": "^11.9.0",
36-
"glob": "^11.0.3",
36+
"glob": "^12.0.0",
3737
"gray-matter": "^4.0.3",
3838
"isomorphic-dompurify": "^2.16.0",
3939
"next": "^14.2.30",

yarn.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -590,7 +590,7 @@
590590
resolved "https://registry.npmjs.org/@isaacs/balanced-match/-/balanced-match-4.0.1.tgz"
591591
integrity sha512-yzMTt9lEb8Gv7zRioUilSglI0c0smZ9k5D65677DLWLtWJaXIS3CqcGyUFByYKlnUj6TkjLVs54fBl6+TiGQDQ==
592592

593-
"@isaacs/brace-expansion@^5.0.0":
593+
"@isaacs/brace-expansion@^5.0.1":
594594
version "5.0.1"
595595
resolved "https://registry.yarnpkg.com/@isaacs/brace-expansion/-/brace-expansion-5.0.1.tgz#0ef5a92d91f2fff2a37646ce54da9e5f599f6eff"
596596
integrity sha512-WMz71T1JS624nWj2n2fnYAuPovhv7EUhk69R6i9dsVyzxt5eM3bjwvgk9L+APE1TRscGysAVMANkB0jh0LQZrQ==
@@ -2990,14 +2990,14 @@ glob-to-regexp@^0.4.1:
29902990
resolved "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz"
29912991
integrity sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==
29922992

2993-
glob@^11.0.3:
2994-
version "11.0.3"
2995-
resolved "https://registry.npmjs.org/glob/-/glob-11.0.3.tgz"
2996-
integrity sha512-2Nim7dha1KVkaiF4q6Dj+ngPPMdfvLJEOpZk/jKiUAkqKebpGAWQXAq9z1xu9HKu5lWfqw/FASuccEjyznjPaA==
2993+
glob@^12.0.0:
2994+
version "12.0.0"
2995+
resolved "https://registry.yarnpkg.com/glob/-/glob-12.0.0.tgz#4f75198719ab443ea433fdc023629b853532a443"
2996+
integrity sha512-5Qcll1z7IKgHr5g485ePDdHcNQY0k2dtv/bjYy0iuyGxQw2qSOiiXUXJ+AYQpg3HNoUMHqAruX478Jeev7UULw==
29972997
dependencies:
29982998
foreground-child "^3.3.1"
29992999
jackspeak "^4.1.1"
3000-
minimatch "^10.0.3"
3000+
minimatch "^10.1.1"
30013001
minipass "^7.1.2"
30023002
package-json-from-dist "^1.0.0"
30033003
path-scurry "^2.0.0"
@@ -4259,12 +4259,12 @@ mime-types@^2.1.12, mime-types@^2.1.27:
42594259
dependencies:
42604260
mime-db "1.52.0"
42614261

4262-
minimatch@^10.0.3:
4263-
version "10.0.3"
4264-
resolved "https://registry.npmjs.org/minimatch/-/minimatch-10.0.3.tgz"
4265-
integrity sha512-IPZ167aShDZZUMdRk66cyQAW3qr0WzbHkPdMYa8bzZhlHhO3jALbKdxcaak7W9FfT2rZNpQuUu4Od7ILEpXSaw==
4262+
minimatch@^10.1.1:
4263+
version "10.1.2"
4264+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.1.2.tgz#6c3f289f9de66d628fa3feb1842804396a43d81c"
4265+
integrity sha512-fu656aJ0n2kcXwsnwnv9g24tkU5uSmOlTjd6WyyaKm2Z+h1qmY6bAjrcaIxF/BslFqbZ8UBtbJi7KgQOZD2PTw==
42664266
dependencies:
4267-
"@isaacs/brace-expansion" "^5.0.0"
4267+
"@isaacs/brace-expansion" "^5.0.1"
42684268

42694269
minimatch@^3.1.2:
42704270
version "3.1.2"

0 commit comments

Comments
 (0)