Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
- eslint-plugin-no-secrets
- typescript-eslint
  • Loading branch information
dangowans committed Nov 6, 2024
1 parent 92d7732 commit c52f9e2
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 60 deletions.
114 changes: 57 additions & 57 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsdoc": "^50.4.3",
"eslint-plugin-n": "^17.12.0",
"eslint-plugin-no-secrets": "^1.0.2",
"eslint-plugin-no-secrets": "^1.1.2",
"eslint-plugin-no-unsanitized": "^4.1.2",
"eslint-plugin-promise": "^7.1.0",
"eslint-plugin-regexp": "^2.6.0",
Expand All @@ -61,11 +61,11 @@
"eslint-plugin-unicorn": "^56.0.0",
"eslint-plugin-woke": "github:cityssm/eslint-plugin-woke",
"eslint-plugin-write-good-comments": "^0.2.0",
"typescript-eslint": "^8.12.2"
"typescript-eslint": "^8.13.0"
},
"devDependencies": {
"@types/eslint__js": "^8.42.3",
"@types/node": "^22.8.7",
"@types/node": "^22.9.0",
"prettier-config-cityssm": "^1.0.0"
}
}

0 comments on commit c52f9e2

Please sign in to comment.