@networkpro/web 1.25.23 → 1.25.24

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 CHANGED
@@ -24,6 +24,22 @@ version increments reflecting both user-visible and operational impact.
24
24
 
25
25
  ---
26
26
 
27
+ ## [1.25.24] - 2026-01-07
28
+
29
+ ### Changed
30
+
31
+ - Updated generator metadata in `src/app.html` to reflect **SvelteKit 2.49.3**.
32
+ - Bumped project version to `v1.25.24`.
33
+ - Updated dependencies:
34
+ - `@sveltejs/kit` `2.49.2` → `2.49.3`
35
+ - `@sveltejs/vite-plugin-svelte` `^6.2.1` → `^6.2.3`
36
+ - `vite` `^7.3.0` → `^7.3.1`
37
+ - `@sveltejs/adapter-vercel` `^6.2.0` → `^6.3.0`
38
+ - `eslint-plugin-svelte` `^3.13.1` → `^3.14.0`
39
+ - `posthog-js` `^1.313.0` → `^1.315.1`
40
+
41
+ ---
42
+
27
43
  ## [1.25.23] - 2026-01-04
28
44
 
29
45
  ### Changed
@@ -2159,7 +2175,8 @@ This enables analytics filtering and CSP hardening for the audit environment.
2159
2175
 
2160
2176
  <!-- Link references -->
2161
2177
 
2162
- [Unreleased]: https://github.com/netwk-pro/netwk-pro.github.io/compare/v1.25.23...HEAD
2178
+ [Unreleased]: https://github.com/netwk-pro/netwk-pro.github.io/compare/v1.25.24...HEAD
2179
+ [1.25.24]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.25.24
2163
2180
  [1.25.23]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.25.23
2164
2181
  [1.25.22]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.25.22
2165
2182
  [1.25.21]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.25.21
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@networkpro/web",
3
3
  "private": false,
4
- "version": "1.25.23",
4
+ "version": "1.25.24",
5
5
  "description": "Locking Down Networks, Unlocking Confidence™ | Security, Networking, Privacy — Network Pro Strategies",
6
6
  "keywords": [
7
7
  "advocacy",
@@ -88,7 +88,7 @@
88
88
  },
89
89
  "dependencies": {
90
90
  "dompurify": "^3.3.1",
91
- "posthog-js": "^1.313.0",
91
+ "posthog-js": "^1.315.1",
92
92
  "semver": "^7.7.3",
93
93
  "svelte": "5.46.1"
94
94
  },
@@ -98,9 +98,9 @@
98
98
  "@lhci/cli": "^0.15.1",
99
99
  "@playwright/test": "^1.57.0",
100
100
  "@sveltejs/adapter-netlify": "^5.2.4",
101
- "@sveltejs/adapter-vercel": "^6.2.0",
102
- "@sveltejs/kit": "2.49.2",
103
- "@sveltejs/vite-plugin-svelte": "^6.2.1",
101
+ "@sveltejs/adapter-vercel": "^6.3.0",
102
+ "@sveltejs/kit": "2.49.3",
103
+ "@sveltejs/vite-plugin-svelte": "^6.2.3",
104
104
  "@testing-library/jest-dom": "^6.9.1",
105
105
  "@testing-library/svelte": "^5.3.1",
106
106
  "@vitest/coverage-v8": "3.2.4",
@@ -109,7 +109,7 @@
109
109
  "eslint": "^9.39.2",
110
110
  "eslint-config-prettier": "^10.1.8",
111
111
  "eslint-plugin-jsdoc": "^61.5.0",
112
- "eslint-plugin-svelte": "^3.13.1",
112
+ "eslint-plugin-svelte": "^3.14.0",
113
113
  "globals": "^17.0.0",
114
114
  "globby": "^16.1.0",
115
115
  "jsdom": "27.4.0",
@@ -130,7 +130,7 @@
130
130
  "svelte-eslint-parser": "^1.4.1",
131
131
  "svelte-preprocess": "^6.0.3",
132
132
  "typescript": "^5.9.3",
133
- "vite": "^7.3.0",
133
+ "vite": "^7.3.1",
134
134
  "vite-plugin-devtools-json": "^1.0.0",
135
135
  "vite-plugin-lightningcss": "^0.0.5",
136
136
  "vite-tsconfig-paths": "^6.0.3",
package/src/app.html CHANGED
@@ -53,7 +53,7 @@
53
53
  content="bx4ham0zkpvzztzu213bhpt76m9siq" />
54
54
  <!-- cspell:enable -->
55
55
 
56
- <meta name="generator" content="SvelteKit 2.49.2" />
56
+ <meta name="generator" content="SvelteKit 2.49.3" />
57
57
 
58
58
  <script src="/disableSw.js"></script>
59
59