Browse Source

package: Updated markojs version

1.0
Gisle Aune 6 years ago
parent
commit
0e7f2d0f7e
  1. 14
      package-lock.json
  2. 2
      package.json

14
package-lock.json

@ -1148,7 +1148,7 @@
}, },
"chai": { "chai": {
"version": "3.5.0", "version": "3.5.0",
"resolved": "https://registry.npmjs.org/chai/-/chai-3.5.0.tgz",
"resolved": "http://registry.npmjs.org/chai/-/chai-3.5.0.tgz",
"integrity": "sha1-TQJjewZ/6Vi9v906QOxW/vc3Mkc=", "integrity": "sha1-TQJjewZ/6Vi9v906QOxW/vc3Mkc=",
"requires": { "requires": {
"assertion-error": "^1.0.1", "assertion-error": "^1.0.1",
@ -2610,9 +2610,9 @@
} }
}, },
"he": { "he": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/he/-/he-1.1.1.tgz",
"integrity": "sha1-k0EP0hsAlzUVH4howvJx80J+I/0="
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz",
"integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw=="
}, },
"hmac-drbg": { "hmac-drbg": {
"version": "1.0.1", "version": "1.0.1",
@ -3357,9 +3357,9 @@
"integrity": "sha1-1k1xPuzsVc5M/esyF1DswJniwtw=" "integrity": "sha1-1k1xPuzsVc5M/esyF1DswJniwtw="
}, },
"marko": { "marko": {
"version": "4.13.5",
"resolved": "https://registry.npmjs.org/marko/-/marko-4.13.5.tgz",
"integrity": "sha512-gXKiLLQTGGaF2+zaepRwYqHqeMT1xrJoY8QqSkx2qDyPc0FQaJBQGalia9rxZtdtNiaFAyy8lejbNs7bVyloxg==",
"version": "4.13.7",
"resolved": "https://registry.npmjs.org/marko/-/marko-4.13.7.tgz",
"integrity": "sha512-S3JESPLqCW5djZ0937TQWBkHGw0rpnsc2YZopl+BKhxcHaaV1/d1AXYtGsRGH/2lxQweOVHUwNsrbzJnHQBV3A==",
"requires": { "requires": {
"app-module-path": "^2.2.0", "app-module-path": "^2.2.0",
"argly": "^1.0.0", "argly": "^1.0.0",

2
package.json

@ -33,7 +33,7 @@
"markdown-it": "^8.4.2", "markdown-it": "^8.4.2",
"markdown-it-container": "^2.0.0", "markdown-it-container": "^2.0.0",
"markdown-it-regexp": "^0.4.0", "markdown-it-regexp": "^0.4.0",
"marko": "^4.13.5",
"marko": "^4.13.7",
"moment": "^2.22.2", "moment": "^2.22.2",
"passport": "^0.4.0", "passport": "^0.4.0",
"passport-auth0": "^1.0.0" "passport-auth0": "^1.0.0"

Loading…
Cancel
Save