Skip to content

Commit

Permalink
Patches dependencies
Browse files Browse the repository at this point in the history
Finally addresses the audit issue with ESLint Plugin Import
  • Loading branch information
ominestre committed Apr 18, 2022
1 parent 647fa5d commit 40724fc
Show file tree
Hide file tree
Showing 2 changed files with 131 additions and 115 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,31 +28,31 @@
],
"license": "MIT",
"devDependencies": {
"@knodes/typedoc-plugin-pages": "^0.22.4",
"@types/chai": "~4.3.0",
"@types/cli-progress": "^3.9.2",
"@types/cli-table": "^0.3.0",
"@knodes/typedoc-plugin-pages": "~0.22.4",
"@types/chai": "~4.3.1",
"@types/cli-progress": "~3.9.2",
"@types/cli-table": "~0.3.0",
"@types/mocha": "~9.1.0",
"@types/node": "~17.0.23",
"@types/node": "~17.0.24",
"@types/sinon": "~10.0.11",
"@types/yargs": "~17.0.10",
"@typescript-eslint/eslint-plugin": "^5.18.0",
"@typescript-eslint/parser": "~5.18.0",
"@typescript-eslint/eslint-plugin": "~5.19.0",
"@typescript-eslint/parser": "~5.19.0",
"chai": "~4.3.6",
"eslint": "~8.13.0",
"eslint-config-airbnb-base": "~15.0.0",
"eslint-plugin-import": "~2.26.0",
"lodash": "^4.17.21",
"mocha": "~9.2.2",
"rimraf": "~3.0.2",
"sinon": "~13.0.1",
"sinon": "~13.0.2",
"ts-node": "~10.7.0",
"typedoc": "~0.22.14",
"typedoc": "~0.22.15",
"typescript": "~4.6.3"
},
"dependencies": {
"cli-progress": "^3.10.0",
"cli-table3": "^0.6.2",
"yargs": "~17.4.0"
"cli-progress": "~3.10.0",
"cli-table3": "~0.6.2",
"yargs": "~17.4.1"
}
}
Loading

0 comments on commit 40724fc

Please sign in to comment.