diff --git a/package-lock.json b/package-lock.json index 881b850..9c0e84b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "hasInstallScript": true, "license": "AGPL-3.0-only", "dependencies": { - "auspice": "2.61.2", + "auspice": "github:nextstrain/auspice#f5ae56fd8d8220c30128a37a42d5496744997599", "heroku-ssl-redirect": "0.0.4" }, "engines": { @@ -2573,8 +2573,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#f5ae56fd8d8220c30128a37a42d5496744997599", + "integrity": "sha512-Dmvi6xDRp7RkG1oq7Nie/4zbAKvP4vJsQ214k58J6VggmG4acYd8QW0AeEo3Smd9dzxR5kRjhO+vGQ09MKwfCg==", + "license": "AGPL-3.0-only", "dependencies": { "@babel/core": "^7.3.4", "@babel/plugin-proposal-class-properties": "^7.3.4", @@ -2626,7 +2627,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", @@ -5350,14 +5351,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": { @@ -9682,9 +9684,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#f5ae56fd8d8220c30128a37a42d5496744997599", + "integrity": "sha512-Dmvi6xDRp7RkG1oq7Nie/4zbAKvP4vJsQ214k58J6VggmG4acYd8QW0AeEo3Smd9dzxR5kRjhO+vGQ09MKwfCg==", + "from": "auspice@github:nextstrain/auspice#f5ae56fd8d8220c30128a37a42d5496744997599", "requires": { "@babel/core": "^7.3.4", "@babel/plugin-proposal-class-properties": "^7.3.4", @@ -9736,7 +9738,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", @@ -11769,9 +11771,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/package.json b/package.json index 855ceb0..eec02de 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "develop": "auspice develop --verbose --extend ./auspice_client_customisation/config.json --handlers ./server/handlers.js" }, "dependencies": { - "auspice": "2.61.2", + "auspice": "github:nextstrain/auspice#f5ae56fd8d8220c30128a37a42d5496744997599", "heroku-ssl-redirect": "0.0.4" } }