From 0bc4bf24a44f7b2ff10a40bfd09fcc91664bc60c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 23:31:04 +0000 Subject: [PATCH] Bump handlebars from 4.7.8 to 4.7.9 Bumps [handlebars](https://github.com/handlebars-lang/handlebars.js) from 4.7.8 to 4.7.9. - [Release notes](https://github.com/handlebars-lang/handlebars.js/releases) - [Changelog](https://github.com/handlebars-lang/handlebars.js/blob/v4.7.9/release-notes.md) - [Commits](https://github.com/handlebars-lang/handlebars.js/compare/v4.7.8...v4.7.9) --- updated-dependencies: - dependency-name: handlebars dependency-version: 4.7.9 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- package-lock.json | 29 ++++++++++++++++------------- 1 file changed, 16 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6579795..04f47fc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,16 +1,16 @@ { "name": "jsviews.com", - "version": "v1.0.15", + "version": "v1.0.16", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "jsviews.com", - "version": "v1.0.15", + "version": "v1.0.16", "license": "MIT", "dependencies": { "jquery": "^3.4.1", - "jsviews": "^1.0.15" + "jsviews": "^1.0.16" }, "devDependencies": { "@types/jquery": "^3.3.31", @@ -28,7 +28,7 @@ "gulp-uglify": "^1.2.0", "jshint-stylish": "^2.0.1", "jshint-summary": "^0.4.0", - "jsrender": "^1.0.15", + "jsrender": "^1.0.16", "node-qunit": "^2.0.0", "qunit": "^2.21.0", "qunitjs": "^1.18.0", @@ -2928,10 +2928,11 @@ } }, "node_modules/handlebars": { - "version": "4.7.8", - "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.7.8.tgz", - "integrity": "sha512-vafaFqs8MZkRrSX7sFVUdo3ap/eNiLnb4IakshzvP56X5Nr1iGKAIqdX6tMlm6HcNRIkr6AxO5jFEoJzzpT8aQ==", + "version": "4.7.9", + "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.7.9.tgz", + "integrity": "sha512-4E71E0rpOaQuJR2A3xDZ+GM1HyWYv1clR58tC8emQNeQe3RH7MAzSbat+V0wG78LQBo6m6bzSG/L4pBuCsgnUQ==", "dev": true, + "license": "MIT", "optional": true, "dependencies": { "minimist": "^1.2.5", @@ -4265,10 +4266,11 @@ } }, "node_modules/jsrender": { - "version": "1.0.15", - "resolved": "https://registry.npmjs.org/jsrender/-/jsrender-1.0.15.tgz", - "integrity": "sha512-OodS9veJzdkxj0zqWTEDyHm5MdwpeaBA11X3W06n3wTP7XifCv1JwaNpY6jn0KIltzgm3nM1Gi/tccslMEai1w==", + "version": "1.0.16", + "resolved": "https://registry.npmjs.org/jsrender/-/jsrender-1.0.16.tgz", + "integrity": "sha512-K3IDCLwR+gQA14qtFDMbNKmlDhGsJLjXMBJ87abE+iTQNYnFCtESPvgtaM+cYKhmjVXbvK1IldgCW1kQZBVUNA==", "dev": true, + "license": "MIT", "dependencies": { "through2": "^3.0.1" } @@ -4293,9 +4295,10 @@ } }, "node_modules/jsviews": { - "version": "1.0.15", - "resolved": "https://registry.npmjs.org/jsviews/-/jsviews-1.0.15.tgz", - "integrity": "sha512-rHQai9aX4GstkWBXfyip98vvlWOqoGpsoRFrcgZsuqryJ9aKrDM4saBb67sNcPj1TrIWyBilx8bTg1GFm8KOjQ==", + "version": "1.0.16", + "resolved": "https://registry.npmjs.org/jsviews/-/jsviews-1.0.16.tgz", + "integrity": "sha512-ejQrS/VRKs+uJCMIiYiPViahZQzY6bMY3XLKCqkkA831Q0m134Qr3+H7+T+34WBYWYQVhTfo9BfAUE4f8QcENA==", + "license": "MIT", "dependencies": { "jquery": "^3.4.1" }