Skip to content

Commit 0f8b101

Browse files
fix(deps): update minor and patch dependencies for gatsby-source-drupal (#39126)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3a866b2 commit 0f8b101

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

Diff for: packages/gatsby-source-drupal/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
"@opentelemetry/semantic-conventions": "0.26.0",
1212
"agentkeepalive": "^4.5.0",
1313
"bluebird": "^3.7.2",
14-
"body-parser": "^1.20.2",
15-
"fastq": "^1.15.0",
14+
"body-parser": "^1.20.3",
15+
"fastq": "^1.17.1",
1616
"gatsby-plugin-utils": "^4.14.0-next.2",
1717
"gatsby-source-filesystem": "^5.14.0-next.2",
1818
"got": "^11.8.6",
19-
"http2-wrapper": "^2.2.0",
19+
"http2-wrapper": "^2.2.1",
2020
"lodash": "^4.17.21",
2121
"opentracing": "^0.14.7",
2222
"probe-image-size": "^7.2.3",

Diff for: yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -7060,7 +7060,7 @@ [email protected]:
70607060
type-is "~1.6.18"
70617061
unpipe "1.0.0"
70627062

7063-
[email protected], body-parser@^1.20.2:
7063+
[email protected], body-parser@^1.20.3:
70647064
version "1.20.3"
70657065
resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.20.3.tgz#1953431221c6fb5cd63c4b36d53fab0928e548c6"
70667066
integrity sha512-7rAxByjUMqQ3/bHJy7D6OGXvx/MMc4IqBn/X0fcM1QUcAItpZrBEYhWGem+tzXH90c+G01ypMcYJBO9Y30203g==
@@ -11554,10 +11554,10 @@ fastparse@^1.1.1:
1155411554
version "1.1.1"
1155511555
resolved "https://registry.yarnpkg.com/fastparse/-/fastparse-1.1.1.tgz#d1e2643b38a94d7583b479060e6c4affc94071f8"
1155611556

11557-
fastq@^1.15.0, fastq@^1.16.0, fastq@^1.6.0:
11558-
version "1.16.0"
11559-
resolved "https://registry.yarnpkg.com/fastq/-/fastq-1.16.0.tgz#83b9a9375692db77a822df081edb6a9cf6839320"
11560-
integrity sha512-ifCoaXsDrsdkWTtiNJX5uzHDsrck5TzfKKDcuFFTIrrc/BS076qgEIfoIy1VeZqViznfKiysPYTh/QeHtnIsYA==
11557+
fastq@^1.15.0, fastq@^1.16.0, fastq@^1.17.1, fastq@^1.6.0:
11558+
version "1.17.1"
11559+
resolved "https://registry.yarnpkg.com/fastq/-/fastq-1.17.1.tgz#2a523f07a4e7b1e81a42b91b8bf2254107753b47"
11560+
integrity sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==
1156111561
dependencies:
1156211562
reusify "^1.0.4"
1156311563

@@ -13487,10 +13487,10 @@ http2-wrapper@^1.0.0-beta.5.2:
1348713487
quick-lru "^5.1.1"
1348813488
resolve-alpn "^1.0.0"
1348913489

13490-
http2-wrapper@^2.1.10, http2-wrapper@^2.2.0:
13491-
version "2.2.0"
13492-
resolved "https://registry.yarnpkg.com/http2-wrapper/-/http2-wrapper-2.2.0.tgz#b80ad199d216b7d3680195077bd7b9060fa9d7f3"
13493-
integrity sha512-kZB0wxMo0sh1PehyjJUWRFEd99KC5TLjZ2cULC4f9iqJBAmKQQXEICjxl5iPJRwP40dpeHFqqhm7tYCvODpqpQ==
13490+
http2-wrapper@^2.1.10, http2-wrapper@^2.2.1:
13491+
version "2.2.1"
13492+
resolved "https://registry.yarnpkg.com/http2-wrapper/-/http2-wrapper-2.2.1.tgz#310968153dcdedb160d8b72114363ef5fce1f64a"
13493+
integrity sha512-V5nVw1PAOgfI3Lmeaj2Exmeg7fenjhRUgz1lPSezy1CuhPYbgQtbQj4jZfEAEMlaL+vupsvhjqCyjzob0yxsmQ==
1349413494
dependencies:
1349513495
quick-lru "^5.1.1"
1349613496
resolve-alpn "^1.2.0"

0 commit comments

Comments
 (0)