Skip to content

Commit fe84aa5

Browse files
fix(deps): bump glob from 13.0.0 to 13.0.1 (#612)
Bumps [glob](https://github.com/isaacs/node-glob) from 13.0.0 to 13.0.1. - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md) - [Commits](isaacs/node-glob@v13.0.0...v13.0.1) --- updated-dependencies: - dependency-name: glob dependency-version: 13.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 24b94fe commit fe84aa5

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@salesforce/lwc-dev-mobile-core": "4.0.0-alpha.14",
1818
"@salesforce/sf-plugins-core": "^11.2.4",
1919
"axios": "^1.13.4",
20-
"glob": "^13.0.0",
20+
"glob": "^13.0.1",
2121
"lwc": "~8.28.2",
2222
"node-fetch": "^3.3.2",
2323
"open": "^10.2.0",

yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2355,10 +2355,10 @@
23552355
resolved "https://registry.yarnpkg.com/@isaacs/balanced-match/-/balanced-match-4.0.1.tgz#3081dadbc3460661b751e7591d7faea5df39dd29"
23562356
integrity sha512-yzMTt9lEb8Gv7zRioUilSglI0c0smZ9k5D65677DLWLtWJaXIS3CqcGyUFByYKlnUj6TkjLVs54fBl6+TiGQDQ==
23572357

2358-
"@isaacs/brace-expansion@^5.0.0":
2359-
version "5.0.0"
2360-
resolved "https://registry.yarnpkg.com/@isaacs/brace-expansion/-/brace-expansion-5.0.0.tgz#4b3dabab7d8e75a429414a96bd67bf4c1d13e0f3"
2361-
integrity sha512-ZT55BDLV0yv0RBm2czMiZ+SqCGO7AvmOM3G/w2xhVPH+te0aKgFjmBvGlL1dH+ql2tgGO3MVrbb3jCKyvpgnxA==
2358+
"@isaacs/brace-expansion@^5.0.1":
2359+
version "5.0.1"
2360+
resolved "https://registry.yarnpkg.com/@isaacs/brace-expansion/-/brace-expansion-5.0.1.tgz#0ef5a92d91f2fff2a37646ce54da9e5f599f6eff"
2361+
integrity sha512-WMz71T1JS624nWj2n2fnYAuPovhv7EUhk69R6i9dsVyzxt5eM3bjwvgk9L+APE1TRscGysAVMANkB0jh0LQZrQ==
23622362
dependencies:
23632363
"@isaacs/balanced-match" "^4.0.1"
23642364

@@ -8028,12 +8028,12 @@ glob@^11.0.3:
80288028
package-json-from-dist "^1.0.0"
80298029
path-scurry "^2.0.0"
80308030

8031-
glob@^13.0.0:
8032-
version "13.0.0"
8033-
resolved "https://registry.yarnpkg.com/glob/-/glob-13.0.0.tgz#9d9233a4a274fc28ef7adce5508b7ef6237a1be3"
8034-
integrity sha512-tvZgpqk6fz4BaNZ66ZsRaZnbHvP/jG3uKJvAZOwEVUL4RTA5nJeeLYfyN9/VA8NX/V3IBG+hkeuGpKjvELkVhA==
8031+
glob@^13.0.1:
8032+
version "13.0.1"
8033+
resolved "https://registry.yarnpkg.com/glob/-/glob-13.0.1.tgz#c59a2500c9a5f1ab9cdd370217ced63c2aa81e60"
8034+
integrity sha512-B7U/vJpE3DkJ5WXTgTpTRN63uV42DseiXXKMwG14LQBXmsdeIoHAPbU/MEo6II0k5ED74uc2ZGTC6MwHFQhF6w==
80358035
dependencies:
8036-
minimatch "^10.1.1"
8036+
minimatch "^10.1.2"
80378037
minipass "^7.1.2"
80388038
path-scurry "^2.0.0"
80398039

@@ -10044,12 +10044,12 @@ minimatch@9.0.3:
1004410044
dependencies:
1004510045
brace-expansion "^2.0.1"
1004610046

10047-
minimatch@^10.0.3, minimatch@^10.1.1:
10048-
version "10.1.1"
10049-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.1.1.tgz#e6e61b9b0c1dcab116b5a7d1458e8b6ae9e73a55"
10050-
integrity sha512-enIvLvRAFZYXJzkCYG5RKmPfrFArdLv+R+lbQ53BmIMLIry74bjKzX6iHAm8WYamJkhSSEabrWN5D97XnKObjQ==
10047+
minimatch@^10.0.3, minimatch@^10.1.2:
10048+
version "10.1.2"
10049+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.1.2.tgz#6c3f289f9de66d628fa3feb1842804396a43d81c"
10050+
integrity sha512-fu656aJ0n2kcXwsnwnv9g24tkU5uSmOlTjd6WyyaKm2Z+h1qmY6bAjrcaIxF/BslFqbZ8UBtbJi7KgQOZD2PTw==
1005110051
dependencies:
10052-
"@isaacs/brace-expansion" "^5.0.0"
10052+
"@isaacs/brace-expansion" "^5.0.1"
1005310053

1005410054
minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
1005510055
version "3.1.2"

0 commit comments

Comments
 (0)