@networkpro/web 1.26.11 → 1.26.12

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 +16 -1
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -24,6 +24,20 @@ version increments reflecting both user-visible and operational impact.
24
24
 
25
25
  ---
26
26
 
27
+ ## [1.26.12] - 2026-03-04
28
+
29
+ ### Changed
30
+
31
+ - Bumped project version to `v1.26.12`.
32
+ - Updated dependencies:
33
+ - `postcss` `^8.5.6` → `^8.5.8`
34
+ - `prettier-plugin-svelte` `^3.5.0` → `^3.5.1`
35
+ - `svelte` `5.53.6` → `5.53.7`
36
+ - `globals` `^17.3.0` → `^17.4.0`
37
+ - `posthog-js` `^1.356.1` → `^1.358.1`
38
+
39
+ ---
40
+
27
41
  ## [1.26.11] - 2026-02-28
28
42
 
29
43
  ### Changed
@@ -2473,7 +2487,8 @@ This enables analytics filtering and CSP hardening for the audit environment.
2473
2487
 
2474
2488
  <!-- Link references -->
2475
2489
 
2476
- [Unreleased]: https://github.com/netwk-pro/netwk-pro.github.io/compare/v1.26.11...HEAD
2490
+ [Unreleased]: https://github.com/netwk-pro/netwk-pro.github.io/compare/v1.26.12...HEAD
2491
+ [1.26.12]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.26.12
2477
2492
  [1.26.11]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.26.11
2478
2493
  [1.26.10]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.26.10
2479
2494
  [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.12",
5
5
  "description": "Locking Down Networks, Unlocking Confidence™ | Security, Networking, Privacy — Network Pro Strategies",
6
6
  "keywords": [
7
7
  "advocacy",
@@ -90,9 +90,9 @@
90
90
  },
91
91
  "dependencies": {
92
92
  "dompurify": "^3.3.1",
93
- "posthog-js": "^1.356.1",
93
+ "posthog-js": "^1.358.1",
94
94
  "semver": "^7.7.4",
95
- "svelte": "5.53.6"
95
+ "svelte": "5.53.7"
96
96
  },
97
97
  "devDependencies": {
98
98
  "@eslint/compat": "^2.0.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,9 +120,9 @@
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",