|
18 | 18 | "build-watch": "tsc -w",
|
19 | 19 | "prepare": "npm run build",
|
20 | 20 | "snyk-test": "snyk test",
|
21 |
| - "pkg-binaries": "npx pkg . -t node12-linux-x64,node12-macos-x64,node12-win-x64 --out-path ./dist/binaries" |
| 21 | + "pkg-binaries": "npx pkg . -t node128-linux-x64,node18-macos-x64,node18-win-x64 --out-path ./dist/binaries" |
22 | 22 | },
|
23 | 23 | "types": "./dist/index.d.ts",
|
24 | 24 | "repository": {
|
|
28 | 28 | "author": "Snyk Tech Services",
|
29 | 29 | "license": "Apache-2.0",
|
30 | 30 | "engines": {
|
31 |
| - "node": ">=12" |
| 31 | + "node": ">=18" |
32 | 32 | },
|
33 | 33 | "files": [
|
34 | 34 | "dist"
|
35 | 35 | ],
|
36 | 36 | "homepage": "https://github.com/snyk-tech-services/snyk-prevent-gh-commit-status#readme",
|
37 | 37 | "dependencies": {
|
38 | 38 | "@snyk/configstore": "^3.2.0-rc1",
|
| 39 | + "@types/node": "^20.3.2", |
39 | 40 | "axios": "^0.27.2",
|
40 | 41 | "debug": "^4.1.1",
|
41 | 42 | "lodash": "^4.17.21",
|
42 |
| - "snyk-delta": "^1.8.0", |
43 | 43 | "snyk-config": "^4.0.0",
|
| 44 | + "snyk-delta": "^1.8.0", |
44 | 45 | "source-map-support": "^0.5.16",
|
45 | 46 | "tslib": "^1.10.0"
|
46 | 47 | },
|
47 | 48 | "devDependencies": {
|
48 |
| - "@types/jest": "^25.1.1", |
49 |
| - "@types/lodash": "^4.14.149", |
50 |
| - "@types/node": "^12.12.26", |
| 49 | + "@types/jest": "^29.5.2", |
| 50 | + "@types/lodash": "4.14.182", |
| 51 | + "@types/node": "^12.12.31", |
51 | 52 | "@typescript-eslint/eslint-plugin": "^2.18.0",
|
52 | 53 | "@typescript-eslint/parser": "^2.18.0",
|
53 | 54 | "eslint": "^6.8.0",
|
54 | 55 | "eslint-config-prettier": "^6.10.0",
|
55 |
| - "jest": "^25.1.0", |
| 56 | + "jest": "^29.5.0", |
56 | 57 | "nock": "^13.0.2",
|
57 | 58 | "prettier": "^1.19.1",
|
58 | 59 | "snyk": "^1.760.0",
|
59 |
| - "ts-jest": "^25.1.0", |
| 60 | + "ts-jest": "^29.1.1", |
60 | 61 | "ts-node": "8.6.2",
|
61 | 62 | "tsc-watch": "^4.1.0",
|
62 |
| - "typescript": "^3.7.5" |
| 63 | + "typescript": "^5.1.6" |
63 | 64 | },
|
64 | 65 | "pkg": {
|
65 | 66 | "scripts": [
|
|
0 commit comments