From d4a42612430838502ceeed305b38a9387e6dc607 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 5 Aug 2023 00:14:17 +0000 Subject: [PATCH] chore(deps): update dependency handlebars to v4.7.8 --- web/package-lock.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/web/package-lock.json b/web/package-lock.json index cb09be1c8..bcd06b838 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -87,7 +87,7 @@ "babel-loader": "9.1.3", "chromatic": "6.20.0", "css-loader": "6.8.1", - "cypress": "^12.17.3", + "cypress": "^12.0.0", "eslint": "8.46.0", "eslint-config-airbnb": "19.0.4", "eslint-config-next": "13.4.12", @@ -98,7 +98,7 @@ "eslint-plugin-react": "7.33.1", "eslint-plugin-react-hooks": "4.6.0", "eslint-plugin-storybook": "0.6.13", - "handlebars": "^4.7.7", + "handlebars": "^4.7.8", "html-webpack-plugin": "5.5.3", "install": "^0.13.0", "knip": "^2.11.0", @@ -23871,13 +23871,13 @@ "integrity": "sha512-t2JXKaehnMb9paaYA7J0BX8QQAY8lwfQ9Gjf4pg/mk4krt+cmwmU652HOoWonf+7+EQV97ARPMhhVgU1ra2GhA==" }, "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.8", + "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.7.8.tgz", + "integrity": "sha512-vafaFqs8MZkRrSX7sFVUdo3ap/eNiLnb4IakshzvP56X5Nr1iGKAIqdX6tMlm6HcNRIkr6AxO5jFEoJzzpT8aQ==", "dev": true, "dependencies": { "minimist": "^1.2.5", - "neo-async": "^2.6.0", + "neo-async": "^2.6.2", "source-map": "^0.6.1", "wordwrap": "^1.0.0" },