diff --git a/package-lock.json b/package-lock.json index a390733..5d59e9c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -77,7 +77,7 @@ "svgo": "^2.8.0", "terser-webpack-plugin": "^5.3.3", "typescript": "^4.8.2", - "web-vitals": "^2.1.4", + "web-vitals": "^4.2.4", "webpack": "^5.74.0", "webpack-cli": "^4.10.0", "webpack-dev-server": "^4.9.3" @@ -24649,9 +24649,9 @@ } }, "node_modules/web-vitals": { - "version": "2.1.4", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-2.1.4.tgz", - "integrity": "sha512-sVWcwhU5mX6crfI5Vd2dC4qchyTqxV8URinzt25XqVh+bHEPGH4C3NPrNionCP7Obx59wrYEbNlw4Z8sjALzZg==", + "version": "4.2.4", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-4.2.4.tgz", + "integrity": "sha512-r4DIlprAGwJ7YM11VZp4R884m0Vmgr6EAKe3P+kO0PPj3Unqyvv59rczf6UiGcb9Z8QxZVcqKNwv/g0WNdWwsw==", "dev": true, "license": "Apache-2.0" }, @@ -42407,9 +42407,9 @@ } }, "web-vitals": { - "version": "2.1.4", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-2.1.4.tgz", - "integrity": "sha512-sVWcwhU5mX6crfI5Vd2dC4qchyTqxV8URinzt25XqVh+bHEPGH4C3NPrNionCP7Obx59wrYEbNlw4Z8sjALzZg==", + "version": "4.2.4", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-4.2.4.tgz", + "integrity": "sha512-r4DIlprAGwJ7YM11VZp4R884m0Vmgr6EAKe3P+kO0PPj3Unqyvv59rczf6UiGcb9Z8QxZVcqKNwv/g0WNdWwsw==", "dev": true }, "webidl-conversions": { diff --git a/package.json b/package.json index a7fb8c9..bcd0494 100644 --- a/package.json +++ b/package.json @@ -116,7 +116,7 @@ "svgo": "^2.8.0", "terser-webpack-plugin": "^5.3.3", "typescript": "^4.8.2", - "web-vitals": "^2.1.4", + "web-vitals": "^4.2.4", "webpack": "^5.74.0", "webpack-cli": "^4.10.0", "webpack-dev-server": "^4.9.3"