diff --git a/auspice-client/package-lock.json b/auspice-client/package-lock.json index 9de9d5c4e..efa888e04 100644 --- a/auspice-client/package-lock.json +++ b/auspice-client/package-lock.json @@ -5,7 +5,7 @@ "packages": { "": { "dependencies": { - "auspice": "^2.61.2", + "auspice": "github:nextstrain/auspice#addc21be70dcc13ec7c8589d1fbfa474e6d83fae", "iso-639-1": "^2.1.15" } }, @@ -2463,8 +2463,9 @@ }, "node_modules/auspice": { "version": "2.61.2", - "resolved": "https://registry.npmjs.org/auspice/-/auspice-2.61.2.tgz", - "integrity": "sha512-jVeUjD13RryH7WIVQPRfG7SKEbBYW9ZwW0mv9DedLL5Vpou67W7gw6tqCqhlU7imzeR7fy25dV6rN7UrlY0BrA==", + "resolved": "git+ssh://git@github.com/nextstrain/auspice.git#addc21be70dcc13ec7c8589d1fbfa474e6d83fae", + "integrity": "sha512-8d7XrAU4dsmrr6zf2r4vHWNDq6hNE1d0loQXWuJ6m+iF4CXxZjOWZZG+YDSTmf363x+m89oHQB4IhvwZGp3N8g==", + "license": "AGPL-3.0-only", "dependencies": { "@babel/core": "^7.3.4", "@babel/plugin-proposal-class-properties": "^7.3.4", @@ -2516,7 +2517,7 @@ "linspace": "^1.0.0", "lodash": "^4.17.21", "lodash-webpack-plugin": "^0.11.6", - "marked": "^0.7.0", + "marked": "^4.0.10", "mousetrap": "^1.6.2", "null-loader": "^4.0.0", "outer-product": "0.0.4", @@ -5209,14 +5210,15 @@ } }, "node_modules/marked": { - "version": "0.7.0", - "resolved": "https://registry.npmjs.org/marked/-/marked-0.7.0.tgz", - "integrity": "sha512-c+yYdCZJQrsRjTPhUx7VKkApw9bwDkNbHUKo1ovgcfDjb2kc8rLuRbIFyXL5WOEUwzSSKo3IXpph2K6DqB/KZg==", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/marked/-/marked-4.3.0.tgz", + "integrity": "sha512-PRsaiG84bK+AMvxziE/lCFss8juXjNaWzVbN5tXAm4XjeaS9NAHhop+PjQxz2A9h8Q4M/xGmzP8vqNwy6JeK0A==", + "license": "MIT", "bin": { - "marked": "bin/marked" + "marked": "bin/marked.js" }, "engines": { - "node": ">=0.10.0" + "node": ">= 12" } }, "node_modules/media-typer": { @@ -9374,9 +9376,9 @@ "integrity": "sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ==" }, "auspice": { - "version": "2.61.2", - "resolved": "https://registry.npmjs.org/auspice/-/auspice-2.61.2.tgz", - "integrity": "sha512-jVeUjD13RryH7WIVQPRfG7SKEbBYW9ZwW0mv9DedLL5Vpou67W7gw6tqCqhlU7imzeR7fy25dV6rN7UrlY0BrA==", + "version": "git+ssh://git@github.com/nextstrain/auspice.git#addc21be70dcc13ec7c8589d1fbfa474e6d83fae", + "integrity": "sha512-8d7XrAU4dsmrr6zf2r4vHWNDq6hNE1d0loQXWuJ6m+iF4CXxZjOWZZG+YDSTmf363x+m89oHQB4IhvwZGp3N8g==", + "from": "auspice@github:nextstrain/auspice#addc21be70dcc13ec7c8589d1fbfa474e6d83fae", "requires": { "@babel/core": "^7.3.4", "@babel/plugin-proposal-class-properties": "^7.3.4", @@ -9428,7 +9430,7 @@ "linspace": "^1.0.0", "lodash": "^4.17.21", "lodash-webpack-plugin": "^0.11.6", - "marked": "^0.7.0", + "marked": "^4.0.10", "mousetrap": "^1.6.2", "null-loader": "^4.0.0", "outer-product": "0.0.4", @@ -11447,9 +11449,9 @@ } }, "marked": { - "version": "0.7.0", - "resolved": "https://registry.npmjs.org/marked/-/marked-0.7.0.tgz", - "integrity": "sha512-c+yYdCZJQrsRjTPhUx7VKkApw9bwDkNbHUKo1ovgcfDjb2kc8rLuRbIFyXL5WOEUwzSSKo3IXpph2K6DqB/KZg==" + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/marked/-/marked-4.3.0.tgz", + "integrity": "sha512-PRsaiG84bK+AMvxziE/lCFss8juXjNaWzVbN5tXAm4XjeaS9NAHhop+PjQxz2A9h8Q4M/xGmzP8vqNwy6JeK0A==" }, "media-typer": { "version": "0.3.0", diff --git a/auspice-client/package.json b/auspice-client/package.json index 5e9a5a63d..aa148188d 100644 --- a/auspice-client/package.json +++ b/auspice-client/package.json @@ -1,7 +1,7 @@ { "private": true, "dependencies": { - "auspice": "^2.61.2", + "auspice": "github:nextstrain/auspice#addc21be70dcc13ec7c8589d1fbfa474e6d83fae", "iso-639-1": "^2.1.15" } }