diff --git a/package-lock.json b/package-lock.json index 98d15ca..7ac7496 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "resume-website", "version": "0.1.0", "dependencies": { - "@next/third-parties": "^16.2.9", + "@next/third-parties": "^16.2.11", "@radix-ui/react-dialog": "^1.1.17", "@radix-ui/react-navigation-menu": "^1.2.16", "@radix-ui/react-slot": "^1.3.0", @@ -1305,9 +1305,9 @@ } }, "node_modules/@next/third-parties": { - "version": "16.2.9", - "resolved": "https://registry.npmjs.org/@next/third-parties/-/third-parties-16.2.9.tgz", - "integrity": "sha512-JZPGQRN8eQs2WMfBXOf6Zjrma+JIN0KyA24MvmIa3bUI4BwTaJ1UlxmYVc5ri6l30LQ8fPv6Kmx20447hCltrg==", + "version": "16.2.11", + "resolved": "https://registry.npmjs.org/@next/third-parties/-/third-parties-16.2.11.tgz", + "integrity": "sha512-w/e7lmAj7UzolcGH8Hn8TlX1/a9xZUJLUhvvIO6PNZhYLymPT4xeu5LsMn+RocD+0uRNhHl4GoRAhCgZrt3hjw==", "license": "MIT", "dependencies": { "third-party-capital": "1.0.20" diff --git a/package.json b/package.json index b5bd12b..dadf0e2 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "prepare": "husky" }, "dependencies": { - "@next/third-parties": "^16.2.9", + "@next/third-parties": "^16.2.11", "@radix-ui/react-dialog": "^1.1.17", "@radix-ui/react-navigation-menu": "^1.2.16", "@radix-ui/react-slot": "^1.3.0",