Merge pull request #19 from soitgoes/auditfix

Auditfix
This commit is contained in:
Christian Kuster 2023-01-24 21:25:59 +01:00 committed by GitHub
commit a8416e1a27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2669 additions and 1116 deletions

3779
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

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