From 20bcc4a928e09c937e9de115e412331b5776c4e5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 16:47:03 +0000 Subject: [PATCH] fix(deps): update dependency @nextui-org/link to v2.0.34 --- _old/package-lock.json | 54 +++++++++++++++++++++++++++++++++++------- 1 file changed, 46 insertions(+), 8 deletions(-) diff --git a/_old/package-lock.json b/_old/package-lock.json index 5b272687..db179942 100644 --- a/_old/package-lock.json +++ b/_old/package-lock.json @@ -41,10 +41,10 @@ "@next/bundle-analyzer": "^14.1.2", "@nextui-org/avatar": "^2.0.30", "@nextui-org/button": "^2.0.34", - "@nextui-org/card": "^2.0.33", + "@nextui-org/card": "^2.0.31", "@nextui-org/checkbox": "^2.1.2", "@nextui-org/input": "^2.2.2", - "@nextui-org/link": "^2.0.32", + "@nextui-org/link": "^2.0.34", "@nextui-org/modal": "^2.0.36", "@nextui-org/pagination": "^2.0.33", "@nextui-org/select": "^2.2.2", @@ -5526,13 +5526,15 @@ } }, "node_modules/@nextui-org/link": { - "version": "2.0.32", + "version": "2.0.34", + "resolved": "https://registry.npmjs.org/@nextui-org/link/-/link-2.0.34.tgz", + "integrity": "sha512-497AvjzckEB/TE1eJEziS2QkxwCY81RPsWoApNSeHGdYrMO1tfgUFKATgadfBQjoba6FdCcLc2QaUapOetqFaA==", "license": "MIT", "dependencies": { - "@nextui-org/react-utils": "2.0.14", - "@nextui-org/shared-icons": "2.0.8", - "@nextui-org/shared-utils": "2.0.5", - "@nextui-org/use-aria-link": "2.0.18", + "@nextui-org/react-utils": "2.0.16", + "@nextui-org/shared-icons": "2.0.9", + "@nextui-org/shared-utils": "2.0.7", + "@nextui-org/use-aria-link": "2.0.19", "@react-aria/focus": "3.17.1", "@react-aria/link": "3.7.1", "@react-aria/utils": "3.24.1", @@ -5545,6 +5547,40 @@ "react-dom": ">=18" } }, + "node_modules/@nextui-org/link/node_modules/@nextui-org/react-rsc-utils": { + "version": "2.0.13", + "resolved": "https://registry.npmjs.org/@nextui-org/react-rsc-utils/-/react-rsc-utils-2.0.13.tgz", + "integrity": "sha512-QewsXtoQlMsR9stThdazKEImg9oyZkPLs7wsymhrzh6/HdQCl9bTdb6tJcROg4vg5LRYKGG11USSQO2nKlfCcQ==", + "license": "MIT" + }, + "node_modules/@nextui-org/link/node_modules/@nextui-org/react-utils": { + "version": "2.0.16", + "resolved": "https://registry.npmjs.org/@nextui-org/react-utils/-/react-utils-2.0.16.tgz", + "integrity": "sha512-QdDoqzhx+4t9cDTVmtw5iOrfyLvpqyKsq8PARHUniCiQQDQd1ao7FCpzHgvU9poYcEdRk+Lsna66zbeMkFBB6w==", + "license": "MIT", + "dependencies": { + "@nextui-org/react-rsc-utils": "2.0.13", + "@nextui-org/shared-utils": "2.0.7" + }, + "peerDependencies": { + "react": ">=18" + } + }, + "node_modules/@nextui-org/link/node_modules/@nextui-org/shared-icons": { + "version": "2.0.9", + "resolved": "https://registry.npmjs.org/@nextui-org/shared-icons/-/shared-icons-2.0.9.tgz", + "integrity": "sha512-WG3yinVY7Tk9VqJgcdF4V8Ok9+fcm5ey7S1els7kujrfqLYxtqoKywgiY/7QHwZlfQkzpykAfy+NAlHkTP5hMg==", + "license": "MIT", + "peerDependencies": { + "react": ">=18" + } + }, + "node_modules/@nextui-org/link/node_modules/@nextui-org/shared-utils": { + "version": "2.0.7", + "resolved": "https://registry.npmjs.org/@nextui-org/shared-utils/-/shared-utils-2.0.7.tgz", + "integrity": "sha512-FxY3N0i1Al7Oz3yOQN0dSpG8UUrLIP3iYh3ubD7BhdQoZLl5xbG6++q1gqOzZXV+ZWeUFMY/or0ofzWxGHiOow==", + "license": "MIT" + }, "node_modules/@nextui-org/listbox": { "version": "2.1.22", "license": "MIT", @@ -6002,7 +6038,9 @@ } }, "node_modules/@nextui-org/use-aria-link": { - "version": "2.0.18", + "version": "2.0.19", + "resolved": "https://registry.npmjs.org/@nextui-org/use-aria-link/-/use-aria-link-2.0.19.tgz", + "integrity": "sha512-ef61cJLlwcR4zBWiaeHZy4K18juFjUup2SslfLIAiZz3kVosBCGKmkJkw1SASYY8+D/oUc2B6BFIk25YEsRKRw==", "license": "MIT", "dependencies": { "@react-aria/focus": "3.17.1",