Skip to content

Commit

Permalink
Merge pull request #846 from node-pinus/dependabot/npm_and_yarn/async…
Browse files Browse the repository at this point in the history
…-and-types/async-3.2.5

Bump async and @types/async
  • Loading branch information
whtiehack authored Feb 29, 2024
2 parents 3035d1c + cd1e9e9 commit ba589aa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/pinus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"pinus": "./dist/bin/pinus.js"
},
"devDependencies": {
"@types/async": "3.2.20",
"@types/async": "3.2.23",
"@types/crc": "3.8.1",
"@types/eyes": "0.1.32",
"@types/mkdirp": "1.0.2",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1167,10 +1167,10 @@
resolved "https://registry.npmjs.org/@tootallnate/once/-/once-1.1.2.tgz"
integrity sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==

"@types/async@3.2.20", "@types/async@^3.0.0":
version "3.2.20"
resolved "https://registry.yarnpkg.com/@types/async/-/async-3.2.20.tgz#53517caaa68c94f99da1c4e986cf7f2954981515"
integrity sha512-6jSBQQugzyX1aWto0CbvOnmxrU9tMoXfA9gc4IrLEtvr3dTwSg5GLGoWiZnGLI6UG/kqpB3JOQKQrqnhUWGKQA==
"@types/async@3.2.23", "@types/async@^3.0.0":
version "3.2.23"
resolved "https://registry.yarnpkg.com/@types/async/-/async-3.2.23.tgz#41d0b8dfae811c4a91f17c14be19a8fe6eef6294"
integrity sha512-/sDXs+HxCtt4/duO0AZFHs+ydQYHzd3qUybEFb+juRWQJNCFj3sYbqM2ABjWi8m7J93KXdJvIbDiARzqqIEESw==

"@types/bluebird@^3.5.19":
version "3.5.42"
Expand Down Expand Up @@ -1801,9 +1801,9 @@ async@2.1.2:
lodash "^4.14.0"

async@^3.0.0, async@^3.2.3:
version "3.2.4"
resolved "https://registry.yarnpkg.com/async/-/async-3.2.4.tgz#2d22e00f8cddeb5fde5dd33522b56d1cf569a81c"
integrity sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ==
version "3.2.5"
resolved "https://registry.yarnpkg.com/async/-/async-3.2.5.tgz#ebd52a8fdaf7a2289a24df399f8d8485c8a46b66"
integrity sha512-baNZyqaaLhyLVKm/DlvdW051MSgO6b8eVfIezl9E5PqWxFgzLm/wQntEW4zOytVburDEr0JlALEpdOFwvErLsg==

async@~0.2.6:
version "0.2.10"
Expand Down

0 comments on commit ba589aa

Please sign in to comment.