diff options
author | Michał Gołębiowski <m.goleb@gmail.com> | 2016-09-12 19:27:56 +0200 |
---|---|---|
committer | Michał Gołębiowski <m.goleb@gmail.com> | 2016-09-12 19:27:56 +0200 |
commit | 2d4f53416e5f74fa98e0c1d66b6f3c285a12f0ce (patch) | |
tree | a4c014370363be6bbc25697dc3e7f82c178bb50a /package.json | |
parent | 3f5f5433d5ba8bcc1644c8bbb3c1038f97d454bf (diff) | |
download | jquery-2d4f53416e5f74fa98e0c1d66b6f3c285a12f0ce.tar.gz jquery-2d4f53416e5f74fa98e0c1d66b6f3c285a12f0ce.zip |
Build: Update promises-aplus-tests for compat with Node 7
The older promises-aplus-tests was relying on old Mocha that, in turn,
used an obsolete graceful-fs version that is not guaranteed to work fine
with the upcoming Node 7 and later.
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 4cb7484e5..6fd997b0f 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "jsdom": "5.6.1", "load-grunt-tasks": "3.5.0", "native-promise-only": "0.8.1", - "promises-aplus-tests": "2.1.1", + "promises-aplus-tests": "2.1.2", "q": "1.4.1", "qunit-assert-step": "1.0.3", "qunitjs": "1.23.1", |