Skip to content

Commit 25373e2

Browse files
fix(deps): update dependency fast-glob to v3.2.12
1 parent 1441f9b commit 25373e2

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.8.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
@@ -5415,10 +5415,10 @@ fast-diff@^1.1.2:
54155415
resolved "https://registry.yarnpkg.com/fast-diff/-/fast-diff-1.2.0.tgz#73ee11982d86caaf7959828d519cfe927fac5f03"
54165416
integrity sha512-xJuoT5+L99XlZ8twedaRf6Ax2TgQVxvgZOYoPKqZufmJib0tL2tegPBOZb1pVNgIhlqDlA0eO0c3wBvQcmzx4w==
54175417

5418-
[email protected].11, fast-glob@^3.2.11, fast-glob@^3.2.9:
5419-
version "3.2.11"
5420-
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.11.tgz#a1172ad95ceb8a16e20caa5c5e56480e5129c1d9"
5421-
integrity sha512-xrO3+1bxSo3ZVHAnqzyuewYT6aMFHRAd4Kcs92MAonjwQZLsK9d0SF1IyQ3k5PoirxTW0Oe/RqFgMQ6TcNE5Ew==
5418+
5419+
version "3.2.12"
5420+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.12.tgz#7f39ec99c2e6ab030337142da9e0c18f37afae80"
5421+
integrity sha512-DVj4CQIYYow0BlaelwK1pHl5n5cRSJfM60UA0zK891sVInoPri2Ekj7+e1CT3/3qxXenpI+nBBmQAcJPJgaj4w==
54225422
dependencies:
54235423
"@nodelib/fs.stat" "^2.0.2"
54245424
"@nodelib/fs.walk" "^1.2.3"
@@ -5437,6 +5437,17 @@ [email protected], fast-glob@^3.1.1:
54375437
merge2 "^1.3.0"
54385438
micromatch "^4.0.4"
54395439

5440+
fast-glob@^3.2.11, fast-glob@^3.2.9:
5441+
version "3.2.11"
5442+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.11.tgz#a1172ad95ceb8a16e20caa5c5e56480e5129c1d9"
5443+
integrity sha512-xrO3+1bxSo3ZVHAnqzyuewYT6aMFHRAd4Kcs92MAonjwQZLsK9d0SF1IyQ3k5PoirxTW0Oe/RqFgMQ6TcNE5Ew==
5444+
dependencies:
5445+
"@nodelib/fs.stat" "^2.0.2"
5446+
"@nodelib/fs.walk" "^1.2.3"
5447+
glob-parent "^5.1.2"
5448+
merge2 "^1.3.0"
5449+
micromatch "^4.0.4"
5450+
54405451
[email protected], fast-json-stable-stringify@^2.0.0, fast-json-stable-stringify@^2.1.0:
54415452
version "2.1.0"
54425453
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"

0 commit comments

Comments
 (0)