Skip to content

Commit

Permalink
Upgrade dependencies version
Browse files Browse the repository at this point in the history
  • Loading branch information
oeuillot committed Mar 10, 2022
1 parent 56c2b92 commit 0194123
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,9 @@ build/Release
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
node_modules
/.project

yarn.lock

.idea/

node-matroska.iml
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "matroska",
"version": "2.2.3",
"version": "2.2.4",
"description": "Matroska node parser",
"main": "index.js",
"repository": {
Expand All @@ -11,7 +11,7 @@
"url": "https://github.com/oeuillot/node-matroska/issues"
},
"engines": {
"node": ">=0.10.0"
"node": ">=12"
},
"keywords": [
"ebml",
Expand All @@ -21,12 +21,12 @@
"format"
],
"dependencies": {
"debug": "~0.7.2",
"debug": "^2.6.9",
"async": "1.0.0",
"crc": "3.2.1",
"mime": "1.3",
"mime": "^1.6.0",
"dateformat": "1.0.11",
"follow-redirects": "0.0.3"
"follow-redirects": "^1.14.9"
},
"devDependecies": {},
"author": "Olivier Oeuillot",
Expand Down

0 comments on commit 0194123

Please sign in to comment.