From 0fbf16c008c716a1fc3b696a78a2ecd69e1b3dc3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 21:10:03 +0000 Subject: [PATCH] Bump @babel/runtime-corejs3 from 7.28.0 to 7.28.4 in /sourcefiles/modern Bumps [@babel/runtime-corejs3](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime-corejs3) from 7.28.0 to 7.28.4. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.28.4/packages/babel-runtime-corejs3) --- updated-dependencies: - dependency-name: "@babel/runtime-corejs3" dependency-version: 7.28.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- sourcefiles/modern/package-lock.json | 14 +++++++------- sourcefiles/modern/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/sourcefiles/modern/package-lock.json b/sourcefiles/modern/package-lock.json index 1dea51a91..47081e434 100644 --- a/sourcefiles/modern/package-lock.json +++ b/sourcefiles/modern/package-lock.json @@ -9,7 +9,7 @@ "version": "2.0.0", "license": "ISC", "dependencies": { - "@babel/runtime-corejs3": "^7.28.0", + "@babel/runtime-corejs3": "^7.28.4", "screenfull": "^5.2.0" }, "devDependencies": { @@ -1635,9 +1635,9 @@ } }, "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.4", + "resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.28.4.tgz", + "integrity": "sha512-h7iEYiW4HebClDEhtvFObtPmIvrd1SSfpI9EhOeKk4CtIK/ngBWFpuhCzhdmRKtg71ylcue+9I6dv54XYO1epQ==", "dependencies": { "core-js-pure": "^3.43.0" }, @@ -6338,9 +6338,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.4", + "resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.28.4.tgz", + "integrity": "sha512-h7iEYiW4HebClDEhtvFObtPmIvrd1SSfpI9EhOeKk4CtIK/ngBWFpuhCzhdmRKtg71ylcue+9I6dv54XYO1epQ==", "requires": { "core-js-pure": "^3.43.0" } diff --git a/sourcefiles/modern/package.json b/sourcefiles/modern/package.json index 2eb9c6fe2..a8b3efb07 100644 --- a/sourcefiles/modern/package.json +++ b/sourcefiles/modern/package.json @@ -23,7 +23,7 @@ ], "browserslist-preview": "https://browserslist.dev", "dependencies": { - "@babel/runtime-corejs3": "^7.28.0", + "@babel/runtime-corejs3": "^7.28.4", "screenfull": "^5.2.0" }, "devDependencies": {