@jsreport/jsreport-cli 3.1.1 → 3.1.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.
package/README.md CHANGED
@@ -7,6 +7,14 @@ See http://jsreport.net/learn/cli for documentation
7
7
 
8
8
  ## Changelog
9
9
 
10
+ ### 3.1.2
11
+
12
+ - update deps to fix npm audit
13
+
14
+ ### 3.1.1
15
+
16
+ - update deps to fix npm audit
17
+
10
18
  ### 3.1.0
11
19
 
12
20
  internal refactor (use latest version of yargs)
@@ -1,5 +1,5 @@
1
1
  const yargs = require('yargs')
2
- const prompt = require('prompt-tmp')
2
+ const prompt = require('prompt')
3
3
  const startCommand = require('./startCommand')
4
4
  const jsreportInstance = require('./jsreportInstance')
5
5
  const cliPackageJson = require('../../package.json')
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jsreport/jsreport-cli",
3
- "version": "3.1.1",
3
+ "version": "3.1.2",
4
4
  "description": "Command line interface for jsreport",
5
5
  "keywords": [
6
6
  "jsreport",
@@ -64,13 +64,13 @@
64
64
  "npm-install-package": "2.1.0",
65
65
  "nssocket": "0.6.0",
66
66
  "once": "1.4.0",
67
- "prompt-tmp": "1.0.0",
67
+ "prompt": "1.3.0",
68
68
  "semver": "5.6.0",
69
69
  "silent-spawn": "0.4.0",
70
70
  "yargs": "17.3.1"
71
71
  },
72
72
  "devDependencies": {
73
- "@jsreport/jsreport-authentication": "3.3.0",
73
+ "@jsreport/jsreport-authentication": "3.3.1",
74
74
  "@jsreport/jsreport-core": "3.5.0",
75
75
  "@jsreport/jsreport-express": "3.4.0",
76
76
  "@jsreport/jsreport-fs-store": "3.2.0",