Skip to content

Commit fa52fdb

Browse files
fix(deps): update dependency fastq to ^1.19.1
1 parent b131464 commit fa52fdb

File tree

7 files changed

+36
-215
lines changed

7 files changed

+36
-215
lines changed

packages/gatsby-adapter-netlify/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@netlify/config": "^20.10.0",
3737
"@netlify/functions": "^1.6.0",
3838
"cookie": "^0.6.0",
39-
"fastq": "^1.15.0",
39+
"fastq": "^1.19.1",
4040
"fs-extra": "^11.2.0",
4141
"gatsby-core-utils": "^4.16.0-next.0"
4242
},

packages/gatsby-core-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"@babel/runtime": "^7.20.13",
6565
"ci-info": "2.0.0",
6666
"configstore": "^5.0.1",
67-
"fastq": "^1.15.0",
67+
"fastq": "^1.19.1",
6868
"file-type": "^16.5.4",
6969
"fs-extra": "^11.2.0",
7070
"got": "^11.8.6",

packages/gatsby-plugin-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-utils#readme",
4848
"dependencies": {
4949
"@babel/runtime": "^7.20.13",
50-
"fastq": "^1.16.0",
50+
"fastq": "^1.19.1",
5151
"fs-extra": "^11.2.0",
5252
"gatsby-core-utils": "^4.16.0-next.0",
5353
"gatsby-sharp": "^1.16.0-next.0",

packages/gatsby-source-drupal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"agentkeepalive": "^4.5.0",
1313
"bluebird": "^3.7.2",
1414
"body-parser": "^1.20.3",
15-
"fastq": "^1.17.1",
15+
"fastq": "^1.19.1",
1616
"gatsby-plugin-utils": "^4.16.0-next.0",
1717
"gatsby-source-filesystem": "^5.16.0-next.0",
1818
"got": "^11.8.6",

packages/gatsby-transformer-screenshot/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"dependencies": {
1010
"@babel/runtime": "^7.20.13",
1111
"axios": "^1.6.2",
12-
"fastq": "^1.15.0"
12+
"fastq": "^1.19.1"
1313
},
1414
"devDependencies": {
1515
"@babel/cli": "^7.20.7",

packages/gatsby/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"express": "^4.18.2",
8787
"express-http-proxy": "^1.6.3",
8888
"fastest-levenshtein": "^1.0.16",
89-
"fastq": "^1.15.0",
89+
"fastq": "^1.19.1",
9090
"file-loader": "^6.2.0",
9191
"find-cache-dir": "^3.3.2",
9292
"fs-exists-cached": "1.0.0",

yarn.lock

Lines changed: 30 additions & 209 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)