From d2499a7cdad327ba7ce5a6055a44e6c4e55e2c14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Apr 2023 09:26:26 +0000 Subject: [PATCH] Bump axios from 0.21.1 to 0.21.2 in /ps-api-examples/message-signing/js Bumps [axios](https://github.com/axios/axios) from 0.21.1 to 0.21.2. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v0.21.2/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v0.21.1...v0.21.2) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../message-signing/js/package-lock.json | 17 ++++++++--------- ps-api-examples/message-signing/js/package.json | 2 +- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/ps-api-examples/message-signing/js/package-lock.json b/ps-api-examples/message-signing/js/package-lock.json index a349c96..3b1d5d0 100644 --- a/ps-api-examples/message-signing/js/package-lock.json +++ b/ps-api-examples/message-signing/js/package-lock.json @@ -1,21 +1,20 @@ { "name": "ps-signing", - "version": "1.0.0", - "lockfileVersion": 1, "requires": true, + "lockfileVersion": 1, "dependencies": { "axios": { - "version": "0.21.1", - "resolved": "https://registry.npmjs.org/axios/-/axios-0.21.1.tgz", - "integrity": "sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==", + "version": "0.21.2", + "resolved": "https://registry.npmjs.org/axios/-/axios-0.21.2.tgz", + "integrity": "sha512-87otirqUw3e8CzHTMO+/9kh/FSgXt/eVDvipijwDtEuwbkySWZ9SBm6VEubmJ/kLKEoLQV/POhxXFb66bfekfg==", "requires": { - "follow-redirects": "^1.10.0" + "follow-redirects": "^1.14.0" } }, "follow-redirects": { - "version": "1.13.3", - "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.13.3.tgz", - "integrity": "sha512-DUgl6+HDzB0iEptNQEXLx/KhTmDb8tZUHSeLqpnjpknR70H0nC2t9N73BK6fN4hOvJ84pKlIQVQ4k5FFlBedKA==" + "version": "1.15.2", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.2.tgz", + "integrity": "sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==" }, "uuid": { "version": "8.3.2", diff --git a/ps-api-examples/message-signing/js/package.json b/ps-api-examples/message-signing/js/package.json index d19626e..877a109 100644 --- a/ps-api-examples/message-signing/js/package.json +++ b/ps-api-examples/message-signing/js/package.json @@ -3,7 +3,7 @@ "main": "index.js", "author": "Saffaanh Soobratty ", "dependencies": { - "axios": "^0.21.1", + "axios": "^0.21.2", "uuid": "^8.3.2" } }