Skip to content

Commit 754956d

Browse files
authored
build(deps): bump puppeteer from v18 to v22.13.1 (#98)
1 parent 12d2e3f commit 754956d

File tree

3 files changed

+489
-151
lines changed

3 files changed

+489
-151
lines changed

examples/mdx-example/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"hast-util-to-html": "^8.0.4",
2626
"hast-util-to-mdast": "^8.4.1",
2727
"mdx-mermaid": "workspace:*",
28-
"puppeteer": "^18.0.0",
28+
"puppeteer": "^22.13.1",
2929
"react": "^17.0.2",
3030
"react-dom": "^17.0.2"
3131
}

lib/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"mdast-util-from-markdown": "^1.2.0",
5555
"mdast-util-mdx": "^2.0.0",
5656
"micromark-extension-mdxjs": "^1.0.0",
57-
"puppeteer": "^18.0.0"
57+
"puppeteer": "^22.13.1"
5858
},
5959
"devDependencies": {
6060
"@babel/core": "^7.20.12",
@@ -82,7 +82,7 @@
8282
"jest": "^28.1.3",
8383
"jest-environment-jsdom": "^28.1.3",
8484
"mermaid": "^9.3.0",
85-
"puppeteer": "^19.6.3",
85+
"puppeteer": "^22.13.1",
8686
"react": "^17.0.2",
8787
"react-dom": "^17.0.2",
8888
"rimraf": "^3.0.2",

0 commit comments

Comments
 (0)