diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json index 508dc8e6ae3..a31eeb9ce47 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "backbone": "^1.4.0", "blueimp-md5": "^2.12.0", "bootstrap": "^4.4.1", - "clipboard": "^2.0.4", + "clipboard": "^2.0.6", "css-vars-ponyfill": "^2.2.1", "davclient.js": "git+https://github.com/owncloud/davclient.js.git#0.2.1", "debounce": "^1.2.0", @@ -73,7 +73,7 @@ "vue": "^2.6.11", "vue-click-outside": "^1.0.7", "vue-clipboard2": "^0.3.1", - "vue-infinite-loading": "^2.4.4", + "vue-infinite-loading": "^2.4.5", "vue-localstorage": "^0.6.2", "vue-multiselect": "^2.1.6", "vue-router": "^3.1.6", @@ -81,10 +81,10 @@ "vuex-router-sync": "^5.0.0" }, "devDependencies": { - "@babel/core": "^7.8.6", + "@babel/core": "^7.8.7", "@babel/plugin-proposal-class-properties": "^7.8.3", "@babel/plugin-syntax-dynamic-import": "^7.8.3", - "@babel/preset-env": "^7.8.6", + "@babel/preset-env": "^7.8.7", "@nextcloud/browserslist-config": "^1.0.0", "babel-eslint": "^10.1.0", "babel-loader": "^8.0.6", @@ -116,7 +116,7 @@ "url-loader": "^3.0.0", "vue-loader": "^15.9.0", "vue-template-compiler": "^2.6.11", - "webpack": "^4.41.6", + "webpack": "^4.42.0", "webpack-cli": "^3.3.11", "webpack-merge": "^4.2.2", "webpack-node-externals": "^1.7.2" |