Skip to content
This repository has been archived by the owner on Jun 25, 2024. It is now read-only.

Commit

Permalink
Merge pull request #621 from JupiterOne/INT-9642-bump-public-sdk-version
Browse files Browse the repository at this point in the history
INT-9642 Bump public sdk version
  • Loading branch information
JakeFerrero authored Oct 6, 2023
2 parents c636315 + e2f4612 commit a52a192
Show file tree
Hide file tree
Showing 2 changed files with 89 additions and 66 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@
"document:permissions": " yarn ts-node commands/documentPermissions.ts documentPermissions"
},
"peerDependencies": {
"@jupiterone/integration-sdk-core": "^10.0.0"
"@jupiterone/integration-sdk-core": "^11.0.3"
},
"devDependencies": {
"@jupiterone/integration-sdk-core": "^10.0.0",
"@jupiterone/integration-sdk-dev-tools": "^10.0.0",
"@jupiterone/integration-sdk-testing": "^10.0.0",
"@jupiterone/integration-sdk-core": "^11.0.3",
"@jupiterone/integration-sdk-dev-tools": "^11.0.3",
"@jupiterone/integration-sdk-testing": "^11.0.3",
"@types/bunyan": "^1.8.6",
"@types/bunyan-format": "^0.2.3",
"@types/node-fetch": "^2.5.10",
Expand Down
147 changes: 85 additions & 62 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1402,14 +1402,14 @@
ajv "^8.0.0"
ajv-formats "^2.0.0"

"@jupiterone/integration-sdk-cli@^10.0.0":
version "10.0.0"
resolved "https://registry.yarnpkg.com/@jupiterone/integration-sdk-cli/-/integration-sdk-cli-10.0.0.tgz#a99cc149c7511d07f241886f8e4320804134cda6"
integrity sha512-gkRC0OQH4gYs7+smizurj3ioICOB7nMv5U2j7dKKqA+grICdzpHXTKMKA7IA4nLWgecxZdHa1CIysixk/Y9YTw==
"@jupiterone/integration-sdk-cli@^11.0.3":
version "11.0.3"
resolved "https://registry.yarnpkg.com/@jupiterone/integration-sdk-cli/-/integration-sdk-cli-11.0.3.tgz#7486a747d34ae96765accdde8ddbd9e55790a6f3"
integrity sha512-SmzO1oxV9oc1B0DH537h30NhsDy9Zsf7Ud7BdU1jPuN7SCqC2KMGq0YL2mGpiwDPS6yQON+zeB+1SVqVvvXplg==
dependencies:
"@jupiterone/data-model" "^0.54.0"
"@jupiterone/integration-sdk-core" "^10.0.0"
"@jupiterone/integration-sdk-runtime" "^10.0.0"
"@jupiterone/integration-sdk-core" "^11.0.3"
"@jupiterone/integration-sdk-runtime" "^11.0.3"
chalk "^4"
commander "^9.4.0"
fs-extra "^10.1.0"
Expand All @@ -1424,29 +1424,29 @@
runtypes "5.1.0"
upath "^1.2.0"
url-exists "^1.0.3"
vis "^4.21.0-EOL"

"@jupiterone/integration-sdk-core@^10.0.0":
version "10.0.0"
resolved "https://registry.yarnpkg.com/@jupiterone/integration-sdk-core/-/integration-sdk-core-10.0.0.tgz#aa3ec43de3573fcf5e63db0fa397f3d4ebcb8825"
integrity sha512-/tJpWjvLau9CE10BqpoEVTj/BPNrU9Bp+/C03CqICexORlF4Iks0k6VlGoMJvdoE9C/4N4i9oKfn4lRPVJ7RLA==
"@jupiterone/integration-sdk-core@^11.0.3":
version "11.0.3"
resolved "https://registry.yarnpkg.com/@jupiterone/integration-sdk-core/-/integration-sdk-core-11.0.3.tgz#75923582ee75291938fa1a87ffe835256ed516f9"
integrity sha512-vru1GwIq0l68JNO3paGSAESnYQ0mdx00AXNaU44/g73+pyXSyxDke49ziInZcJSP0Xv+z0/XeH89wf0DTZ6Pnw==
dependencies:
"@jupiterone/data-model" "^0.54.0"
lodash "^4.17.21"

"@jupiterone/integration-sdk-dev-tools@^10.0.0":
version "10.0.0"
resolved "https://registry.yarnpkg.com/@jupiterone/integration-sdk-dev-tools/-/integration-sdk-dev-tools-10.0.0.tgz#970e3e9dcfabc5cc25aecff80f8d9d0a6ff13063"
integrity sha512-iDWhmZr4YbKqnzPudk0jvk5qlhRDOtA9QEy8k5TjtgbdW3mYlzfv0Yk7Ff9HS0JLray0Ucvb6y1YcnOsqZa+6g==
"@jupiterone/integration-sdk-dev-tools@^11.0.3":
version "11.0.3"
resolved "https://registry.yarnpkg.com/@jupiterone/integration-sdk-dev-tools/-/integration-sdk-dev-tools-11.0.3.tgz#64eb47a6c253595aef3427495a8de1c85b7fcf62"
integrity sha512-CgPbnu0d5JoMzImj/R05XTx+nDyxDtv1bjea18r8YNcrznJauEusHBCN3Vqw7AlRNayxpRynm3/aiMopBUG4RA==
dependencies:
"@jupiterone/integration-sdk-cli" "^10.0.0"
"@jupiterone/integration-sdk-testing" "^10.0.0"
"@jupiterone/integration-sdk-cli" "^11.0.3"
"@jupiterone/integration-sdk-testing" "^11.0.3"
"@types/jest" "^29.5.3"
"@types/node" "^18"
"@typescript-eslint/eslint-plugin" "^6.2.1"
"@typescript-eslint/parser" "^6.2.1"
eslint "^8.46.0"
eslint-config-prettier "^9.0.0"
eslint-plugin-deprecation "^1.5.0"
eslint-plugin-jest "^27.2.3"
husky "^4.2.5"
jest "^29.6.1"
Expand All @@ -1456,12 +1456,12 @@
ts-node "^9.1.1"
typescript "^5.1.6"

"@jupiterone/integration-sdk-runtime@^10.0.0":
version "10.0.0"
resolved "https://registry.yarnpkg.com/@jupiterone/integration-sdk-runtime/-/integration-sdk-runtime-10.0.0.tgz#cc9671c874dfbb8e68ef769190882373d4654066"
integrity sha512-5xMSj0oQBvtSxsIFfZZL6H4DVrWVRAxYEigox9fUufq7nnlCK45lKeDcTPUnq6u3/mGIZOmuE6vE0Bx6nl6tZA==
"@jupiterone/integration-sdk-runtime@^11.0.3":
version "11.0.3"
resolved "https://registry.yarnpkg.com/@jupiterone/integration-sdk-runtime/-/integration-sdk-runtime-11.0.3.tgz#3d8d1b71144a2acedff9607f5c25331c1f8037c3"
integrity sha512-6h3PSJbCBCAqMkt6JomAhs8F9oiHolkQBBB7bF4FiFpkRIGgACme3eNiufOF9rSuRpQQs3QRL5SAGMJh1BCVkg==
dependencies:
"@jupiterone/integration-sdk-core" "^10.0.0"
"@jupiterone/integration-sdk-core" "^11.0.3"
"@lifeomic/alpha" "^5.1.1"
"@lifeomic/attempt" "^3.0.3"
async-sema "^3.1.0"
Expand All @@ -1478,13 +1478,13 @@
p-queue "^6.3.0"
rimraf "^3.0.2"

"@jupiterone/integration-sdk-testing@^10.0.0":
version "10.0.0"
resolved "https://registry.yarnpkg.com/@jupiterone/integration-sdk-testing/-/integration-sdk-testing-10.0.0.tgz#7e1868495f8822463c18cf3494a9bbfef1df8fba"
integrity sha512-gG98jd/rLzGCclV0DIBwxiPrsV1z7CeH/u2GlahraQ2heD2/zKzK8Ow3tF29XZHGlW/xrJKkYVgcC7kzIZLb6g==
"@jupiterone/integration-sdk-testing@^11.0.3":
version "11.0.3"
resolved "https://registry.yarnpkg.com/@jupiterone/integration-sdk-testing/-/integration-sdk-testing-11.0.3.tgz#b953ac724a1c20eca00dc2c3c9405ea68408c44e"
integrity sha512-oU9bDvOuPEcVFhF4hcfvVXclx1oU1MWIb/aaDloEe2xdOvXyfC6cbB1M0RLsShNDqMIdg1BCB57ogLtAagxvZg==
dependencies:
"@jupiterone/integration-sdk-core" "^10.0.0"
"@jupiterone/integration-sdk-runtime" "^10.0.0"
"@jupiterone/integration-sdk-core" "^11.0.3"
"@jupiterone/integration-sdk-runtime" "^11.0.3"
"@pollyjs/adapter-node-http" "^6.0.5"
"@pollyjs/core" "^6.0.5"
"@pollyjs/persister-fs" "^6.0.5"
Expand Down Expand Up @@ -2517,6 +2517,14 @@
"@typescript-eslint/types" "6.3.0"
"@typescript-eslint/visitor-keys" "6.3.0"

"@typescript-eslint/[email protected]":
version "6.7.4"
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.7.4.tgz#a484a17aa219e96044db40813429eb7214d7b386"
integrity sha512-SdGqSLUPTXAXi7c3Ob7peAGVnmMoGzZ361VswK2Mqf8UOYcODiYvs8rs5ILqEdfvX1lE7wEZbLyELCW+Yrql1A==
dependencies:
"@typescript-eslint/types" "6.7.4"
"@typescript-eslint/visitor-keys" "6.7.4"

"@typescript-eslint/[email protected]":
version "6.3.0"
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.3.0.tgz#3bf89ccd36621ddec1b7f8246afe467c67adc247"
Expand All @@ -2537,6 +2545,11 @@
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.3.0.tgz#84517f1427923e714b8418981e493b6635ab4c9d"
integrity sha512-K6TZOvfVyc7MO9j60MkRNWyFSf86IbOatTKGrpTQnzarDZPYPVy0oe3myTMq7VjhfsUAbNUW8I5s+2lZvtx1gg==

"@typescript-eslint/[email protected]":
version "6.7.4"
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.7.4.tgz#5d358484d2be986980c039de68e9f1eb62ea7897"
integrity sha512-o9XWK2FLW6eSS/0r/tgjAGsYasLAnOWg7hvZ/dGYSSNjCh+49k5ocPN8OmG5aZcSJ8pclSOyVKP2x03Sj+RrCA==

"@typescript-eslint/[email protected]":
version "5.62.0"
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz#7d17794b77fabcac615d6a48fb143330d962eb9b"
Expand All @@ -2563,6 +2576,19 @@
semver "^7.5.4"
ts-api-utils "^1.0.1"

"@typescript-eslint/[email protected]":
version "6.7.4"
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.7.4.tgz#f2baece09f7bb1df9296e32638b2e1130014ef1a"
integrity sha512-ty8b5qHKatlNYd9vmpHooQz3Vki3gG+3PchmtsA4TgrZBKWHNjWfkQid7K7xQogBqqc7/BhGazxMD5vr6Ha+iQ==
dependencies:
"@typescript-eslint/types" "6.7.4"
"@typescript-eslint/visitor-keys" "6.7.4"
debug "^4.3.4"
globby "^11.1.0"
is-glob "^4.0.3"
semver "^7.5.4"
ts-api-utils "^1.0.1"

"@typescript-eslint/[email protected]":
version "6.3.0"
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.3.0.tgz#0898c5e374372c2092ca1b979ea7ee9cc020ce84"
Expand Down Expand Up @@ -2590,6 +2616,19 @@
eslint-scope "^5.1.1"
semver "^7.3.7"

"@typescript-eslint/utils@^6.0.0":
version "6.7.4"
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.7.4.tgz#2236f72b10e38277ee05ef06142522e1de470ff2"
integrity sha512-PRQAs+HUn85Qdk+khAxsVV+oULy3VkbH3hQ8hxLRJXWBEd7iI+GbQxH5SEUSH7kbEoTp6oT1bOwyga24ELALTA==
dependencies:
"@eslint-community/eslint-utils" "^4.4.0"
"@types/json-schema" "^7.0.12"
"@types/semver" "^7.5.0"
"@typescript-eslint/scope-manager" "6.7.4"
"@typescript-eslint/types" "6.7.4"
"@typescript-eslint/typescript-estree" "6.7.4"
semver "^7.5.4"

"@typescript-eslint/[email protected]":
version "5.62.0"
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.62.0.tgz#2174011917ce582875954ffe2f6912d5931e353e"
Expand All @@ -2606,6 +2645,14 @@
"@typescript-eslint/types" "6.3.0"
eslint-visitor-keys "^3.4.1"

"@typescript-eslint/[email protected]":
version "6.7.4"
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.7.4.tgz#80dfecf820fc67574012375859085f91a4dff043"
integrity sha512-pOW37DUhlTZbvph50x5zZCkFn3xzwkGtNoJHzIM3svpiSkJzwOYr/kVBaXmf+RAQiUDs1AHEZVNPg6UJCJpwRA==
dependencies:
"@typescript-eslint/types" "6.7.4"
eslint-visitor-keys "^3.4.1"

abort-controller@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/abort-controller/-/abort-controller-3.0.0.tgz#eaf54d53b62bae4138e809ca225c8439a6efb392"
Expand Down Expand Up @@ -3731,11 +3778,6 @@ electron-to-chromium@^1.4.477:
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.488.tgz#442b1855f8c84fb1ed79f518985c65db94f64cc9"
integrity sha512-Dv4sTjiW7t/UWGL+H8ZkgIjtUAVZDgb/PwGWvMsCT7jipzUV/u5skbLXPFKb6iV0tiddVi/bcS2/kUrczeWgIQ==

emitter-component@^1.1.1:
version "1.1.1"
resolved "https://registry.yarnpkg.com/emitter-component/-/emitter-component-1.1.1.tgz#065e2dbed6959bf470679edabeaf7981d1003ab6"
integrity sha512-G+mpdiAySMuB7kesVRLuyvYRqDmshB7ReKEVuyBPkzQlmiDiLrt7hHHIy4Aff552bgknVN7B2/d3lzhGO5dvpQ==

emittery@^0.13.1:
version "0.13.1"
resolved "https://registry.yarnpkg.com/emittery/-/emittery-0.13.1.tgz#c04b8c3457490e0847ae51fced3af52d338e3dad"
Expand Down Expand Up @@ -3825,6 +3867,15 @@ eslint-config-prettier@^9.0.0:
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-9.0.0.tgz#eb25485946dd0c66cd216a46232dc05451518d1f"
integrity sha512-IcJsTkJae2S35pRsRAwoCE+925rJJStOdkKnLVgtE+tEpqU0EVVM7OqrwxqgptKdX29NUwC82I5pXsGFIgSevw==

eslint-plugin-deprecation@^1.5.0:
version "1.6.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-deprecation/-/eslint-plugin-deprecation-1.6.0.tgz#b12d0c5a9baf3bcde0752ff6337703c059a4ae23"
integrity sha512-rld+Vrneh/NXRtDB0vQifOvgUy0HJYoejaxWlVnsk/LK7iij2tCWQIFcCKG4uzQb+Ef86bDke39w1lh4wnon4Q==
dependencies:
"@typescript-eslint/utils" "^6.0.0"
tslib "^2.3.1"
tsutils "^3.21.0"

eslint-plugin-jest@^27.2.3:
version "27.2.3"
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-27.2.3.tgz#6f8a4bb2ca82c0c5d481d1b3be256ab001f5a3ec"
Expand Down Expand Up @@ -4619,11 +4670,6 @@ gtoken@^6.1.0:
google-p12-pem "^4.0.0"
jws "^4.0.0"

hammerjs@^2.0.8:
version "2.0.8"
resolved "https://registry.yarnpkg.com/hammerjs/-/hammerjs-2.0.8.tgz#04ef77862cff2bb79d30f7692095930222bf60f1"
integrity sha512-tSQXBXS/MWQOn/RKckawJ61vvsDpCom87JgxiYdGwHdOa0ht0vzUWDlfioofFCRU0L+6NGDt6XzbgoJvZkMeRQ==

handlebars@^4.4.3:
version "4.7.8"
resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.7.8.tgz#41c42c18b1be2365439188c77c6afae71c0cd9e9"
Expand Down Expand Up @@ -5562,11 +5608,6 @@ jws@^4.0.0:
jwa "^2.0.0"
safe-buffer "^5.0.1"

keycharm@^0.2.0:
version "0.2.0"
resolved "https://registry.yarnpkg.com/keycharm/-/keycharm-0.2.0.tgz#fa6ea2e43b90a68028843d27f2075d35a8c3e6f9"
integrity sha512-i/XBRTiLqRConPKioy2oq45vbv04e8x59b0mnsIRQM+7Ec/8BC7UcL5pnC4FMeGb8KwG7q4wOMw7CtNZf5tiIg==

kind-of@^6.0.2:
version "6.0.3"
resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.3.tgz#07c05034a6c349fa06e24fa35aa76db4580ce4dd"
Expand Down Expand Up @@ -5890,7 +5931,7 @@ module-alias@^2.2.2:
resolved "https://registry.yarnpkg.com/module-alias/-/module-alias-2.2.3.tgz#ec2e85c68973bda6ab71ce7c93b763ec96053221"
integrity sha512-23g5BFj4zdQL/b6tor7Ji+QY4pEfNH784BMslY9Qb0UnJWRAt+lQGLYmRaM0KDBwIG23ffEBELhZDP2rhi9f/Q==

moment@^2.18.1, moment@^2.19.3:
moment@^2.19.3:
version "2.29.4"
resolved "https://registry.yarnpkg.com/moment/-/moment-2.29.4.tgz#3dbe052889fe7c1b2ed966fcb3a77328964ef108"
integrity sha512-5LC9SOxjSc2HF6vO2CyuTDNivEdoz2IvyJJGj6X8DJ0eFyfszE0QiEd+iXmBvUP3WHxSjFH/vIsA0EN00cgr8w==
Expand Down Expand Up @@ -6567,13 +6608,6 @@ propagate@^2.0.0:
resolved "https://registry.yarnpkg.com/propagate/-/propagate-2.0.1.tgz#40cdedab18085c792334e64f0ac17256d38f9a45"
integrity sha512-vGrhOavPSTz4QVNuBNdcNXePNdNMaO1xj9yBeH1ScQPjk/rhg9sSlCXPhMkFuaNNW/syTvYqsnbIJxMBfRbbag==

propagating-hammerjs@^1.4.6:
version "1.5.0"
resolved "https://registry.yarnpkg.com/propagating-hammerjs/-/propagating-hammerjs-1.5.0.tgz#223d58465489b64879fb0cef2c99ba92b294c239"
integrity sha512-3PUXWmomwutoZfydC+lJwK1bKCh6sK6jZGB31RUX6+4EXzsbkDZrK4/sVR7gBrvJaEIwpTVyxQUAd29FKkmVdw==
dependencies:
hammerjs "^2.0.8"

proxy-addr@~2.0.7:
version "2.0.7"
resolved "https://registry.yarnpkg.com/proxy-addr/-/proxy-addr-2.0.7.tgz#f19fe69ceab311eeb94b42e70e8c2070f9ba1025"
Expand Down Expand Up @@ -7670,17 +7704,6 @@ [email protected]:
core-util-is "1.0.2"
extsprintf "^1.2.0"

vis@^4.21.0-EOL:
version "4.21.0-EOL"
resolved "https://registry.yarnpkg.com/vis/-/vis-4.21.0-EOL.tgz#e397085d439de6f6ff1f3c46287e5bef51b47b03"
integrity sha512-JVS1mywKg5S88XbkDJPfCb3n+vlg5fMA8Ae2hzs3KHAwD4ryM5qwlbFZ6ReDfY8te7I4NLCpuCoywJQEehvJlQ==
dependencies:
emitter-component "^1.1.1"
hammerjs "^2.0.8"
keycharm "^0.2.0"
moment "^2.18.1"
propagating-hammerjs "^1.4.6"

walker@^1.0.8:
version "1.0.8"
resolved "https://registry.yarnpkg.com/walker/-/walker-1.0.8.tgz#bd498db477afe573dc04185f011d3ab8a8d7653f"
Expand Down

0 comments on commit a52a192

Please sign in to comment.