Compare commits

..

1 Commits

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

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

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:59 +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-1713314618006-0.4027358306218456bfbThf",
"name": "npm-proj-1713314621364-0.83014578604256637jmybh",
"lockfileVersion": 3,
"requires": true,
"packages": {
@@ -8,8 +8,8 @@
"@inertiajs/progress": "^0.2.7",
"@inertiajs/vue3": "^1.0.14",
"@tiptap/extension-highlight": "^2.1.8",
"@tiptap/extension-image": "^2.2.4",
"@tiptap/extension-link": "^2.0.3",
"@tiptap/extension-image": "^2.0.3",
"@tiptap/extension-link": "^2.2.4",
"@tiptap/extension-subscript": "^2.0.3",
"@tiptap/extension-superscript": "^2.1.8",
"@tiptap/extension-text-align": "^2.0.3",
@@ -2392,9 +2392,9 @@
}
},
"node_modules/@tiptap/extension-image": {
"version": "2.2.4",
"resolved": "https://registry.npmjs.org/@tiptap/extension-image/-/extension-image-2.2.4.tgz",
"integrity": "sha512-xOnqZpnP/fAfmK5AKmXplVQdXBtY5AoZ9B+qllH129aLABaDRzl3e14ZRHC8ahQawOmCe6AOCCXYUBXDOlY5Jg==",
"version": "2.1.16",
"resolved": "https://registry.npmjs.org/@tiptap/extension-image/-/extension-image-2.1.16.tgz",
"integrity": "sha512-idvmJzdG/u9YDt/GOCvgQMB1p/GZbBqb2Spk8BhXHoBGHR4zFo609ExccXYKR4UWs0iTACDq80VwJvfHa8XYKw==",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/ueberdosis"
@@ -2416,9 +2416,9 @@
}
},
"node_modules/@tiptap/extension-link": {
"version": "2.1.16",
"resolved": "https://registry.npmjs.org/@tiptap/extension-link/-/extension-link-2.1.16.tgz",
"integrity": "sha512-QIXYwxHi2kKU2sqDXngTpggO4ZmLm4vMxDlbWT9so1iUPAqQJW2ZRbdygFYy1txirWcoaJKocPwSJemyAeUzmw==",
"version": "2.2.4",
"resolved": "https://registry.npmjs.org/@tiptap/extension-link/-/extension-link-2.2.4.tgz",
"integrity": "sha512-Qsx0cFZm4dxbkToXs5TcXbSoUdicv8db1gV1DYIZdETqjBm4wFjlzCUP7hPHFlvNfeSy1BzAMRt+RpeuiwvxWQ==",
"dependencies": {
"linkifyjs": "^4.1.0"
},

View File

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