diff --git a/packages/ui-components/package.json b/packages/ui-components/package.json index 1310cbcdd..a097cb77d 100644 --- a/packages/ui-components/package.json +++ b/packages/ui-components/package.json @@ -31,7 +31,7 @@ "@rematch/core": "2.2.0", "@rematch/loading": "2.1.2", "@rematch/persist": "2.1.2", - "classnames": "2.3.2", + "classnames": "2.5.0", "country-flag-icons": "1.5.9", "dayjs": "1.11.10", "dompurify": "3.0.6", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ec0cc7b9b..d1ed83dfd 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1837,8 +1837,8 @@ importers: specifier: 2.1.2 version: 2.1.2(@rematch/core@2.2.0)(react@18.2.0)(redux@4.2.1) classnames: - specifier: 2.3.2 - version: 2.3.2 + specifier: 2.5.0 + version: 2.5.0 country-flag-icons: specifier: 1.5.9 version: 1.5.9 @@ -2197,8 +2197,8 @@ importers: specifier: workspace:3.0.0-next.2 version: link:../packages/ui-components classnames: - specifier: 2.3.2 - version: 2.3.2 + specifier: 2.5.0 + version: 2.5.0 clsx: specifier: 1.2.1 version: 1.2.1 @@ -14732,8 +14732,8 @@ packages: isobject: 3.0.1 static-extend: 0.1.2 - /classnames@2.3.2: - resolution: {integrity: sha512-CSbhY4cFEJRe6/GQzIk5qXZ4Jeg5pcsP7b5peFSDpffpe1cqjASH/n9UTjBwOp6XpMSTwQ8Za2K5V02ueA7Tmw==} + /classnames@2.5.0: + resolution: {integrity: sha512-FQuRlyKinxrb5gwJlfVASbSrDlikDJ07426TrfPsdGLvtochowmkbnSFdQGJ2aoXrSetq5KqGV9emvWpy+91xA==} dev: false /clean-css@4.2.4: diff --git a/website/package.json b/website/package.json index bb1641e96..cf15050db 100644 --- a/website/package.json +++ b/website/package.json @@ -41,7 +41,7 @@ "@mui/styles": "5.15.0", "@orama/orama": "1.2.4", "@verdaccio/ui-components": "workspace:3.0.0-next.2", - "classnames": "2.3.2", + "classnames": "2.5.0", "clsx": "1.2.1", "copy-text-to-clipboard": "3.2.0", "docusaurus-plugin-contributors": "workspace:2.0.0-next.0",