Skip to content

Commit 6c71cc3

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update dependency ember-source to v3.17.0
1 parent fe115b1 commit 6c71cc3

File tree

2 files changed

+23
-16
lines changed

2 files changed

+23
-16
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
"ember-maybe-import-regenerator": "0.1.6",
111111
"ember-qunit": "4.6.0",
112112
"ember-resolver": "7.0.0",
113-
"ember-source": "3.16.3",
113+
"ember-source": "3.17.0",
114114
"ember-try": "1.4.0",
115115
"eslint": "6.8.0",
116116
"eslint-config-prettier": "6.10.0",

yarn.lock

Lines changed: 22 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1989,7 +1989,7 @@
19891989
globals "^11.1.0"
19901990
lodash "^4.17.13"
19911991

1992-
"@babel/types@^7.0.0", "@babel/types@^7.1.5", "@babel/types@^7.1.6", "@babel/types@^7.2.0", "@babel/types@^7.2.2", "@babel/types@^7.3.2", "@babel/types@^7.3.4", "@babel/types@^7.4.0", "@babel/types@^7.6.0", "@babel/types@^7.7.0":
1992+
"@babel/types@^7.0.0", "@babel/types@^7.1.5", "@babel/types@^7.1.6", "@babel/types@^7.2.0", "@babel/types@^7.2.2", "@babel/types@^7.3.2", "@babel/types@^7.3.4", "@babel/types@^7.6.0", "@babel/types@^7.7.0":
19931993
version "7.7.0"
19941994
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.7.0.tgz#bdf5967277ced7590da452c31d60853d0beb5d4f"
19951995
integrity sha512-ptM1jeXPYi3BfRBelzbTgL/7aP99oYJCbLtGha8phqRY3EeXch+i6LuxRcNQAIgL++yyNPR/rO6cGLDc0cvUMQ==
@@ -3910,13 +3910,13 @@ babel-plugin-filter-imports@^2.0.4:
39103910
"@babel/types" "^7.1.5"
39113911
lodash "^4.17.11"
39123912

3913-
babel-plugin-filter-imports@^3.0.0:
3914-
version "3.0.0"
3915-
resolved "https://registry.yarnpkg.com/babel-plugin-filter-imports/-/babel-plugin-filter-imports-3.0.0.tgz#a849683837ad29960da17492fb32789ab6b09a11"
3916-
integrity sha512-p/chjzVTgCxUqyLM0q/pfWVZS7IJTwGQMwNg0LOvuQpKiTftQgZDtkGB8XvETnUw19rRcL7bJCTopSwibTN2tA==
3913+
babel-plugin-filter-imports@^4.0.0:
3914+
version "4.0.0"
3915+
resolved "https://registry.yarnpkg.com/babel-plugin-filter-imports/-/babel-plugin-filter-imports-4.0.0.tgz#068f8da15236a96a9602c36dc6f4a6eeca70a4f4"
3916+
integrity sha512-jDLlxI8QnfKd7PtieH6pl4tZJzymzfCDCPGdTq/grgbiYAikwDPp/oL0IlFJn0HQjLpcLkyYhPKkUVneRESw5w==
39173917
dependencies:
3918-
"@babel/types" "^7.4.0"
3919-
lodash "^4.17.11"
3918+
"@babel/types" "^7.7.2"
3919+
lodash "^4.17.15"
39203920

39213921
babel-plugin-htmlbars-inline-precompile@^1.0.0:
39223922
version "1.0.0"
@@ -8648,23 +8648,23 @@ ember-source-channel-url@^2.0.1:
86488648
dependencies:
86498649
got "^8.0.1"
86508650

8651-
ember-source@3.16.3:
8652-
version "3.16.3"
8653-
resolved "https://registry.yarnpkg.com/ember-source/-/ember-source-3.16.3.tgz#080ded36d6b43ed1ee8e9a13ed4cebf27a50db6a"
8654-
integrity sha512-A5IuTBDnxM4zK5IOaoePOchmgaKm4iYuYfQZVsvuPoczm89SBTKuQZnsXFp2ZI8Sc17ALm1Euc9Lc10TNy2KXw==
8651+
ember-source@3.17.0:
8652+
version "3.17.0"
8653+
resolved "https://registry.yarnpkg.com/ember-source/-/ember-source-3.17.0.tgz#6365b8e43f72d552f62e5d7ee4e841595ae70579"
8654+
integrity sha512-CfOi00tYGdwR12FuBMuiBzyC4cmabHtkL+LpORWavCRHN0UfBpBTj64rmKMD2HNJhYZFVX+8ZFTO27FX8D6Glg==
86558655
dependencies:
86568656
"@babel/helper-module-imports" "^7.0.0"
86578657
"@babel/plugin-transform-block-scoping" "^7.6.2"
86588658
"@babel/plugin-transform-object-assign" "^7.2.0"
86598659
"@ember/edition-utils" "^1.2.0"
86608660
babel-plugin-debug-macros "^0.3.3"
8661-
babel-plugin-filter-imports "^3.0.0"
8661+
babel-plugin-filter-imports "^4.0.0"
86628662
broccoli-concat "^3.7.4"
86638663
broccoli-debug "^0.6.4"
86648664
broccoli-funnel "^2.0.2"
86658665
broccoli-merge-trees "^3.0.2"
8666-
chalk "^2.4.2"
8667-
ember-cli-babel "^7.11.0"
8666+
chalk "^3.0.0"
8667+
ember-cli-babel "^7.13.2"
86688668
ember-cli-get-component-path-option "^1.0.0"
86698669
ember-cli-is-package-missing "^1.0.0"
86708670
ember-cli-normalize-entity-name "^1.0.0"
@@ -8674,7 +8674,7 @@ ember-source@3.16.3:
86748674
ember-router-generator "^2.0.0"
86758675
inflection "^1.12.0"
86768676
jquery "^3.4.1"
8677-
resolve "^1.11.1"
8677+
resolve "^1.14.2"
86788678
semver "^6.1.1"
86798679
silent-error "^1.1.1"
86808680

@@ -16097,6 +16097,13 @@ resolve@^1.14.0:
1609716097
dependencies:
1609816098
path-parse "^1.0.6"
1609916099

16100+
resolve@^1.14.2:
16101+
version "1.15.1"
16102+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.15.1.tgz#27bdcdeffeaf2d6244b95bb0f9f4b4653451f3e8"
16103+
integrity sha512-84oo6ZTtoTUpjgNEr5SJyzQhzL72gaRodsSfyxC/AXRvwu0Yse9H8eF9IpGo7b8YetZhlI6v7ZQ6bKBFV/6S7w==
16104+
dependencies:
16105+
path-parse "^1.0.6"
16106+
1610016107
responselike@1.0.2, responselike@^1.0.2:
1610116108
version "1.0.2"
1610216109
resolved "https://registry.yarnpkg.com/responselike/-/responselike-1.0.2.tgz#918720ef3b631c5642be068f15ade5a46f4ba1e7"

0 commit comments

Comments
 (0)