Skip to content

Commit 233997c

Browse files
authored
Merge pull request #95 from mcnaveen/renovate/axios-1.x
fix(deps): update dependency axios to ^1.1.3
2 parents ad7eefa + 1b898cf commit 233997c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"private": true,
66
"main": "index.js",
77
"dependencies": {
8-
"axios": "^1.1.2",
8+
"axios": "^1.1.3",
99
"cheerio": "^1.0.0-rc.12",
1010
"express": "^4.18.2",
1111
"node-pronounce": "^0.0.4",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -175,10 +175,10 @@ asynckit@^0.4.0:
175175
resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79"
176176
integrity sha1-x57Zf380y48robyXkLzDZkdLS3k=
177177

178-
axios@^1.1.2:
179-
version "1.1.2"
180-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.1.2.tgz#8b6f6c540abf44ab98d9904e8daf55351ca4a331"
181-
integrity sha512-bznQyETwElsXl2RK7HLLwb5GPpOLlycxHCtrpDR/4RqqBzjARaOTo3jz4IgtntWUYee7Ne4S8UHd92VCuzPaWA==
178+
axios@^1.1.3:
179+
version "1.1.3"
180+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.1.3.tgz#8274250dada2edf53814ed7db644b9c2866c1e35"
181+
integrity sha512-00tXVRwKx/FZr/IDVFt4C+f9FYairX517WoGCL6dpOntqLkZofjhu43F/Xl44UOpqa+9sLFDrG/XAnFsUYgkDA==
182182
dependencies:
183183
follow-redirects "^1.15.0"
184184
form-data "^4.0.0"

0 commit comments

Comments
 (0)