diff --git a/package-lock.json b/package-lock.json index 8308acbd..ea386d81 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "dependencies": { "@envelope-zero/ynap-parsers": "1.17.7", "@headlessui/react": "1.7.19", - "@heroicons/react": "2.1.3", + "@heroicons/react": "2.1.5", "@tailwindcss/forms": "0.5.7", "@testing-library/jest-dom": "6.4.5", "@testing-library/react": "14.3.1", @@ -2723,9 +2723,10 @@ } }, "node_modules/@heroicons/react": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/@heroicons/react/-/react-2.1.3.tgz", - "integrity": "sha512-fEcPfo4oN345SoqdlCDdSa4ivjaKbk0jTd+oubcgNxnNgAfzysfwWfQUr+51wigiWHQQRiZNd1Ao0M5Y3M2EGg==", + "version": "2.1.5", + "resolved": "https://registry.npmjs.org/@heroicons/react/-/react-2.1.5.tgz", + "integrity": "sha512-FuzFN+BsHa+7OxbvAERtgBTNeZpUjgM/MIizfVkSCL2/edriN0Hx/DWRCR//aPYwO5QX/YlgLGXk+E3PcfZwjA==", + "license": "MIT", "peerDependencies": { "react": ">= 16" } diff --git a/package.json b/package.json index 997de8c9..18e6ac75 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "dependencies": { "@envelope-zero/ynap-parsers": "1.17.7", "@headlessui/react": "1.7.19", - "@heroicons/react": "2.1.3", + "@heroicons/react": "2.1.5", "@tailwindcss/forms": "0.5.7", "@testing-library/jest-dom": "6.4.5", "@testing-library/react": "14.3.1",