Merge branch 'master' into 7113-add-icon-component-with-icons-of-webapp

This commit is contained in:
Wolfgang Huß 2024-04-23 16:19:24 +02:00 committed by GitHub
commit 7651672661
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 599 additions and 1048 deletions

View File

@ -57,7 +57,8 @@
"ioredis": "^4.16.1",
"jsonwebtoken": "~8.5.1",
"languagedetect": "^2.0.0",
"linkifyjs": "~2.1.8",
"linkifyjs": "^4.1.3",
"linkify-html": "^4.1.3",
"lodash": "~4.17.21",
"merge-graphql-schemas": "^1.7.8",
"metascraper": "^5.33.5",
@ -78,7 +79,7 @@
"mime-types": "^2.1.35",
"minimatch": "^9.0.4",
"mustache": "^4.2.0",
"neo4j-driver": "^4.0.2",
"neo4j-driver": "^4.4.11",
"neo4j-graphql-js": "^2.11.5",
"neode": "^0.4.9",
"node-fetch": "^2.7.0",
@ -86,37 +87,37 @@
"nodemailer-html-to-text": "^3.2.0",
"request": "~2.88.2",
"sanitize-html": "~2.13.0",
"slug": "~6.0.0",
"slug": "~9.0.0",
"subscriptions-transport-ws": "^0.9.19",
"trunc-html": "~1.1.2",
"uuid": "~8.3.2",
"uuid": "~9.0.1",
"validator": "^13.11.0",
"xregexp": "^4.3.0"
},
"devDependencies": {
"@faker-js/faker": "7.6.0",
"@faker-js/faker": "8.4.1",
"@types/jest": "^29.5.12",
"@types/node": "^20.12.7",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.57.1",
"@typescript-eslint/parser": "^5.62.0",
"apollo-server-testing": "~2.11.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-standard": "^17.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-jest": "^28.2.0",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-security": "^2.1.1",
"eslint-plugin-security": "^3.0.0",
"jest": "^29.7.0",
"nodemon": "~2.0.2",
"nodemon": "~3.1.0",
"prettier": "^3.2.5",
"rosie": "^2.1.1",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typescript": "^4.9.4"
"typescript": "^5.4.5"
},
"resolutions": {
"**/**/fs-capacitor": "^6.2.0",

View File

@ -1,5 +1,5 @@
import sanitizeHtml from 'sanitize-html'
import linkifyHtml from 'linkifyjs/html'
import linkifyHtml from 'linkify-html'
export const removeHtmlTags = (input) => {
return sanitizeHtml(input, {

File diff suppressed because it is too large Load Diff

View File

@ -36,17 +36,17 @@
"cropperjs": "^1.6.1",
"cross-env": "~7.0.3",
"date-fns": "2.22.1",
"express": "~4.18.3",
"express": "~4.19.2",
"graphql": "~14.7.0",
"intersection-observer": "^0.12.0",
"jsonwebtoken": "~9.0.0",
"jsonwebtoken": "~9.0.2",
"linkify-it": "~5.0.0",
"mapbox-gl": "1.13.2",
"node-fetch": "^2.6.1",
"nuxt": "~2.12.1",
"nuxt-dropzone": "^1.0.4",
"nuxt-env": "~0.1.0",
"sass": "^1.30.0",
"sass": "^1.75.0",
"stack-utils": "^2.0.3",
"tippy.js": "^4.3.5",
"tiptap": "~1.26.6",
@ -54,8 +54,8 @@
"trunc-html": "^1.1.2",
"v-mapbox": "^1.11.2",
"v-tooltip": "~2.1.3",
"validator": "^13.0.0",
"vue-advanced-chat": "^2.0.10",
"validator": "^13.11.0",
"vue-advanced-chat": "^2.0.11",
"vue-count-to": "~1.0.13",
"vue-infinite-loading": "^2.4.5",
"vue-izitoast": "^1.2.1",
@ -101,10 +101,10 @@
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-promise": "~4.3.1",
"eslint-plugin-standard": "~5.0.0",
"eslint-plugin-vue": "~9.24.0",
"eslint-plugin-vue": "~9.25.0",
"flush-promises": "^1.0.2",
"identity-obj-proxy": "^3.0.0",
"jest": "29.5",
"jest": "29.7",
"jest-environment-jsdom": "^29.7.0",
"mutation-observer": "^1.0.3",
"prettier": "~3.2.5",

File diff suppressed because it is too large Load Diff