Skip to content

Commit 2890ff5

Browse files
ksroda-saclaude
andauthored
fix(deps): close 4 Dependabot alerts via transitive lockfile bumps (#177)
Bumps three lockfiles to drop the vulnerable transitive versions: samples/angular/login-pkce/yarn.lock samples/angular/token-refresh/yarn.lock ip-address 10.1.0 → 10.2.0 (closes alerts #2, #3 — XSS in Address6 HTML-emitting methods). The vulnerable 10.1.0 was pinned exactly by express-rate-limit@8.5.0 deep in the tree via @modelcontextprotocol/sdk. Bumping express-rate-limit recursively to 8.5.2 — which now uses ^10.2.0 — drops the bad pin transitively. samples/react-native/login-pkce/yarn.lock fast-xml-builder 1.1.5 → 1.2.0 (closes alerts #9, #10 — Comment Value regex bypass + attribute value quote bypass). Bumped recursively via yarn up -R. All changes are lockfile-only (no package.json edits). All bumped packages are build/dev tooling, not runtime — the apps' shipped code is unchanged. Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 36e2976 commit 2890ff5

3 files changed

Lines changed: 23 additions & 29 deletions

File tree

samples/angular/login-pkce/yarn.lock

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3657,13 +3657,13 @@ __metadata:
36573657
linkType: hard
36583658

36593659
"express-rate-limit@npm:^8.2.1":
3660-
version: 8.5.0
3661-
resolution: "express-rate-limit@npm:8.5.0"
3660+
version: 8.5.2
3661+
resolution: "express-rate-limit@npm:8.5.2"
36623662
dependencies:
3663-
ip-address: "npm:10.1.0"
3663+
ip-address: "npm:^10.2.0"
36643664
peerDependencies:
36653665
express: ">= 4.11"
3666-
checksum: 10c0/242ac614854493ef0ae0d32cf3951e06553cd2030bdd2517c89a7e77a48766efcbd6f6bdc2b02c3a5da45f8f988b7c9fd30b41d1d959732a230985fd96ad7485
3666+
checksum: 10c0/c98c49b93e94627940cf5e7c2578718b94d77163357161c3343d148e46257136c988933a96d6e1e728a010683133a58f68cad46928b063cf8d99521c8772578d
36673667
languageName: node
36683668
linkType: hard
36693669

@@ -4015,14 +4015,7 @@ __metadata:
40154015
languageName: node
40164016
linkType: hard
40174017

4018-
"ip-address@npm:10.1.0":
4019-
version: 10.1.0
4020-
resolution: "ip-address@npm:10.1.0"
4021-
checksum: 10c0/0103516cfa93f6433b3bd7333fa876eb21263912329bfa47010af5e16934eeeff86f3d2ae700a3744a137839ddfad62b900c7a445607884a49b5d1e32a3d7566
4022-
languageName: node
4023-
linkType: hard
4024-
4025-
"ip-address@npm:^10.1.1":
4018+
"ip-address@npm:^10.1.1, ip-address@npm:^10.2.0":
40264019
version: 10.2.0
40274020
resolution: "ip-address@npm:10.2.0"
40284021
checksum: 10c0/5a00aada6e922c9c69dfc800ed5d0fa3348675ebdeed0e1575f503f27ca385b5f534363c9af7ad1daf64c1f1409388cdd3cc2e9b9b0fe1c924a431378d55075a

samples/angular/token-refresh/yarn.lock

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3657,13 +3657,13 @@ __metadata:
36573657
linkType: hard
36583658

36593659
"express-rate-limit@npm:^8.2.1":
3660-
version: 8.5.0
3661-
resolution: "express-rate-limit@npm:8.5.0"
3660+
version: 8.5.2
3661+
resolution: "express-rate-limit@npm:8.5.2"
36623662
dependencies:
3663-
ip-address: "npm:10.1.0"
3663+
ip-address: "npm:^10.2.0"
36643664
peerDependencies:
36653665
express: ">= 4.11"
3666-
checksum: 10c0/242ac614854493ef0ae0d32cf3951e06553cd2030bdd2517c89a7e77a48766efcbd6f6bdc2b02c3a5da45f8f988b7c9fd30b41d1d959732a230985fd96ad7485
3666+
checksum: 10c0/c98c49b93e94627940cf5e7c2578718b94d77163357161c3343d148e46257136c988933a96d6e1e728a010683133a58f68cad46928b063cf8d99521c8772578d
36673667
languageName: node
36683668
linkType: hard
36693669

@@ -4015,14 +4015,7 @@ __metadata:
40154015
languageName: node
40164016
linkType: hard
40174017

4018-
"ip-address@npm:10.1.0":
4019-
version: 10.1.0
4020-
resolution: "ip-address@npm:10.1.0"
4021-
checksum: 10c0/0103516cfa93f6433b3bd7333fa876eb21263912329bfa47010af5e16934eeeff86f3d2ae700a3744a137839ddfad62b900c7a445607884a49b5d1e32a3d7566
4022-
languageName: node
4023-
linkType: hard
4024-
4025-
"ip-address@npm:^10.1.1":
4018+
"ip-address@npm:^10.1.1, ip-address@npm:^10.2.0":
40264019
version: 10.2.0
40274020
resolution: "ip-address@npm:10.2.0"
40284021
checksum: 10c0/5a00aada6e922c9c69dfc800ed5d0fa3348675ebdeed0e1575f503f27ca385b5f534363c9af7ad1daf64c1f1409388cdd3cc2e9b9b0fe1c924a431378d55075a

samples/react-native/login-pkce/yarn.lock

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3463,11 +3463,12 @@ __metadata:
34633463
linkType: hard
34643464

34653465
"fast-xml-builder@npm:^1.1.5":
3466-
version: 1.1.5
3467-
resolution: "fast-xml-builder@npm:1.1.5"
3466+
version: 1.2.0
3467+
resolution: "fast-xml-builder@npm:1.2.0"
34683468
dependencies:
3469-
path-expression-matcher: "npm:^1.1.3"
3470-
checksum: 10c0/b814ba5559cb3140de46d2846045607ab4d4c0bfc312a49d22c91efb9f7cd7004971314841e5823eeb467a5bf403e3ade8371b7912200e111df027d42ae51715
3469+
path-expression-matcher: "npm:^1.5.0"
3470+
xml-naming: "npm:^0.1.0"
3471+
checksum: 10c0/84bb105cd04e91d6dcb746c4dbaeb12903b510e7ab9a06ffde55b5a582e005559a87d84467f18a655c6c4baf098f696fd74cee3cbe1aea9d01385907768ba32d
34713472
languageName: node
34723473
linkType: hard
34733474

@@ -5695,7 +5696,7 @@ __metadata:
56955696
languageName: node
56965697
linkType: hard
56975698

5698-
"path-expression-matcher@npm:^1.1.3, path-expression-matcher@npm:^1.5.0":
5699+
"path-expression-matcher@npm:^1.5.0":
56995700
version: 1.5.0
57005701
resolution: "path-expression-matcher@npm:1.5.0"
57015702
checksum: 10c0/646cb5bc66cd7d809a52288336f3ac1e6223f156fd8e912936e490e590f7f93e8056d4fd25fcbcc7da61bb698fa520112cb050372a3f65e7b79bd4afa0f77610
@@ -7084,6 +7085,13 @@ __metadata:
70847085
languageName: node
70857086
linkType: hard
70867087

7088+
"xml-naming@npm:^0.1.0":
7089+
version: 0.1.0
7090+
resolution: "xml-naming@npm:0.1.0"
7091+
checksum: 10c0/8c7614865361bcb7e53e3e091dac21c567e2b92d447919b2f072775aa9dcfc94a5255bd52fbaa0fd53c93513e53a23a6a835218ad2af512451dbc678392f85fe
7092+
languageName: node
7093+
linkType: hard
7094+
70877095
"y18n@npm:^4.0.0":
70887096
version: 4.0.3
70897097
resolution: "y18n@npm:4.0.3"

0 commit comments

Comments
 (0)