Merge pull request #456 from SergiX44/dependabot/npm_and_yarn/async-2.6.4

Bump async from 2.6.3 to 2.6.4
This commit is contained in:
Sergio Brighenti 2022-05-17 21:42:56 +02:00 committed by GitHub
commit 6a4b49f617
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

28
package-lock.json generated
View file

@ -82,13 +82,10 @@
"dev": true "dev": true
}, },
"async": { "async": {
"version": "2.6.3", "version": "3.2.3",
"resolved": "https://registry.npmjs.org/async/-/async-2.6.3.tgz", "resolved": "https://registry.npmjs.org/async/-/async-3.2.3.tgz",
"integrity": "sha512-zflvls11DCy+dQWzTW2dzuilv8Z5X/pjfmZOWba6TNIVDm+2UDaJmXSOXlasHKfNBs8oo3M0aT50fDEWfKZjXg==", "integrity": "sha512-spZRyzKL5l5BZQrr/6m/SqFdBN0q3OCI0f9rjfBzCMBIP4p75P620rR3gTmaksNOhmzgdxcaxdNfMy6anrbM0g==",
"dev": true, "dev": true
"requires": {
"lodash": "^4.17.14"
}
}, },
"balanced-match": { "balanced-match": {
"version": "1.0.2", "version": "1.0.2",
@ -812,6 +809,17 @@
"gaze": "^1.1.0", "gaze": "^1.1.0",
"lodash": "^4.17.10", "lodash": "^4.17.10",
"tiny-lr": "^1.1.1" "tiny-lr": "^1.1.1"
},
"dependencies": {
"async": {
"version": "2.6.4",
"resolved": "https://registry.npmjs.org/async/-/async-2.6.4.tgz",
"integrity": "sha512-mzo5dfJYwAn29PeiJ0zvwTo04zj8HDJj0Mn8TD7sno7q12prdbnasKJHhkm2c1LgrhlJ0teaea8860oxi51mGA==",
"dev": true,
"requires": {
"lodash": "^4.17.14"
}
}
} }
}, },
"grunt-known-options": { "grunt-known-options": {
@ -908,12 +916,6 @@
"which": "~2.0.2" "which": "~2.0.2"
}, },
"dependencies": { "dependencies": {
"async": {
"version": "3.2.3",
"resolved": "https://registry.npmjs.org/async/-/async-3.2.3.tgz",
"integrity": "sha512-spZRyzKL5l5BZQrr/6m/SqFdBN0q3OCI0f9rjfBzCMBIP4p75P620rR3gTmaksNOhmzgdxcaxdNfMy6anrbM0g==",
"dev": true
},
"which": { "which": {
"version": "2.0.2", "version": "2.0.2",
"resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",