@backstage/cli-node 0.2.0 → 0.2.1

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 +10 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @backstage/cli-node
2
2
 
3
+ ## 0.2.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 0cbb03b: Fixing regular expression ReDoS with zod packages. Upgrading to latest. ref: https://security.snyk.io/vuln/SNYK-JS-ZOD-5925617
8
+ - Updated dependencies
9
+ - @backstage/cli-common@0.1.13
10
+ - @backstage/errors@1.2.3
11
+ - @backstage/types@1.1.1
12
+
3
13
  ## 0.2.0
4
14
 
5
15
  ### Minor Changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/cli-node",
3
3
  "description": "Node.js library for Backstage CLIs",
4
- "version": "0.2.0",
4
+ "version": "0.2.1",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -35,10 +35,10 @@
35
35
  "@yarnpkg/parsers": "^3.0.0-rc.4",
36
36
  "fs-extra": "10.1.0",
37
37
  "semver": "^7.5.3",
38
- "zod": "^3.21.4"
38
+ "zod": "^3.22.4"
39
39
  },
40
40
  "devDependencies": {
41
- "@backstage/cli": "^0.24.0",
41
+ "@backstage/cli": "^0.25.0",
42
42
  "mock-fs": "^5.2.0"
43
43
  },
44
44
  "files": [