diff --git a/frontend/package-lock.json b/frontend/package-lock.json index f109a580..93b4e1b9 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -11,7 +11,7 @@ "@chakra-ui/react": "^2.5.1", "@emotion/react": "^11.10.6", "@emotion/styled": "^11.10.6", - "@tabler/icons-react": "^2.10.0", + "@tabler/icons-react": "^2.11.0", "country-to-currency": "^1.0.7", "currency-symbol-map": "^5.1.0", "framer-motion": "^10.0.0", @@ -2273,20 +2273,20 @@ } }, "node_modules/@tabler/icons": { - "version": "2.10.0", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.10.0.tgz", - "integrity": "sha512-rj9xrHTSw7bPpylx8g9xhhUgO9NYKX1wGnGrMaFS5CQ9KS+jhwhKFqbZaQKhXNhpvI0cLEEW6GaRXdrC3iBs1A==", + "version": "2.11.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.11.0.tgz", + "integrity": "sha512-KPESQnvHoSpbAdgzDdrSmeZ9AE8fSU12fU3Cag79uXJCUkC8f741fcvPJPsFMDe0S96VSq3mMYF8JnA7a570uQ==", "funding": { "type": "github", "url": "https://github.com/sponsors/codecalm" } }, "node_modules/@tabler/icons-react": { - "version": "2.10.0", - "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.10.0.tgz", - "integrity": "sha512-cWJPhPv7QG89OByVaMc3cs0mY9yIHf4ctoRrjQ4+uXjna2xx0SkwfXAtgt8UhRnp/b47Pr3h59P8Vojw49d2jA==", + "version": "2.11.0", + "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.11.0.tgz", + "integrity": "sha512-Mbie8IFLrtI0sGm802Bmierle0ixIi7FVczShoLjPZwRM0da1HcD588TF7oMuQ09zd241BY+L7M/f0Q6lquBng==", "dependencies": { - "@tabler/icons": "2.10.0", + "@tabler/icons": "2.11.0", "prop-types": "^15.7.2" }, "funding": { @@ -9038,16 +9038,16 @@ "integrity": "sha512-BJ9SxXux8zAg991UmT8slpwpsd31K1dHHbD3Ba4VzD+liLQ4WAMSxQp2d2ZPRPfN0jN2NPRowcSSoM7lCaF08Q==" }, "@tabler/icons": { - "version": "2.10.0", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.10.0.tgz", - "integrity": "sha512-rj9xrHTSw7bPpylx8g9xhhUgO9NYKX1wGnGrMaFS5CQ9KS+jhwhKFqbZaQKhXNhpvI0cLEEW6GaRXdrC3iBs1A==" + "version": "2.11.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.11.0.tgz", + "integrity": "sha512-KPESQnvHoSpbAdgzDdrSmeZ9AE8fSU12fU3Cag79uXJCUkC8f741fcvPJPsFMDe0S96VSq3mMYF8JnA7a570uQ==" }, "@tabler/icons-react": { - "version": "2.10.0", - "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.10.0.tgz", - "integrity": "sha512-cWJPhPv7QG89OByVaMc3cs0mY9yIHf4ctoRrjQ4+uXjna2xx0SkwfXAtgt8UhRnp/b47Pr3h59P8Vojw49d2jA==", + "version": "2.11.0", + "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.11.0.tgz", + "integrity": "sha512-Mbie8IFLrtI0sGm802Bmierle0ixIi7FVczShoLjPZwRM0da1HcD588TF7oMuQ09zd241BY+L7M/f0Q6lquBng==", "requires": { - "@tabler/icons": "2.10.0", + "@tabler/icons": "2.11.0", "prop-types": "^15.7.2" } }, diff --git a/frontend/package.json b/frontend/package.json index 2a1b01f4..e6d37c55 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -14,7 +14,7 @@ "@chakra-ui/react": "^2.5.1", "@emotion/react": "^11.10.6", "@emotion/styled": "^11.10.6", - "@tabler/icons-react": "^2.10.0", + "@tabler/icons-react": "^2.11.0", "country-to-currency": "^1.0.7", "currency-symbol-map": "^5.1.0", "framer-motion": "^10.0.0",