diff --git a/package-lock.json b/package-lock.json index f3bca40..4534d6d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "sdkman-new", "version": "0.1.0", "dependencies": { - "@next/third-parties": "^16.1.1", + "@next/third-parties": "^16.1.3", "@radix-ui/react-avatar": "^1.1.11", "@radix-ui/react-dialog": "^1.1.15", "@radix-ui/react-dropdown-menu": "^2.1.16", @@ -1292,9 +1292,9 @@ } }, "node_modules/@next/third-parties": { - "version": "16.1.1", - "resolved": "https://registry.npmjs.org/@next/third-parties/-/third-parties-16.1.1.tgz", - "integrity": "sha512-i3NWXWiNpXGaUi6vGDrK7rC5qLhuCmuhD1BeaOh4Ma8piUBeUhOjEa1UfpVndeC3JcqWXPaYzqO1Hd1U6hql/w==", + "version": "16.1.3", + "resolved": "https://registry.npmjs.org/@next/third-parties/-/third-parties-16.1.3.tgz", + "integrity": "sha512-jfsjVs/w2MGSF/+2Miy9iLw5aPShzcfNEAhRQeMB7wCThdUXnA/f9UjXLlAQDqbRhQ0qKV2vuTyWaiFwRAp+kQ==", "license": "MIT", "dependencies": { "third-party-capital": "1.0.20" diff --git a/package.json b/package.json index f336284..0bc768b 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "lint": "next lint" }, "dependencies": { - "@next/third-parties": "^16.1.1", + "@next/third-parties": "^16.1.3", "@radix-ui/react-avatar": "^1.1.11", "@radix-ui/react-dialog": "^1.1.15", "@radix-ui/react-dropdown-menu": "^2.1.16",