Skip to content

Commit 9077a3f

Browse files
authoredJan 4, 2023
chore(deps): update [dev] minor and patch dependencies for gatsby-plugin-mdx (#37353)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed
 

‎packages/gatsby-plugin-mdx/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,15 @@
5050
"devDependencies": {
5151
"@babel/cli": "^7.17.10",
5252
"@babel/core": "^7.18.2",
53-
"@types/estree": "^0.0.50",
53+
"@types/estree": "^0.0.52",
5454
"@types/mdast": "^3.0.10",
5555
"@types/unist": "^2.0.6",
5656
"babel-preset-gatsby-package": "^3.4.0-next.0",
5757
"cross-env": "^7.0.3",
5858
"del-cli": "^5.0.0",
5959
"opentracing": "^0.14.7",
6060
"typescript": "^4.9.3",
61-
"webpack": "^5.72.1"
61+
"webpack": "^5.75.0"
6262
},
6363
"jest": {
6464
"testEnvironment": "node"

‎yarn.lock

+6-6
Original file line numberDiff line numberDiff line change
@@ -4341,16 +4341,16 @@
43414341
version "0.0.39"
43424342
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.39.tgz#e177e699ee1b8c22d23174caaa7422644389509f"
43434343

4344-
"@types/estree@^0.0.50":
4345-
version "0.0.50"
4346-
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.50.tgz#1e0caa9364d3fccd2931c3ed96fdbeaa5d4cca83"
4347-
integrity sha512-C6N5s2ZFtuZRj54k2/zyRhNDjJwwcViAM3Nbm8zjBpbqAdZ00mr0CFxvSKeO8Y/e03WVFLpQMdHYVfUd6SB+Hw==
4348-
43494344
"@types/estree@^0.0.51":
43504345
version "0.0.51"
43514346
resolved "https://registry.npmjs.org/@types/estree/-/estree-0.0.51.tgz#cfd70924a25a3fd32b218e5e420e6897e1ac4f40"
43524347
integrity sha512-CuPgU6f3eT/XgKKPqKd/gLZV1Xmvf1a2R5POBOGQa6uv82xpls89HU5zKeVoyR8XzHd1RGNOlQlvUe3CFkjWNQ==
43534348

4349+
"@types/estree@^0.0.52":
4350+
version "0.0.52"
4351+
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.52.tgz#7f1f57ad5b741f3d5b210d3b1f145640d89bf8fe"
4352+
integrity sha512-BZWrtCU0bMVAIliIV+HJO1f1PR41M7NKjfxrFJwwhKI1KwhwOxYw1SXg9ao+CIMt774nFuGiG6eU+udtbEI9oQ==
4353+
43544354
"@types/events@*":
43554355
version "1.2.0"
43564356
resolved "https://registry.yarnpkg.com/@types/events/-/events-1.2.0.tgz#81a6731ce4df43619e5c8c945383b3e62a89ea86"
@@ -24474,7 +24474,7 @@ webpack-virtual-modules@^0.3.2:
2447424474
dependencies:
2447524475
debug "^3.0.0"
2447624476

24477-
webpack@^5.61.0, webpack@^5.72.1, webpack@^5.75.0:
24477+
webpack@^5.61.0, webpack@^5.75.0:
2447824478
version "5.75.0"
2447924479
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.75.0.tgz#1e440468647b2505860e94c9ff3e44d5b582c152"
2448024480
integrity sha512-piaIaoVJlqMsPtX/+3KTTO6jfvrSYgauFVdt8cr9LTHKmcq/AMd4mhzsiP7ZF/PGRNPGA8336jldh9l2Kt2ogQ==

0 commit comments

Comments
 (0)
Please sign in to comment.