alp-rollup-plugin-config 4.0.1 → 4.0.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/CHANGELOG.md +6 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,6 +3,12 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [4.0.2](https://github.com/christophehurpeau/alp/compare/alp-rollup-plugin-config@4.0.1...alp-rollup-plugin-config@4.0.2) (2025-11-18)
7
+
8
+ ### Bug Fixes
9
+
10
+ * **deps:** update dependency js-yaml to v4.1.1 [security] ([#639](https://github.com/christophehurpeau/alp/issues/639))
11
+
6
12
  ## [4.0.1](https://github.com/christophehurpeau/alp/compare/alp-rollup-plugin-config@4.0.0...alp-rollup-plugin-config@4.0.1) (2025-11-12)
7
13
 
8
14
  Note: no notable changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "alp-rollup-plugin-config",
3
- "version": "4.0.1",
3
+ "version": "4.0.2",
4
4
  "description": "transform yaml config using rollup copy plugin and yaml transform",
5
5
  "keywords": [],
6
6
  "author": "Christophe Hurpeau <christophe@hurpeau.com> (https://christophe.hurpeau.com)",
@@ -48,7 +48,7 @@
48
48
  },
49
49
  "dependencies": {
50
50
  "@guanghechen/rollup-plugin-copy": "1.8.6",
51
- "js-yaml": "4.1.0"
51
+ "js-yaml": "4.1.1"
52
52
  },
53
53
  "devDependencies": {
54
54
  "typescript": "5.9.3"