From 8af8277b2c2c93befaa70fe2b5c95a07848b16c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 May 2023 10:14:37 +0000 Subject: [PATCH] Bump @heroicons/react from 2.0.15 to 2.0.18 Bumps [@heroicons/react](https://github.com/tailwindlabs/heroicons) from 2.0.15 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.15...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 | 8 ++++---- package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index fedb95b..e2f457d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.1.0", "dependencies": { "@headlessui/react": "^1.7.10", - "@heroicons/react": "^2.0.15", + "@heroicons/react": "^2.0.18", "@next/font": "13.1.6", "@next/mdx": "^13.2.4", "@operandinc/sdk": "^5.0.18", @@ -118,9 +118,9 @@ } }, "node_modules/@heroicons/react": { - "version": "2.0.15", - "resolved": "https://registry.npmjs.org/@heroicons/react/-/react-2.0.15.tgz", - "integrity": "sha512-CZ2dGWgWG3/z5LEoD5D3MEr1syn45JM/OB2aDpw531Ryecgkz2V7TWQ808P0lva7zP003PVW6WlwbofsYyga3A==", + "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" } diff --git a/package.json b/package.json index cd1fc19..a9e819b 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@headlessui/react": "^1.7.10", - "@heroicons/react": "^2.0.15", + "@heroicons/react": "^2.0.18", "@next/font": "13.1.6", "@next/mdx": "^13.2.4", "@operandinc/sdk": "^5.0.18", diff --git a/yarn.lock b/yarn.lock index 55530d7..c492688 100644 --- a/yarn.lock +++ b/yarn.lock @@ -53,10 +53,10 @@ dependencies: client-only "^0.0.1" -"@heroicons/react@^2.0.15": - version "2.0.16" - resolved "https://registry.npmmirror.com/@heroicons/react/-/react-2.0.16.tgz#562883c19ba2690c83380b42a9a5cce39dcbdb4a" - integrity sha512-x89rFxH3SRdYaA+JCXwfe+RkE1SFTo9GcOkZettHer71Y3T7V+ogKmfw5CjTazgS3d0ClJ7p1NA+SP7VQLQcLw== +"@heroicons/react@^2.0.18": + version "2.0.18" + resolved "https://registry.yarnpkg.com/@heroicons/react/-/react-2.0.18.tgz#f80301907c243df03c7e9fd76c0286e95361f7c1" + integrity sha512-7TyMjRrZZMBPa+/5Y8lN0iyvUU/01PeMGX2+RE7cQWpEUIcb4QotzUObFkJDejj/HUH4qjP/eQ0gzzKs2f+6Yw== "@humanwhocodes/config-array@^0.11.8": version "0.11.8"