Skip to content

Commit 5f63afe

Browse files
committed
3.2.2
1 parent 8627fe1 commit 5f63afe

File tree

3 files changed

+18
-15
lines changed

3 files changed

+18
-15
lines changed

npm-scripts.mjs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,9 @@ function installDeps() {
185185

186186
// Update package-lock.json.
187187
executeCmd('npm install --package-lock-only --ignore-scripts');
188+
189+
// Check vulnerabilities in deps.
190+
executeCmd('npm audit');
188191
}
189192

190193
function checkRelease() {

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "awaitqueue",
3-
"version": "3.2.1",
3+
"version": "3.2.2",
44
"description": "TypeScript utility to enqueue asynchronous tasks and run them sequentially one after another",
55
"author": "Iñaki Baz Castillo <[email protected]> (https://inakibaz.me)",
66
"license": "ISC",

0 commit comments

Comments
 (0)