|
1 | 1 | {
|
2 | 2 | "name": "danger",
|
3 |
| - "version": "11.1.1", |
| 3 | + "version": "11.2.0", |
4 | 4 | "description": "Unit tests for Team Culture",
|
5 | 5 | "main": "distribution/danger.js",
|
6 | 6 | "typings": "distribution/danger.d.ts",
|
|
65 | 65 | "build:watch": "tsc -w",
|
66 | 66 | "link": "yarn run build && chmod +x distribution/commands/danger.js && yarn link",
|
67 | 67 | "package": "yarn run pkg . --output brew-distribution/danger; zip -j brew-distribution/danger-macos.zip brew-distribution/danger; shasum -a 256 brew-distribution/danger-macos.zip",
|
| 68 | + "package:x64": "yarn run pkg . --output brew-distribution/danger-x64 --targets node16-macos-x64; zip -j brew-distribution/danger-macos-x64.zip brew-distribution/danger-x64; shasum -a 256 brew-distribution/danger-macos-x64.zip", |
| 69 | + "package:arm64": "yarn run pkg . --output brew-distribution/danger-arm64 --targets node16-macos-arm64; zip -j brew-distribution/danger-macos-arm64.zip brew-distribution/danger-arm64; shasum -a 256 brew-distribution/danger-macos-arm64.zip", |
68 | 70 | "declarations": "ts-node ./scripts/create-danger-dts.ts",
|
69 | 71 | "docs:cp_defs": "mkdir docs/docs_generate; cp source/danger.d.ts docs/docs_generate; cp node_modules/@octokit/rest/index.d.ts docs/docs_generate/github.d.ts",
|
70 | 72 | "docs": "yarn run docs:cp_defs; yarn typedoc --ignoreCompilerErrors --mode modules --json docs/js_ref_dsl_docs.json --includeDeclarations source",
|
|
99 | 101 | "@types/async-retry": "^1.4.1",
|
100 | 102 | "@types/debug": "0.0.30",
|
101 | 103 | "@types/get-stdin": "^5.0.1",
|
102 |
| - "@types/http-proxy-agent": "^2.0.1", |
103 | 104 | "@types/jest": "^24.0.11",
|
104 | 105 | "@types/json5": "^0.0.30",
|
105 | 106 | "@types/jsonpointer": "^4.0.0",
|
106 |
| - "@types/jsonwebtoken": "^7.2.8", |
| 107 | + "@types/jsonwebtoken": "^9.0.0", |
107 | 108 | "@types/lodash.includes": "^4.3.4",
|
108 | 109 | "@types/lodash.mapvalues": "^4.6.6",
|
109 | 110 | "@types/lodash.memoize": "^4.1.3",
|
110 | 111 | "@types/micromatch": "^3.1.0",
|
111 |
| - "@types/nock": "^10.0.3", |
112 | 112 | "@types/node": "^10.11.3",
|
113 | 113 | "@types/node-fetch": "^2.5.12",
|
114 | 114 | "@types/p-limit": "^2.0.0",
|
|
130 | 130 | "jest-json-reporter": "^1.2.2",
|
131 | 131 | "lint-staged": "^12.3.7",
|
132 | 132 | "madge": "^5.0.1",
|
133 |
| - "nock": "^10.0.6", |
| 133 | + "nock": "^13.2.0", |
134 | 134 | "pkg": "^5.4.0",
|
135 | 135 | "prettier": "^2.5.1",
|
136 | 136 | "release-it": "^13.5.2",
|
|
150 | 150 | "debug": "^4.1.1",
|
151 | 151 | "fast-json-patch": "^3.0.0-1",
|
152 | 152 | "get-stdin": "^6.0.0",
|
153 |
| - "gitlab": "^10.0.1", |
154 |
| - "http-proxy-agent": "^2.1.0", |
155 |
| - "https-proxy-agent": "^2.2.1", |
| 153 | + "@gitbeaker/node": "^21.3.0", |
| 154 | + "http-proxy-agent": "^5.0.0", |
| 155 | + "https-proxy-agent": "^5.0.1", |
156 | 156 | "hyperlinker": "^1.0.0",
|
157 | 157 | "json5": "^2.1.0",
|
158 | 158 | "jsonpointer": "^5.0.0",
|
159 |
| - "jsonwebtoken": "^8.4.0", |
| 159 | + "jsonwebtoken": "^9.0.0", |
160 | 160 | "lodash.find": "^4.6.0",
|
161 | 161 | "lodash.includes": "^4.3.0",
|
162 | 162 | "lodash.isobject": "^3.0.2",
|
|
0 commit comments