@sp-days-framework/docusaurus-frontpage-collection 1.1.1-beta1 → 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.
Files changed (2) hide show
  1. package/docs/changelog.mdx +29 -2
  2. package/package.json +6 -2
@@ -19,9 +19,36 @@ All packages within `@sp-days-framework` use the same version number. In some ca
19
19
 
20
20
  ---
21
21
 
22
- ## Version 1.1.1-beta1 ![Sync](https://img.shields.io/badge/sync-version--bump-lightgrey)
22
+ ## Version 1.1.2 ![Release](https://img.shields.io/badge/release-production-blue)
23
23
 
24
- Version bump to match other packages in the framework
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
+
39
+ ## Version 1.1.1 ![Release](https://img.shields.io/badge/release-production-blue)
40
+
41
+ Security fixes and dependency upgrades
42
+
43
+ <details>
44
+ <summary><strong>Details</strong> (2026 February 09)</summary>
45
+
46
+ ### Improvements
47
+
48
+ - **Security**: Resolved all known vulnerabilities via dependency upgrades
49
+ - **Dependencies**: Upgraded all dependencies to latest versions — React 19.2.4, gsap 3.14.2, @types/node 24.10.12, and more
50
+
51
+ </details>
25
52
 
26
53
  ---
27
54
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sp-days-framework/docusaurus-frontpage-collection",
3
- "version": "1.1.1-beta1",
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.9.2",
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
  }