From 70f141c69a6fbe8b2ca8fbf6170c929b499d8969 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 21 Aug 2025 09:48:55 +0000 Subject: [PATCH] fix: upgrade @babel/runtime-corejs3 from 7.28.0 to 7.28.2 Snyk has created this PR to upgrade @babel/runtime-corejs3 from 7.28.0 to 7.28.2. See this package in npm: @babel/runtime-corejs3 See this project in Snyk: https://app.snyk.io/org/acinader/project/6e173dba-575d-4f4d-9506-7ebefca5868d?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 15 ++++++++------- package.json | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index d1a920aaa..227e50d1a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "6.2.0-alpha.3", "license": "Apache-2.0", "dependencies": { - "@babel/runtime-corejs3": "7.28.0", + "@babel/runtime-corejs3": "^7.28.2", "idb-keyval": "6.2.2", "react-native-crypto-js": "1.0.0", "uuid": "10.0.0", @@ -2663,9 +2663,10 @@ } }, "node_modules/@babel/runtime-corejs3": { - "version": "7.28.0", - "resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.28.0.tgz", - "integrity": "sha512-nlIXnSqLcBij8K8TtkxbBJgfzfvi75V1pAKSM7dUXejGw12vJAqez74jZrHTsJ3Z+Aczc5Q/6JgNjKRMsVU44g==", + "version": "7.28.2", + "resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.28.2.tgz", + "integrity": "sha512-FVFaVs2/dZgD3Y9ZD+AKNKjyGKzwu0C54laAXWUXgLcVXcCX6YZ6GhK2cp7FogSN2OA0Fu+QT8dP3FUdo9ShSQ==", + "license": "MIT", "dependencies": { "core-js-pure": "^3.43.0" }, @@ -34728,9 +34729,9 @@ } }, "@babel/runtime-corejs3": { - "version": "7.28.0", - "resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.28.0.tgz", - "integrity": "sha512-nlIXnSqLcBij8K8TtkxbBJgfzfvi75V1pAKSM7dUXejGw12vJAqez74jZrHTsJ3Z+Aczc5Q/6JgNjKRMsVU44g==", + "version": "7.28.2", + "resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.28.2.tgz", + "integrity": "sha512-FVFaVs2/dZgD3Y9ZD+AKNKjyGKzwu0C54laAXWUXgLcVXcCX6YZ6GhK2cp7FogSN2OA0Fu+QT8dP3FUdo9ShSQ==", "requires": { "core-js-pure": "^3.43.0" } diff --git a/package.json b/package.json index 3948fd36e..00f17a63d 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "react-native": false }, "dependencies": { - "@babel/runtime-corejs3": "7.28.0", + "@babel/runtime-corejs3": "7.28.2", "idb-keyval": "6.2.2", "react-native-crypto-js": "1.0.0", "uuid": "10.0.0",