@networkpro/web 1.25.12 → 1.25.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/.markdownlint.mjs +1 -0
- package/.ncurc.cjs +1 -7
- package/CHANGELOG.md +20 -1
- package/package.json +6 -5
package/.markdownlint.mjs
CHANGED
|
@@ -16,6 +16,7 @@ export default {
|
|
|
16
16
|
customRules: [noSmartQuotes],
|
|
17
17
|
|
|
18
18
|
// Rule exceptions
|
|
19
|
+
MD060: false, // Pointless style enforcement — doesn't affect render output
|
|
19
20
|
MD041: false, // First line in file should be a top-level header
|
|
20
21
|
MD033: false, // Allow inline HTML
|
|
21
22
|
MD013: false, // Ignore line length
|
package/.ncurc.cjs
CHANGED
|
@@ -31,13 +31,7 @@ This file is part of Network Pro.
|
|
|
31
31
|
/** @type {import('npm-check-updates').RunOptions} */
|
|
32
32
|
module.exports = {
|
|
33
33
|
// Ignore specific dependencies (prevent upgrades)
|
|
34
|
-
reject: [
|
|
35
|
-
'vitest',
|
|
36
|
-
'@vitest/coverage-v8',
|
|
37
|
-
'prettier',
|
|
38
|
-
'jsdom',
|
|
39
|
-
'markdownlint-cli2',
|
|
40
|
-
],
|
|
34
|
+
reject: ['vitest', '@vitest/coverage-v8', 'prettier', 'jsdom'],
|
|
41
35
|
|
|
42
36
|
// Always upgrade devDependencies as well
|
|
43
37
|
dep: 'prod,dev',
|
package/CHANGELOG.md
CHANGED
|
@@ -22,6 +22,24 @@ This project attempts to follow [Keep a Changelog](https://keepachangelog.com/en
|
|
|
22
22
|
|
|
23
23
|
---
|
|
24
24
|
|
|
25
|
+
## [1.25.13] - 2025-11-16
|
|
26
|
+
|
|
27
|
+
### Changed
|
|
28
|
+
|
|
29
|
+
- Updated `.markdownlint.mjs` to ignore rule `MD060`, which is overly strict and unnecessary.
|
|
30
|
+
- Bumped project version to `v1.25.13`.
|
|
31
|
+
- Updated dependencies:
|
|
32
|
+
- `svelte` `5.43.6` → `5.43.7`
|
|
33
|
+
- `posthog-js` `^1.292.0` → `^1.293.0`
|
|
34
|
+
- `@eslint/compat` `^1.4.1` → `^2.0.0`
|
|
35
|
+
- `markdownlint-cli2` `0.18.1` → `0.19.0`
|
|
36
|
+
|
|
37
|
+
### Fixed
|
|
38
|
+
|
|
39
|
+
- Resolved prototype pollution vulnerability in transitive `js-yaml` dependency via `overrides`, due to outdated `@lhci/cli` dependency on `@lhci/utils`.
|
|
40
|
+
|
|
41
|
+
---
|
|
42
|
+
|
|
25
43
|
## [1.25.12] - 2025-11-14
|
|
26
44
|
|
|
27
45
|
### Added
|
|
@@ -1897,7 +1915,8 @@ This enables analytics filtering and CSP hardening for the audit environment.
|
|
|
1897
1915
|
|
|
1898
1916
|
<!-- Link references -->
|
|
1899
1917
|
|
|
1900
|
-
[Unreleased]: https://github.com/netwk-pro/netwk-pro.github.io/compare/v1.25.
|
|
1918
|
+
[Unreleased]: https://github.com/netwk-pro/netwk-pro.github.io/compare/v1.25.13...HEAD
|
|
1919
|
+
[1.25.13]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.25.13
|
|
1901
1920
|
[1.25.12]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.25.12
|
|
1902
1921
|
[1.25.11]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.25.11
|
|
1903
1922
|
[1.25.10]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.25.10
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@networkpro/web",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "1.25.
|
|
4
|
+
"version": "1.25.13",
|
|
5
5
|
"description": "Locking Down Networks, Unlocking Confidence™ | Security, Networking, Privacy — Network Pro Strategies",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"advisory",
|
|
@@ -86,12 +86,12 @@
|
|
|
86
86
|
},
|
|
87
87
|
"dependencies": {
|
|
88
88
|
"dompurify": "^3.3.0",
|
|
89
|
-
"posthog-js": "^1.
|
|
89
|
+
"posthog-js": "^1.293.0",
|
|
90
90
|
"semver": "^7.7.3",
|
|
91
|
-
"svelte": "5.43.
|
|
91
|
+
"svelte": "5.43.7"
|
|
92
92
|
},
|
|
93
93
|
"devDependencies": {
|
|
94
|
-
"@eslint/compat": "^
|
|
94
|
+
"@eslint/compat": "^2.0.0",
|
|
95
95
|
"@eslint/js": "^9.39.1",
|
|
96
96
|
"@lhci/cli": "^0.15.1",
|
|
97
97
|
"@playwright/test": "^1.56.1",
|
|
@@ -112,7 +112,7 @@
|
|
|
112
112
|
"jsdom": "26.1.0",
|
|
113
113
|
"lightningcss": "^1.30.2",
|
|
114
114
|
"markdownlint": "^0.39.0",
|
|
115
|
-
"markdownlint-cli2": "0.
|
|
115
|
+
"markdownlint-cli2": "0.19.0",
|
|
116
116
|
"npm-run-all": "^4.1.5",
|
|
117
117
|
"playwright": "^1.56.1",
|
|
118
118
|
"postcss": "^8.5.6",
|
|
@@ -135,6 +135,7 @@
|
|
|
135
135
|
},
|
|
136
136
|
"overrides": {
|
|
137
137
|
"cookie": "^1.0.0",
|
|
138
|
+
"js-yaml": "^4.1.1",
|
|
138
139
|
"tar": ">=7.5.2",
|
|
139
140
|
"tmp": ">=0.2.4"
|
|
140
141
|
}
|