diff --git a/package-lock.json b/package-lock.json index 09f76cd..72f0227 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "GPL-3.0-only", "dependencies": { - "@heroicons/react": "^2.0.12", + "@heroicons/react": "^2.0.17", "ajv": "^8.11.0", "body-parser": "^1.20.1", "crypto-js": "^4.1.1", @@ -850,9 +850,9 @@ } }, "node_modules/@heroicons/react": { - "version": "2.0.12", - "resolved": "https://registry.npmjs.org/@heroicons/react/-/react-2.0.12.tgz", - "integrity": "sha512-FZxKh3i9aKIDxyALTgIpSF2t6V6/eZfF5mRu41QlwkX3Oxzecdm1u6dpft6PQGxIBwO7TKYWaMAYYL8mp/EaOg==", + "version": "2.0.17", + "resolved": "https://registry.npmjs.org/@heroicons/react/-/react-2.0.17.tgz", + "integrity": "sha512-90GMZktkA53YbNzHp6asVEDevUQCMtxWH+2UK2S8OpnLEu7qckTJPhNxNQG52xIR1WFTwFqtH6bt7a60ZNcLLA==", "peerDependencies": { "react": ">= 16" } @@ -8105,9 +8105,9 @@ "dev": true }, "@heroicons/react": { - "version": "2.0.12", - "resolved": "https://registry.npmjs.org/@heroicons/react/-/react-2.0.12.tgz", - "integrity": "sha512-FZxKh3i9aKIDxyALTgIpSF2t6V6/eZfF5mRu41QlwkX3Oxzecdm1u6dpft6PQGxIBwO7TKYWaMAYYL8mp/EaOg==", + "version": "2.0.17", + "resolved": "https://registry.npmjs.org/@heroicons/react/-/react-2.0.17.tgz", + "integrity": "sha512-90GMZktkA53YbNzHp6asVEDevUQCMtxWH+2UK2S8OpnLEu7qckTJPhNxNQG52xIR1WFTwFqtH6bt7a60ZNcLLA==", "requires": {} }, "@humanwhocodes/config-array": { diff --git a/package.json b/package.json index 918257d..446e4ac 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "bstart": "npm run build && npm run start" }, "dependencies": { - "@heroicons/react": "^2.0.12", + "@heroicons/react": "^2.0.17", "ajv": "^8.11.0", "body-parser": "^1.20.1", "crypto-js": "^4.1.1",