diff --git a/asset/package.json b/asset/package.json index b9ad4275..edfbef10 100644 --- a/asset/package.json +++ b/asset/package.json @@ -22,7 +22,7 @@ }, "dependencies": { "@faker-js/faker": "^9.0.1", - "@terascope/job-components": "^1.3.0", + "@terascope/job-components": "^1.3.1", "@terascope/standard-asset-apis": "^1.0.2", "@terascope/utils": "^1.1.0", "@types/chance": "^1.1.4", diff --git a/package.json b/package.json index c222c561..d93c20f0 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ }, "devDependencies": { "@terascope/eslint-config": "^1.0.0", - "@terascope/job-components": "^1.3.0", + "@terascope/job-components": "^1.3.1", "@terascope/scripts": "^1.1.0", "@terascope/standard-asset-apis": "^1.0.2", "@types/express": "^4.17.19", diff --git a/yarn.lock b/yarn.lock index 0251753d..8c256d9e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -787,10 +787,10 @@ progress "^2.0.3" yargs "^17.2.1" -"@terascope/job-components@^1.3.0": - version "1.3.0" - resolved "https://registry.yarnpkg.com/@terascope/job-components/-/job-components-1.3.0.tgz#c15420877d55e06c3dacc563e27d59bcdc38c8f1" - integrity sha512-RzXKLrGYEXp4dMTLNJ4oqwvs+4nn10lA7oGVEwfXePoW0dh/AGBGkBDT+pbWQOs8HSs6LYFrmNYmlnePcco3Xw== +"@terascope/job-components@^1.3.1": + version "1.3.1" + resolved "https://registry.yarnpkg.com/@terascope/job-components/-/job-components-1.3.1.tgz#4c4f15ebea9bdfeaeb8ba350c4e5334968ef74b9" + integrity sha512-LCyMWQNGnGkGaVDw6W+s9ChuV68cYacEwc6A0WQzMZA2KYxBvG+whJ1LwG6Tqi5uyucaFOOLjeCVhsAZ/wmEmg== dependencies: "@terascope/types" "^1.1.0" "@terascope/utils" "^1.1.0"