From 2f145be46343a5e72719705719cc0488fecb71a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 01:50:14 +0000 Subject: [PATCH] Bump @heroicons/react from 2.0.17 to 2.1.4 Bumps [@heroicons/react](https://github.com/tailwindlabs/heroicons) from 2.0.17 to 2.1.4. - [Release notes](https://github.com/tailwindlabs/heroicons/releases) - [Changelog](https://github.com/tailwindlabs/heroicons/blob/master/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/heroicons/compare/v2.0.17...v2.1.4) --- updated-dependencies: - dependency-name: "@heroicons/react" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7dbebb2..f9a03df 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@headlessui/react": "^1.7.13", - "@heroicons/react": "^2.0.17", + "@heroicons/react": "^2.1.4", "@mantine/prism": "^6.0.8", "@react-spring/web": "^9.7.2", "classnames": "^2.3.2", @@ -424,9 +424,9 @@ } }, "node_modules/@heroicons/react": { - "version": "2.0.17", - "resolved": "https://registry.npmjs.org/@heroicons/react/-/react-2.0.17.tgz", - "integrity": "sha512-90GMZktkA53YbNzHp6asVEDevUQCMtxWH+2UK2S8OpnLEu7qckTJPhNxNQG52xIR1WFTwFqtH6bt7a60ZNcLLA==", + "version": "2.1.4", + "resolved": "https://registry.npmjs.org/@heroicons/react/-/react-2.1.4.tgz", + "integrity": "sha512-ju0wj0wwrUTMQ2Yceyrma7TKuI3BpSjp+qKqV81K9KGcUHdvTMdiwfRc2cwXBp3uXtKuDZkh0v03nWOQnJFv2Q==", "peerDependencies": { "react": ">= 16" } @@ -5549,9 +5549,9 @@ } }, "@heroicons/react": { - "version": "2.0.17", - "resolved": "https://registry.npmjs.org/@heroicons/react/-/react-2.0.17.tgz", - "integrity": "sha512-90GMZktkA53YbNzHp6asVEDevUQCMtxWH+2UK2S8OpnLEu7qckTJPhNxNQG52xIR1WFTwFqtH6bt7a60ZNcLLA==", + "version": "2.1.4", + "resolved": "https://registry.npmjs.org/@heroicons/react/-/react-2.1.4.tgz", + "integrity": "sha512-ju0wj0wwrUTMQ2Yceyrma7TKuI3BpSjp+qKqV81K9KGcUHdvTMdiwfRc2cwXBp3uXtKuDZkh0v03nWOQnJFv2Q==", "requires": {} }, "@humanwhocodes/config-array": { diff --git a/package.json b/package.json index 5ba7377..d23e16c 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "homepage": "https://github.com/matthewdowns/portfolio#readme", "dependencies": { "@headlessui/react": "^1.7.13", - "@heroicons/react": "^2.0.17", + "@heroicons/react": "^2.1.4", "@mantine/prism": "^6.0.8", "@react-spring/web": "^9.7.2", "classnames": "^2.3.2",