diff --git a/auspice-client/package-lock.json b/auspice-client/package-lock.json index f3197ad83..eda2be3cd 100644 --- a/auspice-client/package-lock.json +++ b/auspice-client/package-lock.json @@ -5,7 +5,7 @@ "packages": { "": { "dependencies": { - "auspice": "^2.46.1", + "auspice": "^2.47.0", "iso-639-1": "^2.1.15" } }, @@ -2439,9 +2439,9 @@ "integrity": "sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ==" }, "node_modules/auspice": { - "version": "2.46.1", - "resolved": "https://registry.npmjs.org/auspice/-/auspice-2.46.1.tgz", - "integrity": "sha512-O+W1EqsFa29hVCeSYXtBh9UUE/R3ni5ChZfyRNgLrMExFYmTQ219xTGgnOQPAL5SJIRht0B98Y/tJqQUTh/9NQ==", + "version": "2.47.0", + "resolved": "https://registry.npmjs.org/auspice/-/auspice-2.47.0.tgz", + "integrity": "sha512-ZbgAa3wkjV+ska7uqYVIgJkjWlwChNwmAmcONr+6wu3gEWqMKhPXALdikL9TBC+RaU2m/Az+yXTONAUx1yLKLQ==", "dependencies": { "@babel/core": "^7.3.4", "@babel/plugin-proposal-class-properties": "^7.3.4", @@ -2530,7 +2530,7 @@ "auspice": "auspice.js" }, "engines": { - "node": "^14 || ^16 || ^18", + "node": "^16 || ^18 || ^20", "npm": "^7 || ^8 || ^9" } }, @@ -9327,9 +9327,9 @@ "integrity": "sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ==" }, "auspice": { - "version": "2.46.1", - "resolved": "https://registry.npmjs.org/auspice/-/auspice-2.46.1.tgz", - "integrity": "sha512-O+W1EqsFa29hVCeSYXtBh9UUE/R3ni5ChZfyRNgLrMExFYmTQ219xTGgnOQPAL5SJIRht0B98Y/tJqQUTh/9NQ==", + "version": "2.47.0", + "resolved": "https://registry.npmjs.org/auspice/-/auspice-2.47.0.tgz", + "integrity": "sha512-ZbgAa3wkjV+ska7uqYVIgJkjWlwChNwmAmcONr+6wu3gEWqMKhPXALdikL9TBC+RaU2m/Az+yXTONAUx1yLKLQ==", "requires": { "@babel/core": "^7.3.4", "@babel/plugin-proposal-class-properties": "^7.3.4", diff --git a/auspice-client/package.json b/auspice-client/package.json index 9c2388dcf..e942eaa4e 100644 --- a/auspice-client/package.json +++ b/auspice-client/package.json @@ -1,7 +1,7 @@ { "private": true, "dependencies": { - "auspice": "^2.46.1", + "auspice": "^2.47.0", "iso-639-1": "^2.1.15" } }