-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dependency ember-cli to v3.27.0
- Loading branch information
1 parent
f76fcf2
commit a80f9f9
Showing
2 changed files
with
38 additions
and
144 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -110,7 +110,7 @@ | |
invariant "^2.2.4" | ||
semver "^5.5.0" | ||
|
||
"@babel/[email protected]": | ||
"@babel/[email protected]", "@babel/core@^7.13.8": | ||
version "7.14.6" | ||
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.14.6.tgz#e0814ec1a950032ff16c13a2721de39a8416fcab" | ||
integrity sha512-gJnOEWSqTk96qG5BoIrl5bVtc23DCycmIePPYnamY9RboYdI4nFy5vAQMSl81O5K/W0sLDWfGysnOECC+KUUCA== | ||
|
@@ -240,27 +240,6 @@ | |
semver "^5.4.1" | ||
source-map "^0.5.0" | ||
|
||
"@babel/core@^7.12.10": | ||
version "7.12.16" | ||
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.16.tgz#8c6ba456b23b680a6493ddcfcd9d3c3ad51cab7c" | ||
integrity sha512-t/hHIB504wWceOeaOoONOhu+gX+hpjfeN6YRBT209X/4sibZQfSF1I0HFRRlBe97UZZosGx5XwUg1ZgNbelmNw== | ||
dependencies: | ||
"@babel/code-frame" "^7.12.13" | ||
"@babel/generator" "^7.12.15" | ||
"@babel/helper-module-transforms" "^7.12.13" | ||
"@babel/helpers" "^7.12.13" | ||
"@babel/parser" "^7.12.16" | ||
"@babel/template" "^7.12.13" | ||
"@babel/traverse" "^7.12.13" | ||
"@babel/types" "^7.12.13" | ||
convert-source-map "^1.7.0" | ||
debug "^4.1.0" | ||
gensync "^1.0.0-beta.1" | ||
json5 "^2.1.2" | ||
lodash "^4.17.19" | ||
semver "^5.4.1" | ||
source-map "^0.5.0" | ||
|
||
"@babel/core@^7.12.3": | ||
version "7.12.9" | ||
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.9.tgz#fd450c4ec10cdbb980e2928b7aa7a28484593fc8" | ||
|
@@ -361,24 +340,6 @@ | |
jsesc "^2.5.1" | ||
source-map "^0.5.0" | ||
|
||
"@babel/generator@^7.12.13": | ||
version "7.12.13" | ||
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.12.13.tgz#5f6ebe6c85db99886db2d7b044409196f872a503" | ||
integrity sha512-9qQ8Fgo8HaSvHEt6A5+BATP7XktD/AdAnObUeTRz5/e2y3kbrxZgz32qUJJsdmwUvBJzF4AeV21nGTNwv05Mpw== | ||
dependencies: | ||
"@babel/types" "^7.12.13" | ||
jsesc "^2.5.1" | ||
source-map "^0.5.0" | ||
|
||
"@babel/generator@^7.12.15": | ||
version "7.12.15" | ||
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.12.15.tgz#4617b5d0b25cc572474cc1aafee1edeaf9b5368f" | ||
integrity sha512-6F2xHxBiFXWNSGb7vyCUTBF8RCLY66rS0zEPcP8t/nQyXjha5EuK4z7H5o7fWG8B4M7y6mqVWq1J+1PuwRhecQ== | ||
dependencies: | ||
"@babel/types" "^7.12.13" | ||
jsesc "^2.5.1" | ||
source-map "^0.5.0" | ||
|
||
"@babel/generator@^7.12.5": | ||
version "7.12.5" | ||
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.12.5.tgz#a2c50de5c8b6d708ab95be5e6053936c1884a4de" | ||
|
@@ -894,13 +855,6 @@ | |
dependencies: | ||
"@babel/types" "^7.12.1" | ||
|
||
"@babel/helper-member-expression-to-functions@^7.12.13": | ||
version "7.12.13" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.12.13.tgz#c5715695b4f8bab32660dbdcdc2341dec7e3df40" | ||
integrity sha512-B+7nN0gIL8FZ8SvMcF+EPyB21KnCcZHQZFczCxbiNGV/O0rsrSBlWGLzmtBJ3GMjSVMIm4lpFhR+VdVBuIsUcQ== | ||
dependencies: | ||
"@babel/types" "^7.12.13" | ||
|
||
"@babel/helper-member-expression-to-functions@^7.13.0": | ||
version "7.13.0" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.13.0.tgz#6aa4bb678e0f8c22f58cdb79451d30494461b091" | ||
|
@@ -1047,21 +1001,6 @@ | |
"@babel/types" "^7.12.1" | ||
lodash "^4.17.19" | ||
|
||
"@babel/helper-module-transforms@^7.12.13": | ||
version "7.12.13" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.12.13.tgz#01afb052dcad2044289b7b20beb3fa8bd0265bea" | ||
integrity sha512-acKF7EjqOR67ASIlDTupwkKM1eUisNAjaSduo5Cz+793ikfnpe7p4Q7B7EWU2PCoSTPWsQkR7hRUWEIZPiVLGA== | ||
dependencies: | ||
"@babel/helper-module-imports" "^7.12.13" | ||
"@babel/helper-replace-supers" "^7.12.13" | ||
"@babel/helper-simple-access" "^7.12.13" | ||
"@babel/helper-split-export-declaration" "^7.12.13" | ||
"@babel/helper-validator-identifier" "^7.12.11" | ||
"@babel/template" "^7.12.13" | ||
"@babel/traverse" "^7.12.13" | ||
"@babel/types" "^7.12.13" | ||
lodash "^4.17.19" | ||
|
||
"@babel/helper-module-transforms@^7.13.0": | ||
version "7.13.0" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.13.0.tgz#42eb4bd8eea68bab46751212c357bfed8b40f6f1" | ||
|
@@ -1289,16 +1228,6 @@ | |
"@babel/traverse" "^7.12.1" | ||
"@babel/types" "^7.12.1" | ||
|
||
"@babel/helper-replace-supers@^7.12.13": | ||
version "7.12.13" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.12.13.tgz#00ec4fb6862546bd3d0aff9aac56074277173121" | ||
integrity sha512-pctAOIAMVStI2TMLhozPKbf5yTEXc0OJa0eENheb4w09SrgOWEs+P4nTOZYJQCqs8JlErGLDPDJTiGIp3ygbLg== | ||
dependencies: | ||
"@babel/helper-member-expression-to-functions" "^7.12.13" | ||
"@babel/helper-optimise-call-expression" "^7.12.13" | ||
"@babel/traverse" "^7.12.13" | ||
"@babel/types" "^7.12.13" | ||
|
||
"@babel/helper-replace-supers@^7.13.0": | ||
version "7.13.0" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.13.0.tgz#6034b7b51943094cb41627848cb219cb02be1d24" | ||
|
@@ -1545,15 +1474,6 @@ | |
"@babel/traverse" "^7.10.4" | ||
"@babel/types" "^7.10.4" | ||
|
||
"@babel/helpers@^7.12.13": | ||
version "7.12.13" | ||
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.12.13.tgz#3c75e993632e4dadc0274eae219c73eb7645ba47" | ||
integrity sha512-oohVzLRZ3GQEk4Cjhfs9YkJA4TdIDTObdBEZGrd6F/T0GPSnuV6l22eMcxlvcvzVIPH3VTtxbseudM1zIE+rPQ== | ||
dependencies: | ||
"@babel/template" "^7.12.13" | ||
"@babel/traverse" "^7.12.13" | ||
"@babel/types" "^7.12.13" | ||
|
||
"@babel/helpers@^7.12.5": | ||
version "7.12.5" | ||
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.12.5.tgz#1a1ba4a768d9b58310eda516c449913fe647116e" | ||
|
@@ -1679,11 +1599,6 @@ | |
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.13.tgz#3ee7be4131fe657ba9143d5c5b3a9f253fdb75e9" | ||
integrity sha512-z7n7ybOUzaRc3wwqLpAX8UFIXsrVXUJhtNGBwAnLz6d1KUapqyq7ad2La8gZ6CXhHmGAIL32cop8Tst4/PNWLw== | ||
|
||
"@babel/parser@^7.12.16": | ||
version "7.12.16" | ||
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.16.tgz#cc31257419d2c3189d394081635703f549fc1ed4" | ||
integrity sha512-c/+u9cqV6F0+4Hpq01jnJO+GLp2DdT63ppz9Xa+6cHaajM9VFzK/iDXiKK65YtpeVwu+ctfS6iqlMqRgQRzeCw== | ||
|
||
"@babel/parser@^7.12.3": | ||
version "7.12.3" | ||
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.3.tgz#a305415ebe7a6c7023b40b5122a0662d928334cd" | ||
|
@@ -4006,21 +3921,6 @@ | |
globals "^11.1.0" | ||
lodash "^4.17.19" | ||
|
||
"@babel/traverse@^7.12.13": | ||
version "7.12.13" | ||
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.13.tgz#689f0e4b4c08587ad26622832632735fb8c4e0c0" | ||
integrity sha512-3Zb4w7eE/OslI0fTp8c7b286/cQps3+vdLW3UcwC8VSJC6GbKn55aeVVu2QJNuCDoeKyptLOFrPq8WqZZBodyA== | ||
dependencies: | ||
"@babel/code-frame" "^7.12.13" | ||
"@babel/generator" "^7.12.13" | ||
"@babel/helper-function-name" "^7.12.13" | ||
"@babel/helper-split-export-declaration" "^7.12.13" | ||
"@babel/parser" "^7.12.13" | ||
"@babel/types" "^7.12.13" | ||
debug "^4.1.0" | ||
globals "^11.1.0" | ||
lodash "^4.17.19" | ||
|
||
"@babel/traverse@^7.12.5": | ||
version "7.12.7" | ||
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.7.tgz#572a722408681cef17d6b0bef69ef2e728ca69f1" | ||
|
@@ -6735,10 +6635,10 @@ babel-plugin-module-resolver@^3.1.1, babel-plugin-module-resolver@^3.2.0: | |
reselect "^3.0.1" | ||
resolve "^1.4.0" | ||
|
||
babel-plugin-module-resolver@^4.0.0: | ||
version "4.0.0" | ||
resolved "https://registry.yarnpkg.com/babel-plugin-module-resolver/-/babel-plugin-module-resolver-4.0.0.tgz#8f3a3d9d48287dc1d3b0d5595113adabd36a847f" | ||
integrity sha512-3pdEq3PXALilSJ6dnC4wMWr0AZixHRM4utpdpBR9g5QG7B7JwWyukQv7a9hVxkbGFl+nQbrHDqqQOIBtTXTP/Q== | ||
babel-plugin-module-resolver@^4.1.0: | ||
version "4.1.0" | ||
resolved "https://registry.yarnpkg.com/babel-plugin-module-resolver/-/babel-plugin-module-resolver-4.1.0.tgz#22a4f32f7441727ec1fbf4967b863e1e3e9f33e2" | ||
integrity sha512-MlX10UDheRr3lb3P0WcaIdtCSRlxdQsB1sBqL7W0raF070bGl1HQQq5K3T2vf2XAYie+ww+5AKC/WrkjRO2knA== | ||
dependencies: | ||
find-babel-config "^1.2.0" | ||
glob "^7.1.6" | ||
|
@@ -8193,10 +8093,10 @@ broccoli-uglify-sourcemap@^3.1.0: | |
walk-sync "^1.1.3" | ||
workerpool "^5.0.1" | ||
|
||
broccoli@^3.5.0: | ||
version "3.5.0" | ||
resolved "https://registry.yarnpkg.com/broccoli/-/broccoli-3.5.0.tgz#bdf96dc32980d1ad9f7ef5e68aaaa19e8d47b602" | ||
integrity sha512-qGYirIs6W5NGzDPMTRtoOnveP3UQJKWFjAWdRRZJjCoAJYN872sXuO48cnNfnc/c1nd9fCR8et4knlTPgI+9yQ== | ||
broccoli@^3.5.1: | ||
version "3.5.2" | ||
resolved "https://registry.yarnpkg.com/broccoli/-/broccoli-3.5.2.tgz#60921167d57b43fb5bad527420d62fe532595ef4" | ||
integrity sha512-sWi3b3fTUSVPDsz5KsQ5eCQNVAtLgkIE/HYFkEZXR/07clqmd4E/gFiuwSaqa9b+QTXc1Uemfb7TVWbEIURWDg== | ||
dependencies: | ||
"@types/chai" "^4.2.9" | ||
"@types/chai-as-promised" "^7.1.2" | ||
|
@@ -11167,18 +11067,18 @@ ember-cli-version-checker@^5.1.2: | |
semver "^7.3.4" | ||
silent-error "^1.1.1" | ||
|
||
ember-cli@3.26.1: | ||
version "3.26.1" | ||
resolved "https://registry.yarnpkg.com/ember-cli/-/ember-cli-3.26.1.tgz#43e924454f1fcff6157863925d0eb33bfa593c24" | ||
integrity sha512-jJ0kMob21A/HIqkDNWQMZnnpadjS/xaBlv1RU1NoCUi+3Lqpt9esDT9cK0QCFp9vh4zfU4BEBNYkMN/SiQMaGg== | ||
ember-cli@3.27.0: | ||
version "3.27.0" | ||
resolved "https://registry.yarnpkg.com/ember-cli/-/ember-cli-3.27.0.tgz#8ccf9db51d7b462f86210b853d086a4543605c34" | ||
integrity sha512-vFLPFkplXn5v005fattHdOcs5AbSp7RG4w1wpHDWHzOSYpl2Dr+5zzZtqLS7V5IVaLf3XK4l24XwhSW9HpMfsQ== | ||
dependencies: | ||
"@babel/core" "^7.12.10" | ||
"@babel/core" "^7.13.8" | ||
"@babel/plugin-transform-modules-amd" "^7.12.1" | ||
amd-name-resolver "^1.3.1" | ||
babel-plugin-module-resolver "^4.0.0" | ||
babel-plugin-module-resolver "^4.1.0" | ||
bower-config "^1.4.3" | ||
bower-endpoint-parser "0.2.2" | ||
broccoli "^3.5.0" | ||
broccoli "^3.5.1" | ||
broccoli-amd-funnel "^2.0.1" | ||
broccoli-babel-transpiler "^7.8.0" | ||
broccoli-builder "^0.18.14" | ||
|
@@ -11217,7 +11117,7 @@ [email protected]: | |
filesize "^6.1.0" | ||
find-up "^5.0.0" | ||
find-yarn-workspace-root "^2.0.0" | ||
fixturify-project "^2.1.0" | ||
fixturify-project "^2.1.1" | ||
fs-extra "^9.1.0" | ||
fs-tree-diff "^2.0.1" | ||
get-caller-file "^2.0.5" | ||
|
@@ -11241,13 +11141,13 @@ [email protected]: | |
minimatch "^3.0.4" | ||
morgan "^1.10.0" | ||
nopt "^3.0.6" | ||
npm-package-arg "^8.1.0" | ||
npm-package-arg "^8.1.1" | ||
p-defer "^3.0.0" | ||
portfinder "^1.0.28" | ||
promise-map-series "^0.3.0" | ||
promise.hash.helper "^1.0.7" | ||
quick-temp "^0.1.8" | ||
resolve "^1.19.0" | ||
resolve "^1.20.0" | ||
resolve-package-path "^3.1.0" | ||
sane "^4.1.0" | ||
semver "^7.3.4" | ||
|
@@ -13101,10 +13001,10 @@ fixturify-project@^1.10.0: | |
fixturify "^1.2.0" | ||
tmp "^0.0.33" | ||
|
||
fixturify-project@^2.1.0: | ||
version "2.1.0" | ||
resolved "https://registry.yarnpkg.com/fixturify-project/-/fixturify-project-2.1.0.tgz#1677be3f116ec3f6b2b2ebb75b393d5860c4668e" | ||
integrity sha512-B59wD4I5HDbokvmZatZTyNIjuSBjZzcZoEYdr9kdG9qRc/FSDjzUzzvHbrZL7oWfu9qsbyJBjzf0R0WC5hIZsA== | ||
fixturify-project@^2.1.1: | ||
version "2.1.1" | ||
resolved "https://registry.yarnpkg.com/fixturify-project/-/fixturify-project-2.1.1.tgz#a511dd26700c6b64ac271ef4393e7124f153c81f" | ||
integrity sha512-sP0gGMTr4iQ8Kdq5Ez0CVJOZOGWqzP5dv/veOTdFNywioKjkNWCHBi1q65DMpcNGUGeoOUWehyji274Q2wRgxA== | ||
dependencies: | ||
fixturify "^2.1.0" | ||
tmp "^0.0.33" | ||
|
@@ -14128,6 +14028,13 @@ hosted-git-info@^3.0.6: | |
dependencies: | ||
lru-cache "^6.0.0" | ||
|
||
hosted-git-info@^4.0.1: | ||
version "4.0.2" | ||
resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-4.0.2.tgz#5e425507eede4fea846b7262f0838456c4209961" | ||
integrity sha512-c9OGXbZ3guC/xOlCg1Ci/VgWlwsqDv1yMQL1CWqXDL0hDjXuNcq0zuR4xqPSuasI3kqFDhqSyTjREz5gzq0fXg== | ||
dependencies: | ||
lru-cache "^6.0.0" | ||
|
||
html-encoding-sniffer@^1.0.2: | ||
version "1.0.2" | ||
resolved "https://registry.yarnpkg.com/html-encoding-sniffer/-/html-encoding-sniffer-1.0.2.tgz#e70d84b94da53aa375e11fe3a351be6642ca46f8" | ||
|
@@ -14693,7 +14600,7 @@ is-core-module@^2.0.0: | |
dependencies: | ||
has "^1.0.3" | ||
|
||
is-core-module@^2.1.0, is-core-module@^2.2.0: | ||
is-core-module@^2.2.0: | ||
version "2.2.0" | ||
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.2.0.tgz#97037ef3d52224d85163f5597b2b63d9afed981a" | ||
integrity sha512-XRAfAdyyY5F5cOXn7hYQDqh2Xmii+DEfIcQGxK/uNwMHhIkPWO0g8msXcbzLe+MpGoR951MlqM/2iIlU4vKDdQ== | ||
|
@@ -17308,13 +17215,13 @@ npm-normalize-package-bin@^1.0.0, npm-normalize-package-bin@^1.0.1: | |
semver "^5.6.0" | ||
validate-npm-package-name "^3.0.0" | ||
|
||
npm-package-arg@^8.1.0: | ||
version "8.1.0" | ||
resolved "https://registry.yarnpkg.com/npm-package-arg/-/npm-package-arg-8.1.0.tgz#b5f6319418c3246a1c38e1a8fbaa06231bc5308f" | ||
integrity sha512-/ep6QDxBkm9HvOhOg0heitSd7JHA1U7y1qhhlRlteYYAi9Pdb/ZV7FW5aHpkrpM8+P+4p/jjR8zCyKPBMBjSig== | ||
npm-package-arg@^8.1.1: | ||
version "8.1.5" | ||
resolved "https://registry.yarnpkg.com/npm-package-arg/-/npm-package-arg-8.1.5.tgz#3369b2d5fe8fdc674baa7f1786514ddc15466e44" | ||
integrity sha512-LhgZrg0n0VgvzVdSm1oiZworPbTxYHUJCgtsJW8mGvlDpxTM1vSJc3m5QZeUkhAHIzbz3VCHd/R4osi1L1Tg/Q== | ||
dependencies: | ||
hosted-git-info "^3.0.6" | ||
semver "^7.0.0" | ||
hosted-git-info "^4.0.1" | ||
semver "^7.3.4" | ||
validate-npm-package-name "^3.0.0" | ||
|
||
npm-packlist@^1.1.12, npm-packlist@^1.4.7: | ||
|
@@ -19782,14 +19689,6 @@ resolve@^1.18.1: | |
is-core-module "^2.0.0" | ||
path-parse "^1.0.6" | ||
|
||
resolve@^1.19.0: | ||
version "1.19.0" | ||
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.19.0.tgz#1af5bf630409734a067cae29318aac7fa29a267c" | ||
integrity sha512-rArEXAgsBG4UgRGcynxWIWKFvh/XZCcS8UJdHhwy91zwAvCZIbcs+vAbflgBnNjYMs/i/i+/Ux6IZhML1yPvxg== | ||
dependencies: | ||
is-core-module "^2.1.0" | ||
path-parse "^1.0.6" | ||
|
||
[email protected], responselike@^1.0.2: | ||
version "1.0.2" | ||
resolved "https://registry.yarnpkg.com/responselike/-/responselike-1.0.2.tgz#918720ef3b631c5642be068f15ade5a46f4ba1e7" | ||
|
@@ -20125,11 +20024,6 @@ semver@^6.0.0, semver@^6.1.0, semver@^6.1.1, semver@^6.1.2, semver@^6.3.0: | |
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d" | ||
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw== | ||
|
||
semver@^7.0.0: | ||
version "7.1.3" | ||
resolved "https://registry.yarnpkg.com/semver/-/semver-7.1.3.tgz#e4345ce73071c53f336445cfc19efb1c311df2a6" | ||
integrity sha512-ekM0zfiA9SCBlsKa2X1hxyxiI4L3B6EbVJkkdgQXnSEEaHlGdvyodMruTiulSRWMMB4NeIuYNMC9rTKTz97GxA== | ||
|
||
semver@^7.1.3: | ||
version "7.2.2" | ||
resolved "https://registry.yarnpkg.com/semver/-/semver-7.2.2.tgz#d01432d74ed3010a20ffaf909d63a691520521cd" | ||
|