diff --git a/web/playground/package-lock.json b/web/playground/package-lock.json index 6f070cf518b5..5ba279f4df4f 100644 --- a/web/playground/package-lock.json +++ b/web/playground/package-lock.json @@ -18,7 +18,7 @@ "react": "^19.2.0", "react-dom": "^19.2.0", "react-syntax-highlighter": "^16.1.0", - "web-vitals": "^6.0.0", + "web-vitals": "^6.1.0", "yaml": "^2.9.0" }, "devDependencies": { @@ -1892,9 +1892,9 @@ } }, "node_modules/web-vitals": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-6.0.0.tgz", - "integrity": "sha512-Guaibvy/+uNtL6Bsu4jmMJGzuSl91oeRH5iO9pPRbYftnFUr3yqT1TUNX/OE4o9HexuEMU3Kb/Wg7iKhlffZUA==", + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-6.1.0.tgz", + "integrity": "sha512-ZNoJ/MbU6aaR2WjKrFVUvy5WQx+G96YvXQFSsmKTz3A/0VlAFywjUcxl00hc/S6wef2stfgQ4yWYIJCWCNudkA==", "license": "Apache-2.0" }, "node_modules/wordwrapjs": { diff --git a/web/playground/package.json b/web/playground/package.json index ca20167e62a1..13680895c145 100644 --- a/web/playground/package.json +++ b/web/playground/package.json @@ -22,7 +22,7 @@ "react": "^19.2.0", "react-dom": "^19.2.0", "react-syntax-highlighter": "^16.1.0", - "web-vitals": "^6.0.0", + "web-vitals": "^6.1.0", "yaml": "^2.9.0" }, "devDependencies": {