diff --git a/package-lock.json b/package-lock.json index 0338cfec2..80ff91e8d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3926,9 +3926,9 @@ } }, "@babel/runtime": { - "version": "7.10.2", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.10.2.tgz", - "integrity": "sha512-6sF3uQw2ivImfVIl62RZ7MXhO2tap69WeWK57vAaimT6AZbE4FbqjdEJIN1UqoD6wI6B+1n9UiagafH1sxjOtg==", + "version": "7.10.3", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.10.3.tgz", + "integrity": "sha512-RzGO0RLSdokm9Ipe/YD+7ww8X2Ro79qiXZF3HU9ljrM+qnJmH1Vqth+hbiQZy761LnMJTMitHDuKVYTk3k4dLw==", "requires": { "regenerator-runtime": "^0.13.4" } diff --git a/package.json b/package.json index abe65f7d6..9efab20d0 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ }, "dependencies": { "@babel/polyfill": "^7.10.1", - "@babel/runtime": "^7.10.2", + "@babel/runtime": "^7.10.3", "@juliushaertl/vue-richtext": "^0.3.1", "@nextcloud/auth": "^1.3.0", "@nextcloud/axios": "^1.3.2",