euparliamentmonitor 1.0.43 → 1.0.44
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.
- package/package.json +9 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "euparliamentmonitor",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.44",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "European Parliament Intelligence Platform - Monitor political activity with systematic transparency",
|
|
6
6
|
"main": "scripts/index.js",
|
|
@@ -154,7 +154,7 @@
|
|
|
154
154
|
"devDependencies": {
|
|
155
155
|
"@axe-core/playwright": "4.12.1",
|
|
156
156
|
"@eslint/js": "10.0.1",
|
|
157
|
-
"@playwright/test": "1.
|
|
157
|
+
"@playwright/test": "1.62.0",
|
|
158
158
|
"@types/d3": "7.4.3",
|
|
159
159
|
"@types/markdown-it": "14.1.2",
|
|
160
160
|
"@types/node": "26.1.1",
|
|
@@ -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.
|
|
171
|
+
"eslint": "10.8.0",
|
|
172
172
|
"eslint-config-prettier": "10.1.8",
|
|
173
|
-
"eslint-plugin-jsdoc": "63.
|
|
173
|
+
"eslint-plugin-jsdoc": "63.3.0",
|
|
174
174
|
"eslint-plugin-security": "4.0.1",
|
|
175
175
|
"eslint-plugin-sonarjs": "4.2.0",
|
|
176
176
|
"fast-check": "4.9.0",
|
|
@@ -210,11 +210,16 @@
|
|
|
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
|
}
|