Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Calviño Sánchez <danxuliu@gmail.com>2021-08-11 15:04:16 +0300
committerGitHub <noreply@github.com>2021-08-11 15:04:16 +0300
commit46c2d39fd781277f93236c0d2c6ee810d160bcc7 (patch)
treeb31e63623c8ad8f77db66ca8aa2ec236f3672cd8 /package.json
parentd972d4165d32d40cff6681959ba93e8a04202ba1 (diff)
parent215885a8cb9f5823f0c6a1dcba82d0152f447364 (diff)
Merge pull request #6058 from nextcloud/dependabot/npm_and_yarn/regenerator-runtime-0.13.9
Bump regenerator-runtime from 0.13.7 to 0.13.9
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index f72e3769d..c87f32f8c 100644
--- a/package.json
+++ b/package.json
@@ -83,7 +83,7 @@
"jest-localstorage-mock": "^2.4.14",
"jest-mock-axios": "^4.4.0",
"jest-mock-console": "^1.1.0",
- "regenerator-runtime": "^0.13.7",
+ "regenerator-runtime": "^0.13.9",
"terser-webpack-plugin": "^1.4.5",
"webpack-node-externals": "^3.0.0"
},