@marko/translator-default 5.31.4 → 5.31.6

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@marko/translator-default",
3
- "version": "5.31.4",
3
+ "version": "5.31.6",
4
4
  "description": "Translates Marko templates to the default Marko runtime.",
5
5
  "keywords": [
6
6
  "babel",
@@ -29,14 +29,14 @@
29
29
  },
30
30
  "dependencies": {
31
31
  "@babel/runtime": "^7.16.0",
32
- "@marko/babel-utils": "^6.3.1",
32
+ "@marko/babel-utils": "^6.3.3",
33
33
  "escape-string-regexp": "^4.0.0",
34
34
  "magic-string": "^0.27.0",
35
35
  "self-closing-tags": "^1.0.1"
36
36
  },
37
37
  "devDependencies": {
38
- "@marko/compiler": "^5.33.4",
39
- "marko": "^5.31.14"
38
+ "@marko/compiler": "^5.33.6",
39
+ "marko": "^5.31.16"
40
40
  },
41
41
  "peerDependencies": {
42
42
  "@marko/compiler": "^5.16.1",