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" } }