diff --git a/package-lock.json b/package-lock.json index a701278d1..2cfed7826 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2421,9 +2421,9 @@ } }, "@babel/polyfill": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/polyfill/-/polyfill-7.10.4.tgz", - "integrity": "sha512-8BYcnVqQ5kMD2HXoHInBH7H1b/uP3KdnwCYXOqFnXqguOyuu443WXusbIUbWEfY3Z0Txk0M1uG/8YuAMhNl6zg==", + "version": "7.11.5", + "resolved": "https://registry.npmjs.org/@babel/polyfill/-/polyfill-7.11.5.tgz", + "integrity": "sha512-FunXnE0Sgpd61pKSj2OSOs1D44rKTD3pGOfGilZ6LGrrIH0QEtJlTjqOqdF8Bs98JmjfGhni2BBkTfv9KcKJ9g==", "requires": { "core-js": "^2.6.5", "regenerator-runtime": "^0.13.4" diff --git a/package.json b/package.json index e03525e13..9e346448b 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "test:coverage": "jest --coverage" }, "dependencies": { - "@babel/polyfill": "^7.10.4", + "@babel/polyfill": "^7.11.5", "@babel/runtime": "^7.11.2", "@juliushaertl/vue-richtext": "^0.3.3", "@nextcloud/auth": "^1.3.0",