Skip to content

Commit d45c600

Browse files
Merge pull request #2391 from nestjs/renovate/fast-glob-3.x
fix(deps): update dependency fast-glob to v3.2.12
2 parents 1eae5c7 + 25373e2 commit d45c600

File tree

2 files changed

+16
-5
lines changed

2 files changed

+16
-5
lines changed

packages/graphql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@graphql-tools/utils": "8.12.0",
2424
"@nestjs/mapped-types": "1.1.0",
2525
"chokidar": "3.5.3",
26-
"fast-glob": "3.2.11",
26+
"fast-glob": "3.2.12",
2727
"graphql-tag": "2.12.6",
2828
"graphql-ws": "5.5.5",
2929
"lodash": "4.17.21",

yarn.lock

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5398,10 +5398,10 @@ fast-diff@^1.1.2:
53985398
resolved "https://registry.yarnpkg.com/fast-diff/-/fast-diff-1.2.0.tgz#73ee11982d86caaf7959828d519cfe927fac5f03"
53995399
integrity sha512-xJuoT5+L99XlZ8twedaRf6Ax2TgQVxvgZOYoPKqZufmJib0tL2tegPBOZb1pVNgIhlqDlA0eO0c3wBvQcmzx4w==
54005400

5401-
[email protected].11, fast-glob@^3.2.11, fast-glob@^3.2.9:
5402-
version "3.2.11"
5403-
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.11.tgz#a1172ad95ceb8a16e20caa5c5e56480e5129c1d9"
5404-
integrity sha512-xrO3+1bxSo3ZVHAnqzyuewYT6aMFHRAd4Kcs92MAonjwQZLsK9d0SF1IyQ3k5PoirxTW0Oe/RqFgMQ6TcNE5Ew==
5401+
5402+
version "3.2.12"
5403+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.12.tgz#7f39ec99c2e6ab030337142da9e0c18f37afae80"
5404+
integrity sha512-DVj4CQIYYow0BlaelwK1pHl5n5cRSJfM60UA0zK891sVInoPri2Ekj7+e1CT3/3qxXenpI+nBBmQAcJPJgaj4w==
54055405
dependencies:
54065406
"@nodelib/fs.stat" "^2.0.2"
54075407
"@nodelib/fs.walk" "^1.2.3"
@@ -5420,6 +5420,17 @@ [email protected], fast-glob@^3.1.1:
54205420
merge2 "^1.3.0"
54215421
micromatch "^4.0.4"
54225422

5423+
fast-glob@^3.2.11, fast-glob@^3.2.9:
5424+
version "3.2.11"
5425+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.11.tgz#a1172ad95ceb8a16e20caa5c5e56480e5129c1d9"
5426+
integrity sha512-xrO3+1bxSo3ZVHAnqzyuewYT6aMFHRAd4Kcs92MAonjwQZLsK9d0SF1IyQ3k5PoirxTW0Oe/RqFgMQ6TcNE5Ew==
5427+
dependencies:
5428+
"@nodelib/fs.stat" "^2.0.2"
5429+
"@nodelib/fs.walk" "^1.2.3"
5430+
glob-parent "^5.1.2"
5431+
merge2 "^1.3.0"
5432+
micromatch "^4.0.4"
5433+
54235434
[email protected], fast-json-stable-stringify@^2.0.0, fast-json-stable-stringify@^2.1.0:
54245435
version "2.1.0"
54255436
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"

0 commit comments

Comments
 (0)