From ce4f5bd82a35772b1110a35536f9250ffeb5eec8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 May 2022 20:41:59 +0000 Subject: [PATCH] chore(deps): bump axios from 0.21.1 to 0.21.2 in /packages/vc-http-api 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/master/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] --- packages/vc-http-api/package-lock.json | 17 +++++++++-------- packages/vc-http-api/package.json | 2 +- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/packages/vc-http-api/package-lock.json b/packages/vc-http-api/package-lock.json index 57cd123..cbe615f 100644 --- a/packages/vc-http-api/package-lock.json +++ b/packages/vc-http-api/package-lock.json @@ -4454,11 +4454,11 @@ "dev": true }, "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" } }, "axobject-query": { @@ -8029,9 +8029,9 @@ } }, "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.0", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.0.tgz", + "integrity": "sha512-aExlJShTV4qOUOL7yF1U5tvLCB0xQuudbf6toyYA0E/acBNw71mvjFTnLaRp50aQaYocMR0a/RMMBIHeZnGyjQ==" }, "for-in": { "version": "1.0.2", @@ -18532,7 +18532,8 @@ }, "ws": { "version": "7.4.3", - "resolved": "", + "resolved": "https://registry.npmjs.org/ws/-/ws-7.4.3.tgz", + "integrity": "sha512-hr6vCR76GsossIRsr8OLR9acVVm1jyfEWvhbNjtgPOrfvAlKzvyeg/P6r8RuDjRyrcQoPQT7K0DGEPc7Ae6jzA==", "dev": true }, "yargs-parser": { diff --git a/packages/vc-http-api/package.json b/packages/vc-http-api/package.json index 85f7312..5a6c472 100644 --- a/packages/vc-http-api/package.json +++ b/packages/vc-http-api/package.json @@ -61,7 +61,7 @@ "@transmute/jsonld-document-loader": "^0.2.0", "@transmute/vc-status-rl-2020": "0.0.4-unstable.13", "@transmute/vc.js": "^0.2.1-unstable.7", - "axios": "^0.21.1", + "axios": "^0.21.2", "fastify": "^3.9.1", "fastify-auth0-verify": "^0.4.2", "fastify-cors": "^5.0.0",