marko 5.17.9 → 5.17.10

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.17.9",
3
+ "version": "5.17.10",
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.17.6",
8
- "@marko/translator-default": "^5.17.9",
7
+ "@marko/compiler": "^5.17.10",
8
+ "@marko/translator-default": "^5.17.10",
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": "85a4f9922542327b122a94174302f272d2974fb8"
75
+ "gitHead": "9da2b9c479b3a243258fbff05ad43b43e78ac775"
76
76
  }