From 06736aea3445580ac319fde5bb3ec86df33c3a47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 06:09:16 +0000 Subject: [PATCH] Bump @tiptap/extension-code-block-lowlight from 2.2.4 to 2.3.1 Bumps [@tiptap/extension-code-block-lowlight](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-code-block-lowlight) from 2.2.4 to 2.3.1. - [Release notes](https://github.com/ueberdosis/tiptap/releases) - [Changelog](https://github.com/ueberdosis/tiptap/blob/main/packages/extension-code-block-lowlight/CHANGELOG.md) - [Commits](https://github.com/ueberdosis/tiptap/commits/v2.3.1/packages/extension-code-block-lowlight) --- updated-dependencies: - dependency-name: "@tiptap/extension-code-block-lowlight" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 470436a..7efe87c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@sveltejs/vite-plugin-svelte": "^3.0.0", "@tailwindcss/typography": "^0.5.10", "@tiptap/core": "^2.2.4", - "@tiptap/extension-code-block-lowlight": "^2.2.4", + "@tiptap/extension-code-block-lowlight": "^2.3.1", "@tiptap/extension-link": "^2.2.4", "@tiptap/extension-placeholder": "^2.2.4", "@tiptap/extension-typography": "^2.2.4", @@ -609,9 +609,9 @@ } }, "node_modules/@tiptap/extension-code-block-lowlight": { - "version": "2.2.4", - "resolved": "https://registry.npmjs.org/@tiptap/extension-code-block-lowlight/-/extension-code-block-lowlight-2.2.4.tgz", - "integrity": "sha512-FxrpY2Lj6kV6pu5LcaeccE3lqOqvOyFSfMGRV6x1OGOMV9TIFJKIVEIcEhqoiqEnuJZzSmQSx7QZqzOvquZo+A==", + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/@tiptap/extension-code-block-lowlight/-/extension-code-block-lowlight-2.3.1.tgz", + "integrity": "sha512-cITugRxTy2/HM2csvjpAnCYBp1Z+A+dXLpNic1QzcXvTTjxTw7V4dtOE7ymmiMHlsAOKQLeWkkgc6W0pPES6IA==", "dev": true, "funding": { "type": "github", diff --git a/package.json b/package.json index c1a2b59..4def19b 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@sveltejs/vite-plugin-svelte": "^3.0.0", "@tailwindcss/typography": "^0.5.10", "@tiptap/core": "^2.2.4", - "@tiptap/extension-code-block-lowlight": "^2.2.4", + "@tiptap/extension-code-block-lowlight": "^2.3.1", "@tiptap/extension-link": "^2.2.4", "@tiptap/extension-placeholder": "^2.2.4", "@tiptap/extension-typography": "^2.2.4",