@networkpro/web 1.26.11 → 1.26.13

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 (2) hide show
  1. package/CHANGELOG.md +35 -1
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -24,6 +24,38 @@ version increments reflecting both user-visible and operational impact.
24
24
 
25
25
  ---
26
26
 
27
+ ## [1.26.13] - 2026-03-07
28
+
29
+ ### Changed
30
+
31
+ - Bumped project version to `v1.26.13`.
32
+ - Updated dependencies:
33
+ - `@eslint/compat` `^2.0.2` → `^2.0.3`
34
+ - `dompurify` `^3.3.1` → `^3.3.2`
35
+ - `svelte-check` `^4.4.4` → `^4.4.5`
36
+ - `posthog-js` `^1.358.1` → `^1.359.1`
37
+ - `svelte-eslint-parser` `^1.5.1` → `^1.6.0`
38
+
39
+ ### Security
40
+
41
+ - Updated `dompurify` to `^3.3.2` to mitigate CVE-2026-0540.
42
+
43
+ ---
44
+
45
+ ## [1.26.12] - 2026-03-04
46
+
47
+ ### Changed
48
+
49
+ - Bumped project version to `v1.26.12`.
50
+ - Updated dependencies:
51
+ - `postcss` `^8.5.6` → `^8.5.8`
52
+ - `prettier-plugin-svelte` `^3.5.0` → `^3.5.1`
53
+ - `svelte` `5.53.6` → `5.53.7`
54
+ - `globals` `^17.3.0` → `^17.4.0`
55
+ - `posthog-js` `^1.356.1` → `^1.358.1`
56
+
57
+ ---
58
+
27
59
  ## [1.26.11] - 2026-02-28
28
60
 
29
61
  ### Changed
@@ -2473,7 +2505,9 @@ This enables analytics filtering and CSP hardening for the audit environment.
2473
2505
 
2474
2506
  <!-- Link references -->
2475
2507
 
2476
- [Unreleased]: https://github.com/netwk-pro/netwk-pro.github.io/compare/v1.26.11...HEAD
2508
+ [Unreleased]: https://github.com/netwk-pro/netwk-pro.github.io/compare/v1.26.13...HEAD
2509
+ [1.26.13]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.26.13
2510
+ [1.26.12]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.26.12
2477
2511
  [1.26.11]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.26.11
2478
2512
  [1.26.10]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.26.10
2479
2513
  [1.26.9]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.26.9
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@networkpro/web",
3
3
  "private": false,
4
- "version": "1.26.11",
4
+ "version": "1.26.13",
5
5
  "description": "Locking Down Networks, Unlocking Confidence™ | Security, Networking, Privacy — Network Pro Strategies",
6
6
  "keywords": [
7
7
  "advocacy",
@@ -89,13 +89,13 @@
89
89
  "pre-push": "bash scripts/hooks/pre-push.sh"
90
90
  },
91
91
  "dependencies": {
92
- "dompurify": "^3.3.1",
93
- "posthog-js": "^1.356.1",
92
+ "dompurify": "^3.3.2",
93
+ "posthog-js": "^1.359.1",
94
94
  "semver": "^7.7.4",
95
- "svelte": "5.53.6"
95
+ "svelte": "5.53.7"
96
96
  },
97
97
  "devDependencies": {
98
- "@eslint/compat": "^2.0.2",
98
+ "@eslint/compat": "^2.0.3",
99
99
  "@eslint/js": "9.39.2",
100
100
  "@lhci/cli": "^0.15.1",
101
101
  "@playwright/test": "^1.58.2",
@@ -112,7 +112,7 @@
112
112
  "eslint-config-prettier": "^10.1.8",
113
113
  "eslint-plugin-jsdoc": "^62.7.1",
114
114
  "eslint-plugin-svelte": "^3.15.0",
115
- "globals": "^17.3.0",
115
+ "globals": "^17.4.0",
116
116
  "globby": "^16.1.1",
117
117
  "jsdom": "28.1.0",
118
118
  "lightningcss": "^1.31.1",
@@ -120,16 +120,16 @@
120
120
  "markdownlint-cli2": "0.21.0",
121
121
  "npm-run-all": "^4.1.5",
122
122
  "playwright": "^1.58.2",
123
- "postcss": "^8.5.6",
123
+ "postcss": "^8.5.8",
124
124
  "prettier": "3.8.1",
125
- "prettier-plugin-svelte": "^3.5.0",
125
+ "prettier-plugin-svelte": "^3.5.1",
126
126
  "simple-git-hooks": "^2.13.1",
127
127
  "stylelint": "^17.4.0",
128
128
  "stylelint-config-html": "^1.1.0",
129
129
  "stylelint-config-recommended": "^18.0.0",
130
130
  "stylelint-order": "^7.0.1",
131
- "svelte-check": "^4.4.4",
132
- "svelte-eslint-parser": "^1.5.1",
131
+ "svelte-check": "^4.4.5",
132
+ "svelte-eslint-parser": "^1.6.0",
133
133
  "svelte-preprocess": "^6.0.3",
134
134
  "typescript": "^5.9.3",
135
135
  "vite": "^7.3.1",