Skip to content

Commit 92ec76e

Browse files
chore(expo): Update dependency esbuild to ^0.25.0 [SECURITY]
1 parent 35c5bea commit 92ec76e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

packages/expo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
"@clerk/expo-passkeys": "workspace:*",
125125
"@expo/config-plugins": "^54.0.4",
126126
"@types/base-64": "^1.0.2",
127-
"esbuild": "^0.19.0",
127+
"esbuild": "^0.25.0",
128128
"expo-apple-authentication": "^7.2.4",
129129
"expo-auth-session": "^5.4.0",
130130
"expo-constants": "^18.0.0",

pnpm-workspace.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ minimumReleaseAgeExclude:
3535
- '@clerk/*'
3636
- 'pkglab'
3737
- 'pkglab-*'
38+
# Renovate security update: esbuild@0.25.0
39+
- esbuild@0.25.0
3840

3941
trustPolicy: no-downgrade
4042
trustPolicyExclude:

0 commit comments

Comments
 (0)