From f26de4da4093cb621e0ae6c83cdc7dd7f129fbcf Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 13 May 2024 18:57:06 +0000 Subject: [PATCH] fix: packages/android-splash/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 --- packages/android-splash/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/android-splash/package.json b/packages/android-splash/package.json index 3a16810..acda231 100644 --- a/packages/android-splash/package.json +++ b/packages/android-splash/package.json @@ -12,7 +12,7 @@ "@semantic-release/changelog": "^5.0.1", "@semantic-release/git": "^9.0.0", "nyc": "^15.1.0", - "semantic-release": "^17.2.4", + "semantic-release": "^21.0.0", "standard": "^16.0.3", "tap-junit": "^3.1.2", "tap-nyc": "^1.0.3",