diff --git a/packages/cli/package.json b/packages/cli/package.json index 8ecdb654c..1eb9333f1 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -51,7 +51,7 @@ "await-to-js": "^2.1.1", "chalk": "^4.0.0", "command-line-application": "^0.9.3", - "endent": "^1.3.0", + "endent": "^2.0.1", "module-alias": "^2.2.2", "signale": "^1.4.0", "terminal-link": "^2.1.1", diff --git a/packages/core/package.json b/packages/core/package.json index 214160d4c..476655c8d 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -49,7 +49,7 @@ "cosmiconfig": "6.0.0", "deepmerge": "^4.0.0", "dotenv": "^8.0.0", - "endent": "^1.3.0", + "endent": "^2.0.1", "enquirer": "^2.3.4", "env-ci": "^5.0.1", "fast-glob": "^3.1.1", diff --git a/plugins/first-time-contributor/package.json b/plugins/first-time-contributor/package.json index 2b2593341..60e914c5a 100644 --- a/plugins/first-time-contributor/package.json +++ b/plugins/first-time-contributor/package.json @@ -38,7 +38,7 @@ "dependencies": { "@auto-it/core": "link:../../packages/core", "array.prototype.flatmap": "^1.2.2", - "endent": "^1.3.0", + "endent": "^2.0.1", "tslib": "1.11.1", "url-join": "^4.0.0" }, diff --git a/plugins/twitter/package.json b/plugins/twitter/package.json index 66ed6ff49..e6499e813 100644 --- a/plugins/twitter/package.json +++ b/plugins/twitter/package.json @@ -40,7 +40,7 @@ "dependencies": { "@auto-it/core": "link:../../packages/core", "@types/twitter-text": "^2.0.0", - "endent": "^1.3.0", + "endent": "^2.0.1", "fp-ts": "^2.5.3", "io-ts": "^2.1.2", "semver": "^7.0.0", diff --git a/plugins/upload-assets/package.json b/plugins/upload-assets/package.json index 5e618a132..614f66838 100644 --- a/plugins/upload-assets/package.json +++ b/plugins/upload-assets/package.json @@ -39,7 +39,7 @@ }, "dependencies": { "@auto-it/core": "link:../../packages/core", - "endent": "^1.3.0", + "endent": "^2.0.1", "fast-glob": "^3.1.1", "file-type": "^14.1.1", "fp-ts": "^2.5.3", diff --git a/yarn.lock b/yarn.lock index f067ff2a8..02f8373d0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -25,7 +25,7 @@ cosmiconfig "6.0.0" deepmerge "^4.0.0" dotenv "^8.0.0" - endent "^1.3.0" + endent "^2.0.1" enquirer "^2.3.4" env-ci "^5.0.1" fast-glob "^3.1.1" @@ -5909,10 +5909,10 @@ end-of-stream@^1.0.0, end-of-stream@^1.1.0: dependencies: once "^1.4.0" -endent@^1.3.0: - version "1.4.1" - resolved "https://registry.yarnpkg.com/endent/-/endent-1.4.1.tgz#c58cc13dfc432d0b2c7faf74c13ffdca60b2d1c8" - integrity sha512-buHTb5c8AC9NshtP6dgmNLYkiT+olskbq1z6cEGvfGCF3Qphbu/1zz5Xu+yjTDln8RbxNhPoUyJ5H8MSrp1olQ== +endent@^2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/endent/-/endent-2.0.1.tgz#fb18383a3f37ae3213a5d9f6c4a880d1061eb4c5" + integrity sha512-mADztvcC+vCk4XEZaCz6xIPO2NHQuprv5CAEjuVAu6aZwqAj7nVNlMyl1goPFYqCCpS2OJV9jwpumJLkotZrNw== dependencies: dedent "^0.7.0" fast-json-parse "^1.0.3"