hedgedoc: 1.9.0 -> 1.9.4 (#178129)

This commit is contained in:
Pol Dellaiera 2022-07-21 11:54:17 +02:00 committed by GitHub
parent 44ad0f3384
commit a174de16ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 3195 additions and 3062 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "HedgeDoc", "name": "HedgeDoc",
"version": "1.9.0", "version": "1.9.4",
"description": "The best platform to write and share markdown.", "description": "The best platform to write and share markdown.",
"main": "app.js", "main": "app.js",
"license": "AGPL-3.0", "license": "AGPL-3.0",
@ -30,25 +30,25 @@
"compression": "^1.6.2", "compression": "^1.6.2",
"connect-flash": "^0.1.1", "connect-flash": "^0.1.1",
"connect-session-sequelize": "^7.1.2", "connect-session-sequelize": "^7.1.2",
"cookie": "^0.4.0", "cookie": "^0.5.0",
"cookie-parser": "^1.4.3", "cookie-parser": "^1.4.3",
"deep-freeze": "^0.0.1", "deep-freeze": "^0.0.1",
"diff-match-patch": "git+https://github.com/hackmdio/diff-match-patch.git", "diff-match-patch": "git+https://github.com/hackmdio/diff-match-patch.git",
"ejs": "^3.0.0", "ejs": "^3.0.0",
"express": ">=4.14", "express": ">=4.14",
"express-session": "^1.14.2", "express-session": "^1.14.2",
"file-type": "^16.1.0", "file-type": "^17.0.0",
"formidable": "^1.0.17", "formidable": "^2.0.0",
"graceful-fs": "^4.1.11", "graceful-fs": "^4.1.11",
"helmet": "^4.5.0", "helmet": "^4.5.0",
"i18n": "^0.13.0", "i18n": "^0.15.0",
"is-svg": "^4.3.1", "is-svg": "^4.3.1",
"jsdom-nogyp": "^0.8.3", "jsdom-nogyp": "^0.8.3",
"lodash": "^4.17.20", "lodash": "^4.17.20",
"lutim": "^1.0.2", "lutim": "^1.0.2",
"lz-string": "git+https://github.com/hackmdio/lz-string.git", "lz-string": "git+https://github.com/hackmdio/lz-string.git",
"mariadb": "^2.1.2", "mariadb": "^3.0.0",
"markdown-it": "^12.0.0", "markdown-it": "^13.0.0",
"markdown-it-abbr": "^1.0.4", "markdown-it-abbr": "^1.0.4",
"markdown-it-container": "^3.0.0", "markdown-it-container": "^3.0.0",
"markdown-it-deflist": "^2.0.1", "markdown-it-deflist": "^2.0.1",
@ -65,12 +65,12 @@
"meta-marked": "git+https://github.com/hedgedoc/meta-marked", "meta-marked": "git+https://github.com/hedgedoc/meta-marked",
"method-override": "^3.0.0", "method-override": "^3.0.0",
"minimist": "^1.2.0", "minimist": "^1.2.0",
"minio": "^7.0.19", "minio": "7.0.29",
"moment": "^2.17.1", "moment": "^2.17.1",
"morgan": "^1.7.0", "morgan": "^1.7.0",
"mysql2": "^2.0.0", "mysql2": "^2.0.0",
"node-fetch": "^2.6.1", "node-fetch": "^2.6.1",
"passport": "^0.4.0", "passport": "^0.6.0",
"passport-dropbox-oauth2": "^1.1.0", "passport-dropbox-oauth2": "^1.1.0",
"passport-facebook": "^3.0.0", "passport-facebook": "^3.0.0",
"passport-github": "^1.1.0", "passport-github": "^1.1.0",
@ -85,7 +85,7 @@
"pdfobject": "^2.0.201604172", "pdfobject": "^2.0.201604172",
"pg": "^8.2.1", "pg": "^8.2.1",
"pg-hstore": "^2.3.3", "pg-hstore": "^2.3.3",
"prom-client": "^13.1.0", "prom-client": "^14.0.0",
"prometheus-api-metrics": "^3.2.0", "prometheus-api-metrics": "^3.2.0",
"randomcolor": "^0.6.0", "randomcolor": "^0.6.0",
"readline-sync": "^1.4.7", "readline-sync": "^1.4.7",
@ -94,7 +94,7 @@
"sequelize": "^5.21.1", "sequelize": "^5.21.1",
"shortid": "2.2.16", "shortid": "2.2.16",
"socket.io": "^2.1.1", "socket.io": "^2.1.1",
"sqlite3": "^5.0.0", "sqlite3": "^5.0.8",
"store": "^2.0.12", "store": "^2.0.12",
"string": "^3.3.3", "string": "^3.3.3",
"toobusy-js": "^0.5.1", "toobusy-js": "^0.5.1",
@ -104,13 +104,8 @@
"winston": "^3.1.0", "winston": "^3.1.0",
"xss": "^1.0.3" "xss": "^1.0.3"
}, },
"resolutions": {
"**/tough-cookie": "~2.5.0",
"**/minimatch": "^3.0.2",
"**/request": "^2.88.0"
},
"engines": { "engines": {
"node": ">=12" "node": "^14.13.1 || 16.x"
}, },
"bugs": "https://github.com/hedgedoc/hedgedoc/issues", "bugs": "https://github.com/hedgedoc/hedgedoc/issues",
"keywords": [ "keywords": [
@ -139,7 +134,7 @@
"url": "https://github.com/hedgedoc/hedgedoc.git" "url": "https://github.com/hedgedoc/hedgedoc.git"
}, },
"devDependencies": { "devDependencies": {
"abcjs": "5.12.0", "abcjs": "6.0.3",
"babel-cli": "6.26.0", "babel-cli": "6.26.0",
"babel-core": "6.26.3", "babel-core": "6.26.3",
"babel-loader": "7.1.5", "babel-loader": "7.1.5",
@ -153,19 +148,20 @@
"copy-webpack-plugin": "6.4.1", "copy-webpack-plugin": "6.4.1",
"css-loader": "5.2.7", "css-loader": "5.2.7",
"emojify.js": "1.1.0", "emojify.js": "1.1.0",
"esbuild-loader": "2.15.1", "esbuild-loader": "2.19.0",
"escape-html": "1.0.3", "escape-html": "1.0.3",
"eslint": "7.32.0", "eslint": "8.19.0",
"eslint-config-standard": "16.0.3", "eslint-config-standard": "17.0.0",
"eslint-plugin-import": "2.24.2", "eslint-plugin-import": "2.26.0",
"eslint-plugin-n": "15.2.4",
"eslint-plugin-node": "11.1.0", "eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "5.1.0", "eslint-plugin-promise": "6.0.0",
"eslint-plugin-standard": "4.1.0", "eslint-plugin-standard": "4.1.0",
"exports-loader": "1.1.1", "exports-loader": "1.1.1",
"expose-loader": "1.0.3", "expose-loader": "1.0.3",
"file-loader": "6.2.0", "file-loader": "6.2.0",
"file-saver": "2.0.5", "file-saver": "2.0.5",
"flowchart.js": "1.15.0", "flowchart.js": "1.17.1",
"fork-awesome": "1.2.0", "fork-awesome": "1.2.0",
"gist-embed": "2.6.0", "gist-embed": "2.6.0",
"highlight.js": "10.7.3", "highlight.js": "10.7.3",
@ -174,28 +170,28 @@
"ionicons": "2.0.1", "ionicons": "2.0.1",
"jquery": "3.6.0", "jquery": "3.6.0",
"jquery-mousewheel": "3.1.13", "jquery-mousewheel": "3.1.13",
"jquery-ui": "1.12.1", "jquery-ui": "1.13.1",
"js-cookie": "3.0.1", "js-cookie": "3.0.1",
"js-sequence-diagrams": "git+https://github.com/hedgedoc/js-sequence-diagrams.git", "js-sequence-diagrams": "git+https://github.com/hedgedoc/js-sequence-diagrams.git",
"js-yaml": "3.14.1", "js-yaml": "3.14.1",
"jsonlint": "1.6.3", "jsonlint": "1.6.3",
"keymaster": "1.6.2", "keymaster": "1.6.2",
"less": "4.1.1", "less": "4.1.3",
"less-loader": "7.3.0", "less-loader": "7.3.0",
"list.js": "2.3.1", "list.js": "2.3.1",
"mathjax": "2.7.9", "mathjax": "2.7.9",
"mermaid": "8.12.1", "mermaid": "9.1.3",
"mini-css-extract-plugin": "1.6.2", "mini-css-extract-plugin": "1.6.2",
"mocha": "9.1.1", "mocha": "10.0.0",
"mock-require": "3.0.3", "mock-require": "3.0.3",
"optimize-css-assets-webpack-plugin": "6.0.1", "optimize-css-assets-webpack-plugin": "6.0.1",
"prismjs": "1.24.1", "prismjs": "1.28.0",
"raphael": "2.3.0", "raphael": "2.3.0",
"remark-cli": "10.0.0", "remark-cli": "11.0.0",
"remark-preset-lint-markdown-style-guide": "5.0.1", "remark-preset-lint-markdown-style-guide": "5.1.2",
"reveal.js": "3.9.2", "reveal.js": "3.9.2",
"select2": "3.5.2-browserify", "select2": "3.5.2-browserify",
"socket.io-client": "2.4.0", "socket.io-client": "2.5.0",
"spin.js": "4.1.1", "spin.js": "4.1.1",
"string-loader": "0.0.1", "string-loader": "0.0.1",
"turndown": "7.1.1", "turndown": "7.1.1",
@ -204,7 +200,7 @@
"visibilityjs": "2.0.2", "visibilityjs": "2.0.2",
"viz.js": "1.8.2", "viz.js": "1.8.2",
"webpack": "4.46.0", "webpack": "4.46.0",
"webpack-cli": "4.8.0", "webpack-cli": "4.10.0",
"webpack-merge": "5.8.0", "webpack-merge": "5.8.0",
"wurl": "2.5.4" "wurl": "2.5.4"
}, },

