riksdagsmonitor 1.0.25 → 1.0.27

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 +8 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "riksdagsmonitor",
3
- "version": "1.0.25",
3
+ "version": "1.0.27",
4
4
  "type": "module",
5
5
  "description": "Swedish Parliament (Riksdag) intelligence platform — TypeScript utilities for political data visualization, dashboards, and open data analysis with Chart.js and D3.js",
6
6
  "main": "dist/lib/shared/index.js",
@@ -177,7 +177,7 @@
177
177
  "@eslint/js": "10.0.1",
178
178
  "@types/d3": "7.4.3",
179
179
  "@types/hast": "3.0.4",
180
- "@types/node": "26.0.1",
180
+ "@types/node": "26.1.0",
181
181
  "@types/papaparse": "5.5.2",
182
182
  "@vitest/coverage-v8": "4.1.9",
183
183
  "@vitest/ui": "4.1.9",
@@ -193,10 +193,10 @@
193
193
  "happy-dom": "20.10.6",
194
194
  "hast-util-to-string": "3.0.1",
195
195
  "htmlhint": "1.9.2",
196
- "js-yaml": "5.2.0",
196
+ "js-yaml": "5.2.1",
197
197
  "json-schema-to-typescript": "15.0.4",
198
198
  "jszip": "3.10.1",
199
- "knip": "6.23.0",
199
+ "knip": "6.24.0",
200
200
  "mermaid": "11.16.0",
201
201
  "minify": "15.3.1",
202
202
  "papaparse": "5.5.4",
@@ -207,7 +207,7 @@
207
207
  "remark-gfm": "^4.0.1",
208
208
  "remark-parse": "^11.0.0",
209
209
  "remark-rehype": "^11.1.2",
210
- "sharp": "^0.35.2",
210
+ "sharp": "^0.35.3",
211
211
  "start-server-and-test": "3.0.11",
212
212
  "tsx": "4.22.4",
213
213
  "typedoc": "0.28.19",
@@ -216,7 +216,7 @@
216
216
  "typescript-eslint": "8.62.1",
217
217
  "unified": "^11.0.5",
218
218
  "unist-util-visit": "5.1.0",
219
- "vite": "8.1.0",
219
+ "vite": "8.1.3",
220
220
  "vitest": "4.1.9",
221
221
  "worldbank-mcp": "1.0.1"
222
222
  },
@@ -224,7 +224,8 @@
224
224
  "cypress": "15.18.0"
225
225
  },
226
226
  "overrides": {
227
- "glob": "13.0.6"
227
+ "glob": "13.0.6",
228
+ "brace-expansion": "5.0.7"
228
229
  },
229
230
  "engines": {
230
231
  "node": ">=26"