Updated dependencies like mermaid and dompurify.

Thanks to developers of dependencies!
This commit is contained in:
Lauri Ojansivu 2022-12-20 04:01:55 +02:00
parent ccbc7f6122
commit abc5601942
2 changed files with 11 additions and 11 deletions

16
package-lock.json generated
View file

@ -1,6 +1,6 @@
{
"name": "wekan",
"version": "v6.61.0",
"version": "v6.62.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@ -432,12 +432,12 @@
}
},
"@wekanteam/markdown-it-mermaid": {
"version": "0.6.1",
"resolved": "https://registry.npmjs.org/@wekanteam/markdown-it-mermaid/-/markdown-it-mermaid-0.6.1.tgz",
"integrity": "sha512-qepdu1orTyjxFvnEAhhWt9VoAJ0U/8gDS07COmxyzdnPNegmT3Ler7ptAtqnsqlwS+8D0aSmeNFfNxRJPXVBdg==",
"version": "0.6.2",
"resolved": "https://registry.npmjs.org/@wekanteam/markdown-it-mermaid/-/markdown-it-mermaid-0.6.2.tgz",
"integrity": "sha512-u/RELB3iGg+nMqs2UTFoQhGVQGte2loK+s0UWzmIYoZHOvV8yj1vqvi+LHK+sNzbzR1NOs/gwzyQ/sTQY66J8Q==",
"requires": {
"@wekanteam/cli-table3": "^0.8.0",
"mermaid": "^9.2.2"
"mermaid": "^9.3.0"
}
},
"abbrev": {
@ -1115,9 +1115,9 @@
}
},
"d3-path": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/d3-path/-/d3-path-3.0.1.tgz",
"integrity": "sha512-gq6gZom9AFZby0YLduxT1qmrp4xpBA1YZr19OI717WIdKE2OM5ETq5qrHLb301IgxhLwcuxvGZVLeeWc/k1I6w=="
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/d3-path/-/d3-path-3.1.0.tgz",
"integrity": "sha512-p3KP5HCf/bvjBSSKuXid6Zqijx7wIfNW+J/maPs+iwR35at5JCbLUT0LzF1cnjbCHWhqzQTIN2Jpe8pRebIEFQ=="
},
"d3-polygon": {
"version": "3.0.1",

View file

@ -1,6 +1,6 @@
{
"name": "wekan",
"version": "v6.61.0",
"version": "v6.62.0",
"description": "Open-Source kanban",
"private": true,
"repository": {
@ -25,14 +25,14 @@
"@babel/runtime": "^7.15.4",
"@excalidraw/excalidraw": "^0.13.0",
"@mapbox/node-pre-gyp": "^1.0.8",
"@wekanteam/markdown-it-mermaid": "^0.6.1",
"@wekanteam/markdown-it-mermaid": "^0.6.2",
"ajv": "^6.12.6",
"babel-runtime": "^6.26.0",
"bcryptjs": "^2.4.3",
"bson": "^4.5.2",
"bunyan": "^1.8.15",
"core-js": "^3.18.2",
"dompurify": "^2.3.2",
"dompurify": "^2.4.1",
"es6-promise": "^4.2.4",
"escape-string-regexp": "^5.0.0",
"exceljs": "^4.2.1",