@networkpro/web 1.26.12 → 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.
- package/CHANGELOG.md +20 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -24,6 +24,24 @@ 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
|
+
|
|
27
45
|
## [1.26.12] - 2026-03-04
|
|
28
46
|
|
|
29
47
|
### Changed
|
|
@@ -2487,7 +2505,8 @@ This enables analytics filtering and CSP hardening for the audit environment.
|
|
|
2487
2505
|
|
|
2488
2506
|
<!-- Link references -->
|
|
2489
2507
|
|
|
2490
|
-
[Unreleased]: https://github.com/netwk-pro/netwk-pro.github.io/compare/v1.26.
|
|
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
|
|
2491
2510
|
[1.26.12]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.26.12
|
|
2492
2511
|
[1.26.11]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.26.11
|
|
2493
2512
|
[1.26.10]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.26.10
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@networkpro/web",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "1.26.
|
|
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.
|
|
93
|
-
"posthog-js": "^1.
|
|
92
|
+
"dompurify": "^3.3.2",
|
|
93
|
+
"posthog-js": "^1.359.1",
|
|
94
94
|
"semver": "^7.7.4",
|
|
95
95
|
"svelte": "5.53.7"
|
|
96
96
|
},
|
|
97
97
|
"devDependencies": {
|
|
98
|
-
"@eslint/compat": "^2.0.
|
|
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",
|
|
@@ -128,8 +128,8 @@
|
|
|
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.
|
|
132
|
-
"svelte-eslint-parser": "^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",
|