From 29805cc0e7b99d9f8039962dc6e0c9d89e42d2ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Jul 2022 21:13:48 +0000 Subject: [PATCH] build(deps): bump simple-oauth2 from 3.4.0 to 4.3.0 Bumps [simple-oauth2](https://github.com/lelylan/simple-oauth2) from 3.4.0 to 4.3.0. - [Release notes](https://github.com/lelylan/simple-oauth2/releases) - [Changelog](https://github.com/lelylan/simple-oauth2/blob/master/CHANGELOG.md) - [Commits](https://github.com/lelylan/simple-oauth2/commits) --- updated-dependencies: - dependency-name: simple-oauth2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 09632a3..9eafd0e 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ }, "dependencies": { "fastify-plugin": "^4.0.0", - "simple-oauth2": "^3.4.0" + "simple-oauth2": "^4.3.0" }, "tsd": { "directory": "test/types"