diff --git a/provider/cmd/pulumi-resource-aws/schema.json b/provider/cmd/pulumi-resource-aws/schema.json index 2631a8b259..b41e8b8e10 100644 --- a/provider/cmd/pulumi-resource-aws/schema.json +++ b/provider/cmd/pulumi-resource-aws/schema.json @@ -253,9 +253,7 @@ "packageDescription": "A Pulumi package for creating and managing Amazon Web Services (AWS) cloud resources.", "readme": "\u003e This provider is a derived work of the [Terraform Provider](https://github.com/hashicorp/terraform-provider-aws)\n\u003e distributed under [MPL 2.0](https://www.mozilla.org/en-US/MPL/2.0/). If you encounter a bug or missing feature,\n\u003e first check the [`pulumi-aws` repo](https://github.com/pulumi/pulumi-aws/issues); however, if that doesn't turn up anything,\n\u003e please consult the source [`terraform-provider-aws` repo](https://github.com/hashicorp/terraform-provider-aws/issues).", "dependencies": { - "builtin-modules": "3.0.0", - "mime": "^2.0.0", - "resolve": "^1.7.1" + "mime": "^2.0.0" }, "devDependencies": { "@types/mime": "^2.0.0", diff --git a/provider/resources.go b/provider/resources.go index cd33b0447a..8bfa105e1d 100644 --- a/provider/resources.go +++ b/provider/resources.go @@ -5275,9 +5275,7 @@ compatibility shim in favor of the new "name" field.`) }, JavaScript: &tfbridge.JavaScriptInfo{ Dependencies: map[string]string{ - "mime": "^2.0.0", - "builtin-modules": "3.0.0", - "resolve": "^1.7.1", + "mime": "^2.0.0", }, DevDependencies: map[string]string{ "@types/node": "^10.0.0", // so we can access strongly typed node definitions. diff --git a/sdk/nodejs/package.json b/sdk/nodejs/package.json index de8c1e7af2..90d0faba17 100644 --- a/sdk/nodejs/package.json +++ b/sdk/nodejs/package.json @@ -14,9 +14,7 @@ }, "dependencies": { "@pulumi/pulumi": "^3.142.0", - "builtin-modules": "3.0.0", - "mime": "^2.0.0", - "resolve": "^1.7.1" + "mime": "^2.0.0" }, "devDependencies": { "@types/mime": "^2.0.0",