diff --git a/docs/certificate.go.md b/docs/certificate.go.md
index 542940c..eef2538 100644
--- a/docs/certificate.go.md
+++ b/docs/certificate.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/vancluever/acme/2.28
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-acme-go/acme/v11/certificate"
+import "github.com/cdktf/cdktf-provider-acme-go/acme/certificate"
certificate.NewCertificate(scope Construct, id *string, config CertificateConfig) Certificate
```
@@ -603,7 +603,7 @@ func ResetTlsChallenge()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-acme-go/acme/v11/certificate"
+import "github.com/cdktf/cdktf-provider-acme-go/acme/certificate"
certificate.Certificate_IsConstruct(x interface{}) *bool
```
@@ -635,7 +635,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-acme-go/acme/v11/certificate"
+import "github.com/cdktf/cdktf-provider-acme-go/acme/certificate"
certificate.Certificate_IsTerraformElement(x interface{}) *bool
```
@@ -649,7 +649,7 @@ certificate.Certificate_IsTerraformElement(x interface{}) *bool
##### `IsTerraformResource`
```go
-import "github.com/cdktf/cdktf-provider-acme-go/acme/v11/certificate"
+import "github.com/cdktf/cdktf-provider-acme-go/acme/certificate"
certificate.Certificate_IsTerraformResource(x interface{}) *bool
```
@@ -663,7 +663,7 @@ certificate.Certificate_IsTerraformResource(x interface{}) *bool
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-acme-go/acme/v11/certificate"
+import "github.com/cdktf/cdktf-provider-acme-go/acme/certificate"
certificate.Certificate_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -1464,7 +1464,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-acme-go/acme/v11/certificate"
+import "github.com/cdktf/cdktf-provider-acme-go/acme/certificate"
&certificate.CertificateConfig {
Connection: interface{},
@@ -1481,10 +1481,10 @@ import "github.com/cdktf/cdktf-provider-acme-go/acme/v11/certificate"
CommonName: *string,
DisableCompletePropagation: interface{},
DnsChallenge: interface{},
- HttpChallenge: github.com/cdktf/cdktf-provider-acme-go/acme/v11.certificate.CertificateHttpChallenge,
- HttpMemcachedChallenge: github.com/cdktf/cdktf-provider-acme-go/acme/v11.certificate.CertificateHttpMemcachedChallenge,
- HttpS3Challenge: github.com/cdktf/cdktf-provider-acme-go/acme/v11.certificate.CertificateHttpS3Challenge,
- HttpWebrootChallenge: github.com/cdktf/cdktf-provider-acme-go/acme/v11.certificate.CertificateHttpWebrootChallenge,
+ HttpChallenge: github.com/cdktf/cdktf-provider-acme-go/acme.certificate.CertificateHttpChallenge,
+ HttpMemcachedChallenge: github.com/cdktf/cdktf-provider-acme-go/acme.certificate.CertificateHttpMemcachedChallenge,
+ HttpS3Challenge: github.com/cdktf/cdktf-provider-acme-go/acme.certificate.CertificateHttpS3Challenge,
+ HttpWebrootChallenge: github.com/cdktf/cdktf-provider-acme-go/acme.certificate.CertificateHttpWebrootChallenge,
Id: *string,
KeyType: *string,
MinDaysRemaining: *f64,
@@ -1495,7 +1495,7 @@ import "github.com/cdktf/cdktf-provider-acme-go/acme/v11/certificate"
RevokeCertificateOnDestroy: interface{},
RevokeCertificateReason: *string,
SubjectAlternativeNames: *[]*string,
- TlsChallenge: github.com/cdktf/cdktf-provider-acme-go/acme/v11.certificate.CertificateTlsChallenge,
+ TlsChallenge: github.com/cdktf/cdktf-provider-acme-go/acme.certificate.CertificateTlsChallenge,
}
```
@@ -1889,7 +1889,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancl
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-acme-go/acme/v11/certificate"
+import "github.com/cdktf/cdktf-provider-acme-go/acme/certificate"
&certificate.CertificateDnsChallenge {
Provider: *string,
@@ -1935,7 +1935,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancl
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-acme-go/acme/v11/certificate"
+import "github.com/cdktf/cdktf-provider-acme-go/acme/certificate"
&certificate.CertificateHttpChallenge {
Port: *f64,
@@ -1981,7 +1981,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancl
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-acme-go/acme/v11/certificate"
+import "github.com/cdktf/cdktf-provider-acme-go/acme/certificate"
&certificate.CertificateHttpMemcachedChallenge {
Hosts: *[]*string,
@@ -2013,7 +2013,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancl
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-acme-go/acme/v11/certificate"
+import "github.com/cdktf/cdktf-provider-acme-go/acme/certificate"
&certificate.CertificateHttpS3Challenge {
S3Bucket: *string,
@@ -2045,7 +2045,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancl
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-acme-go/acme/v11/certificate"
+import "github.com/cdktf/cdktf-provider-acme-go/acme/certificate"
&certificate.CertificateHttpWebrootChallenge {
Directory: *string,
@@ -2077,7 +2077,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancl
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-acme-go/acme/v11/certificate"
+import "github.com/cdktf/cdktf-provider-acme-go/acme/certificate"
&certificate.CertificateTlsChallenge {
Port: *f64,
@@ -2111,7 +2111,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancl
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-acme-go/acme/v11/certificate"
+import "github.com/cdktf/cdktf-provider-acme-go/acme/certificate"
certificate.NewCertificateDnsChallengeList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) CertificateDnsChallengeList
```
@@ -2271,7 +2271,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-acme-go/acme/v11/certificate"
+import "github.com/cdktf/cdktf-provider-acme-go/acme/certificate"
certificate.NewCertificateDnsChallengeOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) CertificateDnsChallengeOutputReference
```
@@ -2589,7 +2589,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-acme-go/acme/v11/certificate"
+import "github.com/cdktf/cdktf-provider-acme-go/acme/certificate"
certificate.NewCertificateHttpChallengeOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CertificateHttpChallengeOutputReference
```
@@ -2896,7 +2896,7 @@ func InternalValue() CertificateHttpChallenge
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-acme-go/acme/v11/certificate"
+import "github.com/cdktf/cdktf-provider-acme-go/acme/certificate"
certificate.NewCertificateHttpMemcachedChallengeOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CertificateHttpMemcachedChallengeOutputReference
```
@@ -3167,7 +3167,7 @@ func InternalValue() CertificateHttpMemcachedChallenge
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-acme-go/acme/v11/certificate"
+import "github.com/cdktf/cdktf-provider-acme-go/acme/certificate"
certificate.NewCertificateHttpS3ChallengeOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CertificateHttpS3ChallengeOutputReference
```
@@ -3438,7 +3438,7 @@ func InternalValue() CertificateHttpS3Challenge
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-acme-go/acme/v11/certificate"
+import "github.com/cdktf/cdktf-provider-acme-go/acme/certificate"
certificate.NewCertificateHttpWebrootChallengeOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CertificateHttpWebrootChallengeOutputReference
```
@@ -3709,7 +3709,7 @@ func InternalValue() CertificateHttpWebrootChallenge
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-acme-go/acme/v11/certificate"
+import "github.com/cdktf/cdktf-provider-acme-go/acme/certificate"
certificate.NewCertificateTlsChallengeOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CertificateTlsChallengeOutputReference
```
diff --git a/docs/dataAcmeServerUrl.go.md b/docs/dataAcmeServerUrl.go.md
index b6ce49b..0cdb650 100644
--- a/docs/dataAcmeServerUrl.go.md
+++ b/docs/dataAcmeServerUrl.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/vancluever/acme/2.28
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-acme-go/acme/v11/dataacmeserverurl"
+import "github.com/cdktf/cdktf-provider-acme-go/acme/dataacmeserverurl"
dataacmeserverurl.NewDataAcmeServerUrl(scope Construct, id *string, config DataAcmeServerUrlConfig) DataAcmeServerUrl
```
@@ -283,7 +283,7 @@ func ResetId()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-acme-go/acme/v11/dataacmeserverurl"
+import "github.com/cdktf/cdktf-provider-acme-go/acme/dataacmeserverurl"
dataacmeserverurl.DataAcmeServerUrl_IsConstruct(x interface{}) *bool
```
@@ -315,7 +315,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-acme-go/acme/v11/dataacmeserverurl"
+import "github.com/cdktf/cdktf-provider-acme-go/acme/dataacmeserverurl"
dataacmeserverurl.DataAcmeServerUrl_IsTerraformElement(x interface{}) *bool
```
@@ -329,7 +329,7 @@ dataacmeserverurl.DataAcmeServerUrl_IsTerraformElement(x interface{}) *bool
##### `IsTerraformDataSource`
```go
-import "github.com/cdktf/cdktf-provider-acme-go/acme/v11/dataacmeserverurl"
+import "github.com/cdktf/cdktf-provider-acme-go/acme/dataacmeserverurl"
dataacmeserverurl.DataAcmeServerUrl_IsTerraformDataSource(x interface{}) *bool
```
@@ -343,7 +343,7 @@ dataacmeserverurl.DataAcmeServerUrl_IsTerraformDataSource(x interface{}) *bool
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-acme-go/acme/v11/dataacmeserverurl"
+import "github.com/cdktf/cdktf-provider-acme-go/acme/dataacmeserverurl"
dataacmeserverurl.DataAcmeServerUrl_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -583,7 +583,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-acme-go/acme/v11/dataacmeserverurl"
+import "github.com/cdktf/cdktf-provider-acme-go/acme/dataacmeserverurl"
&dataacmeserverurl.DataAcmeServerUrlConfig {
Connection: interface{},
diff --git a/docs/provider.go.md b/docs/provider.go.md
index cbc3c2b..fb9fdd7 100644
--- a/docs/provider.go.md
+++ b/docs/provider.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/vancluever/acme/2.28
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-acme-go/acme/v11/provider"
+import "github.com/cdktf/cdktf-provider-acme-go/acme/provider"
provider.NewAcmeProvider(scope Construct, id *string, config AcmeProviderConfig) AcmeProvider
```
@@ -151,7 +151,7 @@ func ResetAlias()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-acme-go/acme/v11/provider"
+import "github.com/cdktf/cdktf-provider-acme-go/acme/provider"
provider.AcmeProvider_IsConstruct(x interface{}) *bool
```
@@ -183,7 +183,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-acme-go/acme/v11/provider"
+import "github.com/cdktf/cdktf-provider-acme-go/acme/provider"
provider.AcmeProvider_IsTerraformElement(x interface{}) *bool
```
@@ -197,7 +197,7 @@ provider.AcmeProvider_IsTerraformElement(x interface{}) *bool
##### `IsTerraformProvider`
```go
-import "github.com/cdktf/cdktf-provider-acme-go/acme/v11/provider"
+import "github.com/cdktf/cdktf-provider-acme-go/acme/provider"
provider.AcmeProvider_IsTerraformProvider(x interface{}) *bool
```
@@ -211,7 +211,7 @@ provider.AcmeProvider_IsTerraformProvider(x interface{}) *bool
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-acme-go/acme/v11/provider"
+import "github.com/cdktf/cdktf-provider-acme-go/acme/provider"
provider.AcmeProvider_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -418,7 +418,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-acme-go/acme/v11/provider"
+import "github.com/cdktf/cdktf-provider-acme-go/acme/provider"
&provider.AcmeProviderConfig {
ServerUrl: *string,
diff --git a/docs/registration.go.md b/docs/registration.go.md
index 4370a48..19e3b75 100644
--- a/docs/registration.go.md
+++ b/docs/registration.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/vancluever/acme/2.28
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-acme-go/acme/v11/registration"
+import "github.com/cdktf/cdktf-provider-acme-go/acme/registration"
registration.NewRegistration(scope Construct, id *string, config RegistrationConfig) Registration
```
@@ -433,7 +433,7 @@ func ResetId()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-acme-go/acme/v11/registration"
+import "github.com/cdktf/cdktf-provider-acme-go/acme/registration"
registration.Registration_IsConstruct(x interface{}) *bool
```
@@ -465,7 +465,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-acme-go/acme/v11/registration"
+import "github.com/cdktf/cdktf-provider-acme-go/acme/registration"
registration.Registration_IsTerraformElement(x interface{}) *bool
```
@@ -479,7 +479,7 @@ registration.Registration_IsTerraformElement(x interface{}) *bool
##### `IsTerraformResource`
```go
-import "github.com/cdktf/cdktf-provider-acme-go/acme/v11/registration"
+import "github.com/cdktf/cdktf-provider-acme-go/acme/registration"
registration.Registration_IsTerraformResource(x interface{}) *bool
```
@@ -493,7 +493,7 @@ registration.Registration_IsTerraformResource(x interface{}) *bool
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-acme-go/acme/v11/registration"
+import "github.com/cdktf/cdktf-provider-acme-go/acme/registration"
registration.Registration_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -887,7 +887,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-acme-go/acme/v11/registration"
+import "github.com/cdktf/cdktf-provider-acme-go/acme/registration"
®istration.RegistrationConfig {
Connection: interface{},
@@ -902,7 +902,7 @@ import "github.com/cdktf/cdktf-provider-acme-go/acme/v11/registration"
AccountKeyEcdsaCurve: *string,
AccountKeyPem: *string,
AccountKeyRsaBits: *f64,
- ExternalAccountBinding: github.com/cdktf/cdktf-provider-acme-go/acme/v11.registration.RegistrationExternalAccountBinding,
+ ExternalAccountBinding: github.com/cdktf/cdktf-provider-acme-go/acme.registration.RegistrationExternalAccountBinding,
Id: *string,
}
```
@@ -1092,7 +1092,7 @@ If you experience problems setting this value it might not be settable. Please t
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-acme-go/acme/v11/registration"
+import "github.com/cdktf/cdktf-provider-acme-go/acme/registration"
®istration.RegistrationExternalAccountBinding {
HmacBase64: *string,
@@ -1140,7 +1140,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancl
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-acme-go/acme/v11/registration"
+import "github.com/cdktf/cdktf-provider-acme-go/acme/registration"
registration.NewRegistrationExternalAccountBindingOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) RegistrationExternalAccountBindingOutputReference
```
diff --git a/src/certificate/index.ts b/src/certificate/index.ts
index fc12384..678601b 100644
--- a/src/certificate/index.ts
+++ b/src/certificate/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/vancluever/acme/2.28.1/docs/resources/certificate
// generated from terraform resource schema
diff --git a/src/data-acme-server-url/index.ts b/src/data-acme-server-url/index.ts
index a42c200..d9b7345 100644
--- a/src/data-acme-server-url/index.ts
+++ b/src/data-acme-server-url/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/vancluever/acme/2.28.1/docs/data-sources/server_url
// generated from terraform resource schema
diff --git a/src/index.ts b/src/index.ts
index 808dbd0..3de13bc 100644
--- a/src/index.ts
+++ b/src/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// generated by cdktf get
export * as certificate from './certificate';
export * as registration from './registration';
diff --git a/src/lazy-index.ts b/src/lazy-index.ts
index 3f08693..c2ddb84 100644
--- a/src/lazy-index.ts
+++ b/src/lazy-index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// generated by cdktf get
Object.defineProperty(exports, 'certificate', { get: function () { return require('./certificate'); } });
Object.defineProperty(exports, 'registration', { get: function () { return require('./registration'); } });
diff --git a/src/provider/index.ts b/src/provider/index.ts
index dc152ba..9ac5912 100644
--- a/src/provider/index.ts
+++ b/src/provider/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/vancluever/acme/2.28.1/docs
// generated from terraform resource schema
diff --git a/src/registration/index.ts b/src/registration/index.ts
index 8dd5c91..9928bcd 100644
--- a/src/registration/index.ts
+++ b/src/registration/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/vancluever/acme/2.28.1/docs/resources/registration
// generated from terraform resource schema
diff --git a/yarn.lock b/yarn.lock
index 302194f..10e4c80 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -4103,16 +4103,7 @@ streamx@^2.15.0:
optionalDependencies:
bare-events "^2.2.0"
-"string-width-cjs@npm:string-width@^4.2.0":
- version "4.2.3"
- resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
- integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
- dependencies:
- emoji-regex "^8.0.0"
- is-fullwidth-code-point "^3.0.0"
- strip-ansi "^6.0.1"
-
-string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.2, string-width@^4.2.3:
+"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.2, string-width@^4.2.3:
version "4.2.3"
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -4144,14 +4135,7 @@ string_decoder@~1.1.1:
dependencies:
safe-buffer "~5.1.0"
-"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
- version "6.0.1"
- resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
- integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
- dependencies:
- ansi-regex "^5.0.1"
-
-strip-ansi@6.0.1, strip-ansi@^6.0.0, strip-ansi@^6.0.1:
+"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@6.0.1, strip-ansi@^6.0.0, strip-ansi@^6.0.1:
version "6.0.1"
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -4541,7 +4525,7 @@ workerpool@^6.5.1:
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.5.1.tgz#060f73b39d0caf97c6db64da004cd01b4c099544"
integrity sha512-Fs4dNYcsdpYSAfVxhnl1L5zTksjvOJxtC5hzMNl+1t9B8hTJTdKDyZ5ju7ztgPy+ft9tBFXoOlDNiOT9WUXZlA==
-"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
+"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
version "7.0.0"
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -4559,15 +4543,6 @@ wrap-ansi@^6.0.1, wrap-ansi@^6.2.0:
string-width "^4.1.0"
strip-ansi "^6.0.0"
-wrap-ansi@^7.0.0:
- version "7.0.0"
- resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
- integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
- dependencies:
- ansi-styles "^4.0.0"
- string-width "^4.1.0"
- strip-ansi "^6.0.0"
-
wrap-ansi@^8.1.0:
version "8.1.0"
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"