@networkpro/web 1.25.13 → 1.25.14

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 +17 -1
  2. package/package.json +4 -3
package/CHANGELOG.md CHANGED
@@ -22,6 +22,21 @@ This project attempts to follow [Keep a Changelog](https://keepachangelog.com/en
22
22
 
23
23
  ---
24
24
 
25
+ ## [1.25.14] - 2025-11-18
26
+
27
+ ### Changed
28
+
29
+ - Bumped project version to `v1.25.14`.
30
+ - Updated dependencies:
31
+ - `svelte` `5.43.7` → `5.43.10`
32
+ - `posthog-js` `^1.293.0` → `^1.295.0`
33
+
34
+ ### Security
35
+
36
+ - Added transitive dependency override for `glob` to `^11.1.0`, in order to address CVE-2025-64756.
37
+
38
+ ---
39
+
25
40
  ## [1.25.13] - 2025-11-16
26
41
 
27
42
  ### Changed
@@ -1915,7 +1930,8 @@ This enables analytics filtering and CSP hardening for the audit environment.
1915
1930
 
1916
1931
  <!-- Link references -->
1917
1932
 
1918
- [Unreleased]: https://github.com/netwk-pro/netwk-pro.github.io/compare/v1.25.13...HEAD
1933
+ [Unreleased]: https://github.com/netwk-pro/netwk-pro.github.io/compare/v1.25.14...HEAD
1934
+ [1.25.14]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.25.14
1919
1935
  [1.25.13]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.25.13
1920
1936
  [1.25.12]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.25.12
1921
1937
  [1.25.11]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.25.11
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@networkpro/web",
3
3
  "private": false,
4
- "version": "1.25.13",
4
+ "version": "1.25.14",
5
5
  "description": "Locking Down Networks, Unlocking Confidence™ | Security, Networking, Privacy — Network Pro Strategies",
6
6
  "keywords": [
7
7
  "advisory",
@@ -86,9 +86,9 @@
86
86
  },
87
87
  "dependencies": {
88
88
  "dompurify": "^3.3.0",
89
- "posthog-js": "^1.293.0",
89
+ "posthog-js": "^1.295.0",
90
90
  "semver": "^7.7.3",
91
- "svelte": "5.43.7"
91
+ "svelte": "5.43.10"
92
92
  },
93
93
  "devDependencies": {
94
94
  "@eslint/compat": "^2.0.0",
@@ -135,6 +135,7 @@
135
135
  },
136
136
  "overrides": {
137
137
  "cookie": "^1.0.0",
138
+ "glob": "^11.1.0",
138
139
  "js-yaml": "^4.1.1",
139
140
  "tar": ">=7.5.2",
140
141
  "tmp": ">=0.2.4"