cloudcms-server 0.9.274 → 0.9.275

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/package.json CHANGED
@@ -6,7 +6,7 @@
6
6
  },
7
7
  "name": "cloudcms-server",
8
8
  "description": "Cloud CMS Application Server Module",
9
- "version": "0.9.274",
9
+ "version": "0.9.275",
10
10
  "repository": {
11
11
  "type": "git",
12
12
  "url": "git://github.com/gitana/cloudcms-server.git"
@@ -33,8 +33,8 @@
33
33
  "consolidate": "^0.14.5",
34
34
  "cookie-parser": "^1.4.4",
35
35
  "debug": "^2.6.9",
36
- "dustjs-helpers": "^1.7.4",
37
- "dustjs-linkedin": "^3.0.1",
36
+ "dustjs-helpers": "1.7.4",
37
+ "dustjs-linkedin": "3.0.1",
38
38
  "errorhandler": "^1.5.1",
39
39
  "express": "^4.17.1",
40
40
  "express-session": "^1.17.3",
@@ -79,7 +79,7 @@
79
79
  "request": "^2.88.0",
80
80
  "request-param": "^1.0.1",
81
81
  "response-time": "^2.3.2",
82
- "semver": "^5.7.1",
82
+ "semver": "^7.3.7",
83
83
  "serve-favicon": "^2.5.0",
84
84
  "session-file-store": "^0.2.2",
85
85
  "sha1": "^1.1.1",
@@ -93,9 +93,9 @@
93
93
  "vm2": "^3.8.4",
94
94
  "watch": "^0.13.0",
95
95
  "winston": "^3.3.3",
96
- "eventemitter3": "^4.0.0",
96
+ "eventemitter3": "^4.0.7",
97
97
  "requires-port": "^1.0.0",
98
- "follow-redirects": "^1.0.0"
98
+ "follow-redirects": "^1.15.1"
99
99
  },
100
100
  "contributors": [
101
101
  {
@@ -17,25 +17,30 @@
17
17
  "follow-redirects": "^1.0.0"
18
18
  },
19
19
  "devDependencies": {
20
- "async": "^3.0.0",
21
- "auto-changelog": "^1.15.0",
20
+ "@types/follow-redirects": "^1.14.1",
21
+ "@types/node": "^18.0.0",
22
+ "@typescript-eslint/eslint-plugin": "^5.31.0",
23
+ "@typescript-eslint/parser": "^5.31.0",
24
+ "async": "^3.2.3",
22
25
  "concat-stream": "^2.0.0",
23
- "expect.js": "~0.3.1",
24
- "mocha": "^3.5.3",
25
- "nyc": "^14.0.0",
26
- "semver": "^5.0.3",
27
- "socket.io": "^2.1.0",
28
- "socket.io-client": "^2.1.0",
26
+ "eslint": "^8.21.0",
27
+ "eslint-config-prettier": "^8.5.0",
28
+ "prettier": "^2.7.1",
29
+ "semver": "^7.0.0",
30
+ "socket.io": "^4.5.1",
31
+ "socket.io-client": "^4.5.1",
29
32
  "sse": "0.0.8",
30
- "ws": "^3.0.0"
33
+ "typescript": "^4.8.2",
34
+ "vitest": "^0.20.3",
35
+ "ws": "^8.8.1"
31
36
  },
32
37
  "scripts": {
33
- "mocha": "mocha test/*-test.js",
34
- "test": "nyc --reporter=text --reporter=lcov npm run mocha",
35
- "version": "auto-changelog -p && git add CHANGELOG.md"
38
+ "format": "prettier --write ./lib",
39
+ "lint": "eslint --fix ./lib",
40
+ "test": "vitest run"
36
41
  },
37
42
  "engines": {
38
- "node": ">=8.0.0"
43
+ "node": ">=14.0.0"
39
44
  },
40
45
  "license": "MIT"
41
46
  }
@@ -12,8 +12,8 @@
12
12
  ],
13
13
  "main": "lib/index.js",
14
14
  "dependencies": {
15
- "eventemitter3": "^4.0.0",
16
- "follow-redirects": "^1.0.0",
15
+ "eventemitter3": "^4.0.7",
16
+ "follow-redirects": "^1.15.1",
17
17
  "requires-port": "^1.0.0"
18
18
  },
19
19
  "devDependencies": {
@@ -21,18 +21,18 @@
21
21
  "@types/node": "^18.0.0",
22
22
  "@typescript-eslint/eslint-plugin": "^5.31.0",
23
23
  "@typescript-eslint/parser": "^5.31.0",
24
- "async": "^3.0.0",
24
+ "async": "^3.2.3",
25
25
  "concat-stream": "^2.0.0",
26
26
  "eslint": "^8.21.0",
27
27
  "eslint-config-prettier": "^8.5.0",
28
28
  "prettier": "^2.7.1",
29
29
  "semver": "^7.0.0",
30
- "socket.io": "^4.0.0",
31
- "socket.io-client": "^4.0.0",
30
+ "socket.io": "^4.5.1",
31
+ "socket.io-client": "^4.5.1",
32
32
  "sse": "0.0.8",
33
33
  "typescript": "^4.8.2",
34
34
  "vitest": "^0.20.3",
35
- "ws": "^8.0.0"
35
+ "ws": "^8.8.1"
36
36
  },
37
37
  "scripts": {
38
38
  "build": "npx tsc -p ./tsconfig.build.json",