Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
Fixes #39
  • Loading branch information
sindresorhus committed Aug 5, 2024
1 parent e51ff5c commit 5be629e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@
"string"
],
"dependencies": {
"fast-xml-parser": "^4.1.3"
"fast-xml-parser": "^4.4.1"
},
"devDependencies": {
"@types/node": "^18.14.2",
"ava": "^5.2.0",
"@types/node": "^22.1.0",
"ava": "^6.1.3",
"time-span": "^5.1.0",
"tsd": "^0.25.0",
"xo": "^0.53.1"
"tsd": "^0.31.1",
"xo": "^0.59.3"
}
}

0 comments on commit 5be629e

Please sign in to comment.