diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b61a638..874f81a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -220,8 +220,8 @@ importers: specifier: ^17.2.4 version: 17.5.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) web-vitals: - specifier: ^3.0.0 - version: 3.5.2 + specifier: ^4.0.0 + version: 4.2.3 zustand: specifier: ^4.1.4 version: 4.5.5(@types/react@18.3.4)(react@18.3.1) @@ -3280,8 +3280,8 @@ packages: resolution: {integrity: sha512-z8P5DvDNjKDoFIHK7q8r8lackT6l+jo/Ye3HOle7l9nICP9lf1Ci25fy9vHd0JOWewkIFzXIEig3TdKT7JQ5fQ==} deprecated: Use your platform's native performance.now() and performance.timeOrigin. - web-vitals@3.5.2: - resolution: {integrity: sha512-c0rhqNcHXRkY/ogGDJQxZ9Im9D19hDihbzSQJrsioex+KnFgmMzBiy57Z1EjkhX/+OjyBpclDCzz2ITtjokFmg==} + web-vitals@4.2.3: + resolution: {integrity: sha512-/CFAm1mNxSmOj6i0Co+iGFJ58OS4NRGVP+AWS/l509uIK5a1bSoIVaHz/ZumpHTfHSZBpgrJ+wjfpAOrTHok5Q==} which@2.0.2: resolution: {integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==} @@ -6267,7 +6267,7 @@ snapshots: dependencies: browser-process-hrtime: 1.0.0 - web-vitals@3.5.2: {} + web-vitals@4.2.3: {} which@2.0.2: dependencies: diff --git a/sdk-playground/packages/client/package.json b/sdk-playground/packages/client/package.json index 89b8c91..1fe1984 100644 --- a/sdk-playground/packages/client/package.json +++ b/sdk-playground/packages/client/package.json @@ -25,7 +25,7 @@ "react-router": "^6.16.0", "react-router-dom": "^6.16.0", "react-use": "^17.2.4", - "web-vitals": "^3.0.0", + "web-vitals": "^4.0.0", "zustand": "^4.1.4" }, "devDependencies": {