mirror of
				https://github.com/shivammathur/setup-php.git
				synced 2025-11-04 17:06:37 +07:00 
			
		
		
		
	Bump Node.js dependencies
Bump version to 2.26.1
This commit is contained in:
		
							
								
								
									
										2390
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										2390
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
							
								
								
									
										28
									
								
								package.json
									
									
									
									
									
								
							
							
						
						
									
										28
									
								
								package.json
									
									
									
									
									
								
							@ -1,6 +1,6 @@
 | 
			
		||||
{
 | 
			
		||||
  "name": "setup-php",
 | 
			
		||||
  "version": "2.26.0",
 | 
			
		||||
  "version": "2.26.1",
 | 
			
		||||
  "private": false,
 | 
			
		||||
  "description": "Setup PHP for use with GitHub Actions",
 | 
			
		||||
  "main": "lib/install.js",
 | 
			
		||||
@ -34,25 +34,25 @@
 | 
			
		||||
  "author": "shivammathur",
 | 
			
		||||
  "license": "MIT",
 | 
			
		||||
  "dependencies": {
 | 
			
		||||
    "@actions/core": "^1.10.0",
 | 
			
		||||
    "@actions/core": "^1.10.1",
 | 
			
		||||
    "@actions/exec": "^1.1.1",
 | 
			
		||||
    "@actions/io": "^1.1.3",
 | 
			
		||||
    "compare-versions": "^6.1.0"
 | 
			
		||||
  },
 | 
			
		||||
  "devDependencies": {
 | 
			
		||||
    "@types/jest": "^29.5.4",
 | 
			
		||||
    "@types/node": "^20.6.0",
 | 
			
		||||
    "@typescript-eslint/eslint-plugin": "^6.6.0",
 | 
			
		||||
    "@typescript-eslint/parser": "^6.6.0",
 | 
			
		||||
    "@vercel/ncc": "^0.38.0",
 | 
			
		||||
    "eslint": "^8.49.0",
 | 
			
		||||
    "@types/jest": "^29.5.6",
 | 
			
		||||
    "@types/node": "^20.8.9",
 | 
			
		||||
    "@typescript-eslint/eslint-plugin": "^6.9.0",
 | 
			
		||||
    "@typescript-eslint/parser": "^6.9.0",
 | 
			
		||||
    "@vercel/ncc": "^0.38.1",
 | 
			
		||||
    "eslint": "^8.52.0",
 | 
			
		||||
    "eslint-config-prettier": "^9.0.0",
 | 
			
		||||
    "eslint-plugin-import": "^2.28.1",
 | 
			
		||||
    "eslint-plugin-jest": "^27.2.3",
 | 
			
		||||
    "eslint-plugin-prettier": "^5.0.0",
 | 
			
		||||
    "jest": "^29.6.4",
 | 
			
		||||
    "jest-circus": "^29.6.4",
 | 
			
		||||
    "nock": "^13.3.3",
 | 
			
		||||
    "eslint-plugin-import": "^2.29.0",
 | 
			
		||||
    "eslint-plugin-jest": "^27.6.0",
 | 
			
		||||
    "eslint-plugin-prettier": "^5.0.1",
 | 
			
		||||
    "jest": "^29.7.0",
 | 
			
		||||
    "jest-circus": "^29.7.0",
 | 
			
		||||
    "nock": "^13.3.6",
 | 
			
		||||
    "prettier": "^3.0.3",
 | 
			
		||||
    "simple-git-hooks": "^2.9.0",
 | 
			
		||||
    "ts-jest": "^29.1.1",
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user