diff --git a/package-lock.json b/package-lock.json index 2d27ac1..d643c83 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@heroicons/react": "^2.1.3", "@mantine/carousel": "^7.6.2", "@mantine/charts": "^7.6.2", - "@mantine/code-highlight": "^7.6.2", + "@mantine/code-highlight": "^7.9.0", "@mantine/core": "^7.6.2", "@mantine/dates": "^7.6.2", "@mantine/dropzone": "^7.6.2", @@ -3259,16 +3259,16 @@ } }, "node_modules/@mantine/code-highlight": { - "version": "7.6.2", - "resolved": "https://registry.npmjs.org/@mantine/code-highlight/-/code-highlight-7.6.2.tgz", - "integrity": "sha512-5JrCpONCdgrBfASQS5a7ZFrLD9e4uvjJDET10UX6ZS4dMPRqZZCYweJFUwaxhvRoIctpQeN5+Fuh95PVcZ5NXw==", + "version": "7.9.0", + "resolved": "https://registry.npmjs.org/@mantine/code-highlight/-/code-highlight-7.9.0.tgz", + "integrity": "sha512-UvrzRQhp2S/l3J9f0HTNRao5S+WObxsQa37hiWQE/dT5qckZdC3zONbcIVim7EhnhC0saKBEJBThBVMhJhn29w==", "dependencies": { "clsx": "2.1.0", "highlight.js": "^11.9.0" }, "peerDependencies": { - "@mantine/core": "7.6.2", - "@mantine/hooks": "7.6.2", + "@mantine/core": "7.9.0", + "@mantine/hooks": "7.9.0", "react": "^18.2.0", "react-dom": "^18.2.0" } diff --git a/package.json b/package.json index 42ab602..a45d50d 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@heroicons/react": "^2.1.3", "@mantine/carousel": "^7.6.2", "@mantine/charts": "^7.6.2", - "@mantine/code-highlight": "^7.6.2", + "@mantine/code-highlight": "^7.9.0", "@mantine/core": "^7.6.2", "@mantine/dates": "^7.6.2", "@mantine/dropzone": "^7.6.2",