diff --git a/package-lock.json b/package-lock.json index 8482012..917c0b7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1635,9 +1635,9 @@ "license": "MIT" }, "node_modules/fast-uri": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.2.tgz", - "integrity": "sha512-rVjf7ArG3LTk+FS6Yw81V1DLuZl1bRbNrev6Tmd/9RaroeeRRJhAt7jg/6YFxbvAQXUCavSoZhPPj6oOx+5KjQ==", + "version": "3.1.4", + "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.4.tgz", + "integrity": "sha512-8JnbkQ4juDyvYs4mgFGQqg4yCYtFDtUtmp2QIQq11ZZe5CFQ5wcqm1rqDgAh/QdMySuBnPzMUiJUNZG5N/AiQw==", "funding": [ { "type": "github", diff --git a/package.json b/package.json index c214e1b..77cf001 100644 --- a/package.json +++ b/package.json @@ -95,5 +95,8 @@ "transports": ["stdio", "streamable-http"], "auth": "GC_API_KEY (gateway) + optional GC_NOTION_BRIDGE_AUTH" } + }, + "overrides": { + "fast-uri": "3.1.4" } }