upgrade npm modules causing audit flags

This commit is contained in:
Martin Murphy 2022-12-21 10:25:35 -06:00
parent d0f22a8ed2
commit ba0bfc7d42
2 changed files with 2669 additions and 1116 deletions

3789
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -35,12 +35,12 @@
"test": "mocha test" "test": "mocha test"
}, },
"dependencies": { "dependencies": {
"async": "3.1.0", "async": "^3.2.4",
"lodash": "4.17.15" "lodash": "^4.17.21"
}, },
"devDependencies": { "devDependencies": {
"grunt": "^1.0.3", "grunt": "^1.0.3",
"grunt-bump": "0.8.0", "grunt-bump": "0.8.0",
"mocha": "6.2.0" "mocha": "^10.2.0"
} }
} }