|
1 | 1 | {
|
2 | 2 | "name": "jira.js",
|
3 |
| - "version": "2.17.0", |
| 3 | + "version": "2.18.0", |
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",
|
|
51 | 51 | }
|
52 | 52 | },
|
53 | 53 | "devDependencies": {
|
54 |
| - "@swc-node/register": "^1.6.2", |
55 |
| - "@swc/helpers": "^0.4.14", |
| 54 | + "@swc-node/register": "^1.6.4", |
| 55 | + "@swc/helpers": "^0.5.0", |
56 | 56 | "@types/express": "^4.17.17",
|
57 |
| - "@types/node": "^18.15.10", |
| 57 | + "@types/node": "^18.15.11", |
58 | 58 | "@types/oauth": "^0.9.1",
|
59 | 59 | "@types/sinon": "^10.0.13",
|
60 |
| - "@typescript-eslint/eslint-plugin": "^5.56.0", |
61 |
| - "@typescript-eslint/parser": "^5.56.0", |
| 60 | + "@typescript-eslint/eslint-plugin": "^5.58.0", |
| 61 | + "@typescript-eslint/parser": "^5.58.0", |
62 | 62 | "ava": "^5.2.0",
|
63 | 63 | "dotenv": "^16.0.3",
|
64 |
| - "eslint": "^8.36.0", |
| 64 | + "eslint": "^8.38.0", |
65 | 65 | "eslint-config-airbnb": "^19.0.4",
|
66 | 66 | "eslint-config-airbnb-typescript": "^17.0.0",
|
67 |
| - "eslint-import-resolver-typescript": "^3.5.3", |
| 67 | + "eslint-import-resolver-typescript": "^3.5.5", |
68 | 68 | "eslint-plugin-import": "^2.27.5",
|
69 |
| - "eslint-plugin-sort-exports": "^0.8.0", |
70 | 69 | "prettier": "^2.8.7",
|
71 | 70 | "prettier-plugin-jsdoc": "^0.4.2",
|
72 | 71 | "sinon": "^15.0.3",
|
73 | 72 | "ts-node": "^10.9.1",
|
74 | 73 | "typedoc": "^0.23.28",
|
75 | 74 | "typedoc-plugin-extras": "^2.3.2",
|
76 |
| - "typescript": "^5.0.2" |
| 75 | + "typescript": "^5.0.4" |
77 | 76 | },
|
78 | 77 | "dependencies": {
|
79 | 78 | "atlassian-jwt": "^2.0.2",
|
|
0 commit comments