diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2019-11-24 02:12:31 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-24 02:12:31 +0000 |
commit | 8a15447d63d7e819c922b263cab05a7b1f8bd49e (patch) | |
tree | 5f2d02560393e3dc56c2f471246925da0399030a /build | |
parent | 4f2837017c95f063d99a05b6cd6a5e73ac388d75 (diff) | |
download | nextcloud-server-8a15447d63d7e819c922b263cab05a7b1f8bd49e.tar.gz nextcloud-server-8a15447d63d7e819c922b263cab05a7b1f8bd49e.zip |
Bump handlebars from 4.5.2 to 4.5.3 in /build
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.5.2 to 4.5.3.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.5.2...v4.5.3)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat (limited to 'build')
-rw-r--r-- | build/package-lock.json | 6 | ||||
-rw-r--r-- | build/package.json | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/build/package-lock.json b/build/package-lock.json index 309648476dd..504843a3d00 100644 --- a/build/package-lock.json +++ b/build/package-lock.json @@ -2079,9 +2079,9 @@ "dev": true }, "handlebars": { - "version": "4.5.2", - "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.5.2.tgz", - "integrity": "sha512-29Zxv/cynYB7mkT1rVWQnV7mGX6v7H/miQ6dbEpYTKq5eJBN7PsRB+ViYJlcT6JINTSu4dVB9kOqEun78h6Exg==", + "version": "4.5.3", + "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.5.3.tgz", + "integrity": "sha512-3yPecJoJHK/4c6aZhSvxOyG4vJKDshV36VHp0iVCDVh7o9w2vwi3NSnL2MMPj3YdduqaBcu7cGbggJQM0br9xA==", "dev": true, "requires": { "neo-async": "^2.6.0", diff --git a/build/package.json b/build/package.json index 73811c5c0b9..48670107d52 100644 --- a/build/package.json +++ b/build/package.json @@ -11,7 +11,7 @@ "contributors": [], "dependencies": {}, "devDependencies": { - "handlebars": "^4.5.2", + "handlebars": "^4.5.3", "jasmine-core": "~2.5.2", "jasmine-sinon": "^0.4.0", "jsdoc": "^3.6.3", |