web: revert lockfile lint, re-add integrity (#11380)
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
		
							
								
								
									
										8165
									
								
								web/package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										8165
									
								
								web/package-lock.json
									
									
									
										generated
									
									
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							| @ -93,7 +93,6 @@ | ||||
|         "globals": "^15.9.0", | ||||
|         "knip": "^5.30.1", | ||||
|         "lit-analyzer": "^2.0.3", | ||||
|         "lockfile-lint": "^4.14.0", | ||||
|         "npm-run-all": "^4.1.5", | ||||
|         "prettier": "^3.3.3", | ||||
|         "pseudolocale": "^2.1.0", | ||||
| @ -262,7 +261,9 @@ | ||||
|             ] | ||||
|         }, | ||||
|         "lint:lockfile": { | ||||
|             "command": "lockfile-lint --path package.json --type npm --allowed-hosts npm --validate-https" | ||||
|             "__comment": "The lockfile-lint package does not have an option to ensure resolved hashes are set everywhere", | ||||
|             "shell": true, | ||||
|             "command": "[ -z \"$(jq -r '.packages | to_entries[] | select((.key | startswith(\"node_modules\")) and (.value | has(\"resolved\") | not)) | .key' < package-lock.json)\" ]" | ||||
|         }, | ||||
|         "lint:lockfiles": { | ||||
|             "dependencies": [ | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Jens L.
					Jens L.