Skip to content

Commit

Permalink
Dependency upgrade.
Browse files Browse the repository at this point in the history
  • Loading branch information
dscalzi committed Dec 3, 2023
1 parent 41417dc commit 054ebc4
Show file tree
Hide file tree
Showing 3 changed files with 81 additions and 80 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ module.exports = {
'@typescript-eslint/no-unsafe-member-access': 'off',
'@typescript-eslint/no-unsafe-call': 'off',
'@typescript-eslint/consistent-indexed-object-style': 'off',
'@typescript-eslint/prefer-nullish-coalescing': 'off'
'@typescript-eslint/prefer-nullish-coalescing': 'off',
'@typescript-eslint/no-unsafe-enum-comparison': 'off'
}
}
144 changes: 72 additions & 72 deletions package-lock.json

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

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,28 +61,28 @@
"@types/chai": "^4.3.11",
"@types/chai-as-promised": "^7.1.8",
"@types/fs-extra": "^11.0.4",
"@types/luxon": "^3.3.5",
"@types/luxon": "^3.3.6",
"@types/mocha": "^10.0.6",
"@types/node": "^18.18.13",
"@types/node": "^18.19.2",
"@types/tar-fs": "^2.0.4",
"@types/triple-beam": "^1.3.5",
"@types/winreg": "^1.2.36",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"chai": "^4.3.10",
"chai-as-promised": "^7.1.1",
"cross-env": "^7.0.3",
"eslint": "^8.50.0",
"eslint": "^8.55.0",
"helios-distribution-types": "^1.3.0",
"mocha": "^10.2.0",
"nock": "^13.3.8",
"nock": "^13.4.0",
"rimraf": "^5.0.5",
"ts-node": "^10.9.1",
"typescript": "^5.3.2"
},
"dependencies": {
"fastq": "^1.15.0",
"fs-extra": "^11.1.1",
"fs-extra": "^11.2.0",
"got": "^11.8.6",
"luxon": "^3.4.4",
"node-stream-zip": "^1.15.0",
Expand Down

0 comments on commit 054ebc4

Please sign in to comment.