diff --git a/plugin-hrm-form/package-lock.json b/plugin-hrm-form/package-lock.json index 6f4d5242af..a6a9c56477 100644 --- a/plugin-hrm-form/package-lock.json +++ b/plugin-hrm-form/package-lock.json @@ -20,7 +20,7 @@ "@react-pdf/renderer": "3.4.4", "date-fns": "^2.11.1", "emoji-mart": "^5.3.2", - "handlebars": "^4.7.8", + "handlebars": "^4.7.9", "hrm-form-definitions": "file:../lambdas/packages/hrm-form-definitions", "hrm-types": "file:../lambdas/packages/hrm-types", "lodash": "^4.17.19", @@ -175,7 +175,7 @@ "jest-each": "^28.1.1", "jest-junit": "^16.0.0", "prettier": "^2.3.2", - "ts-jest": "^27.1.2", + "ts-jest": "^29.4.6", "ts-node": "^10.1.0", "typescript": "^4.3.5" } @@ -22467,7 +22467,9 @@ "license": "MIT" }, "node_modules/handlebars": { - "version": "4.7.8", + "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", diff --git a/plugin-hrm-form/package.json b/plugin-hrm-form/package.json index 0ab1ca3d49..8dac2b68b9 100644 --- a/plugin-hrm-form/package.json +++ b/plugin-hrm-form/package.json @@ -52,7 +52,7 @@ "@react-pdf/renderer": "3.4.4", "date-fns": "^2.11.1", "emoji-mart": "^5.3.2", - "handlebars": "^4.7.8", + "handlebars": "^4.7.9", "hrm-form-definitions": "file:../lambdas/packages/hrm-form-definitions", "hrm-types": "file:../lambdas/packages/hrm-types", "lodash": "^4.17.19",