Skip to content
This repository was archived by the owner on May 16, 2023. It is now read-only.

Commit 103a4da

Browse files
fix(deps): update dependency axios to v1
1 parent 25da756 commit 103a4da

3 files changed

Lines changed: 8 additions & 20 deletions

File tree

packages/coordtest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"dependencies": {
1818
"@danbi-fi/juso2geolocation": "^0.2.11",
19-
"axios": "0.27.2",
19+
"axios": "1.3.1",
2020
"dotenv": "16.0.3",
2121
"lodash": "4.17.21"
2222
},

packages/juso2geolocation/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"url": "https://github.com/danbi-fi/packages/issues"
3333
},
3434
"dependencies": {
35-
"axios": "^0.27.0",
35+
"axios": "^1.0.0",
3636
"dotenv": "^16.0.0",
3737
"lodash": "^4.17.21"
3838
},

yarn.lock

Lines changed: 6 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2534,21 +2534,14 @@ at-least-node@^1.0.0:
25342534
resolved "https://registry.yarnpkg.com/at-least-node/-/at-least-node-1.0.0.tgz#602cd4b46e844ad4effc92a8011a3c46e0238dc2"
25352535
integrity sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==
25362536

2537-
axios@0.27.2:
2538-
version "0.27.2"
2539-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.27.2.tgz#207658cc8621606e586c85db4b41a750e756d972"
2540-
integrity sha512-t+yRIyySRTp/wua5xEr+z1q60QmLq8ABsS5O9Me1AsE5dfKqgnCFzwiCZZ/cGNd1lq4/7akDWMxdhVlucjmnOQ==
2541-
dependencies:
2542-
follow-redirects "^1.14.9"
2543-
form-data "^4.0.0"
2544-
2545-
axios@^0.27.0:
2546-
version "0.27.0"
2547-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.27.0.tgz#973ca980dee9077410189340390ea77964af6b29"
2548-
integrity sha512-XV/WrPxXfzgZ8j4lcB5i6LyaXmi90yetmV/Fem0kmglGx+mpY06CiweL3YxU6wOTNLmqLUePW4G8h45nGZ/+pA==
2537+
axios@1.3.1:
2538+
version "1.3.1"
2539+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.3.1.tgz#80bf6c8dbb46e6db1fa8fe9ab114c1ca7405c2ee"
2540+
integrity sha512-78pWJsQTceInlyaeBQeYZ/QgZeWS8hGeKiIJiDKQe3hEyBb7sEMq0K4gjx+Va6WHTYO4zI/RRl8qGRzn0YMadA==
25492541
dependencies:
2550-
follow-redirects "^1.14.9"
2542+
follow-redirects "^1.15.0"
25512543
form-data "^4.0.0"
2544+
proxy-from-env "^1.1.0"
25522545

25532546
axios@^1.0.0:
25542547
version "1.1.2"
@@ -3822,11 +3815,6 @@ flatted@^3.1.0:
38223815
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.1.1.tgz#c4b489e80096d9df1dfc97c79871aea7c617c469"
38233816
integrity sha512-zAoAQiudy+r5SvnSw3KJy5os/oRJYHzrzja/tBDqrZtNhUw8bt6y8OBzMWcjWr+8liV8Eb6yOhw8WZ7VFZ5ZzA==
38243817

3825-
follow-redirects@^1.14.9:
3826-
version "1.14.9"
3827-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.9.tgz#dd4ea157de7bfaf9ea9b3fbd85aa16951f78d8d7"
3828-
integrity sha512-MQDfihBQYMcyy5dhRDJUHcw7lb2Pv/TuE6xP1vyraLukNDHKbDxDNaOE3NbCAdKQApno+GPRyo1YAp89yCjK4w==
3829-
38303818
follow-redirects@^1.15.0:
38313819
version "1.15.2"
38323820
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.2.tgz#b460864144ba63f2681096f274c4e57026da2c13"

0 commit comments

Comments
 (0)