From c1cd6963d441f28b9193eb04a090d01e99fea8ca Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 02:35:18 +0000 Subject: [PATCH] chore(deps): update dependency core-js-pure to ^3.41.0 --- pnpm-lock.yaml | 10 +++++----- tests/integration/polyfill/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b0de1bf86..9bdaccae7 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -776,8 +776,8 @@ importers: tests/integration/polyfill: dependencies: core-js-pure: - specifier: ^3.40.0 - version: 3.40.0 + specifier: ^3.41.0 + version: 3.41.0 devDependencies: '@rsbuild/plugin-babel': specifier: ^1.0.4 @@ -3422,8 +3422,8 @@ packages: core-js-compat@3.40.0: resolution: {integrity: sha512-0XEDpr5y5mijvw8Lbc6E5AkjrHfp7eEoPlu36SWeAbcL8fn1G1ANe8DBlo2XoNN89oVpxWwOjYIPVzR4ZvsKCQ==} - core-js-pure@3.40.0: - resolution: {integrity: sha512-AtDzVIgRrmRKQai62yuSIN5vNiQjcJakJb4fbhVw3ehxx7Lohphvw9SGNWKhLFqSxC4ilD0g/L1huAYFQU3Q6A==} + core-js-pure@3.41.0: + resolution: {integrity: sha512-71Gzp96T9YPk63aUvE5Q5qP+DryB4ZloUZPSOebGM88VNw8VNfvdA7z6kGA8iGOTEzAomsRidp4jXSmUIJsL+Q==} core-js@3.40.0: resolution: {integrity: sha512-7vsMc/Lty6AGnn7uFpYT56QesI5D2Y/UkgKounk87OP9Z2H9Z8kj6jzcSGAxFmUtDOS0ntK6lbQz+Nsa0Jj6mQ==} @@ -9524,7 +9524,7 @@ snapshots: dependencies: browserslist: 4.24.4 - core-js-pure@3.40.0: {} + core-js-pure@3.41.0: {} core-js@3.40.0: {} diff --git a/tests/integration/polyfill/package.json b/tests/integration/polyfill/package.json index 01286cc6d..c945de04c 100644 --- a/tests/integration/polyfill/package.json +++ b/tests/integration/polyfill/package.json @@ -4,7 +4,7 @@ "private": true, "type": "module", "dependencies": { - "core-js-pure": "^3.40.0" + "core-js-pure": "^3.41.0" }, "devDependencies": { "@rsbuild/plugin-babel": "^1.0.4",