From c0fbecff5ab8929bc7386fd3093c76d717c344f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Mar 2023 08:22:52 +0000 Subject: [PATCH] Bump @heroicons/react from 2.0.13 to 2.0.16 (#960) Bumps [@heroicons/react](https://github.com/tailwindlabs/heroicons) from 2.0.13 to 2.0.16. - [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.16) --- updated-dependencies: - dependency-name: "@heroicons/react" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 748a5d64f..9f20af59d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "@babel/preset-env": "^7.20.2", "@babel/preset-react": "^7.18.6", "@headlessui/react": "^1.7.8", - "@heroicons/react": "^2.0.13", + "@heroicons/react": "^2.0.16", "@hotwired/stimulus": "^3.0.0", "@mapbox/geojson-rewind": "^0.5.2", "@mapbox/geojsonhint": "^3.1.0", @@ -1870,9 +1870,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.16", + "resolved": "https://registry.npmjs.org/@heroicons/react/-/react-2.0.16.tgz", + "integrity": "sha512-x89rFxH3SRdYaA+JCXwfe+RkE1SFTo9GcOkZettHer71Y3T7V+ogKmfw5CjTazgS3d0ClJ7p1NA+SP7VQLQcLw==", "dev": true, "peerDependencies": { "react": ">= 16" @@ -11912,9 +11912,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.16", + "resolved": "https://registry.npmjs.org/@heroicons/react/-/react-2.0.16.tgz", + "integrity": "sha512-x89rFxH3SRdYaA+JCXwfe+RkE1SFTo9GcOkZettHer71Y3T7V+ogKmfw5CjTazgS3d0ClJ7p1NA+SP7VQLQcLw==", "dev": true, "requires": {} }, diff --git a/package.json b/package.json index 2c85343fa..f37cd0b03 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "@babel/preset-env": "^7.20.2", "@babel/preset-react": "^7.18.6", "@headlessui/react": "^1.7.8", - "@heroicons/react": "^2.0.13", + "@heroicons/react": "^2.0.16", "@hotwired/stimulus": "^3.0.0", "@mapbox/geojson-rewind": "^0.5.2", "@mapbox/geojsonhint": "^3.1.0",