diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 4b334734d..6d19e2604 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -739,8 +739,8 @@ importers: tests/integration/polyfill: dependencies: core-js-pure: - specifier: ^3.39.0 - version: 3.39.0 + specifier: ^3.40.0 + version: 3.40.0 devDependencies: '@rsbuild/plugin-babel': specifier: ^1.0.3 @@ -3386,8 +3386,8 @@ packages: core-js-compat@3.39.0: resolution: {integrity: sha512-VgEUx3VwlExr5no0tXlBt+silBvhTryPwCXRI2Id1PN8WTKu7MreethvddqOubrYxkFdv/RnYrqlv1sFNAUelw==} - core-js-pure@3.39.0: - resolution: {integrity: sha512-7fEcWwKI4rJinnK+wLTezeg2smbFFdSBP6E2kQZNbnzM2s1rpKQ6aaRteZSSg7FLU3P0HGGVo/gbpfanU36urg==} + core-js-pure@3.40.0: + resolution: {integrity: sha512-AtDzVIgRrmRKQai62yuSIN5vNiQjcJakJb4fbhVw3ehxx7Lohphvw9SGNWKhLFqSxC4ilD0g/L1huAYFQU3Q6A==} core-js@3.39.0: resolution: {integrity: sha512-raM0ew0/jJUqkJ0E6e8UDtl+y/7ktFivgWvqw8dNSQeNWoSDLvQ1H/RN3aPXB9tBd4/FhyR4RDPGhsNIMsAn7g==} @@ -9609,7 +9609,7 @@ snapshots: dependencies: browserslist: 4.24.2 - core-js-pure@3.39.0: {} + core-js-pure@3.40.0: {} core-js@3.39.0: {} diff --git a/tests/integration/polyfill/package.json b/tests/integration/polyfill/package.json index 5db59f023..c36b14b00 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.39.0" + "core-js-pure": "^3.40.0" }, "devDependencies": { "@rsbuild/plugin-babel": "^1.0.3",