|
1 | 1 | {
|
2 | 2 | "name": "jira.js",
|
3 |
| - "version": "2.15.15", |
| 3 | + "version": "2.15.16", |
4 | 4 | "description": "jira.js is a powerful Node.JS/Browser module that allows you to interact with the Jira API very easily",
|
5 | 5 | "main": "out/index.js",
|
6 | 6 | "types": "out/index.d.ts",
|
|
53 | 53 | "devDependencies": {
|
54 | 54 | "@swc-node/register": "^1.5.4",
|
55 | 55 | "@types/express": "^4.17.15",
|
56 |
| - "@types/node": "^18.11.15", |
| 56 | + "@types/node": "^18.11.17", |
57 | 57 | "@types/oauth": "^0.9.1",
|
58 | 58 | "@types/sinon": "^10.0.13",
|
59 |
| - "@typescript-eslint/eslint-plugin": "^5.46.1", |
60 |
| - "@typescript-eslint/parser": "^5.46.1", |
| 59 | + "@typescript-eslint/eslint-plugin": "^5.47.0", |
| 60 | + "@typescript-eslint/parser": "^5.47.0", |
61 | 61 | "ava": "^5.1.0",
|
62 | 62 | "dotenv": "^16.0.3",
|
63 |
| - "eslint": "^8.29.0", |
| 63 | + "eslint": "^8.30.0", |
64 | 64 | "eslint-config-airbnb": "^19.0.4",
|
65 | 65 | "eslint-config-airbnb-typescript": "^17.0.0",
|
66 | 66 | "eslint-import-resolver-typescript": "^3.5.2",
|
67 | 67 | "eslint-plugin-import": "^2.26.0",
|
68 | 68 | "eslint-plugin-sort-exports": "^0.8.0",
|
69 | 69 | "prettier": "^2.8.1",
|
70 | 70 | "prettier-plugin-jsdoc": "^0.4.2",
|
71 |
| - "sinon": "^15.0.0", |
72 |
| - "typedoc": "^0.23.22", |
| 71 | + "sinon": "^15.0.1", |
| 72 | + "typedoc": "^0.23.23", |
73 | 73 | "typedoc-plugin-extras": "^2.3.1",
|
74 | 74 | "typescript": "^4.9.4"
|
75 | 75 | },
|
|
0 commit comments