diff --git a/package-lock.json b/package-lock.json index 8e39b122f..d951468d5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2744,9 +2744,9 @@ } }, "@babel/runtime": { - "version": "7.11.0", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.11.0.tgz", - "integrity": "sha512-qArkXsjJq7H+T86WrIFV0Fnu/tNOkZ4cgXmjkzAu3b/58D5mFIO8JH/y77t7C9q0OdDRdh9s7Ue5GasYssxtXw==", + "version": "7.11.2", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.11.2.tgz", + "integrity": "sha512-TeWkU52so0mPtDcaCTxNBI/IHiz0pZgr8VEFqXFtZWpYD08ZB6FaSwVAS8MKRQAP3bYKiVjwysOJgMFY28o6Tw==", "requires": { "regenerator-runtime": "^0.13.4" } diff --git a/package.json b/package.json index 07e4887b5..fe16ac852 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ }, "dependencies": { "@babel/polyfill": "^7.10.4", - "@babel/runtime": "^7.11.0", + "@babel/runtime": "^7.11.2", "@juliushaertl/vue-richtext": "^0.3.2", "@nextcloud/auth": "^1.3.0", "@nextcloud/axios": "^1.3.3",