Skip to content

Commit

Permalink
Merge pull request #14986 from emberjs/mem-leak
Browse files Browse the repository at this point in the history
[BUGFIX release] fix RSVP memory leak
  • Loading branch information
rwjblue authored Mar 7, 2017
2 parents b8014e1 + bbd73e9 commit 9d6b72f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"handlebars": "^4.0.6",
"jquery": "^3.1.1",
"resolve": "^1.1.7",
"rsvp": "^3.3.3",
"rsvp": "^3.4.0",
"simple-dom": "^0.3.0",
"simple-html-tokenizer": "^0.3.0"
},
Expand Down
4 changes: 4 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4939,6 +4939,10 @@ rsvp@^3.0.14, rsvp@^3.0.16, rsvp@^3.0.17, rsvp@^3.0.18, rsvp@^3.0.21, rsvp@^3.0.
version "3.3.3"
resolved "https://registry.yarnpkg.com/rsvp/-/rsvp-3.3.3.tgz#34633caaf8bc66ceff4be3c2e1dffd032538a813"

rsvp@^3.4.0:
version "3.4.0"
resolved "https://registry.npmjs.org/rsvp/-/rsvp-3.4.0.tgz#96f397d9c7e294351b3c1456a74b3d0e7542988d"

rsvp@~3.2.1:
version "3.2.1"
resolved "https://registry.yarnpkg.com/rsvp/-/rsvp-3.2.1.tgz#07cb4a5df25add9e826ebc67dcc9fd89db27d84a"
Expand Down

0 comments on commit 9d6b72f

Please sign in to comment.