diff --git a/functions/package-lock.json b/functions/package-lock.json index 31fed26..22c37ba 100644 --- a/functions/package-lock.json +++ b/functions/package-lock.json @@ -6,7 +6,7 @@ "": { "name": "functions", "dependencies": { - "@nemtus/symbol-sdk-openapi-generator-typescript-axios": "^0.1.0", + "@nemtus/symbol-sdk-openapi-generator-typescript-axios": "^0.2.0", "@slack/web-api": "^7.16.0", "axios": "^1.17.0", "firebase-admin": "^13.10.0", @@ -1986,11 +1986,11 @@ } }, "node_modules/@nemtus/symbol-sdk-openapi-generator-typescript-axios": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/@nemtus/symbol-sdk-openapi-generator-typescript-axios/-/symbol-sdk-openapi-generator-typescript-axios-0.1.0.tgz", - "integrity": "sha512-1J/GRV3kQilKcRK+Q+mNe0hzK1LNLeaTwsRvyyhaWX8WJdqYzqWHE5ow3ZZw8G84TPZW4deiuyOX0puLSpj5jQ==", + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/@nemtus/symbol-sdk-openapi-generator-typescript-axios/-/symbol-sdk-openapi-generator-typescript-axios-0.2.0.tgz", + "integrity": "sha512-JERSpinnFUDxWuUuOji3BYn9GG45qaMFKzsQybaACGPLYGwYW/g/UOmVemKzwcyMtJFF5R0qLkbV1DxZozI+Wg==", "dependencies": { - "axios": "^0.27.2" + "axios": "^1.17.0" } }, "node_modules/@noble/curves": { @@ -3103,9 +3103,6 @@ "arm64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -3121,9 +3118,6 @@ "arm64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -3139,9 +3133,6 @@ "loong64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -3157,9 +3148,6 @@ "loong64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -3175,9 +3163,6 @@ "ppc64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -3193,9 +3178,6 @@ "riscv64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -3211,9 +3193,6 @@ "riscv64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -3229,9 +3208,6 @@ "s390x" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -3247,9 +3223,6 @@ "x64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -3265,9 +3238,6 @@ "x64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -12463,9 +12433,9 @@ } }, "@nemtus/symbol-sdk-openapi-generator-typescript-axios": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/@nemtus/symbol-sdk-openapi-generator-typescript-axios/-/symbol-sdk-openapi-generator-typescript-axios-0.1.0.tgz", - "integrity": "sha512-1J/GRV3kQilKcRK+Q+mNe0hzK1LNLeaTwsRvyyhaWX8WJdqYzqWHE5ow3ZZw8G84TPZW4deiuyOX0puLSpj5jQ==", + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/@nemtus/symbol-sdk-openapi-generator-typescript-axios/-/symbol-sdk-openapi-generator-typescript-axios-0.2.0.tgz", + "integrity": "sha512-JERSpinnFUDxWuUuOji3BYn9GG45qaMFKzsQybaACGPLYGwYW/g/UOmVemKzwcyMtJFF5R0qLkbV1DxZozI+Wg==", "requires": { "axios": "^1.17.0" } diff --git a/functions/package.json b/functions/package.json index 9679bd1..099137f 100644 --- a/functions/package.json +++ b/functions/package.json @@ -18,7 +18,7 @@ }, "main": "lib/index.js", "dependencies": { - "@nemtus/symbol-sdk-openapi-generator-typescript-axios": "^0.1.0", + "@nemtus/symbol-sdk-openapi-generator-typescript-axios": "^0.2.0", "@slack/web-api": "^7.16.0", "axios": "^1.17.0", "firebase-admin": "^13.10.0",