Update JS dependencies (#11842)

Result of `make npm-update`, no noteworthy changes.
This commit is contained in:
silverwind 2020-06-11 13:02:24 +02:00 committed by GitHub
parent 4a4977a1f0
commit c99ae4cff4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 920 additions and 775 deletions

1671
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -5,11 +5,11 @@
"node": ">= 10.13.0" "node": ">= 10.13.0"
}, },
"dependencies": { "dependencies": {
"@babel/core": "7.9.6", "@babel/core": "7.10.2",
"@babel/plugin-proposal-object-rest-spread": "7.9.6", "@babel/plugin-proposal-object-rest-spread": "7.10.1",
"@babel/plugin-transform-runtime": "7.9.6", "@babel/plugin-transform-runtime": "7.10.1",
"@babel/preset-env": "7.9.6", "@babel/preset-env": "7.10.2",
"@babel/runtime": "7.9.6", "@babel/runtime": "7.10.2",
"@primer/octicons": "9.6.0", "@primer/octicons": "9.6.0",
"babel-loader": "8.1.0", "babel-loader": "8.1.0",
"clipboard": "2.0.6", "clipboard": "2.0.6",
@ -17,7 +17,7 @@
"css-loader": "3.5.3", "css-loader": "3.5.3",
"cssnano": "4.1.10", "cssnano": "4.1.10",
"domino": "2.1.5", "domino": "2.1.5",
"dropzone": "5.7.0", "dropzone": "5.7.1",
"fast-glob": "3.2.2", "fast-glob": "3.2.2",
"file-loader": "6.0.0", "file-loader": "6.0.0",
"fomantic-ui": "2.8.5", "fomantic-ui": "2.8.5",
@ -35,8 +35,8 @@
"svg-sprite-loader": "5.0.0", "svg-sprite-loader": "5.0.0",
"svgo": "1.3.2", "svgo": "1.3.2",
"svgo-loader": "2.2.1", "svgo-loader": "2.2.1",
"swagger-ui": "3.25.3", "swagger-ui": "3.26.0",
"terser-webpack-plugin": "3.0.1", "terser-webpack-plugin": "3.0.3",
"tributejs": "5.1.3", "tributejs": "5.1.3",
"vue": "2.6.11", "vue": "2.6.11",
"vue-bar-graph": "1.2.0", "vue-bar-graph": "1.2.0",
@ -45,19 +45,19 @@
"vue-template-compiler": "2.6.11", "vue-template-compiler": "2.6.11",
"webpack": "4.43.0", "webpack": "4.43.0",
"webpack-cli": "3.3.11", "webpack-cli": "3.3.11",
"webpack-fix-style-only-entries": "0.4.0", "webpack-fix-style-only-entries": "0.5.0",
"workbox-routing": "5.1.3", "workbox-routing": "5.1.3",
"workbox-strategies": "5.1.3", "workbox-strategies": "5.1.3",
"worker-loader": "2.0.0" "worker-loader": "2.0.0"
}, },
"devDependencies": { "devDependencies": {
"eslint": "7.2.0", "eslint": "7.2.0",
"eslint-plugin-import": "2.21.1", "eslint-plugin-import": "2.21.2",
"eslint-plugin-sonarjs": "0.5.0", "eslint-plugin-sonarjs": "0.5.0",
"eslint-plugin-unicorn": "20.1.0", "eslint-plugin-unicorn": "20.1.0",
"stylelint": "13.3.3", "stylelint": "13.6.0",
"stylelint-config-standard": "20.0.0", "stylelint-config-standard": "20.0.0",
"updates": "10.2.11" "updates": "10.2.13"
}, },
"browserslist": [ "browserslist": [
"defaults", "defaults",