Updates to v1.3.2 with node16

This commit is contained in:
pinkforest(she/her)
2023-03-28 11:24:53 +11:00
committed by pinkforest
parent 9448c34627
commit 13d7e3e1c9
10 changed files with 8238 additions and 8602 deletions
+14 -14
View File
@@ -1,6 +1,6 @@
{
"name": "rust-audit-check",
"version": "1.3.1",
"version": "1.3.2",
"private": false,
"description": "Security audit for security vulnerabilities",
"main": "lib/main.js",
@@ -34,25 +34,25 @@
"url": "https://github.com/actions-rs/audit-check/issues"
},
"dependencies": {
"@actions-rs/core": "0.0.9",
"@actions/core": "^1.2.4",
"@actions/github": "^2.1.1",
"npm-check-updates": "^4.1.2",
"nunjucks": "^3.2.1"
"@rinse-repeat/actions-rs-core": "0.1.8",
"@actions/core": "^1.2.6",
"@actions/github": "^5.1.0",
"npm-check-updates": "^16.8.0",
"nunjucks": "^3.2.3"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^2.31.0",
"ts-node": "^8.10.1",
"@typescript-eslint/parser": "^2.31.0",
"eslint": "^6.8.0",
"@typescript-eslint/eslint-plugin": "^5.56.0",
"ts-node": "^10.9.1",
"@typescript-eslint/parser": "^5.56.0",
"eslint": "^8.36.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.3",
"@types/jest": "^25.2.1",
"@types/node": "^13.13.5",
"@zeit/ncc": "^0.22.1",
"@types/jest": "^26.0.1",
"@types/node": "^16.11.7",
"@vincentriemer/ncc": "^0.20.5",
"jest": "^26.0.1",
"jest-circus": "^26.0.1",
"ts-jest": "^25.5.0",
"ts-jest": "^26.0.1",
"typescript": "^3.8.3",
"prettier": "^2.0.5"
}