diff --git a/package-lock.json b/package-lock.json index 6c8a6ab64b8..8e65eb24c98 100644 --- a/package-lock.json +++ b/package-lock.json @@ -108,7 +108,7 @@ "vue-smooth-reflow": "^0.1.12", "vue3-touch-events": "^4.1.8", "vuelidate": "^0.7.6", - "web-vitals": "^3.5.2", + "web-vitals": "^5.3.0", "whatwg-fetch": "^3.6.2", "winston": "^3.3.3" }, @@ -29741,9 +29741,10 @@ } }, "node_modules/web-vitals": { - "version": "3.5.2", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-3.5.2.tgz", - "integrity": "sha512-c0rhqNcHXRkY/ogGDJQxZ9Im9D19hDihbzSQJrsioex+KnFgmMzBiy57Z1EjkhX/+OjyBpclDCzz2ITtjokFmg==" + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-5.3.0.tgz", + "integrity": "sha512-q6LWsLatGYZp5VGBIOvbTj6JBV2nOmC8KvWztXBmwJcfFAzhwKwbOxhUH306XY3CcaZDUlSmSuNPBsCn0bFu+g==", + "license": "Apache-2.0" }, "node_modules/webcrypto-core": { "version": "1.8.0", @@ -51464,9 +51465,9 @@ "integrity": "sha512-d2JWLCivmZYTSIoge9MsgFCZrt571BikcWGYkjC1khllbTeDlGqZ2D8vD8E/lJa8WGWbb7Plm8/XJYV7IJHZZw==" }, "web-vitals": { - "version": "3.5.2", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-3.5.2.tgz", - "integrity": "sha512-c0rhqNcHXRkY/ogGDJQxZ9Im9D19hDihbzSQJrsioex+KnFgmMzBiy57Z1EjkhX/+OjyBpclDCzz2ITtjokFmg==" + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-5.3.0.tgz", + "integrity": "sha512-q6LWsLatGYZp5VGBIOvbTj6JBV2nOmC8KvWztXBmwJcfFAzhwKwbOxhUH306XY3CcaZDUlSmSuNPBsCn0bFu+g==" }, "webcrypto-core": { "version": "1.8.0", diff --git a/package.json b/package.json index 274ca017db2..d82971ea21d 100644 --- a/package.json +++ b/package.json @@ -136,7 +136,7 @@ "vue-smooth-reflow": "^0.1.12", "vue3-touch-events": "^4.1.8", "vuelidate": "^0.7.6", - "web-vitals": "^3.5.2", + "web-vitals": "^5.3.0", "whatwg-fetch": "^3.6.2", "winston": "^3.3.3" },