diff --git a/package-lock.json b/package-lock.json index 3a3eaf0..9ebaee5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.1.0", "license": "MIT", "dependencies": { - "@next/third-parties": "^16.2.1", + "@next/third-parties": "^16.2.2", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "github-markdown-css": "^5.8.1", @@ -1305,9 +1305,9 @@ } }, "node_modules/@next/third-parties": { - "version": "16.2.1", - "resolved": "https://registry.npmjs.org/@next/third-parties/-/third-parties-16.2.1.tgz", - "integrity": "sha512-XyeT9WVBUdVXMrKFz0wTSrMc+O5JN2B08yU7JpK8YJiP/qBgc3q1kIfjop/pdnhT4W4oLjwXaqrMh7uWaoYILQ==", + "version": "16.2.2", + "resolved": "https://registry.npmjs.org/@next/third-parties/-/third-parties-16.2.2.tgz", + "integrity": "sha512-1bDDNlv+a+F7/lLaYUOho3Cpd/xWQdBvlY8rM/hgO90cxYr1v8lB2SXyo9rfjc7hi6QTJ3gI1yyCpfd4a3jsqg==", "license": "MIT", "dependencies": { "third-party-capital": "1.0.20" diff --git a/package.json b/package.json index 0f2e1fe..ce8aa18 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ ] }, "dependencies": { - "@next/third-parties": "^16.2.1", + "@next/third-parties": "^16.2.2", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "github-markdown-css": "^5.8.1",