From 7fce7bee4278711c47ba87fcec3675554c7fc2f1 Mon Sep 17 00:00:00 2001 From: szdziedzic Date: Tue, 7 Jul 2026 11:00:42 +0200 Subject: [PATCH 1/2] Bump jws in root lockfile --- yarn.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/yarn.lock b/yarn.lock index 8542b014fb..0940fc8448 100644 --- a/yarn.lock +++ b/yarn.lock @@ -14996,7 +14996,7 @@ __metadata: languageName: node linkType: hard -"jwa@npm:^2.0.0": +"jwa@npm:^2.0.1": version: 2.0.1 resolution: "jwa@npm:2.0.1" dependencies: @@ -15008,12 +15008,12 @@ __metadata: linkType: hard "jws@npm:^4.0.0": - version: 4.0.0 - resolution: "jws@npm:4.0.0" + version: 4.0.1 + resolution: "jws@npm:4.0.1" dependencies: - jwa: "npm:^2.0.0" + jwa: "npm:^2.0.1" safe-buffer: "npm:^5.0.1" - checksum: 10c0/f1ca77ea5451e8dc5ee219cb7053b8a4f1254a79cb22417a2e1043c1eb8a569ae118c68f24d72a589e8a3dd1824697f47d6bd4fb4bebb93a3bdf53545e721661 + checksum: 10c0/6be1ed93023aef570ccc5ea8d162b065840f3ef12f0d1bb3114cade844de7a357d5dc558201d9a65101e70885a6fa56b17462f520e6b0d426195510618a154d0 languageName: node linkType: hard From a189d7d86636177b8fb94d41facf0fe8130339bf Mon Sep 17 00:00:00 2001 From: szdziedzic Date: Tue, 7 Jul 2026 11:02:58 +0200 Subject: [PATCH 2/2] Add changelog entry for jws bump --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 05e9705f0b..0fa04006a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,7 @@ This is the log of notable changes to EAS CLI and related packages. - [eas-cli] add agent detection to analytics events. ([#3983](https://github.com/expo/eas-cli/pull/3983) by [@davidmokos](https://github.com/davidmokos)) - Bump `glob` 10.x to a patched version in the root lockfile. ([#3979](https://github.com/expo/eas-cli/pull/3979) by [@szdziedzic](https://github.com/szdziedzic)) +- [build-tools] Bump `jws` to a patched version in the root lockfile. ([#3978](https://github.com/expo/eas-cli/pull/3978) by [@szdziedzic](https://github.com/szdziedzic)) ## [20.5.1](https://github.com/expo/eas-cli/releases/tag/v20.5.1) - 2026-07-01