harp 0.41.0 → 0.41.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.
Files changed (1) hide show
  1. package/package.json +7 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "harp",
3
- "version": "0.41.0",
3
+ "version": "0.41.2",
4
4
  "description": "Static web server with built in preprocessing",
5
5
  "author": "Brock Whitten <brock@chloi.io>",
6
6
  "contributors": [
@@ -22,7 +22,8 @@
22
22
  "Jurgen Van de Moere <jurgen.van.de.moere@gmail.com>",
23
23
  "Marco Emrich <m.emrich@webmasters.de>",
24
24
  "Roger K <misterhtmlcss@gmail.com>",
25
- "Claus Colloseus <ccprog@gmx.de>"
25
+ "Claus Colloseus <ccprog@gmx.de>",
26
+ "mannyluvstacos <mannyis@typingona.computer>"
26
27
  ],
27
28
  "keywords": [
28
29
  "static web server",
@@ -42,9 +43,10 @@
42
43
  "url": "https://github.com/sintaxi/harp.git"
43
44
  },
44
45
  "dependencies": {
46
+ "@dabh/colors": "^1.4.0",
45
47
  "async": "0.2.9",
46
48
  "basic-auth": "^2.0.1",
47
- "boxt": "^1.0.0",
49
+ "boxt": "^1.1.2",
48
50
  "colors": "^1.4.0",
49
51
  "connect": "^3.6.6",
50
52
  "envy-json": "0.2.1",
@@ -54,10 +56,10 @@
54
56
  "parseurl": "^1.3.2",
55
57
  "pause": "0.1.0",
56
58
  "send": "^0.17.1",
57
- "terraform": "1.20.*"
59
+ "terraform": "^1.20.2"
58
60
  },
59
61
  "devDependencies": {
60
- "mocha": "^8.4.0",
62
+ "mocha": "^9.1.4",
61
63
  "request": "^2.88.0",
62
64
  "should": "3.3.2"
63
65
  },