Skip to content

Commit aa81a66

Browse files
samuvKKonstantinov
andauthored
fix(deps): resolve npm audit vulnerabilities and bump dependencies (v1.x backport) (#1382)
Co-authored-by: Konstantin Konstantinov <[email protected]>
1 parent 6aba065 commit aa81a66

File tree

3 files changed

+52
-35
lines changed

3 files changed

+52
-35
lines changed

package-lock.json

Lines changed: 43 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,14 +94,15 @@
9494
"cross-spawn": "^7.0.5",
9595
"eventsource": "^3.0.2",
9696
"eventsource-parser": "^3.0.0",
97-
"express": "^5.0.1",
98-
"express-rate-limit": "^7.5.0",
99-
"jose": "^6.1.1",
97+
"express": "^5.2.1",
98+
"express-rate-limit": "^8.2.1",
99+
"hono": "^4.11.4",
100+
"jose": "^6.1.3",
100101
"json-schema-typed": "^8.0.2",
101102
"pkce-challenge": "^5.0.0",
102103
"raw-body": "^3.0.0",
103104
"zod": "^3.25 || ^4.0",
104-
"zod-to-json-schema": "^3.25.0"
105+
"zod-to-json-schema": "^3.25.1"
105106
},
106107
"peerDependencies": {
107108
"@cfworker/json-schema": "^4.1.1",
@@ -141,5 +142,8 @@
141142
},
142143
"resolutions": {
143144
"strip-ansi": "6.0.1"
145+
},
146+
"overrides": {
147+
"qs": "6.14.1"
144148
}
145149
}

test/client/auth-extensions.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ describe('createPrivateKeyJwtAuth', () => {
304304

305305
const params = new URLSearchParams();
306306
await expect(addClientAuth(new Headers(), params, 'https://auth.example.com/token', undefined)).rejects.toThrow(
307-
/Invalid character/
307+
/Invalid character|cannot be part of a valid base64/
308308
);
309309
});
310310

0 commit comments

Comments
 (0)