Skip to content

Commit

Permalink
fix: update dependency strip-indent to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 3, 2021
1 parent 6ad1983 commit c38a21c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/lambda/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"resolve-tree": "^0.1.14",
"semver": "^7.0.0",
"serverless-http": "^2.3.0",
"strip-indent": "^3.0.0"
"strip-indent": "^4.0.0"
},
"homepage": "https://github.com/xing/hops/tree/master/packages/lambda#readme"
}
2 changes: 1 addition & 1 deletion packages/react-apollo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"hops-config": "15.0.0-nightly.1",
"hops-mixin": "15.0.0-nightly.1",
"hops-react": "15.0.0-nightly.1",
"strip-indent": "^3.0.0"
"strip-indent": "^4.0.0"
},
"peerDependencies": {
"@apollo/client": "^3.3.11",
Expand Down
9 changes: 8 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9514,7 +9514,7 @@ mimic-fn@^3.1.0:
resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-3.1.0.tgz#65755145bbf3e36954b949c16450427451d5ca74"
integrity sha512-Ysbi9uYW9hFyfrThdDEQuykN4Ey6BuwPD2kpI5ES/nFTDn/98yxYNLZJcgUAKPT/mcrLLKaGzJR9YVxJrIdASQ==

min-indent@^1.0.0:
min-indent@^1.0.0, min-indent@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/min-indent/-/min-indent-1.0.1.tgz#a63f681673b30571fbe8bc25686ae746eefa9869"
integrity sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==
Expand Down Expand Up @@ -13223,6 +13223,13 @@ strip-indent@^3.0.0:
dependencies:
min-indent "^1.0.0"

strip-indent@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/strip-indent/-/strip-indent-4.0.0.tgz#b41379433dd06f5eae805e21d631e07ee670d853"
integrity sha512-mnVSV2l+Zv6BLpSD/8V87CW/y9EmmbYzGCIavsnsI6/nwn26DwffM/yztm30Z/I2DY9wdS3vXVCMnHDgZaVNoA==
dependencies:
min-indent "^1.0.1"

strip-json-comments@3.0.1:
version "3.0.1"
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.0.1.tgz#85713975a91fb87bf1b305cca77395e40d2a64a7"
Expand Down

0 comments on commit c38a21c

Please sign in to comment.