Update async.js

This commit is contained in:
seotts 2022-03-08 17:21:02 -05:00 committed by Cori Hudson
parent 3fee583279
commit 18b5cf21af
2 changed files with 10 additions and 15 deletions

22
package-lock.json generated
View file

@ -2364,13 +2364,10 @@
}
},
"node_modules/async": {
"version": "2.6.1",
"resolved": "https://registry.npmjs.org/async/-/async-2.6.1.tgz",
"integrity": "sha512-fNEiL2+AZt6AlAw/29Cr0UDe4sRAHCpEHh54WMz+Bb7QfNcFw4h3loofyJpLeQs4Yx7yuqu/2dLgM5hKOs6HlQ==",
"dev": true,
"dependencies": {
"lodash": "^4.17.10"
}
"version": "3.2.3",
"resolved": "https://registry.npmjs.org/async/-/async-3.2.3.tgz",
"integrity": "sha512-spZRyzKL5l5BZQrr/6m/SqFdBN0q3OCI0f9rjfBzCMBIP4p75P620rR3gTmaksNOhmzgdxcaxdNfMy6anrbM0g==",
"dev": true
},
"node_modules/async-each": {
"version": "1.0.1",
@ -14812,13 +14809,10 @@
"devOptional": true
},
"async": {
"version": "2.6.1",
"resolved": "https://registry.npmjs.org/async/-/async-2.6.1.tgz",
"integrity": "sha512-fNEiL2+AZt6AlAw/29Cr0UDe4sRAHCpEHh54WMz+Bb7QfNcFw4h3loofyJpLeQs4Yx7yuqu/2dLgM5hKOs6HlQ==",
"dev": true,
"requires": {
"lodash": "^4.17.10"
}
"version": "3.2.3",
"resolved": "https://registry.npmjs.org/async/-/async-3.2.3.tgz",
"integrity": "sha512-spZRyzKL5l5BZQrr/6m/SqFdBN0q3OCI0f9rjfBzCMBIP4p75P620rR3gTmaksNOhmzgdxcaxdNfMy6anrbM0g==",
"dev": true
},
"async-each": {
"version": "1.0.1",

View file

@ -59,7 +59,8 @@
"@babel/plugin-transform-async-to-generator": "^7.1.0",
"@babel/preset-env": "^7.9.5",
"@babel/preset-react": "^7.0.0",
"async": "2.6.1",
"async": "3.2.3",
"babel-eslint": "^10.0.1",
"babel-loader": "8.0.5",
"eslint": "8.17.0",
"eslint-config-scratch": "8.0.0",