Skip to content

Commit 877b754

Browse files
Bump globby from 13.1.2 to 13.1.3
Bumps [globby](https://github.com/sindresorhus/globby) from 13.1.2 to 13.1.3. - [Release notes](https://github.com/sindresorhus/globby/releases) - [Commits](sindresorhus/globby@v13.1.2...v13.1.3) --- updated-dependencies: - dependency-name: globby dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ad16ac9 commit 877b754

File tree

2 files changed

+6
-17
lines changed

2 files changed

+6
-17
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"dependencies": {
1111
"@svgr/webpack": "^6.5.1",
12-
"globby": "13.1.2",
12+
"globby": "13.1.3",
1313
"next": "12.1.0",
1414
"prettier": "^2.8.5",
1515
"prop-types": "^15.8.1",

yarn.lock

Lines changed: 5 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2227,7 +2227,7 @@ fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
22272227
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
22282228
integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
22292229

2230-
fast-glob@^3.2.11:
2230+
fast-glob@^3.2.11, fast-glob@^3.2.9:
22312231
version "3.2.12"
22322232
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.12.tgz#7f39ec99c2e6ab030337142da9e0c18f37afae80"
22332233
integrity sha512-DVj4CQIYYow0BlaelwK1pHl5n5cRSJfM60UA0zK891sVInoPri2Ekj7+e1CT3/3qxXenpI+nBBmQAcJPJgaj4w==
@@ -2238,17 +2238,6 @@ fast-glob@^3.2.11:
22382238
merge2 "^1.3.0"
22392239
micromatch "^4.0.4"
22402240

2241-
fast-glob@^3.2.9:
2242-
version "3.2.11"
2243-
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.11.tgz#a1172ad95ceb8a16e20caa5c5e56480e5129c1d9"
2244-
integrity sha512-xrO3+1bxSo3ZVHAnqzyuewYT6aMFHRAd4Kcs92MAonjwQZLsK9d0SF1IyQ3k5PoirxTW0Oe/RqFgMQ6TcNE5Ew==
2245-
dependencies:
2246-
"@nodelib/fs.stat" "^2.0.2"
2247-
"@nodelib/fs.walk" "^1.2.3"
2248-
glob-parent "^5.1.2"
2249-
merge2 "^1.3.0"
2250-
micromatch "^4.0.4"
2251-
22522241
fast-json-stable-stringify@^2.0.0:
22532242
version "2.1.0"
22542243
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
@@ -2390,10 +2379,10 @@ globals@^13.19.0:
23902379
dependencies:
23912380
type-fest "^0.20.2"
23922381

2393-
globby@13.1.2:
2394-
version "13.1.2"
2395-
resolved "https://registry.yarnpkg.com/globby/-/globby-13.1.2.tgz#29047105582427ab6eca4f905200667b056da515"
2396-
integrity sha512-LKSDZXToac40u8Q1PQtZihbNdTYSNMuWe+K5l+oa6KgDzSvVrHXlJy40hUP522RjAIoNLJYBJi7ow+rbFpIhHQ==
2382+
globby@13.1.3:
2383+
version "13.1.3"
2384+
resolved "https://registry.yarnpkg.com/globby/-/globby-13.1.3.tgz#f62baf5720bcb2c1330c8d4ef222ee12318563ff"
2385+
integrity sha512-8krCNHXvlCgHDpegPzleMq07yMYTO2sXKASmZmquEYWEmCx6J5UTRbp5RwMJkTJGtcQ44YpiUYUiN0b9mzy8Bw==
23972386
dependencies:
23982387
dir-glob "^3.0.1"
23992388
fast-glob "^3.2.11"

0 commit comments

Comments
 (0)