@sp-days-framework/docusaurus-frontpage-collection 1.1.1 → 1.1.2
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/docs/changelog.mdx +17 -0
- package/package.json +6 -2
package/docs/changelog.mdx
CHANGED
|
@@ -19,6 +19,23 @@ All packages within `@sp-days-framework` use the same version number. In some ca
|
|
|
19
19
|
|
|
20
20
|
---
|
|
21
21
|
|
|
22
|
+
## Version 1.1.2 
|
|
23
|
+
|
|
24
|
+
Security updates and dependency upgrades
|
|
25
|
+
|
|
26
|
+
<details>
|
|
27
|
+
<summary><strong>Details</strong> (2026 March 11)</summary>
|
|
28
|
+
|
|
29
|
+
### Bug Fixes
|
|
30
|
+
|
|
31
|
+
- **Security**: Fixed RCE vulnerability in `serialize-javascript` by overriding to ^7.0.4 (GHSA-5c6j-r48x-rmvq)
|
|
32
|
+
- **Security**: Fixed source code theft vulnerability in `webpack-dev-server` by overriding to ^5.2.3 (GHSA-9jgg-88mc-972h, GHSA-4v9v-hfq4-rm2v)
|
|
33
|
+
- **Dependencies**: Upgraded transitive dependencies including `ajv`, `minimatch`, `qs`, `svgo`, and more via Dependabot
|
|
34
|
+
|
|
35
|
+
</details>
|
|
36
|
+
|
|
37
|
+
---
|
|
38
|
+
|
|
22
39
|
## Version 1.1.1 
|
|
23
40
|
|
|
24
41
|
Security fixes and dependency upgrades
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sp-days-framework/docusaurus-frontpage-collection",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.2",
|
|
4
4
|
"description": "A collection of Docusaurus frontpage UI components.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"tslib": "^2.6.0"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
|
-
"@docusaurus/core": "^3.
|
|
55
|
+
"@docusaurus/core": "^3.5.2",
|
|
56
56
|
"@docusaurus/theme-common": "^3.9.2",
|
|
57
57
|
"@docusaurus/types": "^3.9.2",
|
|
58
58
|
"@mdx-js/react": "^3.0.0",
|
|
@@ -70,6 +70,10 @@
|
|
|
70
70
|
"react": "^18.0.0 || ^19.0.0",
|
|
71
71
|
"react-dom": "^18.0.0 || ^19.0.0"
|
|
72
72
|
},
|
|
73
|
+
"overrides": {
|
|
74
|
+
"serialize-javascript": "^7.0.4",
|
|
75
|
+
"webpack-dev-server": "^5.2.3"
|
|
76
|
+
},
|
|
73
77
|
"engines": {
|
|
74
78
|
"node": ">=18.0"
|
|
75
79
|
}
|