Skip to content

Commit 6544e36

Browse files
fix(deps): update dependency axios to v0.30.0 [security]
1 parent 775fcf6 commit 6544e36

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": "0.30.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@0.30.0:
122+
version "0.30.0"
123+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.30.0.tgz#026ae2c0ae6ac35d564056690683fb77c991d0d3"
124+
integrity sha512-Z4F3LjCgfjZz8BMYalWdMgAQUnEtKDmpwNHjh/C8pQZWde32TF64cqnSeyL3xD/aTIASRU30RHTNzRiV/NpGMg==
125125
dependencies:
126-
follow-redirects "^1.14.9"
126+
follow-redirects "^1.15.4"
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.4:
245+
version "1.15.11"
246+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.11.tgz#777d73d72a92f8ec4d2e410eb47352a56b8e8340"
247+
integrity sha512-deG2P0JfjrTxl50XGCDyfI97ZGVCxIpfKYmfyrQ54n5FO/0gfIES8C/Psl6kWVDolizcaaxZJnTS0QSMxvnsBQ==
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)