View File

@ -1,5 +1,5 @@
{ {
"version": "1.9.0", "version": "1.9.4",
"srcHash": "hSKQGkI1+68Zf05RhgRKZo47buyobzjhURSZ30/h0PA=", "srcHash": "0tOuSVz/b9qYNQppsxREY/emG1F3t5jeEhX4ek7Ktgg=",
"yarnHash": "0v51jmmbg8fx66ay2glby0gxw07in95igz325p42g5hjd5kankf6" "yarnHash": "15xakqcgy3amw52p63z9xlbfq2rp6c2ayf46551zx5mnvdp6wz5n"
} }

View File

@ -1,5 +1,5 @@
#!/usr/bin/env nix-shell #!/usr/bin/env nix-shell
#!nix-shell -I nixpkgs=../../../../ -i bash -p nix wget prefetch-yarn-deps nix-prefetch-github #!nix-shell -I nixpkgs=../../../../ -i bash -p nix wget prefetch-yarn-deps nix-prefetch-github jq
if [ "$#" -gt 1 ] || [[ "$1" == -* ]]; then if [ "$#" -gt 1 ] || [[ "$1" == -* ]]; then
echo "Regenerates packaging data for the element packages." echo "Regenerates packaging data for the element packages."

File diff suppressed because it is too large Load Diff