From c45cf9b65d51138ee064f919d1f29ffcb4ef0b16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Mar 2023 06:01:51 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=8C=20Bump=20@heroicons/react=20from?= =?UTF-8?q?=202.0.16=20to=202.0.17?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [@heroicons/react](https://github.com/tailwindlabs/heroicons) from 2.0.16 to 2.0.17. - [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.16...v2.0.17) --- 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 fd7656ff..d98b0b8d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "license": "MIT", "dependencies": { "@headlessui/react": "^1.7.13", - "@heroicons/react": "^2.0.16", + "@heroicons/react": "^2.0.17", "@tailwindcss/forms": "^0.5.3", "commander": "^10.0.0" }, @@ -48,9 +48,9 @@ } }, "node_modules/@heroicons/react": { - "version": "2.0.16", - "resolved": "https://registry.npmjs.org/@heroicons/react/-/react-2.0.16.tgz", - "integrity": "sha512-x89rFxH3SRdYaA+JCXwfe+RkE1SFTo9GcOkZettHer71Y3T7V+ogKmfw5CjTazgS3d0ClJ7p1NA+SP7VQLQcLw==", + "version": "2.0.17", + "resolved": "https://registry.npmjs.org/@heroicons/react/-/react-2.0.17.tgz", + "integrity": "sha512-90GMZktkA53YbNzHp6asVEDevUQCMtxWH+2UK2S8OpnLEu7qckTJPhNxNQG52xIR1WFTwFqtH6bt7a60ZNcLLA==", "peerDependencies": { "react": ">= 16" } @@ -1440,9 +1440,9 @@ } }, "@heroicons/react": { - "version": "2.0.16", - "resolved": "https://registry.npmjs.org/@heroicons/react/-/react-2.0.16.tgz", - "integrity": "sha512-x89rFxH3SRdYaA+JCXwfe+RkE1SFTo9GcOkZettHer71Y3T7V+ogKmfw5CjTazgS3d0ClJ7p1NA+SP7VQLQcLw==", + "version": "2.0.17", + "resolved": "https://registry.npmjs.org/@heroicons/react/-/react-2.0.17.tgz", + "integrity": "sha512-90GMZktkA53YbNzHp6asVEDevUQCMtxWH+2UK2S8OpnLEu7qckTJPhNxNQG52xIR1WFTwFqtH6bt7a60ZNcLLA==", "requires": {} }, "@kurkle/color": { diff --git a/package.json b/package.json index daa8a07d..0784d96d 100644 --- a/package.json +++ b/package.json @@ -94,7 +94,7 @@ ], "dependencies": { "@headlessui/react": "^1.7.13", - "@heroicons/react": "^2.0.16", + "@heroicons/react": "^2.0.17", "@tailwindcss/forms": "^0.5.3", "commander": "^10.0.0" }