diff --git a/package-lock.json b/package-lock.json index ea5c4edee..b38fc17dc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@astrojs/check": "^0.3.1", "@astrojs/react": "^3.6.2", "@astrojs/vue": "^4.5.2", - "@chakra-ui/react": "^2.10.2", + "@chakra-ui/react": "^2.10.3", "@emotion/react": "^11.13.3", "@emotion/styled": "^11.13.0", "@fontsource/ibm-plex-mono": "^5.1.0", @@ -1032,12 +1032,12 @@ } }, "node_modules/@chakra-ui/react": { - "version": "2.10.2", - "resolved": "https://registry.npmjs.org/@chakra-ui/react/-/react-2.10.2.tgz", - "integrity": "sha512-TfIHTqTlxTHYJZBtpiR5EZasPUrLYKJxdbHkdOJb5G1OQ+2c5kKl5XA7c2pMtsEptzb7KxAAIB62t3hxdfWp1w==", + "version": "2.10.3", + "resolved": "https://registry.npmjs.org/@chakra-ui/react/-/react-2.10.3.tgz", + "integrity": "sha512-oWmGGzzKWBfoB3hrrQxWwFirlxJXGdk3v4SLnLPPYRy9IMibmQM5rAUJ/NxZum1mrYGP5lo7DHcIWDfV2A3ubw==", "dependencies": { "@chakra-ui/hooks": "2.4.2", - "@chakra-ui/styled-system": "2.11.2", + "@chakra-ui/styled-system": "2.12.0", "@chakra-ui/theme": "3.4.6", "@chakra-ui/utils": "2.2.2", "@popperjs/core": "^2.11.8", @@ -1056,9 +1056,9 @@ } }, "node_modules/@chakra-ui/styled-system": { - "version": "2.11.2", - "resolved": "https://registry.npmjs.org/@chakra-ui/styled-system/-/styled-system-2.11.2.tgz", - "integrity": "sha512-y++z2Uop+hjfZX9mbH88F1ikazPv32asD2er56zMJBemUAzweXnHTpiCQbluEDSUDhqmghVZAdb+5L4XLbsRxA==", + "version": "2.12.0", + "resolved": "https://registry.npmjs.org/@chakra-ui/styled-system/-/styled-system-2.12.0.tgz", + "integrity": "sha512-zoqLw1I2y4GlZ0LDoyw8o0JjoDOW6u0IwFPAoHuw0UMbP8glHUGvwEL1STug/i/GzBKw83yoF6ae41HIQvhMww==", "dependencies": { "@chakra-ui/utils": "2.2.2", "csstype": "^3.1.2" diff --git a/package.json b/package.json index 2feb14bd2..679fe6fb2 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "@astrojs/check": "^0.3.1", "@astrojs/react": "^3.6.2", "@astrojs/vue": "^4.5.2", - "@chakra-ui/react": "^2.10.2", + "@chakra-ui/react": "^2.10.3", "@emotion/react": "^11.13.3", "@emotion/styled": "^11.13.0", "@fontsource/ibm-plex-mono": "^5.1.0",