@forge/cli-shared 3.21.1 → 3.21.2-next.0

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 +12 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @forge/cli-shared
2
2
 
3
+ ## 3.21.2-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - 853b3f1e: Bumping dependencies via Renovate:
8
+
9
+ - @graphql-tools/schema
10
+
11
+ - 9595140c: Bumping dependencies via Renovate:
12
+
13
+ - @types/cross-spawn
14
+
3
15
  ## 3.21.1
4
16
 
5
17
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/cli-shared",
3
- "version": "3.21.1",
3
+ "version": "3.21.2-next.0",
4
4
  "description": "Common functionality for Forge CLI",
5
5
  "author": "Atlassian",
6
6
  "license": "UNLICENSED",
@@ -51,11 +51,11 @@
51
51
  "@graphql-codegen/cli": "^5.0.0",
52
52
  "@graphql-codegen/typescript": "^4.0.1",
53
53
  "@graphql-codegen/typescript-operations": "^4.0.1",
54
- "@graphql-tools/schema": "^10.0.0",
54
+ "@graphql-tools/schema": "^10.0.2",
55
55
  "@types/adm-zip": "^0.5.5",
56
56
  "@types/array.prototype.flatmap": "^1.2.6",
57
57
  "@types/cheerio": "^0.22.34",
58
- "@types/cross-spawn": "^6.0.5",
58
+ "@types/cross-spawn": "^6.0.6",
59
59
  "@types/fs-extra": "^11.0.4",
60
60
  "@types/get-folder-size": "^2.0.0",
61
61
  "@types/ignore-walk": "^4.0.3",