File tree Expand file tree Collapse file tree 2 files changed +11
-8
lines changed Expand file tree Collapse file tree 2 files changed +11
-8
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,9 @@ DOCKER_RUN_NODE = ${DOCKER_RUN} \
28
28
install : # # install dependencies
29
29
${DOCKER_RUN_NODE} yarn install
30
30
31
+ upgrade-interactive : # # upgrade-interactive dependencies
32
+ ${DOCKER_RUN_NODE} yarn upgrade-interactive
33
+
31
34
lint : # # scss and js linter
32
35
${DOCKER_RUN_NODE} yarn lint
33
36
Original file line number Diff line number Diff line change @@ -1496,11 +1496,11 @@ axe-core@^3.5.4:
1496
1496
integrity sha512-5P0QZ6J5xGikH780pghEdbEKijCTrruK9KxtPZCFWUpef0f6GipO+xEZ5GKCb020mmqgbiNO6TcA55CriL784Q==
1497
1497
1498
1498
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 ==
1502
1502
dependencies :
1503
- follow-redirects "^1.10 .0"
1503
+ follow-redirects "^1.14 .0"
1504
1504
1505
1505
axobject-query@^2.1.2 :
1506
1506
version "2.2.0"
@@ -2833,10 +2833,10 @@ flatted@^2.0.0:
2833
2833
resolved "https://registry.yarnpkg.com/flatted/-/flatted-2.0.2.tgz#4575b21e2bcee7434aa9be662f4b7b5f9c2b5138"
2834
2834
integrity sha512-r5wGx7YeOwNWNlCA0wQ86zKyDLMQr+/RB8xy74M4hTphfmjlijTSSXGuH8rnvKZnfT9i+75zmd8jcKdMR4O6jA==
2835
2835
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 ==
2840
2840
2841
2841
for-in@^1.0.2 :
2842
2842
version "1.0.2"
You can’t perform that action at this time.
0 commit comments