Skip to content
This repository has been archived by the owner on Dec 1, 2024. It is now read-only.

Commit

Permalink
Breaking (for browsers): bump buffer from 5.x to 6.x (#373)
Browse files Browse the repository at this point in the history
Drops support of IE11 and Safari 9-10.
  • Loading branch information
achingbrain authored Apr 3, 2021
1 parent 1c03c9c commit f62f38b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .airtap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ browsers:
- name: chrome
version: latest
platform: Windows 10
- name: internet explorer
version: '11'
- name: firefox
version: latest
platform: Windows 10
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"prepublishOnly": "npm run dependency-check"
},
"dependencies": {
"buffer": "^5.5.0",
"buffer": "^6.0.3",
"immediate": "^3.2.3",
"level-concat-iterator": "~2.0.0",
"level-supports": "~1.0.0",
Expand Down

0 comments on commit f62f38b

Please sign in to comment.