mirror of
https://github.com/actions/setup-python.git
synced 2025-07-23 01:08:21 +02:00
Updated multiple dependencies and licenses
This commit is contained in:
parent
82c7e631bb
commit
b24f5dfad5
13 changed files with 771 additions and 987 deletions
10
package.json
10
package.json
|
@ -33,11 +33,13 @@
|
|||
"@actions/io": "^1.0.2",
|
||||
"@actions/tool-cache": "^2.0.1",
|
||||
"@iarna/toml": "^2.2.5",
|
||||
"semver": "^7.6.0"
|
||||
"braces": "^3.0.3",
|
||||
"semver": "^7.6.2",
|
||||
"undici": "^5.28.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/jest": "^29.5.12",
|
||||
"@types/node": "^20.11.25",
|
||||
"@types/node": "^20.14.6",
|
||||
"@types/semver": "^7.5.8",
|
||||
"@typescript-eslint/eslint-plugin": "^5.54.0",
|
||||
"@typescript-eslint/parser": "^5.54.0",
|
||||
|
@ -49,7 +51,7 @@
|
|||
"jest": "^29.7.0",
|
||||
"jest-circus": "^29.7.0",
|
||||
"prettier": "^2.8.4",
|
||||
"ts-jest": "^29.1.2",
|
||||
"typescript": "^5.4.2"
|
||||
"ts-jest": "^29.1.5",
|
||||
"typescript": "^5.4.5"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue