Skip to content

Commit 2e95795

Browse files
fix(deps): update dependency axios to v1 [security]
1 parent f2bdcf8 commit 2e95795

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.90.0",
1515
"@sentry/node": "7.90.0",
1616
"@sentry/tracing": "7.90.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
@@ -118,13 +118,14 @@ asynckit@^0.4.0:
118118
resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79"
119119
integrity sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==
120120

121-
axios@0.27.2:
122-
version "0.27.2"
123-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.27.2.tgz#207658cc8621606e586c85db4b41a750e756d972"
124-
integrity sha512-t+yRIyySRTp/wua5xEr+z1q60QmLq8ABsS5O9Me1AsE5dfKqgnCFzwiCZZ/cGNd1lq4/7akDWMxdhVlucjmnOQ==
121+
axios@1.6.0:
122+
version "1.6.0"
123+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.0.tgz#f1e5292f26b2fd5c2e66876adc5b06cdbd7d2102"
124+
integrity sha512-EZ1DYihju9pwVB+jg67ogm+Tmqc6JmhamRN6I4Zt8DfZu5lbcQGw3ozH9lFejSJgs/ibaef3A9PMXPLeefFGJg==
125125
dependencies:
126-
follow-redirects "^1.14.9"
126+
follow-redirects "^1.15.0"
127127
form-data "^4.0.0"
128+
proxy-from-env "^1.1.0"
128129

129130
balanced-match@^1.0.0:
130131
version "1.0.2"
@@ -240,7 +241,7 @@ find-up@^4.0.0:
240241
locate-path "^5.0.0"
241242
path-exists "^4.0.0"
242243

243-
follow-redirects@^1.14.9:
244+
follow-redirects@^1.15.0:
244245
version "1.15.3"
245246
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.3.tgz#fe2f3ef2690afce7e82ed0b44db08165b207123a"
246247
integrity sha512-1VzOtuEM8pC9SFU1E+8KfTjZyMztRsgEfwQl44z8A25uy13jSzTj6dyK2Df52iV0vgHCfBwLhDWevLn95w5v6Q==
@@ -415,7 +416,7 @@ progress@2.0.3:
415416
resolved "https://registry.yarnpkg.com/progress/-/progress-2.0.3.tgz#7e8cf8d8f5b8f239c1bc68beb4eb78567d572ef8"
416417
integrity sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==
417418

418-
proxy-from-env@1.1.0:
419+
proxy-from-env@1.1.0, proxy-from-env@^1.1.0:
419420
version "1.1.0"
420421
resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz#e102f16ca355424865755d2c9e8ea4f24d58c3e2"
421422
integrity sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==

0 commit comments

Comments
 (0)