@takeshape/cli 11.102.0 → 11.102.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.
Files changed (2) hide show
  1. package/dist/index.js +3 -3
  2. package/package.json +8 -8
package/dist/index.js CHANGED
@@ -206886,7 +206886,7 @@ var engines = {
206886
206886
  };
206887
206887
  var package_default = {
206888
206888
  name: "@takeshape/cli",
206889
- version: "11.102.0",
206889
+ version: "11.102.3",
206890
206890
  description: "TakeShape CLI",
206891
206891
  homepage: "https://www.takeshape.io",
206892
206892
  repository: {
@@ -206936,7 +206936,7 @@ var package_default = {
206936
206936
  "@types/glob": "^7.1.1",
206937
206937
  "@types/inquirer": "^7.3.1",
206938
206938
  "@types/jsonwebtoken": "^8.3.9",
206939
- "@types/lodash": "^4.14.165",
206939
+ "@types/lodash": "4.17.20",
206940
206940
  "@types/node-fetch": "^2.5.6",
206941
206941
  "@types/prettyjson": "^0.0.30",
206942
206942
  "@types/request": "^2.48.12",
@@ -206961,7 +206961,7 @@ var package_default = {
206961
206961
  ignore: "^5.1.8",
206962
206962
  inquirer: "^7.3.3",
206963
206963
  jsonwebtoken: "^8.1.1",
206964
- lodash: "^4.17.21",
206964
+ lodash: "4.17.21",
206965
206965
  lokka: "^1.7.0",
206966
206966
  "lokka-transport-http": "^1.6.1",
206967
206967
  nock: "^13.2.9",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@takeshape/cli",
3
- "version": "11.102.0",
3
+ "version": "11.102.3",
4
4
  "description": "TakeShape CLI",
5
5
  "homepage": "https://www.takeshape.io",
6
6
  "repository": {
@@ -28,7 +28,7 @@
28
28
  "@types/glob": "^7.1.1",
29
29
  "@types/inquirer": "^7.3.1",
30
30
  "@types/jsonwebtoken": "^8.3.9",
31
- "@types/lodash": "^4.14.165",
31
+ "@types/lodash": "4.17.20",
32
32
  "@types/node-fetch": "^2.5.6",
33
33
  "@types/prettyjson": "^0.0.30",
34
34
  "@types/request": "^2.48.12",
@@ -53,7 +53,7 @@
53
53
  "ignore": "^5.1.8",
54
54
  "inquirer": "^7.3.3",
55
55
  "jsonwebtoken": "^8.1.1",
56
- "lodash": "^4.17.21",
56
+ "lodash": "4.17.21",
57
57
  "lokka": "^1.7.0",
58
58
  "lokka-transport-http": "^1.6.1",
59
59
  "nock": "^13.2.9",
@@ -69,11 +69,11 @@
69
69
  "stream-to-promise": "^2.2.0",
70
70
  "tmp": "^0.0.33",
71
71
  "unzipper": "^0.10.11",
72
- "@takeshape/branches": "11.102.0",
73
- "@takeshape/schema": "11.102.0",
74
- "@takeshape/streams": "11.102.0",
75
- "@takeshape/ssg": "11.102.0",
76
- "@takeshape/util": "11.102.0"
72
+ "@takeshape/ssg": "11.102.3",
73
+ "@takeshape/branches": "11.102.3",
74
+ "@takeshape/util": "11.102.3",
75
+ "@takeshape/streams": "11.102.3",
76
+ "@takeshape/schema": "11.102.3"
77
77
  },
78
78
  "engines": {
79
79
  "node": ">=22"