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:
-rw-r--r--package-lock.json6
-rw-r--r--package.json2
2 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json
index f6a2990a7..942aa495c 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -2898,9 +2898,9 @@
"optional": true
},
"handlebars": {
- "version": "4.3.4",
- "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.3.4.tgz",
- "integrity": "sha512-vvpo6mpK4ScNC1DbGRZ2d5BznS6ht0r1hi20RivsibMc6jNvFAeZQ6qk5VNspo6SOwVOJQbjHyBCpuS7BzA1pw==",
+ "version": "4.4.2",
+ "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.4.2.tgz",
+ "integrity": "sha512-cIv17+GhL8pHHnRJzGu2wwcthL5sb8uDKBHvZ2Dtu5s1YNt0ljbzKbamnc+gr69y7bzwQiBdr5+hOpRd5pnOdg==",
"dev": true,
"requires": {
"neo-async": "^2.6.0",
diff --git a/package.json b/package.json
index b86807629..2cedd39ef 100644
--- a/package.json
+++ b/package.json
@@ -20,7 +20,7 @@
"babelify": "^10.0.0",
"browserify": "^16.5.0",
"browserslist-config-nextcloud": "0.0.1",
- "handlebars": "^4.3.4",
+ "handlebars": "^4.4.2",
"hark": "^1.2.3",
"mockconsole": "0.0.1",
"util": "^0.12.1",