From b1cb5ffdcb4d5633a7d7f2152ee9d4a936c99fe5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 May 2023 02:10:58 +0000 Subject: [PATCH] Bump @heroicons/react from 2.0.17 to 2.0.18 Bumps [@heroicons/react](https://github.com/tailwindlabs/heroicons) from 2.0.17 to 2.0.18. - [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.0.18) --- updated-dependencies: - dependency-name: "@heroicons/react" dependency-type: direct:production update-type: version-update:semver-patch ... 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 5bed74f..dd5c052 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.0.18", "@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.0.18", + "resolved": "https://registry.npmjs.org/@heroicons/react/-/react-2.0.18.tgz", + "integrity": "sha512-7TyMjRrZZMBPa+/5Y8lN0iyvUU/01PeMGX2+RE7cQWpEUIcb4QotzUObFkJDejj/HUH4qjP/eQ0gzzKs2f+6Yw==", "peerDependencies": { "react": ">= 16" } @@ -5563,9 +5563,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.0.18", + "resolved": "https://registry.npmjs.org/@heroicons/react/-/react-2.0.18.tgz", + "integrity": "sha512-7TyMjRrZZMBPa+/5Y8lN0iyvUU/01PeMGX2+RE7cQWpEUIcb4QotzUObFkJDejj/HUH4qjP/eQ0gzzKs2f+6Yw==", "requires": {} }, "@humanwhocodes/config-array": { diff --git a/package.json b/package.json index ca6ce9c..fe7fe2d 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.0.18", "@mantine/prism": "^6.0.8", "@react-spring/web": "^9.7.2", "classnames": "^2.3.2",