Skip to content

Commit

Permalink
deps: upgrade puppeteer and fix resolution version to wrap-ansi
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertDS07 committed Jan 23, 2024
1 parent c289ea5 commit 545bbb3
Show file tree
Hide file tree
Showing 2 changed files with 112 additions and 190 deletions.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
"audit": "yarn-audit-fix --audit-level=moderate",
"prepare": "husky install"
},
"resolutions": {
"wrap-ansi": "7.0.0"
},
"dependencies": {
"@astrojs/mdx": "^1.1.5",
"@astrojs/sitemap": "^3.0.3",
Expand Down Expand Up @@ -50,7 +53,7 @@
"prettier": "3.1.0",
"prettier-plugin-astro": "^0.12.2",
"prettier-plugin-tailwindcss": "0.5.7",
"puppeteer": "20.7.4",
"puppeteer": "21.7.0",
"typescript": "^5.1.0",
"vite-plugin-solid": "2.7.0",
"vite-plugin-svg-inject": "1.0.10",
Expand Down
Loading

0 comments on commit 545bbb3

Please sign in to comment.