Skip to content

Commit

Permalink
Bump pretender to 3.4.3 (#429)
Browse files Browse the repository at this point in the history
* Bump pretender to 3.4.3
  • Loading branch information
jcardali authored Oct 4, 2020
1 parent 702f05d commit f9d7975
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"broccoli-merge-trees": "^3.0.2",
"ember-auto-import": "^1.3.0",
"ember-cli-babel": "^7.4.0",
"pretender": "~3.0.1",
"pretender": "^3.4.3",
"whatwg-fetch": "^3.0.0"
},
"devDependencies": {
Expand Down
17 changes: 9 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4373,9 +4373,10 @@ extglob@^2.0.4:
snapdragon "^0.8.1"
to-regex "^3.0.1"

fake-xml-http-request@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/fake-xml-http-request/-/fake-xml-http-request-2.0.0.tgz#41a92f0ca539477700cb1dafd2df251d55dac8ff"
fake-xml-http-request@^2.1.1:
version "2.1.1"
resolved "https://registry.yarnpkg.com/fake-xml-http-request/-/fake-xml-http-request-2.1.1.tgz#279fdac235840d7a4dff77d98ec44bce9fc690a6"
integrity sha512-Kn2WYYS6cDBS5jq/voOfSGCA0TafOYAUPbEp8mUVpD/DVV5bQIDjlq+MLLvNUokkbTpjBVlLDaM5PnX+PwZMlw==

fast-deep-equal@^1.0.0:
version "1.1.0"
Expand Down Expand Up @@ -6899,13 +6900,13 @@ preserve@^0.2.0:
version "0.2.0"
resolved "https://registry.yarnpkg.com/preserve/-/preserve-0.2.0.tgz#815ed1f6ebc65926f865b310c0713bcb3315ce4b"

pretender@~3.0.1:
version "3.0.1"
resolved "https://registry.yarnpkg.com/pretender/-/pretender-3.0.1.tgz#817ac43faa3330aa17646968a115f232de10b2ca"
pretender@^3.4.3:
version "3.4.3"
resolved "https://registry.yarnpkg.com/pretender/-/pretender-3.4.3.tgz#a3b4160516007075d29127262f3a0063d19896e9"
integrity sha512-AlbkBly9R8KR+R0sTCJ/ToOeEoUMtt52QVCetui5zoSmeLOU3S8oobFsyPLm1O2txR6t58qDNysqPnA1vVi8Hg==
dependencies:
fake-xml-http-request "^2.0.0"
fake-xml-http-request "^2.1.1"
route-recognizer "^0.3.3"
whatwg-fetch "^3.0.0"

pretty-ms@^3.1.0:
version "3.2.0"
Expand Down

0 comments on commit f9d7975

Please sign in to comment.