From 19a9e73f30d31fc0b34a465ea68e3c77fac1d3d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 07:51:34 +0000 Subject: [PATCH] chore(deps): bump axios from 1.7.2 to 1.7.5 in /packages/poh-signer-api Bumps [axios](https://github.com/axios/axios) from 1.7.2 to 1.7.5. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v1.7.2...v1.7.5) --- updated-dependencies: - dependency-name: axios dependency-type: indirect ... Signed-off-by: dependabot[bot] --- packages/poh-signer-api/package-lock.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/poh-signer-api/package-lock.json b/packages/poh-signer-api/package-lock.json index 614ddb534..6c71c8431 100644 --- a/packages/poh-signer-api/package-lock.json +++ b/packages/poh-signer-api/package-lock.json @@ -1,13 +1,13 @@ { "name": "poh", - "version": "0.0.1", + "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "poh", - "version": "0.0.1", - "license": "UNLICENSED", + "version": "1.0.0", + "license": "Apache-2.0", "dependencies": { "@nestjs/axios": "^3.0.2", "@nestjs/common": "^10.3.3", @@ -3159,9 +3159,9 @@ "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==" }, "node_modules/axios": { - "version": "1.7.2", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.2.tgz", - "integrity": "sha512-2A8QhOMrbomlDuiLeK9XibIBzuHeRcqqNOHp0Cyp5EoJ1IFDh+XZH3A6BkXtv0K4gFGCI0Y4BM7B1wOEi0Rmgw==", + "version": "1.7.5", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.5.tgz", + "integrity": "sha512-fZu86yCo+svH3uqJ/yTdQ0QHpQu5oL+/QE+QPSv6BZSkDAoky9vytxp7u5qk83OJFS3kEBcesWni9WTZAv3tSw==", "peer": true, "dependencies": { "follow-redirects": "^1.15.6",