|
1 | 1 | {
|
2 | 2 | "name": "jira.js",
|
3 |
| - "version": "5.2.1", |
| 3 | + "version": "5.2.2", |
4 | 4 | "description": "A comprehensive JavaScript/TypeScript library designed for both Node.JS and browsers, facilitating seamless interaction with the Atlassian Jira API.",
|
5 | 5 | "repository": "https://github.com/MrRefactoring/jira.js.git",
|
6 | 6 | "homepage": "https://mrrefactoring.github.io/jira.js",
|
|
116 | 116 | "code:formatting": "pnpm run replace:all && pnpm run prettier && pnpm run lint:fix && pnpm run replace:fixCodeBlockSemicolons"
|
117 | 117 | },
|
118 | 118 | "dependencies": {
|
119 |
| - "axios": "^1.9.0", |
| 119 | + "axios": "^1.10.0", |
120 | 120 | "mime": "^4.0.7",
|
121 |
| - "zod": "^3.25.63" |
| 121 | + "zod": "^3.25.76" |
122 | 122 | },
|
123 | 123 | "devDependencies": {
|
124 |
| - "@eslint/js": "^9.28.0", |
| 124 | + "@eslint/js": "^9.31.0", |
125 | 125 | "@rollup/plugin-alias": "^5.1.1",
|
126 |
| - "@rollup/plugin-commonjs": "^28.0.3", |
| 126 | + "@rollup/plugin-commonjs": "^28.0.6", |
127 | 127 | "@rollup/plugin-node-resolve": "^16.0.1",
|
128 |
| - "@rollup/plugin-typescript": "^12.1.2", |
129 |
| - "@stylistic/eslint-plugin": "^4.4.1", |
130 |
| - "@types/node": "^20.19.0", |
| 128 | + "@rollup/plugin-typescript": "^12.1.4", |
| 129 | + "@stylistic/eslint-plugin": "^5.2.1", |
| 130 | + "@types/node": "^20.19.9", |
131 | 131 | "@types/sinon": "^17.0.4",
|
132 |
| - "dotenv": "^16.5.0", |
133 |
| - "eslint": "^9.28.0", |
134 |
| - "globals": "^16.2.0", |
| 132 | + "dotenv": "^17.2.0", |
| 133 | + "eslint": "^9.31.0", |
| 134 | + "globals": "^16.3.0", |
135 | 135 | "jiti": "^2.4.2",
|
136 |
| - "prettier": "^3.5.3", |
137 |
| - "prettier-plugin-jsdoc": "^1.3.2", |
138 |
| - "rollup": "^4.43.0", |
| 136 | + "prettier": "^3.6.2", |
| 137 | + "prettier-plugin-jsdoc": "^1.3.3", |
| 138 | + "rollup": "^4.45.1", |
139 | 139 | "rollup-plugin-esnext-to-nodenext": "^1.0.1",
|
140 |
| - "rollup-plugin-node-externals": "^8.0.0", |
141 |
| - "sinon": "^20.0.0", |
| 140 | + "rollup-plugin-node-externals": "^8.0.1", |
| 141 | + "sinon": "^21.0.0", |
142 | 142 | "tslib": "^2.8.1",
|
143 |
| - "typedoc": "^0.28.5", |
| 143 | + "typedoc": "^0.28.7", |
144 | 144 | "typescript": "^5.8.3",
|
145 |
| - "typescript-eslint": "^8.34.0", |
146 |
| - "vitest": "^3.2.3" |
| 145 | + "typescript-eslint": "^8.37.0", |
| 146 | + "vitest": "^3.2.4" |
147 | 147 | }
|
148 | 148 | }
|
0 commit comments