Skip to content

Commit

Permalink
ncu -u
Browse files Browse the repository at this point in the history
  • Loading branch information
nvuillam committed Nov 26, 2023
1 parent 72a2b2c commit 8516624
Show file tree
Hide file tree
Showing 3 changed files with 1,787 additions and 1,093 deletions.
1 change: 1 addition & 0 deletions .mega-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ MARKDOWN_MARKDOWNLINT_FILTER_REGEX_EXCLUDE: (\\.github)
REPOSITORY_TRIVY_ARGUMENTS:
- --skip-dirs
- ./node_modules/uri-js
TYPESCRIPT_DEFAULT_STYLE: prettier
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Module to help building SARIF log files",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"module": "dit/index.js",
"module": "dist/index.js",
"repository": "https://github.com/nvuillam/node-sarif-builder",
"license": "MIT",
"keywords": [
Expand Down Expand Up @@ -48,27 +48,27 @@
"README.md"
],
"dependencies": {
"@types/sarif": "^2.1.4",
"fs-extra": "^10.0.0"
"@types/sarif": "^2.1.7",
"fs-extra": "^11.1.1"
},
"devDependencies": {
"@ava/typescript": "^3.0.1",
"@ava/typescript": "^4.1.0",
"@istanbuljs/nyc-config-typescript": "^1.0.2",
"@types/fs-extra": "^9.0.13",
"@types/node": "^17.0.8",
"@typescript-eslint/eslint-plugin": "^4.0.1",
"@typescript-eslint/parser": "^4.0.1",
"ava": "^4.0.1",
"codecov": "^3.5.0",
"cspell": "^4.1.0",
"eslint": "^7.8.0",
"eslint-config-prettier": "^6.11.0",
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.10.0",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"ava": "^5.3.1",
"codecov": "^3.8.2",
"cspell": "^8.0.0",
"eslint": "^8.54.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-import": "^2.29.0",
"nyc": "^15.1.0",
"prettier": "^2.1.1",
"ts-node": "^9.0.0",
"typescript": "^4.0.2"
"prettier": "^3.1.0",
"ts-node": "^10.9.1",
"typescript": "^5.3.2"
},
"ava": {
"failFast": true,
Expand Down Expand Up @@ -97,4 +97,4 @@
"**/*.spec.js"
]
}
}
}
Loading

0 comments on commit 8516624

Please sign in to comment.