diff --git a/auspice-client/package-lock.json b/auspice-client/package-lock.json index c51941d65..5c207783c 100644 --- a/auspice-client/package-lock.json +++ b/auspice-client/package-lock.json @@ -5,7 +5,7 @@ "packages": { "": { "dependencies": { - "auspice": "^2.63.1", + "auspice": "github:nextstrain/auspice#605b7cddc2cbe96bde15e8dcf7ea20657d3332d2", "iso-639-1": "^2.1.15" } }, @@ -5597,8 +5597,8 @@ }, "node_modules/auspice": { "version": "2.63.1", - "resolved": "https://registry.npmjs.org/auspice/-/auspice-2.63.1.tgz", - "integrity": "sha512-rgTa9k72+/Afi+8LurcfOG7rebVJdxYu3CIzd4X5WrrcOQ7N9Lful5PFmZxA3upe9jVK7Cnv5lRyQzkAiQXSBQ==", + "resolved": "git+ssh://git@github.com/nextstrain/auspice.git#605b7cddc2cbe96bde15e8dcf7ea20657d3332d2", + "integrity": "sha512-wjc1ojb0XpuQ9ORXUGEWXVfzEor3S3k0JXBRWEveO8J3N7Ei26MM3u/za7SUQJEXfIr1dDDv8iGqcX0TkhfWrA==", "license": "AGPL-3.0-only", "dependencies": { "@babel/core": "^7.3.4", @@ -5623,7 +5623,7 @@ "clean-webpack-plugin": "^4.0.0", "compression": "^1.7.3", "compression-webpack-plugin": "^3.1.0", - "core-js": "^3.6.5", + "core-js": "^3.43.0", "create-react-class": "^15.7.0", "css-loader": "^3.4.0", "css.escape": "^1.5.1", @@ -6346,10 +6346,11 @@ } }, "node_modules/core-js": { - "version": "3.29.1", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.29.1.tgz", - "integrity": "sha512-+jwgnhg6cQxKYIIjGtAHq2nwUOolo9eoFZ4sHfUH09BLXBgxnH4gA0zEd+t+BO2cNB8idaBtZFcFTRjQJRJmAw==", + "version": "3.45.0", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.45.0.tgz", + "integrity": "sha512-c2KZL9lP4DjkN3hk/an4pWn5b5ZefhRJnAc42n6LJ19kSnbeRbdQZE5dSeE2LBol1OwJD3X1BQvFTAsa8ReeDA==", "hasInstallScript": true, + "license": "MIT", "funding": { "type": "opencollective", "url": "https://opencollective.com/core-js" @@ -13485,9 +13486,9 @@ "integrity": "sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ==" }, "auspice": { - "version": "2.63.1", - "resolved": "https://registry.npmjs.org/auspice/-/auspice-2.63.1.tgz", - "integrity": "sha512-rgTa9k72+/Afi+8LurcfOG7rebVJdxYu3CIzd4X5WrrcOQ7N9Lful5PFmZxA3upe9jVK7Cnv5lRyQzkAiQXSBQ==", + "version": "git+ssh://git@github.com/nextstrain/auspice.git#605b7cddc2cbe96bde15e8dcf7ea20657d3332d2", + "integrity": "sha512-wjc1ojb0XpuQ9ORXUGEWXVfzEor3S3k0JXBRWEveO8J3N7Ei26MM3u/za7SUQJEXfIr1dDDv8iGqcX0TkhfWrA==", + "from": "auspice@github:nextstrain/auspice#605b7cddc2cbe96bde15e8dcf7ea20657d3332d2", "requires": { "@babel/core": "^7.3.4", "@babel/plugin-proposal-class-properties": "^7.3.4", @@ -13511,7 +13512,7 @@ "clean-webpack-plugin": "^4.0.0", "compression": "^1.7.3", "compression-webpack-plugin": "^3.1.0", - "core-js": "^3.6.5", + "core-js": "^3.43.0", "create-react-class": "^15.7.0", "css-loader": "^3.4.0", "css.escape": "^1.5.1", @@ -14045,9 +14046,9 @@ } }, "core-js": { - "version": "3.29.1", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.29.1.tgz", - "integrity": "sha512-+jwgnhg6cQxKYIIjGtAHq2nwUOolo9eoFZ4sHfUH09BLXBgxnH4gA0zEd+t+BO2cNB8idaBtZFcFTRjQJRJmAw==" + "version": "3.45.0", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.45.0.tgz", + "integrity": "sha512-c2KZL9lP4DjkN3hk/an4pWn5b5ZefhRJnAc42n6LJ19kSnbeRbdQZE5dSeE2LBol1OwJD3X1BQvFTAsa8ReeDA==" }, "core-js-compat": { "version": "3.29.1", diff --git a/auspice-client/package.json b/auspice-client/package.json index fbe8a6fff..9fe40ebe7 100644 --- a/auspice-client/package.json +++ b/auspice-client/package.json @@ -1,7 +1,7 @@ { "private": true, "dependencies": { - "auspice": "^2.63.1", + "auspice": "github:nextstrain/auspice#605b7cddc2cbe96bde15e8dcf7ea20657d3332d2", "iso-639-1": "^2.1.15" } }