karma-child-process 1.0.12 → 1.0.14

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 (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "karma-child-process",
3
- "version": "1.0.12",
3
+ "version": "1.0.14",
4
4
  "description": "A simple Karma framework to start a child process (which is supposed to start a server written with node).",
5
5
  "main": "index.js",
6
6
  "license": "Apache-2.0",
@@ -23,7 +23,7 @@
23
23
  "browserify": "17.0.0",
24
24
  "chai": "4.3.7",
25
25
  "eslint": "8.30.0",
26
- "express": "4.21.0",
26
+ "express": "4.21.1",
27
27
  "karma": "6.4.1",
28
28
  "karma-browserify": "8.1.0",
29
29
  "karma-firefox-launcher": "2.1.3",