chore: update dependencies

This commit is contained in:
actions-bot 2021-10-07 01:25:22 +00:00 committed by GitHub
parent b9a0540444
commit 2ad1a4749f
2 changed files with 1304 additions and 7237 deletions

8519
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -27,22 +27,22 @@
}, },
"homepage": "https://github.com/peter-evans/dockerhub-description#readme", "homepage": "https://github.com/peter-evans/dockerhub-description#readme",
"dependencies": { "dependencies": {
"@actions/core": "1.5.0", "@actions/core": "1.6.0",
"node-fetch": "^2.6.1" "node-fetch": "^2.6.1"
}, },
"devDependencies": { "devDependencies": {
"@types/jest": "27.0.1", "@types/jest": "27.0.2",
"@types/node": "16.7.10", "@types/node": "16.10.3",
"@typescript-eslint/parser": "4.30.0", "@typescript-eslint/parser": "4.33.0",
"@vercel/ncc": "0.30.0", "@vercel/ncc": "0.31.1",
"eslint": "7.32.0", "eslint": "7.32.0",
"eslint-plugin-github": "4.2.0", "eslint-plugin-github": "4.3.2",
"eslint-plugin-jest": "24.4.0", "eslint-plugin-jest": "24.5.2",
"jest": "27.1.0", "jest": "27.2.4",
"jest-circus": "27.1.0", "jest-circus": "27.2.4",
"js-yaml": "4.1.0", "js-yaml": "4.1.0",
"prettier": "2.3.2", "prettier": "2.4.1",
"ts-jest": "27.0.5", "ts-jest": "27.0.5",
"typescript": "4.4.2" "typescript": "4.4.3"
} }
} }