diff options
author | silverwind | 2022-02-01 10:21:08 -0800 |
---|---|---|
committer | GitHub | 2022-02-01 13:21:08 -0500 |
commit | 99e1e30b0b13cab4300352c2d0e8170155cfa0bb (patch) | |
tree | adc6e41926be049dab62fa98e2ca3fd3a7e70830 /package.json | |
parent | 367894adc820964135095e50c1ae6d6a0b2b0310 (diff) |
Update JS dependencies, fix lint (#18389)
- Update all JS dependencies, including a security issue in mermaid
- Fix new linter errors related to value-keyword-case
- Tested Mermaid and Swagger
Co-authored-by: zeripath <art27@cantab.net>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/package.json b/package.json index 6983b46df..74d8b7d68 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "@claviska/jquery-minicolors": "2.3.6", "@primer/octicons": "16.2.0", "add-asset-webpack-plugin": "2.0.1", - "codemirror": "5.65.0", + "codemirror": "5.65.1", "css-loader": "6.5.1", "dropzone": "6.0.0-beta.2", "easymde": "2.16.1", @@ -23,13 +23,13 @@ "less": "4.1.2", "less-loader": "10.2.0", "license-checker-webpack-plugin": "0.2.1", - "mermaid": "8.13.9", + "mermaid": "8.13.10", "mini-css-extract-plugin": "2.5.2", "monaco-editor": "0.31.1", "monaco-editor-webpack-plugin": "7.0.1", "pretty-ms": "7.0.1", "sortablejs": "1.14.0", - "swagger-ui-dist": "4.1.3", + "swagger-ui-dist": "4.2.1", "tributejs": "5.1.3", "uint8-to-base64": "0.2.0", "vue": "2.6.14", @@ -37,8 +37,8 @@ "vue-calendar-heatmap": "0.8.4", "vue-loader": "15.9.8", "vue-template-compiler": "2.6.14", - "webpack": "5.66.0", - "webpack-cli": "4.9.1", + "webpack": "5.67.0", + "webpack-cli": "4.9.2", "workbox-routing": "6.4.2", "workbox-strategies": "6.4.2", "worker-loader": "3.0.8", @@ -55,7 +55,7 @@ "jest-extended": "1.2.0", "jest-raw-loader": "1.0.1", "postcss-less": "6.0.0", - "stylelint": "14.2.0", + "stylelint": "14.3.0", "stylelint-config-standard": "24.0.0", "svgo": "2.8.0", "updates": "13.0.0" |