From ab46b6118db631b64d09891811a0e9ff1e5c374e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 00:36:45 +0000 Subject: [PATCH] Bump @tiptap/extension-highlight from 2.1.7 to 2.1.8 Bumps [@tiptap/extension-highlight](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-highlight) from 2.1.7 to 2.1.8. - [Release notes](https://github.com/ueberdosis/tiptap/releases) - [Changelog](https://github.com/ueberdosis/tiptap/blob/v2.1.8/packages/extension-highlight/CHANGELOG.md) - [Commits](https://github.com/ueberdosis/tiptap/commits/v2.1.8/packages/extension-highlight) --- updated-dependencies: - dependency-name: "@tiptap/extension-highlight" dependency-type: direct:production update-type: version-update:semver-patch ... 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 729b3b2..7c44f31 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,7 +5,7 @@ "packages": { "": { "dependencies": { - "@tiptap/extension-highlight": "^2.0.3", + "@tiptap/extension-highlight": "^2.1.8", "@tiptap/extension-image": "^2.0.3", "@tiptap/extension-link": "^2.0.3", "@tiptap/extension-subscript": "^2.0.3", @@ -1083,9 +1083,9 @@ } }, "node_modules/@tiptap/extension-highlight": { - "version": "2.1.7", - "resolved": "https://registry.npmjs.org/@tiptap/extension-highlight/-/extension-highlight-2.1.7.tgz", - "integrity": "sha512-3EXrnf1BQSdOe/iqzcTIr5Tf0NOhPQ+y1B9nMi/40v3MD8WzRBLaqj0lvpwO7xMAdgxm6IiL/XFYU41n9yFl/Q==", + "version": "2.1.8", + "resolved": "https://registry.npmjs.org/@tiptap/extension-highlight/-/extension-highlight-2.1.8.tgz", + "integrity": "sha512-OCXtFWCbwsgOHq7IP4Qr02EfjwYeRRcuL1ipv0LojGtMcvnkw7OLhQZ8oocrqi4/6QCOtPLSGlcqrQ6pmN7jww==", "funding": { "type": "github", "url": "https://github.com/sponsors/ueberdosis" diff --git a/package.json b/package.json index 21ad4a1..587e3d9 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "vitest": "^0.34.3" }, "dependencies": { - "@tiptap/extension-highlight": "^2.0.3", + "@tiptap/extension-highlight": "^2.1.8", "@tiptap/extension-image": "^2.0.3", "@tiptap/extension-link": "^2.0.3", "@tiptap/extension-subscript": "^2.0.3", -- 2.49.1