From e7b9e02d367a570b1dedf035533e0cf30699e60c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Jan 2023 05:09:14 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=8C=20Bump=20@heroicons/react=20from?= =?UTF-8?q?=202.0.13=20to=202.0.14?= 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.13 to 2.0.14. - [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.13...v2.0.14) --- 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 5d2c37c0..7a675df0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "license": "MIT", "dependencies": { "@headlessui/react": "^1.7.7", - "@heroicons/react": "^2.0.13", + "@heroicons/react": "^2.0.14", "@tailwindcss/forms": "^0.5.3", "commander": "^10.0.0" }, @@ -55,9 +55,9 @@ } }, "node_modules/@heroicons/react": { - "version": "2.0.13", - "resolved": "https://registry.npmjs.org/@heroicons/react/-/react-2.0.13.tgz", - "integrity": "sha512-iSN5XwmagrnirWlYEWNPdCDj9aRYVD/lnK3JlsC9/+fqGF80k8C7rl+1HCvBX0dBoagKqOFBs6fMhJJ1hOg1EQ==", + "version": "2.0.14", + "resolved": "https://registry.npmjs.org/@heroicons/react/-/react-2.0.14.tgz", + "integrity": "sha512-eFL4if6L7woL1fUvk/jjXx4z9NxVESHHrQnEd2qKVelTFTIr/3VLGWdPb0biia9ZVe26P0JSs/xmOlRNur3SrQ==", "peerDependencies": { "react": ">= 16" } @@ -1836,9 +1836,9 @@ } }, "@heroicons/react": { - "version": "2.0.13", - "resolved": "https://registry.npmjs.org/@heroicons/react/-/react-2.0.13.tgz", - "integrity": "sha512-iSN5XwmagrnirWlYEWNPdCDj9aRYVD/lnK3JlsC9/+fqGF80k8C7rl+1HCvBX0dBoagKqOFBs6fMhJJ1hOg1EQ==", + "version": "2.0.14", + "resolved": "https://registry.npmjs.org/@heroicons/react/-/react-2.0.14.tgz", + "integrity": "sha512-eFL4if6L7woL1fUvk/jjXx4z9NxVESHHrQnEd2qKVelTFTIr/3VLGWdPb0biia9ZVe26P0JSs/xmOlRNur3SrQ==", "requires": {} }, "@kurkle/color": { diff --git a/package.json b/package.json index 666d6779..c829449d 100644 --- a/package.json +++ b/package.json @@ -99,7 +99,7 @@ ], "dependencies": { "@headlessui/react": "^1.7.7", - "@heroicons/react": "^2.0.13", + "@heroicons/react": "^2.0.14", "@tailwindcss/forms": "^0.5.3", "commander": "^10.0.0" }