@tinacms/cli 0.61.5 → 0.61.6

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 +1 -1
  2. package/package.json +4 -4
package/dist/index.js CHANGED
@@ -293,7 +293,7 @@ var commander = __toModule(require("commander"));
293
293
 
294
294
  // package.json
295
295
  var name = "@tinacms/cli";
296
- var version = "0.61.5";
296
+ var version = "0.61.6";
297
297
 
298
298
  // src/cmds/audit/audit.ts
299
299
  var import_graphql = __toModule(require("@tinacms/graphql"));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tinacms/cli",
3
- "version": "0.61.5",
3
+ "version": "0.61.6",
4
4
  "main": "dist/index.js",
5
5
  "typings": "dist/index.d.ts",
6
6
  "files": [
@@ -52,9 +52,9 @@
52
52
  "@graphql-codegen/visitor-plugin-common": "^2.4.0",
53
53
  "@graphql-tools/graphql-file-loader": "^7.2.0",
54
54
  "@graphql-tools/load": "^7.3.2",
55
- "@tinacms/app": "0.0.6",
55
+ "@tinacms/app": "0.0.7",
56
56
  "@tinacms/datalayer": "0.2.2",
57
- "@tinacms/graphql": "0.63.2",
57
+ "@tinacms/graphql": "0.63.3",
58
58
  "@tinacms/metrics": "0.0.3",
59
59
  "@tinacms/schema-tools": "0.1.0",
60
60
  "add": "^2.0.6",
@@ -81,7 +81,7 @@
81
81
  "lodash": "^4.17.19",
82
82
  "lodash.get": "^4.4.2",
83
83
  "log4js": "^6.4.0",
84
- "multer": "^1.4.4",
84
+ "multer": "1.4.5-lts.1",
85
85
  "normalize-path": "^3.0.0",
86
86
  "progress": "^2.0.3",
87
87
  "prompts": "^2.4.1",