From 81d91fe354b7ccb648f8238c31bdf20f4a15cb83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Jun 2023 03:32:24 +0000 Subject: [PATCH] chore(deps): bump @phosphor-icons/react from 2.0.9 to 2.0.10 Bumps [@phosphor-icons/react](https://github.com/phosphor-icons/react) from 2.0.9 to 2.0.10. - [Release notes](https://github.com/phosphor-icons/react/releases) - [Commits](https://github.com/phosphor-icons/react/commits) --- updated-dependencies: - dependency-name: "@phosphor-icons/react" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index adc2c85..256a85a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,7 +5,7 @@ "packages": { "": { "dependencies": { - "@phosphor-icons/react": "^2.0.9", + "@phosphor-icons/react": "^2.0.10", "@remix-run/node": "^1.18.0", "@remix-run/react": "^1.18.0", "@remix-run/serve": "^1.18.0", @@ -2502,9 +2502,9 @@ } }, "node_modules/@phosphor-icons/react": { - "version": "2.0.9", - "resolved": "https://registry.npmjs.org/@phosphor-icons/react/-/react-2.0.9.tgz", - "integrity": "sha512-/dtQ0M9MXAr35wy8zPlwF684EvYRvGWZPAv+Bd0BR4vzIhjzfLBdHSovFxSP1rj3UOHvVR08qgRL04Kv90oqHA==", + "version": "2.0.10", + "resolved": "https://registry.npmjs.org/@phosphor-icons/react/-/react-2.0.10.tgz", + "integrity": "sha512-q5ITPNFhmEiYZLZOvEhjo2phlfxoOmit7vE1tBYMxcMqnZX2vdbMw3deDE7wCegpBKM/q/p39BJmhhoPcjZyCg==", "engines": { "node": ">=10" }, diff --git a/package.json b/package.json index 6ea846e..f07117d 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "lint:typescript": "tsc --noEmit" }, "dependencies": { - "@phosphor-icons/react": "^2.0.9", + "@phosphor-icons/react": "^2.0.10", "@remix-run/node": "^1.18.0", "@remix-run/react": "^1.18.0", "@remix-run/serve": "^1.18.0",