Skip to content

Commit

Permalink
Update deps and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanblock committed Mar 25, 2024
1 parent 500c135 commit f27ade9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
8 changes: 8 additions & 0 deletions _changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

---

## [7.0.8] 2024-03-25

### Changed

- Updated dependencies

---

## [7.0.5 - 7.0.7] 2024-02-06

### Changed
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,20 +25,20 @@
"src/*"
],
"dependencies": {
"@aws-lite/client": "~0.17.1",
"@aws-lite/s3": "^0.1.18"
"@aws-lite/client": "~0.20.0",
"@aws-lite/s3": "^0.1.20"
},
"devDependencies": {
"@architect/eslint-config": "~2.1.2",
"@architect/req-res-fixtures": "git+https://github.com/architect/req-res-fixtures.git",
"cross-env": "7.0.3",
"eslint": "~8.56.0",
"eslint": "~8.57.0",
"mime-types": "~2.1.35",
"mock-tmp": "~0.0.2",
"mock-tmp": "~0.0.3",
"nyc": "~15.1.0",
"proxyquire": "~2.1.3",
"tap-arc": "~1.2.2",
"tape": "~5.7.4"
"tape": "~5.7.5"
},
"keywords": [
"aws",
Expand Down

0 comments on commit f27ade9

Please sign in to comment.