Compare commits

..

1 Commits

Author SHA1 Message Date
snyk-bot
c96f0efd7b fix: package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-DOMPURIFY-6474511
2024-04-14 17:00:44 +00:00
2 changed files with 7 additions and 7 deletions

10
package-lock.json generated
View File

@@ -1,5 +1,5 @@
{
"name": "npm-proj-1713314625019-0.017996630176541742bekRe",
"name": "website",
"lockfileVersion": 3,
"requires": true,
"packages": {
@@ -7,7 +7,7 @@
"dependencies": {
"@inertiajs/progress": "^0.2.7",
"@inertiajs/vue3": "^1.0.14",
"@tiptap/extension-highlight": "^2.2.4",
"@tiptap/extension-highlight": "^2.1.8",
"@tiptap/extension-image": "^2.0.3",
"@tiptap/extension-link": "^2.0.3",
"@tiptap/extension-subscript": "^2.0.3",
@@ -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"

View File

@@ -33,7 +33,7 @@
"dependencies": {
"@inertiajs/progress": "^0.2.7",
"@inertiajs/vue3": "^1.0.14",
"@tiptap/extension-highlight": "^2.2.4",
"@tiptap/extension-highlight": "^2.1.8",
"@tiptap/extension-image": "^2.0.3",
"@tiptap/extension-link": "^2.0.3",
"@tiptap/extension-subscript": "^2.0.3",
@@ -44,7 +44,7 @@
"@tiptap/starter-kit": "^2.1.8",
"@tiptap/vue-3": "^2.0.3",
"@vitejs/plugin-vue": "^4.6.2",
"dompurify": "^3.0.4",
"dompurify": "^3.0.11",
"dotenv": "^16.4.1",
"pinia": "^2.0.28",
"pinia-plugin-persistedstate": "^3.2.0",