Compare commits

..

1 Commits

Author SHA1 Message Date
snyk-bot
5fb15b8547 fix: upgrade @tiptap/extension-image from 2.1.16 to 2.2.4
Snyk has created this PR to upgrade @tiptap/extension-image from 2.1.16 to 2.2.4.

See this package in npm:
https://www.npmjs.com/package/@tiptap/extension-image

See this project in Snyk:
https://app.snyk.io/org/nomadjimbob/project/66c7b29c-3171-4fcc-b6f1-0bc65698880c?utm_source=github&utm_medium=referral&page=upgrade-pr
2024-04-17 00:43:53 +00:00
2 changed files with 11 additions and 11 deletions

18
package-lock.json generated
View File

@@ -1,5 +1,5 @@
{
"name": "npm-proj-1713314625019-0.017996630176541742bekRe",
"name": "npm-proj-1713314618006-0.4027358306218456bfbThf",
"lockfileVersion": 3,
"requires": true,
"packages": {
@@ -7,8 +7,8 @@
"dependencies": {
"@inertiajs/progress": "^0.2.7",
"@inertiajs/vue3": "^1.0.14",
"@tiptap/extension-highlight": "^2.2.4",
"@tiptap/extension-image": "^2.0.3",
"@tiptap/extension-highlight": "^2.1.8",
"@tiptap/extension-image": "^2.2.4",
"@tiptap/extension-link": "^2.0.3",
"@tiptap/extension-subscript": "^2.0.3",
"@tiptap/extension-superscript": "^2.1.8",
@@ -2354,9 +2354,9 @@
}
},
"node_modules/@tiptap/extension-highlight": {
"version": "2.2.4",
"resolved": "https://registry.npmjs.org/@tiptap/extension-highlight/-/extension-highlight-2.2.4.tgz",
"integrity": "sha512-GGl6ehKQ0Q0gGgUQhkWg2XYPfhVU5c0JD3NHzV4OrBP6JAtFeMYeSLdfYzFcmoYnGafvSZaJ3NukUvnDHZGzRg==",
"version": "2.1.16",
"resolved": "https://registry.npmjs.org/@tiptap/extension-highlight/-/extension-highlight-2.1.16.tgz",
"integrity": "sha512-s2r36RJDsNPJx58kxnhRIvMN//06aO+qHsX4SJl2oFq9m8OBMhPqeqJHaD2bPMF0ODrZACujirAi1rBa0IwGiQ==",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/ueberdosis"
@@ -2392,9 +2392,9 @@
}
},
"node_modules/@tiptap/extension-image": {
"version": "2.1.16",
"resolved": "https://registry.npmjs.org/@tiptap/extension-image/-/extension-image-2.1.16.tgz",
"integrity": "sha512-idvmJzdG/u9YDt/GOCvgQMB1p/GZbBqb2Spk8BhXHoBGHR4zFo609ExccXYKR4UWs0iTACDq80VwJvfHa8XYKw==",
"version": "2.2.4",
"resolved": "https://registry.npmjs.org/@tiptap/extension-image/-/extension-image-2.2.4.tgz",
"integrity": "sha512-xOnqZpnP/fAfmK5AKmXplVQdXBtY5AoZ9B+qllH129aLABaDRzl3e14ZRHC8ahQawOmCe6AOCCXYUBXDOlY5Jg==",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/ueberdosis"

View File

@@ -33,8 +33,8 @@
"dependencies": {
"@inertiajs/progress": "^0.2.7",
"@inertiajs/vue3": "^1.0.14",
"@tiptap/extension-highlight": "^2.2.4",
"@tiptap/extension-image": "^2.0.3",
"@tiptap/extension-highlight": "^2.1.8",
"@tiptap/extension-image": "^2.2.4",
"@tiptap/extension-link": "^2.0.3",
"@tiptap/extension-subscript": "^2.0.3",
"@tiptap/extension-superscript": "^2.1.8",