Skip to content

Commit

Permalink
chore: upgraded dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
KittyChiu committed May 20, 2024
1 parent 4484108 commit e95a7a7
Show file tree
Hide file tree
Showing 9 changed files with 881 additions and 1,120 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
- name: Checkout
id: checkout
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Setup Node.js
id: setup-node
Expand All @@ -40,5 +42,7 @@ jobs:
FILTER_REGEX_EXCLUDE: README.md|dist/**/*|data/**/*|test/sample_data/**/*
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
JAVASCRIPT_DEFAULT_STYLE: prettier
VALIDATE_ALL_CODEBASE: true
VALIDATE_JAVASCRIPT_STANDARD: true
VALIDATE_ANSIBLE: false
VALIDATE_CHECKOV: false
VALIDATE_JSCPD: false
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ alerts.json
owasp10.json
mapping.csv

# Test snapshot files
test/__snapshots__/

# Dependency directory
node_modules

Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 Kitty Chiu
Copyright (c) 2024 Kitty Chiu

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
222 changes: 116 additions & 106 deletions dist/index.js

Large diffs are not rendered by default.

1,283 changes: 751 additions & 532 deletions package-lock.json

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,14 +68,14 @@
"@octokit/rest": "^20.1.1"
},
"devDependencies": {
"@babel/core": "^7.23.9",
"@babel/eslint-parser": "^7.23.10",
"@babel/preset-env": "^7.23.9",
"@babel/core": "^7.24.5",
"@babel/eslint-parser": "^7.24.5",
"@babel/preset-env": "^7.24.5",
"@vercel/ncc": "^0.38.1",
"babel-preset-jest": "^29.6.3",
"dotenv": "^16.4.4",
"dotenv": "^16.4.5",
"eslint": "^8.56.0",
"eslint-plugin-github": "^4.10.1",
"eslint-plugin-github": "^4.10.2",
"eslint-plugin-jest": "^27.9.0",
"jest": "^29.7.0",
"make-coverage-badge": "^1.2.0",
Expand Down
29 changes: 0 additions & 29 deletions test/__snapshots__/map.test.js.snap

This file was deleted.

222 changes: 0 additions & 222 deletions test/__snapshots__/owasp10.test.js.snap

This file was deleted.

Loading

0 comments on commit e95a7a7

Please sign in to comment.