euparliamentmonitor 1.0.43 → 1.0.45

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 +14 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "euparliamentmonitor",
3
- "version": "1.0.43",
3
+ "version": "1.0.45",
4
4
  "type": "module",
5
5
  "description": "European Parliament Intelligence Platform - Monitor political activity with systematic transparency",
6
6
  "main": "scripts/index.js",
@@ -154,10 +154,10 @@
154
154
  "devDependencies": {
155
155
  "@axe-core/playwright": "4.12.1",
156
156
  "@eslint/js": "10.0.1",
157
- "@playwright/test": "1.61.1",
157
+ "@playwright/test": "1.62.0",
158
158
  "@types/d3": "7.4.3",
159
159
  "@types/markdown-it": "14.1.2",
160
- "@types/node": "26.1.1",
160
+ "@types/node": "26.1.2",
161
161
  "@types/papaparse": "5.5.2",
162
162
  "@typescript-eslint/eslint-plugin": "8.65.0",
163
163
  "@typescript-eslint/parser": "8.65.0",
@@ -168,9 +168,9 @@
168
168
  "clean-css": "5.3.3",
169
169
  "d3": "7.9.0",
170
170
  "esbuild": "0.28.1",
171
- "eslint": "10.7.0",
171
+ "eslint": "10.8.0",
172
172
  "eslint-config-prettier": "10.1.8",
173
- "eslint-plugin-jsdoc": "63.2.2",
173
+ "eslint-plugin-jsdoc": "63.3.1",
174
174
  "eslint-plugin-security": "4.0.1",
175
175
  "eslint-plugin-sonarjs": "4.2.0",
176
176
  "fast-check": "4.9.0",
@@ -178,7 +178,7 @@
178
178
  "html-minifier-terser": "7.2.0",
179
179
  "htmlhint": "1.9.2",
180
180
  "husky": "9.1.7",
181
- "jscpd": "5.0.12",
181
+ "jscpd": "5.0.14",
182
182
  "knip": "6.29.0",
183
183
  "lint-staged": "17.2.0",
184
184
  "mermaid": "11.16.0",
@@ -199,22 +199,27 @@
199
199
  "node": ">=26"
200
200
  },
201
201
  "dependencies": {
202
- "european-parliament-mcp-server": "1.4.5",
202
+ "european-parliament-mcp-server": "1.4.6",
203
203
  "markdown-it": "14.3.0",
204
204
  "markdown-it-anchor": "9.2.1",
205
- "markdown-it-attrs": "5.0.0",
206
- "markdown-it-deflist": "3.0.1",
205
+ "markdown-it-attrs": "5.0.1",
206
+ "markdown-it-deflist": "4.0.0",
207
207
  "markdown-it-footnote": "4.0.0"
208
208
  },
209
209
  "optionalDependencies": {
210
210
  "worldbank-mcp": "1.0.1"
211
211
  },
212
212
  "overrides": {
213
+ "glob": "13.0.6",
214
+ "js-yaml": "5.2.2",
213
215
  "flatted": "3.4.2",
214
216
  "path-to-regexp": "8.4.2",
215
217
  "ip-address": "10.2.0",
216
218
  "uuid": "14.0.1",
217
219
  "qs": "6.15.3",
218
220
  "axios": "1.18.1"
221
+ },
222
+ "allowScripts": {
223
+ "esbuild@0.28.1": true
219
224
  }
220
225
  }