diff --git a/commafeed-client/package-lock.json b/commafeed-client/package-lock.json index c23b2515..abaa7abf 100644 --- a/commafeed-client/package-lock.json +++ b/commafeed-client/package-lock.json @@ -13,12 +13,12 @@ "@lingui/core": "^4.11.4", "@lingui/macro": "^4.11.4", "@lingui/react": "^4.11.4", - "@mantine/core": "^7.13.1", - "@mantine/form": "^7.13.1", - "@mantine/hooks": "^7.13.1", - "@mantine/modals": "^7.13.1", - "@mantine/notifications": "^7.13.1", - "@mantine/spotlight": "^7.13.1", + "@mantine/core": "^7.13.2", + "@mantine/form": "^7.13.2", + "@mantine/hooks": "^7.13.2", + "@mantine/modals": "^7.13.2", + "@mantine/notifications": "^7.13.2", + "@mantine/spotlight": "^7.13.2", "@monaco-editor/react": "^4.6.0", "@reduxjs/toolkit": "^2.2.7", "axios": "^1.7.7", @@ -1692,9 +1692,9 @@ } }, "node_modules/@mantine/core": { - "version": "7.13.1", - "resolved": "https://registry.npmjs.org/@mantine/core/-/core-7.13.1.tgz", - "integrity": "sha512-KH/WrcY/5pf3FxUUbtG77xyd7kfp6SRPAJFkxjFlg9kXroiQ7baljphY371CwPYPINERShUdvCQLpz4r4WMIHA==", + "version": "7.13.2", + "resolved": "https://registry.npmjs.org/@mantine/core/-/core-7.13.2.tgz", + "integrity": "sha512-nD8oKIal+KdthqF074+ZG21035QBEAKso2zK9D6zWxRTLVCjLCNSc5JSXrXLrdBTnvPQGY26yunX4+MEPlmrHg==", "license": "MIT", "dependencies": { "@floating-ui/react": "^0.26.9", @@ -1705,15 +1705,15 @@ "type-fest": "^4.12.0" }, "peerDependencies": { - "@mantine/hooks": "7.13.1", + "@mantine/hooks": "7.13.2", "react": "^18.2.0", "react-dom": "^18.2.0" } }, "node_modules/@mantine/form": { - "version": "7.13.1", - "resolved": "https://registry.npmjs.org/@mantine/form/-/form-7.13.1.tgz", - "integrity": "sha512-lgCEyg9kF3xSTDhGt2BKQk/zbxhDdCD/EZFUOW0yUIzvcgvK3TcgqImV3Y1SNqUj/lLKzCQWNNjreAT38jL20g==", + "version": "7.13.2", + "resolved": "https://registry.npmjs.org/@mantine/form/-/form-7.13.2.tgz", + "integrity": "sha512-jx7st64CzzzwdKwhRw/rHqQ/ReGa5tW9PnId5sdE5fhf9QJjjiNWfQjGUFnA7WSEGlOTbwrznKA45ro5lFY6CA==", "license": "MIT", "dependencies": { "fast-deep-equal": "^3.1.3", @@ -1724,61 +1724,61 @@ } }, "node_modules/@mantine/hooks": { - "version": "7.13.1", - "resolved": "https://registry.npmjs.org/@mantine/hooks/-/hooks-7.13.1.tgz", - "integrity": "sha512-Hfd4v380pPJUKDbARk+egdAanx7bpGZmaOn8G3QBZjwDufVopxip0WPkifUKUIMeYY1CTboa+1go9l56ZWrrSg==", + "version": "7.13.2", + "resolved": "https://registry.npmjs.org/@mantine/hooks/-/hooks-7.13.2.tgz", + "integrity": "sha512-NKfGl2sKZw6zF//AfAFJrVDftjg7DKCn0h8rwJBIZCKi9axhwlV0Mvlqe2dep8QuM7O/uLLJSymSKIv1gaxIJg==", "license": "MIT", "peerDependencies": { "react": "^18.2.0" } }, "node_modules/@mantine/modals": { - "version": "7.13.1", - "resolved": "https://registry.npmjs.org/@mantine/modals/-/modals-7.13.1.tgz", - "integrity": "sha512-4Dz0xPXYTrNAUbT6C5vUkQik6qZ0Xw3Cx06q+H9om61girzNqF/VNyYLNLH5fEE16rTS8a50JNz5nFTteZLhjQ==", + "version": "7.13.2", + "resolved": "https://registry.npmjs.org/@mantine/modals/-/modals-7.13.2.tgz", + "integrity": "sha512-rKkXss1ZYAbkSi9ZcUsBY/HyGjgKk+bT8TXzLoClBRgg6uyto+/2lT9M5e4Nao+2PsjsRnWI/ZgddNZKiSaNgQ==", "license": "MIT", "peerDependencies": { - "@mantine/core": "7.13.1", - "@mantine/hooks": "7.13.1", + "@mantine/core": "7.13.2", + "@mantine/hooks": "7.13.2", "react": "^18.2.0", "react-dom": "^18.2.0" } }, "node_modules/@mantine/notifications": { - "version": "7.13.1", - "resolved": "https://registry.npmjs.org/@mantine/notifications/-/notifications-7.13.1.tgz", - "integrity": "sha512-Lc66wRar/nqADoaSlLHntREWbMlDDVs/Sabla2ac/V8jftLOnQpVPMefMpFVGYNJdhT3mG/9bguZV5K7pkjSXQ==", + "version": "7.13.2", + "resolved": "https://registry.npmjs.org/@mantine/notifications/-/notifications-7.13.2.tgz", + "integrity": "sha512-14vFJtR0wjO8Won96UMLxIGmKetR0ocBxcghtuGh6+wnXt6r/ezfQKsdGkkNj6w91I+0Nl9jspcxEekE5q2tBQ==", "license": "MIT", "dependencies": { - "@mantine/store": "7.13.1", + "@mantine/store": "7.13.2", "react-transition-group": "4.4.5" }, "peerDependencies": { - "@mantine/core": "7.13.1", - "@mantine/hooks": "7.13.1", + "@mantine/core": "7.13.2", + "@mantine/hooks": "7.13.2", "react": "^18.2.0", "react-dom": "^18.2.0" } }, "node_modules/@mantine/spotlight": { - "version": "7.13.1", - "resolved": "https://registry.npmjs.org/@mantine/spotlight/-/spotlight-7.13.1.tgz", - "integrity": "sha512-b3a2NJ3/VYR4tBCRPbqwTP3kT8k4nDYg8ki/oazIGrvRXYaf7SuXYpaj2MLUPUHd3ILyTZvReB04eBXPEGPOsA==", + "version": "7.13.2", + "resolved": "https://registry.npmjs.org/@mantine/spotlight/-/spotlight-7.13.2.tgz", + "integrity": "sha512-n8MapJHAJOCjrny4Yiy/SwAZOsa27X/JCGZ4rNwugvduliTa0WLT1KxjSg6Ne7Ys5iu4BlE5KEL6t3/LYDMI6g==", "license": "MIT", "dependencies": { - "@mantine/store": "7.13.1" + "@mantine/store": "7.13.2" }, "peerDependencies": { - "@mantine/core": "7.13.1", - "@mantine/hooks": "7.13.1", + "@mantine/core": "7.13.2", + "@mantine/hooks": "7.13.2", "react": "^18.2.0", "react-dom": "^18.2.0" } }, "node_modules/@mantine/store": { - "version": "7.13.1", - "resolved": "https://registry.npmjs.org/@mantine/store/-/store-7.13.1.tgz", - "integrity": "sha512-/ZiVU8oFMkzSNrXqAvxb9ZfHWgVg7E8apUEQCzBh9sxgxdVoM9Y1+2YqOoi885hxskmPpkmGP+VGOJnQ6OKJig==", + "version": "7.13.2", + "resolved": "https://registry.npmjs.org/@mantine/store/-/store-7.13.2.tgz", + "integrity": "sha512-JcBGOqRynYiRWzw1rYdmViB/lfeYSec2EXVdSt4eJv+RPICsjjuqrIc3sNzfqJEGxcN4hGSlaeBriSh05K+vNQ==", "license": "MIT", "peerDependencies": { "react": "^18.2.0" diff --git a/commafeed-client/package.json b/commafeed-client/package.json index 10b1aa45..3c03c77e 100644 --- a/commafeed-client/package.json +++ b/commafeed-client/package.json @@ -20,12 +20,12 @@ "@lingui/core": "^4.11.4", "@lingui/macro": "^4.11.4", "@lingui/react": "^4.11.4", - "@mantine/core": "^7.13.1", - "@mantine/form": "^7.13.1", - "@mantine/hooks": "^7.13.1", - "@mantine/modals": "^7.13.1", - "@mantine/notifications": "^7.13.1", - "@mantine/spotlight": "^7.13.1", + "@mantine/core": "^7.13.2", + "@mantine/form": "^7.13.2", + "@mantine/hooks": "^7.13.2", + "@mantine/modals": "^7.13.2", + "@mantine/notifications": "^7.13.2", + "@mantine/spotlight": "^7.13.2", "@monaco-editor/react": "^4.6.0", "@reduxjs/toolkit": "^2.2.7", "axios": "^1.7.7",