@sp-days-framework/docusaurus-plugin-slidev 1.1.1 → 1.1.3

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.
@@ -19,6 +19,43 @@ All packages within `@sp-days-framework` use the same version number. In some ca
19
19
 
20
20
  ---
21
21
 
22
+ ## Version 1.1.3 ![Release](https://img.shields.io/badge/release-production-blue)
23
+
24
+ SlidevLink UI improvement and security updates
25
+
26
+ <details>
27
+ <summary><strong>Details</strong> (2026 May 29)</summary>
28
+
29
+ ### Improvements
30
+
31
+ - **SlidevLink spacing**: Added bottom margin (16px) to the SlidevLink card element for improved spacing between consecutive presentation links
32
+
33
+ ### Bug Fixes
34
+
35
+ - **Security**: Updated transitive dependencies to resolve known vulnerabilities across multiple dependency groups
36
+ - **Dependencies**: Upgraded Dependabot-managed packages including npm_and_yarn group updates
37
+
38
+ </details>
39
+
40
+ ---
41
+
42
+ ## Version 1.1.2 ![Release](https://img.shields.io/badge/release-production-blue)
43
+
44
+ Security updates and dependency upgrades
45
+
46
+ <details>
47
+ <summary><strong>Details</strong> (2026 March 11)</summary>
48
+
49
+ ### Bug Fixes
50
+
51
+ - **Security**: Fixed RCE vulnerability in `serialize-javascript` by overriding to ^7.0.4 (GHSA-5c6j-r48x-rmvq)
52
+ - **Security**: Fixed source code theft vulnerability in `webpack-dev-server` by overriding to ^5.2.3 (GHSA-9jgg-88mc-972h, GHSA-4v9v-hfq4-rm2v)
53
+ - **Dependencies**: Upgraded transitive dependencies including `ajv`, `markdown-it`, `minimatch`, `nanotar`, `qs`, `rollup`, `svgo`, and more via Dependabot
54
+
55
+ </details>
56
+
57
+ ---
58
+
22
59
  ## Version 1.1.1 ![Release](https://img.shields.io/badge/release-production-blue)
23
60
 
24
61
  Asset handling support and security updates
@@ -15,6 +15,7 @@
15
15
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
16
16
  border: 1px solid var(--ifm-color-emphasis-200);
17
17
  max-width: 100%;
18
+ margin-bottom: 16px;
18
19
  }
19
20
 
20
21
  .card:hover {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sp-days-framework/docusaurus-plugin-slidev",
3
- "version": "1.1.1",
3
+ "version": "1.1.3",
4
4
  "description": "A Docusaurus plugin to integrate Slidev presentations into your Docusaurus site.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -54,6 +54,7 @@
54
54
  },
55
55
  "devDependencies": {
56
56
  "@docusaurus/core": "^3.9.2",
57
+ "@docusaurus/faster": "^3.10.1",
57
58
  "@docusaurus/theme-common": "^3.9.2",
58
59
  "@docusaurus/types": "^3.9.2",
59
60
  "@docusaurus/utils-validation": "^3.9.2",
@@ -76,8 +77,11 @@
76
77
  },
77
78
  "overrides": {
78
79
  "dompurify": "^3.2.4",
79
- "lodash-es": ">=4.17.23",
80
- "chevrotain": ">=11.1.1"
80
+ "lodash-es": ">=4.18.1",
81
+ "chevrotain": ">=11.1.1",
82
+ "serialize-javascript": "^7.0.4",
83
+ "webpack-dev-server": "^5.2.4",
84
+ "uuid": ">=11.1.1"
81
85
  },
82
86
  "engines": {
83
87
  "node": ">=18.0"