videomail-client 5.4.1 → 5.5.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.
package/.browserslistrc CHANGED
@@ -1,6 +1,5 @@
1
1
  > 1%
2
2
  last 5 versions
3
3
  Firefox ESR
4
- not dead
5
4
  iOS >= 11
6
5
  android >= 4
package/.nvmrc CHANGED
@@ -1 +1 @@
1
- 16.13.1
1
+ 18.14.0
package/.travis.yml CHANGED
@@ -1,6 +1,6 @@
1
1
  language: node_js
2
2
  node_js:
3
- - 16
3
+ - 18
4
4
  notifications:
5
5
  email:
6
6
  on_success: never
package/audit-ci.json CHANGED
@@ -5,7 +5,6 @@
5
5
  "GHSA-jf85-cpcp-j695",
6
6
  "GHSA-xvch-5gv4-984h",
7
7
  "GHSA-7p7h-4mm5-852v",
8
- "GHSA-4wf5-vphf-c2xc",
9
8
  "GHSA-ww39-953v-wcq6"
10
9
  ]
11
10
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "videomail-client",
3
- "version": "5.4.1",
3
+ "version": "5.5.0",
4
4
  "description": "A wicked npm package to record videos directly in the browser, wohooo!",
5
5
  "author": "Michael Heuberger <michael.heuberger@binarykitchen.com>",
6
6
  "contributors": [
@@ -32,7 +32,8 @@
32
32
  "prettier-fix": "prettier --write ./src ./test gulpfile.js"
33
33
  },
34
34
  "engines": {
35
- "node": "^16.13.1"
35
+ "node": ">=18.12.1",
36
+ "npm": ">=8.19.2"
36
37
  },
37
38
  "keywords": [
38
39
  "webcam",
@@ -58,24 +59,24 @@
58
59
  ]
59
60
  },
60
61
  "dependencies": {
61
- "@babel/runtime": "7.20.6",
62
+ "@babel/runtime": "7.21.0",
62
63
  "add-eventlistener-with-options": "1.25.5",
63
64
  "animitter": "3.0.0",
64
- "audio-sample": "2.0.0",
65
- "canvas-to-buffer": "2.0.0",
65
+ "audio-sample": "3.0.1",
66
+ "canvas-to-buffer": "3.0.0",
66
67
  "classlist.js": "1.1.20150312",
67
68
  "contains": "0.1.1",
68
- "core-js": "3.26.1",
69
+ "core-js": "3.29.0",
69
70
  "create-error": "0.3.1",
70
- "deepmerge": "4.2.2",
71
+ "deepmerge": "4.3.0",
71
72
  "defined": "1.0.1",
72
73
  "despot": "1.1.3",
73
74
  "document-visibility": "1.0.1",
74
75
  "element-closest": "3.0.2",
75
- "filesize": "10.0.5",
76
+ "filesize": "10.0.6",
76
77
  "get-form-data": "3.0.0",
77
78
  "hidden": "1.1.1",
78
- "humanize-duration": "3.27.3",
79
+ "humanize-duration": "3.28.0",
79
80
  "hyperscript": "2.0.2",
80
81
  "insert-css": "2.0.0",
81
82
  "iphone-inline-video": "2.2.2",
@@ -85,26 +86,26 @@
85
86
  "readystate": "0.4.1",
86
87
  "request-frame": "1.5.3",
87
88
  "safe-json-stringify": "1.2.0",
88
- "superagent": "8.0.5",
89
- "ua-parser-js": "0.7.32",
89
+ "superagent": "8.0.9",
90
+ "ua-parser-js": "1.0.34",
90
91
  "websocket-stream": "5.5.2"
91
92
  },
92
93
  "devDependencies": {
93
- "@babel/core": "7.20.5",
94
+ "@babel/core": "7.21.0",
94
95
  "@babel/eslint-parser": "7.19.1",
95
- "@babel/plugin-transform-runtime": "7.19.6",
96
+ "@babel/plugin-transform-runtime": "7.21.0",
96
97
  "@babel/preset-env": "7.20.2",
97
- "audit-ci": "6.3.0",
98
+ "audit-ci": "6.6.1",
98
99
  "autoprefixer": "10.4.13",
99
100
  "babelify": "10.0.0",
100
- "body-parser": "1.20.1",
101
+ "body-parser": "1.20.2",
101
102
  "browserify": "17.0.0",
102
103
  "connect-send-json": "1.0.0",
103
- "cssnano": "5.1.14",
104
+ "cssnano": "5.1.15",
104
105
  "del": "6.1.1",
105
- "eslint": "8.29.0",
106
- "eslint-config-prettier": "8.5.0",
107
- "eslint-plugin-import": "2.26.0",
106
+ "eslint": "8.35.0",
107
+ "eslint-config-prettier": "8.6.0",
108
+ "eslint-plugin-import": "2.27.5",
108
109
  "eslint-plugin-node": "11.1.0",
109
110
  "eslint-plugin-promise": "6.1.1",
110
111
  "fancy-log": "2.0.0",
@@ -125,12 +126,12 @@
125
126
  "gulp-stylus": "2.7.1",
126
127
  "gulp-terser": "2.1.0",
127
128
  "gulp-todo": "7.1.1",
128
- "minimist": "1.2.7",
129
+ "minimist": "1.2.8",
129
130
  "nib": "1.2.0",
130
- "postcss": "8.4.19",
131
- "prettier": "2.8.0",
132
- "router": "1.3.7",
133
- "tape": "5.6.1",
131
+ "postcss": "8.4.21",
132
+ "prettier": "2.8.4",
133
+ "router": "1.3.8",
134
+ "tape": "5.6.3",
134
135
  "tape-catch": "1.0.6",
135
136
  "tape-run": "10.0.0",
136
137
  "vinyl-buffer": "1.0.1",