Skip to content

Commit 4ef4bf5

Browse files
authored
fix(gatsby-source-graphql): Pin resolution of extract-files (#28459)
1 parent 856406f commit 4ef4bf5

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,8 @@
9494
},
9595
"resolutions": {
9696
"theme-ui": "0.4.0-rc.14",
97-
"csstype": "2.6.14"
97+
"csstype": "2.6.14",
98+
"extract-files": "^8.1.0"
9899
},
99100
"engines": {
100101
"yarn": "^1.17.3",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -10633,10 +10633,10 @@ extglob@^2.0.4:
1063310633
snapdragon "^0.8.1"
1063410634
to-regex "^3.0.1"
1063510635

10636-
extract-files@^9.0.0:
10637-
version "9.0.0"
10638-
resolved "https://registry.yarnpkg.com/extract-files/-/extract-files-9.0.0.tgz#8a7744f2437f81f5ed3250ed9f1550de902fe54a"
10639-
integrity sha512-CvdFfHkC95B4bBBk36hcEmvdR2awOdhhVUYH6S/zrVj3477zven/fJMYg7121h4T1xHZC+tetUpubpAhxwI7hQ==
10636+
extract-files@^8, extract-files@^9.0.0:
10637+
version "8.1.0"
10638+
resolved "https://registry.yarnpkg.com/extract-files/-/extract-files-8.1.0.tgz#46a0690d0fe77411a2e3804852adeaa65cd59288"
10639+
integrity sha512-PTGtfthZK79WUMk+avLmwx3NGdU8+iVFXC2NMGxKsn0MnihOG2lvumj+AZo8CTwTrwjXDgZ5tztbRlEdRjBonQ==
1064010640

1064110641
extract-zip@^1.6.6:
1064210642
version "1.7.0"

0 commit comments

Comments
 (0)