Skip to content

Commit 83849a0

Browse files
fix(deps): update dependency axios to v1 [security]
1 parent 0bb52df commit 83849a0

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

scraper/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@sentry/browser": "7.82.0",
1515
"@sentry/node": "7.82.0",
1616
"@sentry/tracing": "7.82.0",
17-
"axios": "0.27.2",
17+
"axios": "1.6.0",
1818
"lodash": "4.17.21",
1919
"puppeteer": "14.4.1"
2020
},

scraper/yarn.lock

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -108,13 +108,14 @@ asynckit@^0.4.0:
108108
resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79"
109109
integrity sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==
110110

111-
axios@0.27.2:
112-
version "0.27.2"
113-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.27.2.tgz#207658cc8621606e586c85db4b41a750e756d972"
114-
integrity sha512-t+yRIyySRTp/wua5xEr+z1q60QmLq8ABsS5O9Me1AsE5dfKqgnCFzwiCZZ/cGNd1lq4/7akDWMxdhVlucjmnOQ==
111+
axios@1.6.0:
112+
version "1.6.0"
113+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.0.tgz#f1e5292f26b2fd5c2e66876adc5b06cdbd7d2102"
114+
integrity sha512-EZ1DYihju9pwVB+jg67ogm+Tmqc6JmhamRN6I4Zt8DfZu5lbcQGw3ozH9lFejSJgs/ibaef3A9PMXPLeefFGJg==
115115
dependencies:
116-
follow-redirects "^1.14.9"
116+
follow-redirects "^1.15.0"
117117
form-data "^4.0.0"
118+
proxy-from-env "^1.1.0"
118119

119120
balanced-match@^1.0.0:
120121
version "1.0.2"
@@ -230,7 +231,7 @@ find-up@^4.0.0:
230231
locate-path "^5.0.0"
231232
path-exists "^4.0.0"
232233

233-
follow-redirects@^1.14.9:
234+
follow-redirects@^1.15.0:
234235
version "1.15.3"
235236
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.3.tgz#fe2f3ef2690afce7e82ed0b44db08165b207123a"
236237
integrity sha512-1VzOtuEM8pC9SFU1E+8KfTjZyMztRsgEfwQl44z8A25uy13jSzTj6dyK2Df52iV0vgHCfBwLhDWevLn95w5v6Q==
@@ -405,7 +406,7 @@ progress@2.0.3:
405406
resolved "https://registry.yarnpkg.com/progress/-/progress-2.0.3.tgz#7e8cf8d8f5b8f239c1bc68beb4eb78567d572ef8"
406407
integrity sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==
407408

408-
proxy-from-env@1.1.0:
409+
proxy-from-env@1.1.0, proxy-from-env@^1.1.0:
409410
version "1.1.0"
410411
resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz#e102f16ca355424865755d2c9e8ea4f24d58c3e2"
411412
integrity sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==

0 commit comments

Comments
 (0)