From 96099b40b2914ac6a29dd1ce6897918f20a5a05e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 22:06:16 +0000 Subject: [PATCH] Bump oauth from 0.9.15 to 0.10.0 Bumps [oauth](https://github.com/ciaranj/node-oauth) from 0.9.15 to 0.10.0. - [Release notes](https://github.com/ciaranj/node-oauth/releases) - [Commits](https://github.com/ciaranj/node-oauth/compare/0.9.15...0.10.0) --- updated-dependencies: - dependency-name: oauth dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- packages/api/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/api/package.json b/packages/api/package.json index f9decbe01..6c7a87235 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -78,7 +78,7 @@ "node-html-markdown": "^1.3.0", "nodemailer": "^6.7.3", "normalize-url": "^6.1.0", - "oauth": "^0.9.15", + "oauth": "^0.10.0", "pg": "^8.3.3", "postgrator": "^4.2.0", "private-ip": "^2.3.3", diff --git a/yarn.lock b/yarn.lock index 323c4440d..158641146 100644 --- a/yarn.lock +++ b/yarn.lock @@ -21287,10 +21287,10 @@ oauth-sign@~0.9.0: resolved "https://registry.yarnpkg.com/oauth-sign/-/oauth-sign-0.9.0.tgz#47a7b016baa68b5fa0ecf3dee08a85c679ac6455" integrity sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ== -oauth@^0.9.15: - version "0.9.15" - resolved "https://registry.yarnpkg.com/oauth/-/oauth-0.9.15.tgz#bd1fefaf686c96b75475aed5196412ff60cfb9c1" - integrity sha1-vR/vr2hslrdUda7VGWQS/2DPucE= +oauth@^0.10.0: + version "0.10.0" + resolved "https://registry.yarnpkg.com/oauth/-/oauth-0.10.0.tgz#3551c4c9b95c53ea437e1e21e46b649482339c58" + integrity sha512-1orQ9MT1vHFGQxhuy7E/0gECD3fd2fCC+PIX+/jgmU/gI3EpRocXtmtvxCO5x3WZ443FLTLFWNDjl5MPJf9u+Q== obj-case@0.2.1: version "0.2.1"