fix: upgrade async from 3.2.3 to 3.2.4

Snyk has created this PR to upgrade async from 3.2.3 to 3.2.4.

See this package in npm:
https://www.npmjs.com/package/async

See this project in Snyk:
https://app.snyk.io/org/postman/project/a5c111c7-1bc9-4d89-849d-6732a81fc539?utm_source=github&utm_medium=referral&page=upgrade-pr
This commit is contained in:
snyk-bot
2022-07-19 00:06:54 +00:00
parent c4c5ea3741
commit 3b47eab771
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -483,9 +483,9 @@
"dev": true
},
"async": {
"version": "3.2.3",
"resolved": "https://registry.npmjs.org/async/-/async-3.2.3.tgz",
"integrity": "sha512-spZRyzKL5l5BZQrr/6m/SqFdBN0q3OCI0f9rjfBzCMBIP4p75P620rR3gTmaksNOhmzgdxcaxdNfMy6anrbM0g=="
"version": "3.2.4",
"resolved": "https://registry.npmjs.org/async/-/async-3.2.4.tgz",
"integrity": "sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ=="
},
"balanced-match": {
"version": "1.0.0",

View File

@@ -118,7 +118,7 @@
"dependencies": {
"ajv": "8.1.0",
"ajv-formats": "2.1.1",
"async": "3.2.3",
"async": "3.2.4",
"commander": "2.20.3",
"js-yaml": "3.14.1",
"json-schema-merge-allof": "0.8.1",