diff --git a/package-lock.json b/package-lock.json index 90210d3a1..3020d81c2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2579,9 +2579,9 @@ } }, "@babel/runtime": { - "version": "7.11.2", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.11.2.tgz", - "integrity": "sha512-TeWkU52so0mPtDcaCTxNBI/IHiz0pZgr8VEFqXFtZWpYD08ZB6FaSwVAS8MKRQAP3bYKiVjwysOJgMFY28o6Tw==", + "version": "7.12.1", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.12.1.tgz", + "integrity": "sha512-J5AIf3vPj3UwXaAzb5j1xM4WAQDX3EMgemF8rjCP3SoW09LfRKAXQKt6CoVYl230P6iWdRcBbnLDDdnqWxZSCA==", "requires": { "regenerator-runtime": "^0.13.4" } diff --git a/package.json b/package.json index 63f8c707c..c98ffdcb4 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ }, "dependencies": { "@babel/polyfill": "^7.11.5", - "@babel/runtime": "^7.11.2", + "@babel/runtime": "^7.12.1", "@juliushaertl/vue-richtext": "^0.3.3", "@nextcloud/auth": "^1.3.0", "@nextcloud/axios": "^1.4.0",