Bump version to 2.23.0

Update Node.js dependencies
This commit is contained in:
Shivam Mathur 2022-12-25 19:18:47 +05:30
parent e51e662ef0
commit e186e47261
No known key found for this signature in database
GPG Key ID: 3E13E4C8591ACC2A
2 changed files with 929 additions and 921 deletions

1826
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": "2.22.0", "version": "2.23.0",
"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",
@ -39,23 +39,23 @@
"@actions/io": "^1.1.2" "@actions/io": "^1.1.2"
}, },
"devDependencies": { "devDependencies": {
"@types/jest": "^29.2.0", "@types/jest": "^29.2.4",
"@types/node": "^18.11.7", "@types/node": "^18.11.17",
"@typescript-eslint/eslint-plugin": "^5.41.0", "@typescript-eslint/eslint-plugin": "^5.47.0",
"@typescript-eslint/parser": "^5.41.0", "@typescript-eslint/parser": "^5.47.0",
"@vercel/ncc": "^0.34.0", "@vercel/ncc": "^0.36.0",
"eslint": "^8.26.0", "eslint": "^8.30.0",
"eslint-config-prettier": "^8.5.0", "eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0", "eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^27.1.3", "eslint-plugin-jest": "^27.1.7",
"eslint-plugin-prettier": "^4.2.1", "eslint-plugin-prettier": "^4.2.1",
"jest": "^29.2.2", "jest": "^29.3.1",
"jest-circus": "^29.2.2", "jest-circus": "^29.3.1",
"nock": "^13.2.9", "nock": "^13.2.9",
"prettier": "^2.7.1", "prettier": "^2.8.1",
"simple-git-hooks": "^2.8.1", "simple-git-hooks": "^2.8.1",
"ts-jest": "^29.0.3", "ts-jest": "^29.0.3",
"typescript": "^4.8.4" "typescript": "^4.9.4"
}, },
"bugs": { "bugs": {
"url": "https://github.com/shivammathur/setup-php/issues" "url": "https://github.com/shivammathur/setup-php/issues"