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",