diff --git a/package-lock.json b/package-lock.json index e3fbbc0..1401bb3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,9 +8,9 @@ "name": "portfolio-v4", "version": "2.1.0", "dependencies": { - "@vercel/speed-insights": "^1.0.10", + "@vercel/speed-insights": "^1.0.12", "next": "^14.2.3", - "next-plausible": "^3.12.0", + "next-plausible": "^3.12.1", "react": "^18.3.1", "react-dom": "^18.3.1", "styled-components": "^6.1.10" @@ -2188,10 +2188,11 @@ "dev": true }, "node_modules/@vercel/speed-insights": { - "version": "1.0.10", - "resolved": "https://registry.npmjs.org/@vercel/speed-insights/-/speed-insights-1.0.10.tgz", - "integrity": "sha512-4uzdKB0RW6Ff2FkzshzjZ+RlJfLPxgm/00i0XXgxfMPhwnnsk92YgtqsxT9OcPLdJUyVU1DqFlSWWjIQMPkh0g==", + "version": "1.0.12", + "resolved": "https://registry.npmjs.org/@vercel/speed-insights/-/speed-insights-1.0.12.tgz", + "integrity": "sha512-ZGQ+a7bcfWJD2VYEp2R1LHvRAMyyaFBYytZXsfnbOMkeOvzGNVxUL7aVUvisIrTZjXTSsxG45DKX7yiw6nq2Jw==", "hasInstallScript": true, + "license": "Apache-2.0", "peerDependencies": { "@sveltejs/kit": "^1 || ^2", "next": ">= 13", @@ -7033,9 +7034,10 @@ } }, "node_modules/next-plausible": { - "version": "3.12.0", - "resolved": "https://registry.npmjs.org/next-plausible/-/next-plausible-3.12.0.tgz", - "integrity": "sha512-SSkEqKQ6PgR8fx3sYfIAT69k2xuCUXO5ngkSS19CjxY97lAoZxsfZpYednxB4zo0mHYv87JzhPynrdBPlCBVHg==", + "version": "3.12.1", + "resolved": "https://registry.npmjs.org/next-plausible/-/next-plausible-3.12.1.tgz", + "integrity": "sha512-DcQxB/oE8gOLuIU0SBbzN0dYYNibOXgKfnzPkO9SXug6B4Y95eT41JgbN3gjlcsqHWaDWJu/s3928O7ilo2sTg==", + "license": "MIT", "funding": { "url": "https://github.com/4lejandrito/next-plausible?sponsor=1" }, diff --git a/package.json b/package.json index a4b326a..79f65b4 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ "release:patch": "changelog -p && git add CHANGELOG.md && git commit -m 'updated CHANGELOG.md' && npm version patch && git push origin && git push origin --tags" }, "dependencies": { - "@vercel/speed-insights": "^1.0.10", + "@vercel/speed-insights": "^1.0.12", "next": "^14.2.3", - "next-plausible": "^3.12.0", + "next-plausible": "^3.12.1", "react": "^18.3.1", "react-dom": "^18.3.1", "styled-components": "^6.1.10"