Skip to content

Commit

Permalink
bump axios to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
nacho9900 committed May 10, 2024
1 parent 35a7e55 commit 38b5344
Show file tree
Hide file tree
Showing 9 changed files with 51 additions and 30 deletions.
2 changes: 1 addition & 1 deletion examples/drops/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@poap-xyz/providers": "*",
"@poap-xyz/utils": "*",
"@types/node": "^18.16.0",
"axios": "^1.3.5",
"axios": "^1.6.8",
"dotenv": "^16.0.3",
"stream": "^0.0.2"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/frames/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@poap-xyz/providers": "*",
"@poap-xyz/utils": "*",
"@types/node": "^18.16.0",
"axios": "^1.3.5",
"axios": "^1.6.8",
"dotenv": "^16.0.3",
"stream": "^0.0.2"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/poaps/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@poap-xyz/providers": "*",
"@poap-xyz/utils": "*",
"@types/node": "^18.16.0",
"axios": "^1.3.5",
"axios": "^1.6.8",
"dotenv": "^16.0.3",
"perf_hooks": "^0.0.1",
"stream": "^0.0.2"
Expand Down
6 changes: 3 additions & 3 deletions packages/drops/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@poap-xyz/drops",
"version": "0.2.7",
"version": "0.2.8",
"description": "Drops module for the poap.js library",
"main": "dist/cjs/index.cjs",
"module": "dist/esm/index.mjs",
Expand Down Expand Up @@ -29,7 +29,7 @@
"node": ">=18"
},
"dependencies": {
"@poap-xyz/providers": "0.2.7",
"@poap-xyz/utils": "0.2.7"
"@poap-xyz/providers": "0.2.8",
"@poap-xyz/utils": "0.2.8"
}
}
6 changes: 3 additions & 3 deletions packages/moments/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@poap-xyz/moments",
"version": "0.2.7",
"version": "0.2.8",
"description": "Moments module for the poap.js library",
"main": "dist/cjs/index.cjs",
"module": "dist/esm/index.mjs",
Expand All @@ -26,8 +26,8 @@
"build": "rollup -c --bundleConfigAsCjs"
},
"dependencies": {
"@poap-xyz/providers": "0.2.7",
"@poap-xyz/utils": "0.2.7",
"@poap-xyz/providers": "0.2.8",
"@poap-xyz/utils": "0.2.8",
"uuid": "^9.0.0"
},
"engines": {
Expand Down
6 changes: 3 additions & 3 deletions packages/poaps/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@poap-xyz/poaps",
"version": "0.2.7",
"version": "0.2.8",
"description": "Poaps module for the poap.js library",
"main": "dist/cjs/index.cjs",
"module": "dist/esm/index.mjs",
Expand All @@ -26,8 +26,8 @@
"build": "rollup -c --bundleConfigAsCjs"
},
"dependencies": {
"@poap-xyz/providers": "0.2.7",
"@poap-xyz/utils": "0.2.7"
"@poap-xyz/providers": "0.2.8",
"@poap-xyz/utils": "0.2.8"
},
"engines": {
"node": ">=18"
Expand Down
6 changes: 3 additions & 3 deletions packages/providers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@poap-xyz/providers",
"version": "0.2.7",
"version": "0.2.8",
"description": "Providers module for the poap.js library",
"main": "dist/cjs/index.cjs",
"module": "dist/esm/index.mjs",
Expand All @@ -26,8 +26,8 @@
"build": "rollup -c --bundleConfigAsCjs"
},
"dependencies": {
"@poap-xyz/utils": "0.2.7",
"axios": "^1.3.5",
"@poap-xyz/utils": "0.2.8",
"axios": "^1.6.8",
"lodash.chunk": "^4.2.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@poap-xyz/utils",
"version": "0.2.7",
"version": "0.2.8",
"description": "Utils module for the poap.js library",
"main": "dist/cjs/index.cjs",
"module": "dist/esm/index.mjs",
Expand Down
49 changes: 35 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -884,8 +884,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "@poap-xyz/drops@workspace:packages/drops"
dependencies:
"@poap-xyz/providers": 0.2.7
"@poap-xyz/utils": 0.2.7
"@poap-xyz/providers": 0.2.8
"@poap-xyz/utils": 0.2.8
languageName: unknown
linkType: soft

Expand All @@ -901,8 +901,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "@poap-xyz/moments@workspace:packages/moments"
dependencies:
"@poap-xyz/providers": 0.2.7
"@poap-xyz/utils": 0.2.7
"@poap-xyz/providers": 0.2.8
"@poap-xyz/utils": 0.2.8
"@types/uuid": ^9.0.2
uuid: ^9.0.0
languageName: unknown
Expand All @@ -912,24 +912,24 @@ __metadata:
version: 0.0.0-use.local
resolution: "@poap-xyz/poaps@workspace:packages/poaps"
dependencies:
"@poap-xyz/providers": 0.2.7
"@poap-xyz/utils": 0.2.7
"@poap-xyz/providers": 0.2.8
"@poap-xyz/utils": 0.2.8
languageName: unknown
linkType: soft

"@poap-xyz/providers@*, @poap-xyz/providers@0.2.7, @poap-xyz/providers@workspace:packages/providers":
"@poap-xyz/providers@*, @poap-xyz/providers@0.2.8, @poap-xyz/providers@workspace:packages/providers":
version: 0.0.0-use.local
resolution: "@poap-xyz/providers@workspace:packages/providers"
dependencies:
"@poap-xyz/utils": 0.2.7
axios: ^1.3.5
"@poap-xyz/utils": 0.2.8
axios: ^1.6.8
axios-mock-adapter: ^1.21.4
jest-fetch-mock: ^3.0.3
lodash.chunk: ^4.2.0
languageName: unknown
linkType: soft

"@poap-xyz/utils@*, @poap-xyz/utils@0.2.7, @poap-xyz/utils@workspace:packages/utils":
"@poap-xyz/utils@*, @poap-xyz/utils@0.2.8, @poap-xyz/utils@workspace:packages/utils":
version: 0.0.0-use.local
resolution: "@poap-xyz/utils@workspace:packages/utils"
languageName: unknown
Expand Down Expand Up @@ -1800,7 +1800,7 @@ __metadata:
languageName: node
linkType: hard

"axios@npm:^1.3.5, axios@npm:^1.3.6":
"axios@npm:^1.3.6":
version: 1.6.0
resolution: "axios@npm:1.6.0"
dependencies:
Expand All @@ -1811,6 +1811,17 @@ __metadata:
languageName: node
linkType: hard

"axios@npm:^1.6.8":
version: 1.6.8
resolution: "axios@npm:1.6.8"
dependencies:
follow-redirects: ^1.15.6
form-data: ^4.0.0
proxy-from-env: ^1.1.0
checksum: bf007fa4b207d102459300698620b3b0873503c6d47bf5a8f6e43c0c64c90035a4f698b55027ca1958f61ab43723df2781c38a99711848d232cad7accbcdfcdd
languageName: node
linkType: hard

"babel-jest@npm:^29.7.0":
version: 29.7.0
resolution: "babel-jest@npm:29.7.0"
Expand Down Expand Up @@ -1896,7 +1907,7 @@ __metadata:
"@poap-xyz/utils": "*"
"@types/node": ^18.16.0
"@types/node-fetch": ^2.6.3
axios: ^1.3.5
axios: ^1.6.8
dotenv: ^16.0.3
stream: ^0.0.2
ts-node: ^10.4.0
Expand All @@ -1913,7 +1924,7 @@ __metadata:
"@poap-xyz/utils": "*"
"@types/node": ^18.16.0
"@types/node-fetch": ^2.6.3
axios: ^1.3.5
axios: ^1.6.8
dotenv: ^16.0.3
stream: ^0.0.2
ts-node: ^10.4.0
Expand Down Expand Up @@ -1949,7 +1960,7 @@ __metadata:
"@poap-xyz/providers": "*"
"@poap-xyz/utils": "*"
"@types/node": ^18.16.0
axios: ^1.3.5
axios: ^1.6.8
dotenv: ^16.0.3
perf_hooks: ^0.0.1
stream: ^0.0.2
Expand Down Expand Up @@ -3334,6 +3345,16 @@ __metadata:
languageName: node
linkType: hard

"follow-redirects@npm:^1.15.6":
version: 1.15.6
resolution: "follow-redirects@npm:1.15.6"
peerDependenciesMeta:
debug:
optional: true
checksum: a62c378dfc8c00f60b9c80cab158ba54e99ba0239a5dd7c81245e5a5b39d10f0c35e249c3379eae719ff0285fff88c365dd446fab19dee771f1d76252df1bbf5
languageName: node
linkType: hard

"for-each@npm:^0.3.3":
version: 0.3.3
resolution: "for-each@npm:0.3.3"
Expand Down

0 comments on commit 38b5344

Please sign in to comment.