aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoeland Jago Douma <rullzer@users.noreply.github.com>2019-09-23 10:04:13 +0200
committerGitHub <noreply@github.com>2019-09-23 10:04:13 +0200
commita26c5b218c143e303bc024ca5d31612e672391ab (patch)
treec613c0525d11da218ca28699eb809f112cf12488
parentecc71e86aed9e2027d6744ce8b5b8389725f47e0 (diff)
parent086e59a0dfcc31505ab79276a71cfa99ab093505 (diff)
downloadnextcloud-server-a26c5b218c143e303bc024ca5d31612e672391ab.tar.gz
nextcloud-server-a26c5b218c143e303bc024ca5d31612e672391ab.zip
Merge pull request #17232 from nextcloud/dependabot/npm_and_yarn/build/handlebars-4.2.1
Bump handlebars from 4.2.0 to 4.2.1 in /build
-rw-r--r--build/package-lock.json6
-rw-r--r--build/package.json2
2 files changed, 4 insertions, 4 deletions
diff --git a/build/package-lock.json b/build/package-lock.json
index 1825aa0b367..18615230838 100644
--- a/build/package-lock.json
+++ b/build/package-lock.json
@@ -2079,9 +2079,9 @@
"dev": true
},
"handlebars": {
- "version": "4.2.0",
- "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.2.0.tgz",
- "integrity": "sha512-Kb4xn5Qh1cxAKvQnzNWZ512DhABzyFNmsaJf3OAkWNa4NkaqWcNI8Tao8Tasi0/F4JD9oyG0YxuFyvyR57d+Gw==",
+ "version": "4.2.1",
+ "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.2.1.tgz",
+ "integrity": "sha512-bqPIlDk06UWbVEIFoYj+LVo42WhK96J+b25l7hbFDpxrOXMphFM3fNIm+cluwg4Pk2jiLjWU5nHQY7igGE75NQ==",
"dev": true,
"requires": {
"neo-async": "^2.6.0",
diff --git a/build/package.json b/build/package.json
index 9352a564578..c963a80fe98 100644
--- a/build/package.json
+++ b/build/package.json
@@ -11,7 +11,7 @@
"contributors": [],
"dependencies": {},
"devDependencies": {
- "handlebars": "^4.2.0",
+ "handlebars": "^4.2.1",
"jasmine-core": "~2.5.2",
"jasmine-sinon": "^0.4.0",
"jsdoc": "^3.6.3",