Skip to content

Commit 2ae5858

Browse files
Merge pull request #1951 from nestjs/renovate/fast-glob-3.x
fix(deps): update dependency fast-glob to v3.2.11
2 parents 8951935 + 849aa87 commit 2ae5858

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

packages/graphql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@graphql-tools/utils": "8.5.5",
2323
"@nestjs/mapped-types": "1.0.1",
2424
"chokidar": "3.5.2",
25-
"fast-glob": "3.2.7",
25+
"fast-glob": "3.2.11",
2626
"graphql-tag": "2.12.6",
2727
"graphql-ws": "5.5.5",
2828
"iterall": "1.3.0",

yarn.lock

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4542,7 +4542,18 @@ fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
45424542
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
45434543
integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
45444544

4545-
[email protected], fast-glob@^3.1.1, fast-glob@^3.2.7:
4545+
4546+
version "3.2.11"
4547+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.11.tgz#a1172ad95ceb8a16e20caa5c5e56480e5129c1d9"
4548+
integrity sha512-xrO3+1bxSo3ZVHAnqzyuewYT6aMFHRAd4Kcs92MAonjwQZLsK9d0SF1IyQ3k5PoirxTW0Oe/RqFgMQ6TcNE5Ew==
4549+
dependencies:
4550+
"@nodelib/fs.stat" "^2.0.2"
4551+
"@nodelib/fs.walk" "^1.2.3"
4552+
glob-parent "^5.1.2"
4553+
merge2 "^1.3.0"
4554+
micromatch "^4.0.4"
4555+
4556+
fast-glob@^3.1.1, fast-glob@^3.2.7:
45464557
version "3.2.7"
45474558
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.7.tgz#fd6cb7a2d7e9aa7a7846111e85a196d6b2f766a1"
45484559
integrity sha512-rYGMRwip6lUMvYD3BTScMwT1HtAs2d71SMv66Vrxs0IekGZEjhM0pcMfjQPnknBt2zeCwQMEupiN02ZP4DiT1Q==

0 commit comments

Comments
 (0)