Skip to content

Commit

Permalink
downgrade axios and puppeteer to ensure safe axios version
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanvn committed Aug 13, 2024
1 parent 40a61d1 commit 7251aec
Show file tree
Hide file tree
Showing 2 changed files with 294 additions and 73 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@types/react": "^18.0.0",
"@types/url-parse": "^1.4.3",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"axios": "^1.3.4",
"axios": "1.3.1",
"cheerio": "^1.0.0-rc.12",
"classnames": "^2.3.2",
"cross-env": "^7.0.3",
Expand All @@ -59,7 +59,7 @@
"jest": "^29.7.0",
"jest-cli": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-puppeteer": "^10.0.1",
"jest-puppeteer": "6.2.0",
"json5": "^2.2.3",
"lint-staged": "^15.2.7",
"next-bundle-analyzer": "^0.6.7",
Expand Down
Loading

0 comments on commit 7251aec

Please sign in to comment.