marko 5.20.6 → 5.20.7

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.6",
3
+ "version": "5.20.7",
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.20.6",
8
- "@marko/translator-default": "^5.20.6",
7
+ "@marko/compiler": "^5.20.7",
8
+ "@marko/translator-default": "^5.20.7",
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": "7daaee216c1691249d3e014fdcd65dee4ffbab57"
75
+ "gitHead": "e980c3a4d2dc5cc37b75b98f07ef2e7856c892fb"
76
76
  }