Skip to content

Commit

Permalink
Merge pull request #190 from resugar/dependabot/npm_and_yarn/types/st…
Browse files Browse the repository at this point in the history
…rip-indent-3.0.2
  • Loading branch information
dependabot-preview[bot] committed Oct 14, 2019
2 parents 58be295 + 4fa5e5b commit b173733
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@types/mkdirp": "^0.5.2",
"@types/node": "^12.7.5",
"@types/shebang-regex": "^2.0.0",
"@types/strip-indent": "^2.0.0",
"@types/strip-indent": "^3.0.2",
"@typescript-eslint/eslint-plugin": "^2.2.0",
"@typescript-eslint/parser": "^2.2.0",
"eslint": "^5.14.0",
Expand Down
22 changes: 18 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1035,10 +1035,12 @@
resolved "https://registry.npmjs.org/@types/shebang-regex/-/shebang-regex-2.0.0.tgz#a79d23241643862c78c29f7a1d067f08ff4e7f79"
integrity sha512-28OTXE4+do06ifW9Am4hS1yvk2FNcx8irIW7FYbGRs3Ga7br0IpywSpFAsG4OrCd9sdN7j3pP91iU1LPt5vG4A==

"@types/strip-indent@^2.0.0":
version "2.0.0"
resolved "https://registry.npmjs.org/@types/strip-indent/-/strip-indent-2.0.0.tgz#d2b6b191627cb5ad59dfbaafffe9b4e8531d496f"
integrity sha512-YkVVBwrmuFTc2DXnd9oRGR1OG0Z4fiCCr7HhTtTU0iQoW+imgDGsbC16Xsw78u91WvnNKAq/hmnsKLCiQuUnHg==
"@types/strip-indent@^3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@types/strip-indent/-/strip-indent-3.0.2.tgz#f5397256a0d8e938c37597ae088b89f778b30af3"
integrity sha512-PTJkDtO+fQT2QCAdmynV8PKiukcJnuoUzjkhzjJVX5BZmWbfTCA7NKDdw7Oes22kbYRhJNKMzplXpb+W88B3bw==
dependencies:
strip-indent "*"

"@typescript-eslint/eslint-plugin@^2.2.0":
version "2.2.0"
Expand Down Expand Up @@ -4717,6 +4719,11 @@ mimic-fn@^2.1.0:
resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-2.1.0.tgz#7ed2c2ccccaf84d3ffcb7a69b57711fc2083401b"
integrity sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==

min-indent@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/min-indent/-/min-indent-1.0.0.tgz#cfc45c37e9ec0d8f0a0ec3dd4ef7f7c3abe39256"
integrity sha1-z8RcN+nsDY8KDsPdTvf3w6vjklY=

minimatch@^3.0.0, minimatch@^3.0.3, minimatch@^3.0.4:
version "3.0.4"
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
Expand Down Expand Up @@ -6593,6 +6600,13 @@ strip-final-newline@^2.0.0:
resolved "https://registry.yarnpkg.com/strip-final-newline/-/strip-final-newline-2.0.0.tgz#89b852fb2fcbe936f6f4b3187afb0a12c1ab58ad"
integrity sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==

strip-indent@*:
version "3.0.0"
resolved "https://registry.yarnpkg.com/strip-indent/-/strip-indent-3.0.0.tgz#c32e1cee940b6b3432c771bc2c54bcce73cd3001"
integrity sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==
dependencies:
min-indent "^1.0.0"

strip-indent@^1.0.1:
version "1.0.1"
resolved "https://registry.npmjs.org/strip-indent/-/strip-indent-1.0.1.tgz#0c7962a6adefa7bbd4ac366460a638552ae1a0a2"
Expand Down

0 comments on commit b173733

Please sign in to comment.