Update dependency ember-cli-string-helpers to v5 (#1608)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2020-06-16 13:31:51 +01:00 committed by GitHub
parent db1e18e59b
commit 2568089522
2 changed files with 7 additions and 7 deletions

View File

@ -68,7 +68,7 @@
"ember-cli-node-assets": "0.2.2",
"ember-cli-postcss": "6.0.1",
"ember-cli-shims": "1.2.0",
"ember-cli-string-helpers": "4.0.7",
"ember-cli-string-helpers": "5.0.0",
"ember-cli-test-loader": "3.0.0",
"ember-cli-uglify": "3.0.0",
"ember-composable-helpers": "4.2.1",

View File

@ -3121,7 +3121,7 @@ broccoli-funnel@2.0.1:
symlink-or-copy "^1.0.0"
walk-sync "^0.3.1"
broccoli-funnel@3.0.3, broccoli-funnel@^3.0.0, broccoli-funnel@^3.0.2:
broccoli-funnel@3.0.3, broccoli-funnel@^3.0.0, broccoli-funnel@^3.0.2, broccoli-funnel@^3.0.3:
version "3.0.3"
resolved "https://registry.yarnpkg.com/broccoli-funnel/-/broccoli-funnel-3.0.3.tgz#26fd42632471f67a91f4770d1987118087219937"
integrity sha512-LPzZ91BwStoHZXdXHQAJeYORl189OrRKM5NdIi86SDU9wZ4s/3lV1PRFOiobDT/jKM10voM7CDzfvicHbCYxAQ==
@ -5541,12 +5541,12 @@ ember-cli-shims@1.2.0:
ember-rfc176-data "^0.3.1"
silent-error "^1.0.1"
ember-cli-string-helpers@4.0.7:
version "4.0.7"
resolved "https://registry.yarnpkg.com/ember-cli-string-helpers/-/ember-cli-string-helpers-4.0.7.tgz#181e36f5cd6e99a211cca0a5e2d90381c4658f5f"
integrity sha512-jG99vlO4wzHk0jQcl4wFCJfaEsXBWITXsETuoIPd0r5hNMuhKUJ0CA0qif1Lr7Udwl52ay2D3VLqEmZZYdvSjw==
ember-cli-string-helpers@5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/ember-cli-string-helpers/-/ember-cli-string-helpers-5.0.0.tgz#b1e08ec3ca1c9a457f9fd9aafff60b5939fbf91d"
integrity sha512-PodD3Uf7BkOXIu95E6cWEC0ERroTiUOAwOr828Vb+fPFtV7WYNSC27C9Ds1ggCyyRqnXmpS0JSqCTN1gPZfkWQ==
dependencies:
broccoli-funnel "^2.0.2"
broccoli-funnel "^3.0.3"
ember-cli-babel "^7.7.3"
ember-cli-string-utils@^1.0.0, ember-cli-string-utils@^1.1.0: