We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35c5bea commit 92ec76eCopy full SHA for 92ec76e
packages/expo/package.json
@@ -124,7 +124,7 @@
124
"@clerk/expo-passkeys": "workspace:*",
125
"@expo/config-plugins": "^54.0.4",
126
"@types/base-64": "^1.0.2",
127
- "esbuild": "^0.19.0",
+ "esbuild": "^0.25.0",
128
"expo-apple-authentication": "^7.2.4",
129
"expo-auth-session": "^5.4.0",
130
"expo-constants": "^18.0.0",
pnpm-workspace.yaml
@@ -35,6 +35,8 @@ minimumReleaseAgeExclude:
35
- '@clerk/*'
36
- 'pkglab'
37
- 'pkglab-*'
38
+ # Renovate security update: esbuild@0.25.0
39
+ - esbuild@0.25.0
40
41
trustPolicy: no-downgrade
42
trustPolicyExclude:
0 commit comments