From 2b076a995ab285c37c57548accd8f61b1ffd8b00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 24 Feb 2024 02:44:27 +0000 Subject: [PATCH] chore(deps): Bump regenerator-runtime from 0.14.0 to 0.14.1 Bumps [regenerator-runtime](https://github.com/facebook/regenerator) from 0.14.0 to 0.14.1. - [Release notes](https://github.com/facebook/regenerator/releases) - [Commits](https://github.com/facebook/regenerator/compare/regenerator-runtime@0.14.0...regenerator-runtime@0.14.1) --- updated-dependencies: - dependency-name: regenerator-runtime dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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",