Skip to content

Commit 1b6d49a

Browse files
committed
fix: package.json & package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-15252993
1 parent 8db3018 commit 1b6d49a

File tree

2 files changed

+163
-8
lines changed

2 files changed

+163
-8
lines changed

package-lock.json

Lines changed: 162 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
},
3333
"homepage": "https://github.com/theyudhiztira/indonesia-news-scraper#readme",
3434
"dependencies": {
35-
"axios": "^0.21.1",
35+
"axios": "^1.13.5",
3636
"cheerio": "^1.0.0-rc.3",
3737
"moment": "^2.27.0",
3838
"puppeteer": "^22.8.2"

0 commit comments

Comments
 (0)