euparliamentmonitor 1.0.39 → 1.0.40

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +7 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "euparliamentmonitor",
3
- "version": "1.0.39",
3
+ "version": "1.0.40",
4
4
  "type": "module",
5
5
  "description": "European Parliament Intelligence Platform - Monitor political activity with systematic transparency",
6
6
  "main": "scripts/index.js",
@@ -159,8 +159,8 @@
159
159
  "@types/markdown-it": "14.1.2",
160
160
  "@types/node": "26.1.1",
161
161
  "@types/papaparse": "5.5.2",
162
- "@typescript-eslint/eslint-plugin": "8.64.0",
163
- "@typescript-eslint/parser": "8.64.0",
162
+ "@typescript-eslint/eslint-plugin": "8.65.0",
163
+ "@typescript-eslint/parser": "8.65.0",
164
164
  "@vitest/coverage-v8": "4.1.10",
165
165
  "@vitest/ui": "4.1.10",
166
166
  "chart.js": "4.5.1",
@@ -170,7 +170,7 @@
170
170
  "esbuild": "0.28.1",
171
171
  "eslint": "10.7.0",
172
172
  "eslint-config-prettier": "10.1.8",
173
- "eslint-plugin-jsdoc": "63.1.0",
173
+ "eslint-plugin-jsdoc": "63.2.0",
174
174
  "eslint-plugin-security": "4.0.1",
175
175
  "eslint-plugin-sonarjs": "4.2.0",
176
176
  "fast-check": "4.9.0",
@@ -199,7 +199,7 @@
199
199
  "node": ">=26"
200
200
  },
201
201
  "dependencies": {
202
- "european-parliament-mcp-server": "1.4.1",
202
+ "european-parliament-mcp-server": "1.4.2",
203
203
  "markdown-it": "14.3.0",
204
204
  "markdown-it-anchor": "9.2.1",
205
205
  "markdown-it-attrs": "5.0.0",
@@ -214,6 +214,7 @@
214
214
  "path-to-regexp": "8.4.2",
215
215
  "ip-address": "10.2.0",
216
216
  "uuid": "14.0.1",
217
- "qs": "6.15.2"
217
+ "qs": "6.15.2",
218
+ "axios": "1.18.1"
218
219
  }
219
220
  }