diff --git a/package-lock.json b/package-lock.json index cb9f6f308..c150bcf9e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,8 +17,8 @@ "esbuild-register": "^3.3.3", "test": "^3.2.1", "ts-node": "^10.9.1", - "turbo": "latest", - "wrangler": "^2.1.12" + "turbo": "*", + "wrangler": "^2.20.2" }, "engines": { "node": ">=14.0.0", @@ -37,7 +37,8 @@ } }, "integrations/cognito": { - "version": "0.0.1", + "name": "@gitbook/integration-cognito", + "version": "0.0.2", "dependencies": { "@gitbook/api": "*", "@gitbook/runtime": "*", @@ -79,7 +80,7 @@ }, "integrations/fathom": { "name": "@gitbook/integration-fathom", - "version": "0.0.4", + "version": "0.0.5", "dependencies": { "@gitbook/api": "*", "@gitbook/runtime": "*" @@ -116,7 +117,7 @@ }, "integrations/github": { "name": "@gitbook/integration-github", - "version": "0.1.1", + "version": "0.2.0", "dependencies": { "@gitbook/api": "*", "@gitbook/runtime": "*", @@ -203,7 +204,7 @@ }, "integrations/gitlab": { "name": "@gitbook/integration-gitlab", - "version": "0.0.15", + "version": "0.1.0", "dependencies": { "@gitbook/api": "*", "@gitbook/runtime": "*", @@ -252,7 +253,7 @@ }, "integrations/googleanalytics": { "name": "@gitbook/integration-googleanalytics", - "version": "0.1.3", + "version": "0.1.4", "dependencies": { "@gitbook/api": "*", "@gitbook/runtime": "*" @@ -263,7 +264,7 @@ }, "integrations/heap": { "name": "@gitbook/integration-heap", - "version": "0.1.3", + "version": "0.1.4", "dependencies": { "@gitbook/api": "*", "@gitbook/runtime": "*" @@ -274,7 +275,7 @@ }, "integrations/hotjar": { "name": "@gitbook/integration-hotjar", - "version": "0.1.3", + "version": "0.1.4", "dependencies": { "@gitbook/api": "*", "@gitbook/runtime": "*" @@ -296,7 +297,7 @@ }, "integrations/intercom": { "name": "@gitbook/integration-intercom", - "version": "0.0.4", + "version": "0.0.5", "dependencies": { "@gitbook/api": "*", "@gitbook/runtime": "*" @@ -626,7 +627,7 @@ }, "integrations/mixpanel": { "name": "@gitbook/integration-mixpanel", - "version": "0.0.3", + "version": "0.0.4", "dependencies": { "@gitbook/api": "*", "@gitbook/runtime": "*" @@ -637,7 +638,7 @@ }, "integrations/plausible": { "name": "@gitbook/integration-plausible", - "version": "0.1.3", + "version": "0.1.4", "dependencies": { "@gitbook/api": "*", "@gitbook/runtime": "*" @@ -648,7 +649,7 @@ }, "integrations/posthog": { "name": "@gitbook/integration-posthog", - "version": "0.0.6", + "version": "0.0.7", "dependencies": { "@gitbook/api": "*", "@gitbook/runtime": "*" @@ -818,7 +819,7 @@ }, "integrations/va-auth0": { "name": "@gitbook/integration-va-auth0", - "version": "0.0.5", + "version": "0.0.6", "dependencies": { "@gitbook/api": "*", "@gitbook/runtime": "*", @@ -831,7 +832,7 @@ }, "integrations/va-azure": { "name": "@gitbook/integration-va-azure", - "version": "0.0.5", + "version": "0.0.6", "dependencies": { "@gitbook/api": "*", "@gitbook/runtime": "*", @@ -844,7 +845,7 @@ }, "integrations/va-okta": { "name": "@gitbook/integration-va-okta", - "version": "0.0.6", + "version": "0.0.7", "dependencies": { "@gitbook/api": "*", "@gitbook/runtime": "*", @@ -13426,9 +13427,10 @@ } }, "node_modules/wrangler": { - "version": "2.20.0", + "version": "2.20.2", + "resolved": "https://registry.npmjs.org/wrangler/-/wrangler-2.20.2.tgz", + "integrity": "sha512-ZWydYGuKbHC8PdKLk7JAdRYMK78mHVnmaFsLRf2ZpnmVl2nQl9lKIXKKGVUdmezj70FvLhJCD/2LsGOPGg2AFg==", "dev": true, - "license": "MIT OR Apache-2.0", "dependencies": { "@cloudflare/kv-asset-handler": "^0.2.0", "@esbuild-plugins/node-globals-polyfill": "^0.1.1", @@ -13971,7 +13973,7 @@ }, "packages/api": { "name": "@gitbook/api", - "version": "0.44.0", + "version": "0.46.0", "dependencies": { "event-iterator": "^2.0.0", "eventsource-parser": "^1.1.1" diff --git a/package.json b/package.json index 0916032fe..4a2a4cedf 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "test": "^3.2.1", "ts-node": "^10.9.1", "turbo": "latest", - "wrangler": "^2.1.12" + "wrangler": "^2.20.2" }, "engines": { "npm": ">=7.0.0",