Skip to content

Commit 0c5f2ce

Browse files
committed
BUmp axios from 0.21.1 to 0.21.4
1 parent cb50097 commit 0c5f2ce

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ DOCKER_RUN_NODE = ${DOCKER_RUN} \
2828
install: ## install dependencies
2929
${DOCKER_RUN_NODE} yarn install
3030

31+
upgrade-interactive: ## upgrade-interactive dependencies
32+
${DOCKER_RUN_NODE} yarn upgrade-interactive
33+
3134
lint: ## scss and js linter
3235
${DOCKER_RUN_NODE} yarn lint
3336

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1496,11 +1496,11 @@ axe-core@^3.5.4:
14961496
integrity sha512-5P0QZ6J5xGikH780pghEdbEKijCTrruK9KxtPZCFWUpef0f6GipO+xEZ5GKCb020mmqgbiNO6TcA55CriL784Q==
14971497

14981498
axios@^0.21.1:
1499-
version "0.21.1"
1500-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.1.tgz#22563481962f4d6bde9a76d516ef0e5d3c09b2b8"
1501-
integrity sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==
1499+
version "0.21.4"
1500+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.4.tgz#c67b90dc0568e5c1cf2b0b858c43ba28e2eda575"
1501+
integrity sha512-ut5vewkiu8jjGBdqpM44XxjuCjq9LAKeHVmoVfHVzy8eHgxxq8SbAVQNovDA8mVi05kP0Ea/n/UzcSHcTJQfNg==
15021502
dependencies:
1503-
follow-redirects "^1.10.0"
1503+
follow-redirects "^1.14.0"
15041504

15051505
axobject-query@^2.1.2:
15061506
version "2.2.0"
@@ -2833,10 +2833,10 @@ flatted@^2.0.0:
28332833
resolved "https://registry.yarnpkg.com/flatted/-/flatted-2.0.2.tgz#4575b21e2bcee7434aa9be662f4b7b5f9c2b5138"
28342834
integrity sha512-r5wGx7YeOwNWNlCA0wQ86zKyDLMQr+/RB8xy74M4hTphfmjlijTSSXGuH8rnvKZnfT9i+75zmd8jcKdMR4O6jA==
28352835

2836-
follow-redirects@^1.10.0:
2837-
version "1.14.8"
2838-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.8.tgz#016996fb9a11a100566398b1c6839337d7bfa8fc"
2839-
integrity sha512-1x0S9UVJHsQprFcEC/qnNzBLcIxsjAV905f/UkQxbclCsoTWlacCNOpQa/anodLl2uaEKFhfWOvM2Qg77+15zA==
2836+
follow-redirects@^1.14.0:
2837+
version "1.15.2"
2838+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.2.tgz#b460864144ba63f2681096f274c4e57026da2c13"
2839+
integrity sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==
28402840

28412841
for-in@^1.0.2:
28422842
version "1.0.2"

0 commit comments

Comments
 (0)