diff --git a/06-node-express-databases/node-express-mongo-crud-library/package-lock.json b/06-node-express-databases/node-express-mongo-crud-library/package-lock.json index f429d094..7af9487d 100644 --- a/06-node-express-databases/node-express-mongo-crud-library/package-lock.json +++ b/06-node-express-databases/node-express-mongo-crud-library/package-lock.json @@ -12,7 +12,7 @@ "cookie-parser": "1.4.6", "dotenv": "16.4.7", "express": "4.19.2", - "hbs": "4.2.0", + "hbs": "4.2.1", "mongoose": "8.19.0", "morgan": "1.10.1", "node-sass-middleware": "1.1.0", @@ -1433,12 +1433,13 @@ "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==" }, "node_modules/handlebars": { - "version": "4.7.7", - "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.7.7.tgz", - "integrity": "sha512-aAcXm5OAfE/8IXkcZvCepKU3VzW1/39Fb5ZuqMtgI/hT8X2YgoMvBY5dLhq/cpOvw7Lk1nK/UF71aLG/ZnVYRA==", + "version": "4.7.9", + "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.7.9.tgz", + "integrity": "sha512-4E71E0rpOaQuJR2A3xDZ+GM1HyWYv1clR58tC8emQNeQe3RH7MAzSbat+V0wG78LQBo6m6bzSG/L4pBuCsgnUQ==", + "license": "MIT", "dependencies": { "minimist": "^1.2.5", - "neo-async": "^2.6.0", + "neo-async": "^2.6.2", "source-map": "^0.6.1", "wordwrap": "^1.0.0" }, @@ -1498,11 +1499,12 @@ } }, "node_modules/hbs": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/hbs/-/hbs-4.2.0.tgz", - "integrity": "sha512-dQwHnrfWlTk5PvG9+a45GYpg0VpX47ryKF8dULVd6DtwOE6TEcYQXQ5QM6nyOx/h7v3bvEQbdn19EDAcfUAgZg==", + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/hbs/-/hbs-4.2.1.tgz", + "integrity": "sha512-jkX8bTB17JCUMhyDobTkbMcdZi3xOplVbWjzp8i40O6ZITQhcjGIy11AmF51IyBe80GnJIRhUtKL9dg/ho/uog==", + "license": "MIT", "dependencies": { - "handlebars": "4.7.7", + "handlebars": "4.7.9", "walk": "2.3.15" }, "engines": { diff --git a/06-node-express-databases/node-express-mongo-crud-library/package.json b/06-node-express-databases/node-express-mongo-crud-library/package.json index d323d62d..11b6a0ae 100644 --- a/06-node-express-databases/node-express-mongo-crud-library/package.json +++ b/06-node-express-databases/node-express-mongo-crud-library/package.json @@ -13,7 +13,7 @@ "cookie-parser": "1.4.6", "dotenv": "16.4.7", "express": "4.19.2", - "hbs": "4.2.0", + "hbs": "4.2.1", "mongoose": "8.19.0", "morgan": "1.10.1", "node-sass-middleware": "1.1.0", diff --git a/06-node-express-databases/node-express-mongo-relations-blog/package-lock.json b/06-node-express-databases/node-express-mongo-relations-blog/package-lock.json index bddfc05b..1e31d02d 100644 --- a/06-node-express-databases/node-express-mongo-relations-blog/package-lock.json +++ b/06-node-express-databases/node-express-mongo-relations-blog/package-lock.json @@ -11,7 +11,7 @@ "cookie-parser": "1.4.6", "dotenv": "16.4.7", "express": "4.22.1", - "hbs": "4.2.0", + "hbs": "4.2.1", "mongoose": "8.19.0", "morgan": "1.10.1", "node-sass-middleware": "1.1.0", @@ -1303,12 +1303,13 @@ "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==" }, "node_modules/handlebars": { - "version": "4.7.7", - "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.7.7.tgz", - "integrity": "sha512-aAcXm5OAfE/8IXkcZvCepKU3VzW1/39Fb5ZuqMtgI/hT8X2YgoMvBY5dLhq/cpOvw7Lk1nK/UF71aLG/ZnVYRA==", + "version": "4.7.9", + "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.7.9.tgz", + "integrity": "sha512-4E71E0rpOaQuJR2A3xDZ+GM1HyWYv1clR58tC8emQNeQe3RH7MAzSbat+V0wG78LQBo6m6bzSG/L4pBuCsgnUQ==", + "license": "MIT", "dependencies": { "minimist": "^1.2.5", - "neo-async": "^2.6.0", + "neo-async": "^2.6.2", "source-map": "^0.6.1", "wordwrap": "^1.0.0" }, @@ -1368,11 +1369,12 @@ } }, "node_modules/hbs": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/hbs/-/hbs-4.2.0.tgz", - "integrity": "sha512-dQwHnrfWlTk5PvG9+a45GYpg0VpX47ryKF8dULVd6DtwOE6TEcYQXQ5QM6nyOx/h7v3bvEQbdn19EDAcfUAgZg==", + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/hbs/-/hbs-4.2.1.tgz", + "integrity": "sha512-jkX8bTB17JCUMhyDobTkbMcdZi3xOplVbWjzp8i40O6ZITQhcjGIy11AmF51IyBe80GnJIRhUtKL9dg/ho/uog==", + "license": "MIT", "dependencies": { - "handlebars": "4.7.7", + "handlebars": "4.7.9", "walk": "2.3.15" }, "engines": { diff --git a/06-node-express-databases/node-express-mongo-relations-blog/package.json b/06-node-express-databases/node-express-mongo-relations-blog/package.json index 334f620f..3a1c26f7 100644 --- a/06-node-express-databases/node-express-mongo-relations-blog/package.json +++ b/06-node-express-databases/node-express-mongo-relations-blog/package.json @@ -12,7 +12,7 @@ "cookie-parser": "1.4.6", "dotenv": "16.4.7", "express": "4.22.1", - "hbs": "4.2.0", + "hbs": "4.2.1", "mongoose": "8.19.0", "morgan": "1.10.1", "node-sass-middleware": "1.1.0", diff --git a/07-node-express-authentication/node-auth-passport-google/package-lock.json b/07-node-express-authentication/node-auth-passport-google/package-lock.json index 4173b4f6..1699959f 100644 --- a/07-node-express-authentication/node-auth-passport-google/package-lock.json +++ b/07-node-express-authentication/node-auth-passport-google/package-lock.json @@ -16,7 +16,7 @@ "dotenv": "16.4.7", "express": "4.19.2", "express-session": "1.18.2", - "hbs": "4.2.0", + "hbs": "4.2.1", "mongoose": "8.19.0", "morgan": "1.10.1", "node-sass-middleware": "1.1.0", @@ -1639,12 +1639,12 @@ "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==" }, "node_modules/handlebars": { - "version": "4.7.7", - "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.7.7.tgz", - "integrity": "sha512-aAcXm5OAfE/8IXkcZvCepKU3VzW1/39Fb5ZuqMtgI/hT8X2YgoMvBY5dLhq/cpOvw7Lk1nK/UF71aLG/ZnVYRA==", + "version": "4.7.9", + "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.7.9.tgz", + "integrity": "sha512-4E71E0rpOaQuJR2A3xDZ+GM1HyWYv1clR58tC8emQNeQe3RH7MAzSbat+V0wG78LQBo6m6bzSG/L4pBuCsgnUQ==", "dependencies": { "minimist": "^1.2.5", - "neo-async": "^2.6.0", + "neo-async": "^2.6.2", "source-map": "^0.6.1", "wordwrap": "^1.0.0" }, @@ -1702,11 +1702,11 @@ } }, "node_modules/hbs": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/hbs/-/hbs-4.2.0.tgz", - "integrity": "sha512-dQwHnrfWlTk5PvG9+a45GYpg0VpX47ryKF8dULVd6DtwOE6TEcYQXQ5QM6nyOx/h7v3bvEQbdn19EDAcfUAgZg==", + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/hbs/-/hbs-4.2.1.tgz", + "integrity": "sha512-jkX8bTB17JCUMhyDobTkbMcdZi3xOplVbWjzp8i40O6ZITQhcjGIy11AmF51IyBe80GnJIRhUtKL9dg/ho/uog==", "dependencies": { - "handlebars": "4.7.7", + "handlebars": "4.7.9", "walk": "2.3.15" }, "engines": { @@ -5477,12 +5477,12 @@ "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==" }, "handlebars": { - "version": "4.7.7", - "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.7.7.tgz", - "integrity": "sha512-aAcXm5OAfE/8IXkcZvCepKU3VzW1/39Fb5ZuqMtgI/hT8X2YgoMvBY5dLhq/cpOvw7Lk1nK/UF71aLG/ZnVYRA==", + "version": "4.7.9", + "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.7.9.tgz", + "integrity": "sha512-4E71E0rpOaQuJR2A3xDZ+GM1HyWYv1clR58tC8emQNeQe3RH7MAzSbat+V0wG78LQBo6m6bzSG/L4pBuCsgnUQ==", "requires": { "minimist": "^1.2.5", - "neo-async": "^2.6.0", + "neo-async": "^2.6.2", "source-map": "^0.6.1", "uglify-js": "^3.1.4", "wordwrap": "^1.0.0" @@ -5517,11 +5517,11 @@ } }, "hbs": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/hbs/-/hbs-4.2.0.tgz", - "integrity": "sha512-dQwHnrfWlTk5PvG9+a45GYpg0VpX47ryKF8dULVd6DtwOE6TEcYQXQ5QM6nyOx/h7v3bvEQbdn19EDAcfUAgZg==", + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/hbs/-/hbs-4.2.1.tgz", + "integrity": "sha512-jkX8bTB17JCUMhyDobTkbMcdZi3xOplVbWjzp8i40O6ZITQhcjGIy11AmF51IyBe80GnJIRhUtKL9dg/ho/uog==", "requires": { - "handlebars": "4.7.7", + "handlebars": "4.7.9", "walk": "2.3.15" } }, diff --git a/07-node-express-authentication/node-auth-passport-google/package.json b/07-node-express-authentication/node-auth-passport-google/package.json index 60bc1ebf..fd94ef29 100644 --- a/07-node-express-authentication/node-auth-passport-google/package.json +++ b/07-node-express-authentication/node-auth-passport-google/package.json @@ -16,7 +16,7 @@ "dotenv": "16.4.7", "express": "4.19.2", "express-session": "1.18.2", - "hbs": "4.2.0", + "hbs": "4.2.1", "mongoose": "8.19.0", "morgan": "1.10.1", "node-sass-middleware": "1.1.0", diff --git a/07-node-express-authentication/node-auth-passport/package-lock.json b/07-node-express-authentication/node-auth-passport/package-lock.json index 30329a6e..7dbb6dc8 100644 --- a/07-node-express-authentication/node-auth-passport/package-lock.json +++ b/07-node-express-authentication/node-auth-passport/package-lock.json @@ -15,7 +15,7 @@ "dotenv": "16.4.7", "express": "4.22.1", "express-session": "1.18.2", - "hbs": "4.2.0", + "hbs": "4.2.1", "mongoose": "8.19.0", "morgan": "1.10.1", "node-sass-middleware": "1.1.0", @@ -1509,12 +1509,12 @@ "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==" }, "node_modules/handlebars": { - "version": "4.7.7", - "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.7.7.tgz", - "integrity": "sha512-aAcXm5OAfE/8IXkcZvCepKU3VzW1/39Fb5ZuqMtgI/hT8X2YgoMvBY5dLhq/cpOvw7Lk1nK/UF71aLG/ZnVYRA==", + "version": "4.7.9", + "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.7.9.tgz", + "integrity": "sha512-4E71E0rpOaQuJR2A3xDZ+GM1HyWYv1clR58tC8emQNeQe3RH7MAzSbat+V0wG78LQBo6m6bzSG/L4pBuCsgnUQ==", "dependencies": { "minimist": "^1.2.5", - "neo-async": "^2.6.0", + "neo-async": "^2.6.2", "source-map": "^0.6.1", "wordwrap": "^1.0.0" }, @@ -1574,11 +1574,11 @@ } }, "node_modules/hbs": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/hbs/-/hbs-4.2.0.tgz", - "integrity": "sha512-dQwHnrfWlTk5PvG9+a45GYpg0VpX47ryKF8dULVd6DtwOE6TEcYQXQ5QM6nyOx/h7v3bvEQbdn19EDAcfUAgZg==", + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/hbs/-/hbs-4.2.1.tgz", + "integrity": "sha512-jkX8bTB17JCUMhyDobTkbMcdZi3xOplVbWjzp8i40O6ZITQhcjGIy11AmF51IyBe80GnJIRhUtKL9dg/ho/uog==", "dependencies": { - "handlebars": "4.7.7", + "handlebars": "4.7.9", "walk": "2.3.15" }, "engines": { @@ -5106,12 +5106,12 @@ "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==" }, "handlebars": { - "version": "4.7.7", - "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.7.7.tgz", - "integrity": "sha512-aAcXm5OAfE/8IXkcZvCepKU3VzW1/39Fb5ZuqMtgI/hT8X2YgoMvBY5dLhq/cpOvw7Lk1nK/UF71aLG/ZnVYRA==", + "version": "4.7.9", + "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.7.9.tgz", + "integrity": "sha512-4E71E0rpOaQuJR2A3xDZ+GM1HyWYv1clR58tC8emQNeQe3RH7MAzSbat+V0wG78LQBo6m6bzSG/L4pBuCsgnUQ==", "requires": { "minimist": "^1.2.5", - "neo-async": "^2.6.0", + "neo-async": "^2.6.2", "source-map": "^0.6.1", "uglify-js": "^3.1.4", "wordwrap": "^1.0.0" @@ -5146,11 +5146,11 @@ } }, "hbs": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/hbs/-/hbs-4.2.0.tgz", - "integrity": "sha512-dQwHnrfWlTk5PvG9+a45GYpg0VpX47ryKF8dULVd6DtwOE6TEcYQXQ5QM6nyOx/h7v3bvEQbdn19EDAcfUAgZg==", + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/hbs/-/hbs-4.2.1.tgz", + "integrity": "sha512-jkX8bTB17JCUMhyDobTkbMcdZi3xOplVbWjzp8i40O6ZITQhcjGIy11AmF51IyBe80GnJIRhUtKL9dg/ho/uog==", "requires": { - "handlebars": "4.7.7", + "handlebars": "4.7.9", "walk": "2.3.15" } }, diff --git a/07-node-express-authentication/node-auth-passport/package.json b/07-node-express-authentication/node-auth-passport/package.json index 779001ee..5b042a39 100644 --- a/07-node-express-authentication/node-auth-passport/package.json +++ b/07-node-express-authentication/node-auth-passport/package.json @@ -15,7 +15,7 @@ "dotenv": "16.4.7", "express": "4.22.1", "express-session": "1.18.2", - "hbs": "4.2.0", + "hbs": "4.2.1", "mongoose": "8.19.0", "morgan": "1.10.1", "node-sass-middleware": "1.1.0", diff --git a/07-node-express-authentication/node-auth-user-registration/package-lock.json b/07-node-express-authentication/node-auth-user-registration/package-lock.json index 8a7d3b1f..a416a846 100644 --- a/07-node-express-authentication/node-auth-user-registration/package-lock.json +++ b/07-node-express-authentication/node-auth-user-registration/package-lock.json @@ -14,7 +14,7 @@ "dotenv": "16.4.7", "express": "4.22.1", "express-session": "1.18.2", - "hbs": "4.2.0", + "hbs": "4.2.1", "http-errors": "2.0.1", "mongoose": "8.19.0", "morgan": "1.10.1", @@ -949,12 +949,12 @@ } }, "node_modules/handlebars": { - "version": "4.7.7", - "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.7.7.tgz", - "integrity": "sha512-aAcXm5OAfE/8IXkcZvCepKU3VzW1/39Fb5ZuqMtgI/hT8X2YgoMvBY5dLhq/cpOvw7Lk1nK/UF71aLG/ZnVYRA==", + "version": "4.7.9", + "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.7.9.tgz", + "integrity": "sha512-4E71E0rpOaQuJR2A3xDZ+GM1HyWYv1clR58tC8emQNeQe3RH7MAzSbat+V0wG78LQBo6m6bzSG/L4pBuCsgnUQ==", "dependencies": { "minimist": "^1.2.5", - "neo-async": "^2.6.0", + "neo-async": "^2.6.2", "source-map": "^0.6.1", "wordwrap": "^1.0.0" }, @@ -1007,11 +1007,11 @@ } }, "node_modules/hbs": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/hbs/-/hbs-4.2.0.tgz", - "integrity": "sha512-dQwHnrfWlTk5PvG9+a45GYpg0VpX47ryKF8dULVd6DtwOE6TEcYQXQ5QM6nyOx/h7v3bvEQbdn19EDAcfUAgZg==", + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/hbs/-/hbs-4.2.1.tgz", + "integrity": "sha512-jkX8bTB17JCUMhyDobTkbMcdZi3xOplVbWjzp8i40O6ZITQhcjGIy11AmF51IyBe80GnJIRhUtKL9dg/ho/uog==", "dependencies": { - "handlebars": "4.7.7", + "handlebars": "4.7.9", "walk": "2.3.15" }, "engines": { @@ -2929,12 +2929,12 @@ "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==" }, "handlebars": { - "version": "4.7.7", - "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.7.7.tgz", - "integrity": "sha512-aAcXm5OAfE/8IXkcZvCepKU3VzW1/39Fb5ZuqMtgI/hT8X2YgoMvBY5dLhq/cpOvw7Lk1nK/UF71aLG/ZnVYRA==", + "version": "4.7.9", + "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.7.9.tgz", + "integrity": "sha512-4E71E0rpOaQuJR2A3xDZ+GM1HyWYv1clR58tC8emQNeQe3RH7MAzSbat+V0wG78LQBo6m6bzSG/L4pBuCsgnUQ==", "requires": { "minimist": "^1.2.5", - "neo-async": "^2.6.0", + "neo-async": "^2.6.2", "source-map": "^0.6.1", "uglify-js": "^3.1.4", "wordwrap": "^1.0.0" @@ -2965,11 +2965,11 @@ } }, "hbs": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/hbs/-/hbs-4.2.0.tgz", - "integrity": "sha512-dQwHnrfWlTk5PvG9+a45GYpg0VpX47ryKF8dULVd6DtwOE6TEcYQXQ5QM6nyOx/h7v3bvEQbdn19EDAcfUAgZg==", + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/hbs/-/hbs-4.2.1.tgz", + "integrity": "sha512-jkX8bTB17JCUMhyDobTkbMcdZi3xOplVbWjzp8i40O6ZITQhcjGIy11AmF51IyBe80GnJIRhUtKL9dg/ho/uog==", "requires": { - "handlebars": "4.7.7", + "handlebars": "4.7.9", "walk": "2.3.15" } }, diff --git a/07-node-express-authentication/node-auth-user-registration/package.json b/07-node-express-authentication/node-auth-user-registration/package.json index 5e4d4b5d..af8783a7 100644 --- a/07-node-express-authentication/node-auth-user-registration/package.json +++ b/07-node-express-authentication/node-auth-user-registration/package.json @@ -15,7 +15,7 @@ "dotenv": "16.4.7", "express": "4.22.1", "express-session": "1.18.2", - "hbs": "4.2.0", + "hbs": "4.2.1", "http-errors": "2.0.1", "mongoose": "8.19.0", "morgan": "1.10.1", diff --git a/08-node-express-uploading/package.json b/08-node-express-uploading/package.json index 300f0e93..bbf8532e 100644 --- a/08-node-express-uploading/package.json +++ b/08-node-express-uploading/package.json @@ -13,7 +13,7 @@ "cookie-parser": "1.4.6", "dotenv": "16.4.7", "express": "4.19.2", - "hbs": "4.2.0", + "hbs": "4.2.1", "mongoose": "8.19.0", "morgan": "1.10.1", "multer": "2.1.1",