Skip to content

Commit 6cb8a69

Browse files
authored
Merge pull request #87 from Staffbase/copilot/fix-dependabot-alerts-handlebars-flatted
Fix dependabot security alerts: update handlebars, flatted, minimatch, lodash, picomatch, cross-spawn
2 parents 9544a85 + d25ed2c commit 6cb8a69

File tree

2 files changed

+34
-91
lines changed

2 files changed

+34
-91
lines changed

package-lock.json

Lines changed: 30 additions & 90 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,16 @@
4242
"eslint": "^8.32.0",
4343
"eslint-config-google": "^0.14.0",
4444
"eslint-plugin-node": "11.1.0",
45-
"handlebars": "^4.7.7",
45+
"handlebars": "^4.7.9",
4646
"jest": "^29.3.1",
4747
"jsdoc-to-markdown": "^8.0.1",
4848
"pre-commit": "^1.2.2"
4949
},
5050
"dependencies": {
5151
"jsonwebtoken": "^9.0.0",
5252
"node-rsa": "^1.1.1"
53+
},
54+
"overrides": {
55+
"cross-spawn": ">=7.0.6"
5356
}
5457
}

0 commit comments

Comments
 (0)