Skip to content

Commit

Permalink
Package bumps + codeql (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
zoe-codez authored Nov 20, 2024
1 parent a4a7505 commit d6c93b3
Show file tree
Hide file tree
Showing 4 changed files with 377 additions and 183 deletions.
29 changes: 29 additions & 0 deletions .github/codeql/codeql-config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: "DA CodeQL"
version: 3
options:
# Adjust the number of threads used by CodeQL
threads: 0 # Use all available CPU cores
# Enable experimental analysis options if needed
experimental: false
queries:
# Specify the query packs to use
- name: security-and-quality
include:
- codeql/javascript-queries
# Additional custom queries can be added here if needed
databases:
# Specify the languages and their corresponding extractors
languages:
javascript:
# Specify paths for the TypeScript configuration file
typescript: [tsconfig.json]
include:
- src/
# Paths to the source code to be analyzed
source:
- src/
# Paths to external dependencies to be excluded
exclude:
- node_modules/
- dist/
- out/
92 changes: 0 additions & 92 deletions .github/workflows/codeql.yml

This file was deleted.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,32 +58,32 @@
"devDependencies": {
"@cspell/eslint-plugin": "^8.16.0",
"@digital-alchemy/core": "^24.11.3",
"@digital-alchemy/synapse": "^24.11.1",
"@digital-alchemy/type-writer": "^24.10.2",
"@digital-alchemy/synapse": "^24.11.4",
"@digital-alchemy/type-writer": "^24.11.3",
"@eslint/compat": "^1.2.3",
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.15.0",
"@faker-js/faker": "^9.2.0",
"@types/js-yaml": "^4.0.9",
"@types/node": "^22.9.0",
"@types/node": "^22.9.1",
"@types/node-cron": "^3.0.11",
"@types/semver": "^7.5.8",
"@types/ws": "^8.5.13",
"@typescript-eslint/eslint-plugin": "8.14.0",
"@typescript-eslint/parser": "8.14.0",
"@typescript-eslint/eslint-plugin": "8.15.0",
"@typescript-eslint/parser": "8.15.0",
"dayjs": "^1.11.13",
"dotenv": "^16.4.5",
"eslint": "9.15.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsonc": "^2.18.1",
"eslint-plugin-jsonc": "^2.18.2",
"eslint-plugin-no-unsanitized": "^4.1.2",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-security": "^3.0.1",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-sonarjs": "^2.0.4",
"eslint-plugin-sort-keys-fix": "^1.1.2",
"eslint-plugin-unicorn": "^56.0.0",
"eslint-plugin-unicorn": "^56.0.1",
"node-cron": "^3.0.3",
"prettier": "^3.3.3",
"semver": "^7.6.3",
Expand Down
Loading

0 comments on commit d6c93b3

Please sign in to comment.