Skip to content

Commit

Permalink
Merge pull request #296 from balderdashy/update-async
Browse files Browse the repository at this point in the history
Update async dependency to 2.6.4
  • Loading branch information
eashaw authored Aug 10, 2022
2 parents af28689 + 007fde4 commit c8f4a55
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
language: node_js

node_js:
- "10"
- "12"
- "14"
- "16"
Expand All @@ -22,6 +21,8 @@ addons:
postgresql: "9.4"
env:
- WATERLINE_ADAPTER_TESTS_HOST=127.0.0.1 WATERLINE_ADAPTER_TESTS_USER=postgres WATERLINE_ADAPTER_TESTS_PASSWORD='' WATERLINE_ADAPTER_TESTS_DATABASE=adapter-tests
before_install:
- npm i -g npm@8.11.0
before_script:
- psql -c 'create database "adapter-tests";' -U postgres

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"dependencies": {
"@sailshq/lodash": "^3.10.2",
"async": "2.0.1",
"async": "2.6.4",
"flaverr": "^1.2.5",
"machine": "^15.0.0-21",
"machinepack-postgresql": "^4.0.0",
Expand Down

0 comments on commit c8f4a55

Please sign in to comment.