diff --git a/pkg/npm/api/package-lock.json b/pkg/npm/api/package-lock.json index 691751171..127eefec3 100644 Binary files a/pkg/npm/api/package-lock.json and b/pkg/npm/api/package-lock.json differ diff --git a/pkg/npm/api/package.json b/pkg/npm/api/package.json index 29aa479ae..38f7f4548 100644 --- a/pkg/npm/api/package.json +++ b/pkg/npm/api/package.json @@ -1,6 +1,6 @@ { "name": "@urbit/api", - "version": "1.2.0", + "version": "1.3.0", "description": "", "repository": { "type": "git", @@ -21,7 +21,7 @@ "dependencies": { "@babel/runtime": "^7.12.5", "@types/lodash": "^4.14.168", - "@urbit/eslint-config": "^1.0.1", + "@urbit/eslint-config": "^1.0.2", "big-integer": "^1.6.48", "immer": "^9.0.1", "lodash": "^4.17.20", diff --git a/pkg/npm/eslint-config/package-lock.json b/pkg/npm/eslint-config/package-lock.json index 33c7b8d89..98275a7cc 100644 Binary files a/pkg/npm/eslint-config/package-lock.json and b/pkg/npm/eslint-config/package-lock.json differ diff --git a/pkg/npm/eslint-config/package.json b/pkg/npm/eslint-config/package.json index ec32307f5..5c524c3e1 100644 --- a/pkg/npm/eslint-config/package.json +++ b/pkg/npm/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@urbit/eslint-config", - "version": "1.0.1", + "version": "1.0.2", "description": "", "repository": { "type": "git", diff --git a/pkg/npm/http-api/package-lock.json b/pkg/npm/http-api/package-lock.json index 32f1a6645..b52cb60d3 100644 Binary files a/pkg/npm/http-api/package-lock.json and b/pkg/npm/http-api/package-lock.json differ diff --git a/pkg/npm/http-api/package.json b/pkg/npm/http-api/package.json index 7cb66b205..75b1380c0 100644 --- a/pkg/npm/http-api/package.json +++ b/pkg/npm/http-api/package.json @@ -1,6 +1,6 @@ { "name": "@urbit/http-api", - "version": "1.2.3", + "version": "1.3.0", "license": "MIT", "description": "Library to interact with an Urbit ship over HTTP", "repository": {