Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cemrich committed Sep 12, 2021
1 parent e2b31a9 commit e6568cf
Show file tree
Hide file tree
Showing 2 changed files with 78 additions and 57 deletions.
127 changes: 74 additions & 53 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@
"author": "Christine Coenen",
"license": "MIT",
"engines": {
"node": ">= 12.13.1"
"node": ">= 14.17.6"
},
"dependencies": {
"axios": "^0.21.1",
"axios": "^0.21.4",
"express": "^4.17.1",
"moment-timezone": "^0.5.33",
"xml2js": "^0.4.23"
},
"devDependencies": {
"jshint": "^2.12.0",
"mocha": "^8.4.0"
"jshint": "^2.13.1",
"mocha": "^9.1.1"
}
}

0 comments on commit e6568cf

Please sign in to comment.