From 949ea84e41584275316fc3756e8627523d058bfc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Mar 2023 06:57:10 +0000 Subject: [PATCH] build(deps): bump @heroicons/react from 2.0.11 to 2.0.16 Bumps [@heroicons/react](https://github.com/tailwindlabs/heroicons) from 2.0.11 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.11...v2.0.16) --- 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 d8069b2..e8db872 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "@uzh-bf/joinus", "version": "3.0.5", "dependencies": { - "@heroicons/react": "2.0.11", + "@heroicons/react": "2.0.16", "@popperjs/core": "2.11.6", "animated-scroll-to": "2.3.0", "fomantic-ui": "2.8.8", @@ -258,9 +258,9 @@ "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==" }, "node_modules/@heroicons/react": { - "version": "2.0.11", - "resolved": "https://registry.npmjs.org/@heroicons/react/-/react-2.0.11.tgz", - "integrity": "sha512-bASjOgSSaYj8HqXWsOqaBiB6ZLalE/g90WYGgZ5lPm4KCCG7wPXntY4kzHf5NrLh6UBAcnPwvbiw1Ne9GYfJtw==", + "version": "2.0.16", + "resolved": "https://registry.npmjs.org/@heroicons/react/-/react-2.0.16.tgz", + "integrity": "sha512-x89rFxH3SRdYaA+JCXwfe+RkE1SFTo9GcOkZettHer71Y3T7V+ogKmfw5CjTazgS3d0ClJ7p1NA+SP7VQLQcLw==", "peerDependencies": { "react": ">= 16" } @@ -13947,9 +13947,9 @@ } }, "@heroicons/react": { - "version": "2.0.11", - "resolved": "https://registry.npmjs.org/@heroicons/react/-/react-2.0.11.tgz", - "integrity": "sha512-bASjOgSSaYj8HqXWsOqaBiB6ZLalE/g90WYGgZ5lPm4KCCG7wPXntY4kzHf5NrLh6UBAcnPwvbiw1Ne9GYfJtw==", + "version": "2.0.16", + "resolved": "https://registry.npmjs.org/@heroicons/react/-/react-2.0.16.tgz", + "integrity": "sha512-x89rFxH3SRdYaA+JCXwfe+RkE1SFTo9GcOkZettHer71Y3T7V+ogKmfw5CjTazgS3d0ClJ7p1NA+SP7VQLQcLw==", "requires": {} }, "@hutson/parse-repository-url": { diff --git a/package.json b/package.json index b5510f9..444bd5a 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "release": "standard-version" }, "dependencies": { - "@heroicons/react": "2.0.11", + "@heroicons/react": "2.0.16", "@popperjs/core": "2.11.6", "animated-scroll-to": "2.3.0", "fomantic-ui": "2.8.8",