From 33d848d1ecf647de0cdcee8206be3cadbf68f519 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Aug 2025 08:51:02 +0000 Subject: [PATCH] chore: bump core-js from 3.45.0 to 3.45.1 Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.45.0 to 3.45.1. - [Release notes](https://github.com/zloirock/core-js/releases) - [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/zloirock/core-js/commits/v3.45.1/packages/core-js) --- updated-dependencies: - dependency-name: core-js dependency-version: 3.45.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7b66d9bb..3e61f751 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@angular/platform-browser-dynamic": "^19.0.5", "@hypertrace/hyperdash": "^1.4.1", "@typescript-eslint/utils": "^8.39.1", - "core-js": "^3.45.0", + "core-js": "^3.45.1", "lodash-es": "^4.17.21", "rxjs": "^6.6.7", "tslib": "^2.8.1", @@ -13820,9 +13820,9 @@ } }, "node_modules/core-js": { - "version": "3.45.0", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.45.0.tgz", - "integrity": "sha512-c2KZL9lP4DjkN3hk/an4pWn5b5ZefhRJnAc42n6LJ19kSnbeRbdQZE5dSeE2LBol1OwJD3X1BQvFTAsa8ReeDA==", + "version": "3.45.1", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.45.1.tgz", + "integrity": "sha512-L4NPsJlCfZsPeXukyzHFlg/i7IIVwHSItR0wg0FLNqYClJ4MQYTYLbC7EkjKYRLZF2iof2MUgN0EGy7MdQFChg==", "hasInstallScript": true, "license": "MIT", "funding": { diff --git a/package.json b/package.json index 1be27837..55dfdcb2 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "@angular/platform-browser-dynamic": "^19.0.5", "@hypertrace/hyperdash": "^1.4.1", "@typescript-eslint/utils": "^8.39.1", - "core-js": "^3.45.0", + "core-js": "^3.45.1", "lodash-es": "^4.17.21", "rxjs": "^6.6.7", "tslib": "^2.8.1",