Merge pull request #4 from sigonasr2/dependabot/npm_and_yarn/server/axios-0.21.1

Bump axios from 0.19.2 to 0.21.1 in /server
dependabot/npm_and_yarn/server/lodash-4.17.21
sigonasr2, Sig, Sigo 4 years ago committed by GitHub
commit 99c1e25d73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 15
      server/package-lock.json
  2. 2
      server/package.json

@ -137,11 +137,18 @@
"integrity": "sha512-3YDiu347mtVtjpyV3u5kVqQLP242c06zwDOgpeRnybmXlYYsLbtTrUBUm8i8srONt+FWobl5aibnU1030PeeuA=="
},
"axios": {
"version": "0.19.2",
"resolved": "https://registry.npmjs.org/axios/-/axios-0.19.2.tgz",
"integrity": "sha512-fjgm5MvRHLhx+osE2xoekY70AhARk3a6hkN+3Io1jc00jtquGvxYlKlsFUhmUET0V5te6CcZI7lcv2Ym61mjHA==",
"version": "0.21.1",
"resolved": "https://registry.npmjs.org/axios/-/axios-0.21.1.tgz",
"integrity": "sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==",
"requires": {
"follow-redirects": "1.5.10"
"follow-redirects": "^1.10.0"
},
"dependencies": {
"follow-redirects": {
"version": "1.13.2",
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.13.2.tgz",
"integrity": "sha512-6mPTgLxYm3r6Bkkg0vNM0HTjfGrOEtsfbhagQvbxDEsEkpNhw582upBaoRZylzen6krEmxXJgt9Ju6HiI4O7BA=="
}
}
},
"balanced-match": {

@ -9,7 +9,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.19.2",
"axios": "^0.21.1",
"canvas": "^2.6.1",
"child_process": "^1.0.2",
"connect-timeout": "^1.9.0",

Loading…
Cancel
Save