Skip to content

Commit

Permalink
Merge pull request #1166 from intuit/dependabot/npm_and_yarn/endent-2…
Browse files Browse the repository at this point in the history
….0.1

Bump endent from 1.4.1 to 2.0.1
  • Loading branch information
hipstersmoothie authored Apr 21, 2020
2 parents f862116 + 56ba3f1 commit 3ee9666
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion plugins/first-time-contributor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
2 changes: 1 addition & 1 deletion plugins/twitter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion plugins/upload-assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 3ee9666

Please sign in to comment.