Skip to content

Commit 25e5dd9

Browse files
fix(deps): update dependency axios to v1 [security]
1 parent 749dd42 commit 25e5dd9

File tree

2 files changed

+12
-11
lines changed

2 files changed

+12
-11
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.92.0",
1515
"@sentry/node": "7.92.0",
1616
"@sentry/tracing": "7.92.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: 11 additions & 10 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,10 +241,10 @@ 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-
version "1.15.4"
245-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.4.tgz#cdc7d308bf6493126b17ea2191ea0ccf3e535adf"
246-
integrity sha512-Cr4D/5wlrb0z9dgERpUL3LrmPKVDsETIJhaCMeDfuFYcqa5bldGV6wBsAN6X/vxlXQtFBMrXdXxdL8CbDTGniw==
244+
follow-redirects@^1.15.0:
245+
version "1.15.5"
246+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.5.tgz#54d4d6d062c0fa7d9d17feb008461550e3ba8020"
247+
integrity sha512-vSFWUON1B+yAw1VN4xMfxgn5fTUiaOzAJCKBwIIgT/+7CuGy9+r+5gITvP62j3RmaD5Ph65UaERdOSRGUzZtgw==
247248

248249
form-data@^4.0.0:
249250
version "4.0.0"
@@ -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)