From 43359e2df91ff2be83095a78424dff29d06b6465 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 25 May 2024 02:57:41 +0000 Subject: [PATCH] feat: upgrade web-vitals from 2.1.4 to 3.5.2 Snyk has created this PR to upgrade web-vitals from 2.1.4 to 3.5.2. See this package in npm: web-vitals See this project in Snyk: https://app.snyk.io/org/contentstack-ghost/project/e48227ed-fe1d-4e8a-9606-3aee8c8c77ae?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 19 ++++++++++--------- package.json | 2 +- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 86a17a1..e89a817 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "contentstack-react-starter-app", - "version": "2.0.4", + "version": "1.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "contentstack-react-starter-app", - "version": "2.0.4", + "version": "1.0.0", "license": "MIT", "dependencies": { "@contentstack/live-preview-utils": "^1.4.0", @@ -21,7 +21,7 @@ "react-loading-skeleton": "^3.3.1", "react-router-dom": "^6.14.2", "typescript": "^4.8.4", - "web-vitals": "^2.1.4" + "web-vitals": "^3.5.2" }, "devDependencies": { "@types/react-dom": "^18.2.7", @@ -16725,9 +16725,10 @@ } }, "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": "3.5.2", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-3.5.2.tgz", + "integrity": "sha512-c0rhqNcHXRkY/ogGDJQxZ9Im9D19hDihbzSQJrsioex+KnFgmMzBiy57Z1EjkhX/+OjyBpclDCzz2ITtjokFmg==", + "license": "Apache-2.0" }, "node_modules/webidl-conversions": { "version": "6.1.0", @@ -29795,9 +29796,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": "3.5.2", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-3.5.2.tgz", + "integrity": "sha512-c0rhqNcHXRkY/ogGDJQxZ9Im9D19hDihbzSQJrsioex+KnFgmMzBiy57Z1EjkhX/+OjyBpclDCzz2ITtjokFmg==" }, "webidl-conversions": { "version": "6.1.0", diff --git a/package.json b/package.json index 6f76fee..6a5bf9f 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "react-loading-skeleton": "^3.3.1", "react-router-dom": "^6.14.2", "typescript": "^4.8.4", - "web-vitals": "^2.1.4" + "web-vitals": "^3.5.2" }, "overrides": { "react-json-view": {