chore(deps): update dependency handlebars to v4.7.8

This commit is contained in:
renovate[bot] 2023-08-05 00:14:17 +00:00 committed by GitHub
parent 2f2b7caff5
commit d4a4261243
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

12
web/package-lock.json generated
View file

@ -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"
},