Skip to content

Commit

Permalink
fix(ignore): ensure xml2js is > 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sjorge committed Aug 3, 2024
1 parent 5d04d15 commit 4c6170f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@types/braces": ">=3.0.4",
"@types/fast-levenshtein": "^0.0.4",
"@types/node": "^20.10.5",
"@types/xml2js": "^0.4.14",
"@types/xml2js": ">=0.4.14",
"@typescript-eslint/eslint-plugin": "^6.16.0",
"@typescript-eslint/parser": "^6.16.0",
"eslint": "^8.56.0",
Expand All @@ -37,7 +37,7 @@
"deepmerge-ts": "^5.1.0",
"fast-levenshtein": "^3.0.0",
"moviedb-promise": "^4.0.3",
"xml2js": "^0.6.2",
"xml2js": ">=0.5.0",
"xmlbuilder2": "^3.1.1"
},
"overrides": {
Expand Down

0 comments on commit 4c6170f

Please sign in to comment.