From 2b05fa414d6c6de679b6b437487f179616ffdee5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Nov 2025 05:57:16 +0000 Subject: [PATCH] Bump @node-oauth/oauth2-server from 5.2.0 to 5.2.1 Bumps [@node-oauth/oauth2-server](https://github.com/node-oauth/node-oauth2-server) from 5.2.0 to 5.2.1. - [Release notes](https://github.com/node-oauth/node-oauth2-server/releases) - [Changelog](https://github.com/node-oauth/node-oauth2-server/blob/master/CHANGELOG.md) - [Commits](https://github.com/node-oauth/node-oauth2-server/compare/v5.2.0...v5.2.1) --- updated-dependencies: - dependency-name: "@node-oauth/oauth2-server" dependency-version: 5.2.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 28 ++++++++++++++-------------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/package.json b/package.json index d9ac9bf..0f1dcaa 100644 --- a/package.json +++ b/package.json @@ -85,7 +85,7 @@ "@joplin/turndown-plugin-gfm": "^1.0.49", "@juggle/resize-observer": "^3.4.0", "@linear/sdk": "^58.1.0", - "@node-oauth/oauth2-server": "^5.2.0", + "@node-oauth/oauth2-server": "^5.2.1", "@notionhq/client": "^2.3.0", "@octokit/auth-app": "^6.1.4", "@octokit/webhooks": "^13.9.1", diff --git a/yarn.lock b/yarn.lock index 8454d9c..803822f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2713,14 +2713,14 @@ resolved "https://registry.yarnpkg.com/@node-oauth/formats/-/formats-1.0.0.tgz#6525478802180199ecf6ea3208fc5e1b683031be" integrity sha512-DwSbLtdC8zC5B5gTJkFzJj5s9vr9SGzOgQvV9nH7tUVuMSScg0EswAczhjIapOmH3Y8AyP7C4Jv7b8+QJObWZA== -"@node-oauth/oauth2-server@^5.2.0": - version "5.2.0" - resolved "https://registry.yarnpkg.com/@node-oauth/oauth2-server/-/oauth2-server-5.2.0.tgz#9bfabf1f5d24387c919e30a4c5fa3ff0c408cbfa" - integrity sha512-tbw0aHPk1Pu/HmQlll4unYd+VHwoagbAmUBLys5g6hDh9khcKzTmE77Z0myMG5a66w3Yk3xBwCRPX9a7M+HTqA== +"@node-oauth/oauth2-server@^5.2.1": + version "5.2.1" + resolved "https://registry.yarnpkg.com/@node-oauth/oauth2-server/-/oauth2-server-5.2.1.tgz#0ec6863c70da19e1c8bd6b48274f5d53379c9c58" + integrity sha512-lTyLc7iSnSvoWu3Wzh5GkkAoqvmqZJLE1GC9o7hMiVBxvz5UCjTbbJ0OyeuNfOtQMVDoq9AEbIo6aHDrca0iRA== dependencies: "@node-oauth/formats" "1.0.0" basic-auth "2.0.1" - type-is "1.6.18" + type-is "2.0.1" "@nodelib/fs.scandir@2.1.5": version "2.1.5" @@ -14427,15 +14427,7 @@ type-fest@^4.0.0: resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-4.20.1.tgz#d97bb1e923bf524e5b4b43421d586760fb2ee8be" integrity sha512-R6wDsVsoS9xYOpy8vgeBlqpdOyzJ12HNfQhC/aAKWM3YoCV9TtunJzh/QpkMgeDhkoynDcw5f1y+qF9yc/HHyg== -type-is@1.6.18, type-is@^1.6.16, type-is@^1.6.18: - version "1.6.18" - resolved "https://registry.yarnpkg.com/type-is/-/type-is-1.6.18.tgz#4e552cd05df09467dcbc4ef739de89f2cf37c131" - integrity "sha1-TlUs0F3wlGfcvE73Od6J8s83wTE= sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==" - dependencies: - media-typer "0.3.0" - mime-types "~2.1.24" - -type-is@^2.0.1: +type-is@2.0.1, type-is@^2.0.1: version "2.0.1" resolved "https://registry.yarnpkg.com/type-is/-/type-is-2.0.1.tgz#64f6cf03f92fce4015c2b224793f6bdd4b068c97" integrity sha512-OZs6gsjF4vMp32qrCbiVSkrFmXtG/AZhY3t0iAMrMBiAZyV9oALtXO8hsrHbMXF9x6L3grlFuwW2oAz7cav+Gw== @@ -14444,6 +14436,14 @@ type-is@^2.0.1: media-typer "^1.1.0" mime-types "^3.0.0" +type-is@^1.6.16, type-is@^1.6.18: + version "1.6.18" + resolved "https://registry.yarnpkg.com/type-is/-/type-is-1.6.18.tgz#4e552cd05df09467dcbc4ef739de89f2cf37c131" + integrity "sha1-TlUs0F3wlGfcvE73Od6J8s83wTE= sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==" + dependencies: + media-typer "0.3.0" + mime-types "~2.1.24" + typed-array-buffer@^1.0.3: version "1.0.3" resolved "https://registry.yarnpkg.com/typed-array-buffer/-/typed-array-buffer-1.0.3.tgz#a72395450a4869ec033fd549371b47af3a2ee536"