Browse Source

Merge pull request #6 from tatianainama/dependabot/npm_and_yarn/recipes/axios-0.21.1

Bump axios from 0.19.2 to 0.21.1 in /recipes
Tatiana Inama 5 năm trước cách đây
mục cha
commit
333cbacf3b
2 tập tin đã thay đổi với 12 bổ sung5 xóa
  1. 11 4
      recipes/package-lock.json
  2. 1 1
      recipes/package.json

+ 11 - 4
recipes/package-lock.json

@@ -6506,11 +6506,18 @@
       "integrity": "sha512-zg7Hz2k5lI8kb7U32998pRRFin7zJlkfezGJjUc2heaD4Pw2wObakCDVzkKztTm/Ln7eiVvYsjqak0Ed4LkMDA=="
     },
     "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.1",
+          "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.13.1.tgz",
+          "integrity": "sha512-SSG5xmZh1mkPGyKzjZP8zLjltIfpW32Y5QpdNJyjcfGxK3qo3NDDkZOZSFiGn1A6SclQxY9GzEwAHQ3dmYRWpg=="
+        }
       }
     },
     "axobject-query": {

+ 1 - 1
recipes/package.json

@@ -22,7 +22,7 @@
     "@types/react-dom": "^16.8.3",
     "@types/react-router-dom": "^5.1.5",
     "@types/throttle-debounce": "^2.1.0",
-    "axios": "^0.19.0",
+    "axios": "^0.21.1",
     "classnames": "^2.2.6",
     "convert-units": "git+https://github.com/ben-ng/convert-units.git",
     "cssnano": "^4.1.10",