Skip to content

Commit

Permalink
fix:
Browse files Browse the repository at this point in the history
- update eslint-plugin-n to 17.2.0
- npm audit fix
  • Loading branch information
mathieu-pon committed Apr 11, 2024
1 parent 6f8b6af commit 4a8210e
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 23 deletions.
42 changes: 21 additions & 21 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
@@ -1,6 +1,6 @@
{
"name": "@pondevelopment/eslint-config-ponstandard",
"version": "2.0.2",
"version": "2.0.3",
"description": "JavaScript Standard Style Eslint config with custom PON tweaks",
"keywords": [
"javascript",
Expand All @@ -25,7 +25,7 @@
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsdoc": "^46.0.0",
"eslint-plugin-n": "^16.0.0",
"eslint-plugin-n": "^17.2.0",
"eslint-plugin-promise": "^6.0.1",
"eslint-plugin-sonarjs": "^0.19.0",
"standard": "^17.0.0",
Expand Down

0 comments on commit 4a8210e

Please sign in to comment.