diff --git a/package-lock.json b/package-lock.json index fc57b101c8516..f30e0bc3c11b7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -67,7 +67,7 @@ "path": "^0.12.7", "pinia": "^2.1.7", "query-string": "^8.1.0", - "regenerator-runtime": "^0.14.0", + "regenerator-runtime": "^0.14.1", "select2": "3.5.1", "snap.js": "^2.0.9", "strengthify": "github:nextcloud/strengthify#0.5.9", @@ -22825,9 +22825,9 @@ } }, "node_modules/regenerator-runtime": { - "version": "0.14.0", - "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.0.tgz", - "integrity": "sha512-srw17NI0TUWHuGa5CFGGmhfNIeja30WMBfbslPNhf6JrqQlLN5gcrvig1oqPxiVaXb0oW0XRKtH6Nngs5lKCIA==" + "version": "0.14.1", + "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz", + "integrity": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==" }, "node_modules/regenerator-transform": { "version": "0.15.2", diff --git a/package.json b/package.json index 22f8815dbec48..8c74d02caed1e 100644 --- a/package.json +++ b/package.json @@ -94,7 +94,7 @@ "path": "^0.12.7", "pinia": "^2.1.7", "query-string": "^8.1.0", - "regenerator-runtime": "^0.14.0", + "regenerator-runtime": "^0.14.1", "select2": "3.5.1", "snap.js": "^2.0.9", "strengthify": "github:nextcloud/strengthify#0.5.9",