marko 5.20.1 → 5.20.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "marko",
3
- "version": "5.20.1",
3
+ "version": "5.20.5",
4
4
  "license": "MIT",
5
5
  "description": "UI Components + streaming, async, high performance, HTML templating for Node.js and the browser.",
6
6
  "dependencies": {
7
- "@marko/compiler": "^5.19.0",
8
- "@marko/translator-default": "^5.20.1",
7
+ "@marko/compiler": "^5.20.5",
8
+ "@marko/translator-default": "^5.20.5",
9
9
  "app-module-path": "^2.2.0",
10
10
  "argly": "^1.2.0",
11
11
  "browser-refresh-client": "1.1.4",
@@ -72,5 +72,5 @@
72
72
  "index.js",
73
73
  "node-require.js"
74
74
  ],
75
- "gitHead": "a07c6271f29d97c1b9ab3730a0725d40a22e2a6f"
75
+ "gitHead": "f7df1bcd4e65aa384733952139280f698ba7a9c9"
76
76
  }