From 6bb512b79b58246469e63e250dd835fbe31dd9b9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 18 Feb 2022 10:24:03 +0000 Subject: [PATCH] fix: upgrade web-vitals from 2.1.2 to 2.1.4 Snyk has created this PR to upgrade web-vitals from 2.1.2 to 2.1.4. See this package in npm: https://www.npmjs.com/package/web-vitals See this project in Snyk: https://app.snyk.io/org/amjadbouhouch/project/83990857-049f-468b-8f9d-eef122f6d347?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 76450d2..2d22d6c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "react-router-dom": "^5.2.0", "react-scripts": "5.0.0", "typescript": "^4.5.4", - "web-vitals": "^2.1.2" + "web-vitals": "^2.1.4" }, "devDependencies": { "@types/faker": "^5.5.9", @@ -15386,9 +15386,9 @@ } }, "node_modules/web-vitals": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-2.1.2.tgz", - "integrity": "sha512-nZnEH8dj+vJFqCRYdvYv0a59iLXsb8jJkt+xvXfwgnkyPdsSLtKNlYmtTDiHmTNGXeSXtpjTTUcNvFtrAk6VMQ==" + "version": "2.1.4", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-2.1.4.tgz", + "integrity": "sha512-sVWcwhU5mX6crfI5Vd2dC4qchyTqxV8URinzt25XqVh+bHEPGH4C3NPrNionCP7Obx59wrYEbNlw4Z8sjALzZg==" }, "node_modules/webidl-conversions": { "version": "6.1.0", @@ -27298,9 +27298,9 @@ } }, "web-vitals": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-2.1.2.tgz", - "integrity": "sha512-nZnEH8dj+vJFqCRYdvYv0a59iLXsb8jJkt+xvXfwgnkyPdsSLtKNlYmtTDiHmTNGXeSXtpjTTUcNvFtrAk6VMQ==" + "version": "2.1.4", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-2.1.4.tgz", + "integrity": "sha512-sVWcwhU5mX6crfI5Vd2dC4qchyTqxV8URinzt25XqVh+bHEPGH4C3NPrNionCP7Obx59wrYEbNlw4Z8sjALzZg==" }, "webidl-conversions": { "version": "6.1.0", diff --git a/package.json b/package.json index dc9e99c..eee23dc 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "react-router-dom": "^5.2.0", "react-scripts": "5.0.0", "typescript": "^4.5.4", - "web-vitals": "^2.1.2" + "web-vitals": "^2.1.4" }, "scripts": { "start": "react-scripts start",