Bump version to 1.11.7

Update Node.js dependencies
This commit is contained in:
Shivam Mathur 2022-04-09 19:57:16 +05:30
parent ffd019edc6
commit 28c92ba4ee
No known key found for this signature in database
GPG Key ID: 3E13E4C8591ACC2A
2 changed files with 306 additions and 296 deletions

572
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{ {
"name": "setup-php", "name": "setup-php",
"version": "1.11.6", "version": "1.11.7",
"private": false, "private": false,
"description": "Setup PHP for use with GitHub Actions", "description": "Setup PHP for use with GitHub Actions",
"main": "lib/install.js", "main": "lib/install.js",
@ -35,27 +35,27 @@
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@actions/core": "^1.6.0", "@actions/core": "^1.6.0",
"@actions/exec": "^1.1.0", "@actions/exec": "^1.1.1",
"@actions/io": "^1.1.1", "@actions/io": "^1.1.2",
"fs": "0.0.1-security" "fs": "0.0.1-security"
}, },
"devDependencies": { "devDependencies": {
"@types/jest": "^27.4.0", "@types/jest": "^27.4.1",
"@types/node": "^17.0.16", "@types/node": "^17.0.23",
"@typescript-eslint/eslint-plugin": "^5.11.0", "@typescript-eslint/eslint-plugin": "^5.18.0",
"@typescript-eslint/parser": "^5.11.0", "@typescript-eslint/parser": "^5.18.0",
"@vercel/ncc": "^0.33.1", "@vercel/ncc": "^0.33.3",
"eslint": "^8.8.0", "eslint": "^8.13.0",
"eslint-config-prettier": "^8.3.0", "eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.25.4", "eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^26.1.0", "eslint-plugin-jest": "^26.1.4",
"eslint-plugin-prettier": "^4.0.0", "eslint-plugin-prettier": "^4.0.0",
"jest": "^27.5.1", "jest": "^27.5.1",
"jest-circus": "^27.5.1", "jest-circus": "^27.5.1",
"prettier": "^2.5.1", "prettier": "^2.6.2",
"simple-git-hooks": "^2.7.0", "simple-git-hooks": "^2.7.0",
"ts-jest": "^27.1.3", "ts-jest": "^27.1.4",
"typescript": "^4.5.5" "typescript": "^4.6.3"
}, },
"bugs": { "bugs": {
"url": "https://github.com/shivammathur/setup-php/issues" "url": "https://github.com/shivammathur/setup-php/issues"