Bump version to 2.21.0

Continue on npm audit failure
This commit is contained in:
Shivam Mathur 2022-07-19 15:24:35 +05:30
parent 0d3f92f127
commit c8c64c6cf9
No known key found for this signature in database
GPG Key ID: 3E13E4C8591ACC2A
3 changed files with 797 additions and 708 deletions

View File

@ -52,6 +52,7 @@ jobs:
- name: Run npm audit
run: npm audit
continue-on-error: true
- name: Send Coverage
uses: codecov/codecov-action@v3

1484
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{
"name": "setup-php",
"version": "2.20.1",
"version": "2.21.0",
"private": false,
"description": "Setup PHP for use with GitHub Actions",
"main": "lib/install.js",
@ -39,22 +39,22 @@
"@actions/io": "^1.1.2"
},
"devDependencies": {
"@types/jest": "^28.1.4",
"@types/node": "^18.0.3",
"@typescript-eslint/eslint-plugin": "^5.30.5",
"@typescript-eslint/parser": "^5.30.5",
"@types/jest": "^28.1.6",
"@types/node": "^18.0.6",
"@typescript-eslint/eslint-plugin": "^5.30.7",
"@typescript-eslint/parser": "^5.30.7",
"@vercel/ncc": "^0.34.0",
"eslint": "^8.19.0",
"eslint": "^8.20.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^26.5.3",
"eslint-plugin-jest": "^26.6.0",
"eslint-plugin-prettier": "^4.2.1",
"jest": "^28.1.2",
"jest-circus": "^28.1.2",
"jest": "^28.1.3",
"jest-circus": "^28.1.3",
"nock": "^13.2.8",
"prettier": "^2.7.1",
"simple-git-hooks": "^2.8.0",
"ts-jest": "^28.0.5",
"ts-jest": "^28.0.7",
"typescript": "^4.7.4"
},
"bugs": {