Bump artifact dependencies if CODEQL_ACTION_ARTIFACT_V2_UPGRADE enabled (#2482)

Co-authored-by: Andrew Eisenberg <aeisenberg@github.com>
Co-authored-by: Henry Mercer <henrymercer@github.com>
This commit is contained in:
Angela P Wen 2024-10-01 09:59:05 -07:00 committed by GitHub
parent cf5b0a9041
commit a196a714b8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5388 changed files with 2176737 additions and 71701 deletions

37
node_modules/ts-poet/package.json generated vendored Normal file
View file

@ -0,0 +1,37 @@
{
"name": "ts-poet",
"version": "4.15.0",
"description": "code generation DSL for TypeScript",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"prepare": "yarn build && yarn test",
"test": "yarn jest",
"build": "yarn tsc",
"lint": "yarn tslint --project ."
},
"repository": {
"type": "git",
"url": "https://github.com/stephenh/ts-poet.git"
},
"keywords": [],
"author": "Stephen Haberman",
"license": "Apache-2.0",
"devDependencies": {
"@types/jest": "^26.0.20",
"@types/lodash": "^4.14.137",
"@types/node": "^12.7.2",
"@typescript-eslint/eslint-plugin": "^2.0.0",
"@typescript-eslint/parser": "^2.0.0",
"eslint": "^6.2.2",
"eslint-config-prettier": "^6.1.0",
"eslint-plugin-prettier": "^3.1.0",
"jest": "^26.6.3",
"ts-jest": "^26.5.1",
"typescript": "^4.1.5"
},
"dependencies": {
"lodash": "^4.17.15",
"prettier": "^2.5.1"
}
}