diff --git a/package-lock.json b/package-lock.json index 9c0a7c0..edf3366 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "react-router-dom": "^5.2.0", "react-scripts": "4.0.3", "typescript": "^4.2.3", - "web-vitals": "^1.1.0" + "web-vitals": "^1.1.1" }, "devDependencies": { "@types/react-router-dom": "^5.1.7", @@ -20657,9 +20657,9 @@ } }, "node_modules/web-vitals": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-1.1.0.tgz", - "integrity": "sha512-1cx54eRxY/+M0KNKdNpNnuXAXG+vJEvwScV4DiV9rOYDguHoeDIzm09ghBohOPtkqPO5OtPC14FWkNva3SDisg==" + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-1.1.1.tgz", + "integrity": "sha512-jYOaqu01Ny1NvMwJ3dBJDUOJ2PGWknZWH4AUnvFOscvbdHMERIKT2TlgiAey5rVyfOePG7so2JcXXZdSnBvioQ==" }, "node_modules/webidl-conversions": { "version": "6.1.0", @@ -38327,9 +38327,9 @@ } }, "web-vitals": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-1.1.0.tgz", - "integrity": "sha512-1cx54eRxY/+M0KNKdNpNnuXAXG+vJEvwScV4DiV9rOYDguHoeDIzm09ghBohOPtkqPO5OtPC14FWkNva3SDisg==" + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-1.1.1.tgz", + "integrity": "sha512-jYOaqu01Ny1NvMwJ3dBJDUOJ2PGWknZWH4AUnvFOscvbdHMERIKT2TlgiAey5rVyfOePG7so2JcXXZdSnBvioQ==" }, "webidl-conversions": { "version": "6.1.0", diff --git a/package.json b/package.json index 5fcd5b7..2f49899 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "react-router-dom": "^5.2.0", "react-scripts": "4.0.3", "typescript": "^4.2.3", - "web-vitals": "^1.1.0" + "web-vitals": "^1.1.1" }, "scripts": { "start": "react-scripts start",