diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 22a7795d6..85a7f0141 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1783,8 +1783,8 @@ importers: specifier: ^0.18.0 version: 0.18.0 web-vitals: - specifier: ^2.1.4 - version: 2.1.4 + specifier: ^5.1.0 + version: 5.1.0 rspack/cra-ts: dependencies: @@ -1811,8 +1811,8 @@ importers: specifier: ^0.18.0 version: 0.18.0 web-vitals: - specifier: ^2.1.4 - version: 2.1.4 + specifier: ^5.1.0 + version: 5.1.0 rspack/css-chunking-plugin: devDependencies: @@ -16511,8 +16511,8 @@ packages: web-namespaces@2.0.1: resolution: {integrity: sha512-bKr1DkiNa2krS7qxNtdrtHAmzuYGFQLiQ13TsorsdT6ULTkPLKuu5+GsFpDlg6JFjUTwX2DyhMPG2be8uPrqsQ==} - web-vitals@2.1.4: - resolution: {integrity: sha512-sVWcwhU5mX6crfI5Vd2dC4qchyTqxV8URinzt25XqVh+bHEPGH4C3NPrNionCP7Obx59wrYEbNlw4Z8sjALzZg==} + web-vitals@5.1.0: + resolution: {integrity: sha512-ArI3kx5jI0atlTtmV0fWU3fjpLmq/nD3Zr1iFFlJLaqa5wLBkUSzINwBPySCX/8jRyjlmy1Volw1kz1g9XE4Jg==} webidl-conversions@3.0.1: resolution: {integrity: sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==} @@ -33381,7 +33381,7 @@ snapshots: web-namespaces@2.0.1: {} - web-vitals@2.1.4: {} + web-vitals@5.1.0: {} webidl-conversions@3.0.1: {} diff --git a/rspack/cra-ts/package.json b/rspack/cra-ts/package.json index bd6bc033e..d9eed0d8e 100644 --- a/rspack/cra-ts/package.json +++ b/rspack/cra-ts/package.json @@ -28,6 +28,6 @@ "@rspack/core": "1.6.1", "@rspack/plugin-react-refresh": "^1.5.2", "react-refresh": "^0.18.0", - "web-vitals": "^2.1.4" + "web-vitals": "^5.1.0" } } diff --git a/rspack/cra/package.json b/rspack/cra/package.json index 16cc32910..ed5fdf16a 100644 --- a/rspack/cra/package.json +++ b/rspack/cra/package.json @@ -28,6 +28,6 @@ "@rspack/core": "1.6.1", "@rspack/plugin-react-refresh": "^1.5.2", "react-refresh": "^0.18.0", - "web-vitals": "^2.1.4" + "web-vitals": "^5.1.0" } }