@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.
package/docs/changelog.mdx
CHANGED
|
@@ -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 
|
|
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 
|
|
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 
|
|
23
60
|
|
|
24
61
|
Asset handling support and security updates
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sp-days-framework/docusaurus-plugin-slidev",
|
|
3
|
-
"version": "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.
|
|
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"
|