diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c30932..cbdd9b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,13 @@ and this project adheres to ## [Unreleased] +## [0.2.4] - 2022-05-13 + +### Fixed + +- Bumped SDK version to pull in fix for issue where we would periodically see + duplicate nodes. + ## [0.2.3] - 2022-05-05 ### Changed diff --git a/package.json b/package.json index 1bd75c7..50dad5a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@jupiterone/starbase", - "version": "0.2.3", + "version": "0.2.4", "description": "Orchestrator project for JupiterOne open source ingestion projects.", "repository": "https://github.com/JupiterOne/starbase.git", "author": "dev-integrations@jupiterone.com", @@ -35,8 +35,8 @@ "build": "tsc -p tsconfig.dist.json --declaration" }, "dependencies": { - "@jupiterone/integration-sdk-cli": "^8.13.2", - "@jupiterone/integration-sdk-core": "^8.13.2", + "@jupiterone/integration-sdk-cli": "^8.13.6", + "@jupiterone/integration-sdk-core": "^8.13.6", "ajv": "^8.9.0", "js-yaml": "^4.1.0", "lodash.snakecase": "^4.1.1", diff --git a/yarn.lock b/yarn.lock index 85c8f6d..72a425b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -646,6 +646,25 @@ upath "^1.2.0" vis "^4.21.0-EOL" +"@jupiterone/integration-sdk-cli@^8.13.6": + version "8.13.6" + resolved "https://registry.yarnpkg.com/@jupiterone/integration-sdk-cli/-/integration-sdk-cli-8.13.6.tgz#8be49344830ea6a36320a0fbd6cf6d15c8fd217e" + integrity sha512-kVBG83VSuLgSVzIpZSI2BImPqSa0oY0NQASb8K8gzMSoK4CoHPXtSJq4lrTu/HB5ZOJIzMXtBSbYKOTIzW/6DQ== + dependencies: + "@jupiterone/integration-sdk-runtime" "^8.13.6" + chalk "^4" + commander "^5.0.0" + fs-extra "^10.1.0" + globby "^11.0.0" + js-yaml "^4.1.0" + json-diff "^0.5.4" + lodash "^4.17.19" + markdown-table "^2.0.0" + neo4j-driver "^4.3.3" + runtypes "5.1.0" + upath "^1.2.0" + vis "^4.21.0-EOL" + "@jupiterone/integration-sdk-core@^8.13.2": version "8.13.2" resolved "https://registry.yarnpkg.com/@jupiterone/integration-sdk-core/-/integration-sdk-core-8.13.2.tgz#b2e03f52a4f90fe971270ff159b5fdeda7eb9b41" @@ -655,6 +674,15 @@ lodash "^4.17.21" uuid "^8.3.2" +"@jupiterone/integration-sdk-core@^8.13.6": + version "8.13.6" + resolved "https://registry.yarnpkg.com/@jupiterone/integration-sdk-core/-/integration-sdk-core-8.13.6.tgz#68741ac15f21eb7a3178158bea19f17d0878a66e" + integrity sha512-NFoAxX9xGcLtiYn7HBA1ooWkxD+yAMtbo9MAkW87527SEUVgBcjTei5bRyaeVhRUiPx6Ufj13Yi0ZCPva9TXUw== + dependencies: + "@jupiterone/data-model" "^0.47.0" + lodash "^4.17.21" + uuid "^8.3.2" + "@jupiterone/integration-sdk-dev-tools@^8.11.0": version "8.13.2" resolved "https://registry.yarnpkg.com/@jupiterone/integration-sdk-dev-tools/-/integration-sdk-dev-tools-8.13.2.tgz#14280d0ddccaf6d6da33803bfe245e4a2b2646ae" @@ -700,6 +728,29 @@ rimraf "^3.0.2" uuid "^7.0.3" +"@jupiterone/integration-sdk-runtime@^8.13.6": + version "8.13.6" + resolved "https://registry.yarnpkg.com/@jupiterone/integration-sdk-runtime/-/integration-sdk-runtime-8.13.6.tgz#402021c9a68ca4d6ac2c231440fb7bb6d2e411a8" + integrity sha512-Xxle9ZTNA18T+Y42BNgJozgMnKpexg6j2YJQwaEDhfR9zDTlgYO1wB+yyiOiQ/nF406I6xiIvBNgaZ4plv+lIQ== + dependencies: + "@jupiterone/integration-sdk-core" "^8.13.6" + "@lifeomic/alpha" "^1.4.0" + "@lifeomic/attempt" "^3.0.3" + async-sema "^3.1.0" + axios "^0.21.1" + bunyan "^1.8.12" + bunyan-format "^0.2.1" + dependency-graph "^0.9.0" + dotenv "^8.2.0" + dotenv-expand "^5.1.0" + get-folder-size "^2.0.1" + globby "^11.0.0" + lodash "^4.17.15" + p-map "^4.0.0" + p-queue "^6.3.0" + rimraf "^3.0.2" + uuid "^7.0.3" + "@jupiterone/integration-sdk-testing@^8.13.2": version "8.13.2" resolved "https://registry.yarnpkg.com/@jupiterone/integration-sdk-testing/-/integration-sdk-testing-8.13.2.tgz#066e36f0f4bf457d6fc5f0d0bd07dbbcc9cacff4"