Update JS dependencies (#11297)

Contains an apparently important bug fix for highlight.js [1],
otherwise nothing of interest.

[1] https://github.com/highlightjs/highlight.js/releases/tag/10.0.2

Co-authored-by: zeripath <art27@cantab.net>
mj
silverwind 4 years ago committed by GitHub
parent 38cd9ba47b
commit a104864da2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

842
package-lock.json generated

File diff suppressed because it is too large Load Diff

@ -5,22 +5,22 @@
"node": ">= 10.13.0"
},
"dependencies": {
"@babel/core": "7.9.0",
"@babel/plugin-proposal-object-rest-spread": "7.9.5",
"@babel/plugin-transform-runtime": "7.9.0",
"@babel/preset-env": "7.9.5",
"@babel/runtime": "7.9.2",
"@babel/core": "7.9.6",
"@babel/plugin-proposal-object-rest-spread": "7.9.6",
"@babel/plugin-transform-runtime": "7.9.6",
"@babel/preset-env": "7.9.6",
"@babel/runtime": "7.9.6",
"@primer/octicons": "9.6.0",
"babel-loader": "8.1.0",
"clipboard": "2.0.6",
"core-js": "3.6.5",
"css-loader": "3.5.3",
"cssnano": "4.1.10",
"domino": "2.1.4",
"domino": "2.1.5",
"dropzone": "5.7.0",
"fast-glob": "3.2.2",
"fomantic-ui": "2.8.4",
"highlight.js": "10.0.1",
"highlight.js": "10.0.2",
"imports-loader": "0.8.0",
"jquery": "3.5.0",
"jquery-datetimepicker": "2.5.21",
@ -31,15 +31,15 @@
"postcss-loader": "3.0.0",
"postcss-preset-env": "6.7.0",
"postcss-safe-parser": "4.0.2",
"svg-sprite-loader": "4.2.7",
"svg-sprite-loader": "4.3.0",
"svgo": "1.3.2",
"svgo-loader": "2.2.1",
"swagger-ui": "3.25.1",
"terser-webpack-plugin": "2.3.6",
"terser-webpack-plugin": "3.0.0",
"vue": "2.6.11",
"vue-bar-graph": "1.2.0",
"vue-calendar-heatmap": "0.8.4",
"vue-loader": "15.9.1",
"vue-loader": "15.9.2",
"vue-template-compiler": "2.6.11",
"webpack": "4.43.0",
"webpack-cli": "3.3.11",

Loading…
Cancel
Save