chore: update dependencies

This commit is contained in:
actions-bot 2021-09-02 01:23:31 +00:00 committed by GitHub
parent c827149363
commit 27aaeae4e5
2 changed files with 786 additions and 1510 deletions

2272
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.4.0", "@actions/core": "1.5.0",
"node-fetch": "2.6.1" "node-fetch": "3.0.0"
}, },
"devDependencies": { "devDependencies": {
"@types/jest": "26.0.24", "@types/jest": "27.0.1",
"@types/node": "16.4.0", "@types/node": "16.7.10",
"@typescript-eslint/parser": "4.28.4", "@typescript-eslint/parser": "4.30.0",
"@vercel/ncc": "0.29.0", "@vercel/ncc": "0.30.0",
"eslint": "7.31.0", "eslint": "7.32.0",
"eslint-plugin-github": "4.1.5", "eslint-plugin-github": "4.2.0",
"eslint-plugin-jest": "24.4.0", "eslint-plugin-jest": "24.4.0",
"jest": "27.0.6", "jest": "27.1.0",
"jest-circus": "27.0.6", "jest-circus": "27.1.0",
"js-yaml": "4.1.0", "js-yaml": "4.1.0",
"prettier": "2.3.2", "prettier": "2.3.2",
"ts-jest": "27.0.4", "ts-jest": "27.0.5",
"typescript": "4.3.5" "typescript": "4.4.2"
} }
} }