diff --git a/package-lock.json b/package-lock.json index f132ed879..bb8fd2095 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3586,9 +3586,9 @@ } }, "@babel/runtime": { - "version": "7.12.13", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.12.13.tgz", - "integrity": "sha512-8+3UMPBrjFa/6TtKi/7sehPKqfAm4g6K+YQjyyFOLUTxzOngcRZTlAVY8sc2CORJYqdHQY8gRPHmn+qo15rCBw==", + "version": "7.12.18", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.12.18.tgz", + "integrity": "sha512-BogPQ7ciE6SYAUPtlm9tWbgI9+2AgqSam6QivMgXgAT+fKbgppaj4ZX15MHeLC1PVF5sNk70huBu20XxWOs8Cg==", "requires": { "regenerator-runtime": "^0.13.4" } diff --git a/package.json b/package.json index 0d2a823ed..acc2cfae5 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ }, "dependencies": { "@babel/polyfill": "^7.12.1", - "@babel/runtime": "^7.12.13", + "@babel/runtime": "^7.12.18", "@juliushaertl/vue-richtext": "^1.0.1", "@nextcloud/auth": "^1.3.0", "@nextcloud/axios": "^1.6.0",