diff options
author | Richard Gibson <richard.gibson@gmail.com> | 2013-10-11 14:14:03 -0400 |
---|---|---|
committer | Richard Gibson <richard.gibson@gmail.com> | 2013-10-11 14:14:24 -0400 |
commit | c93743b4faf7db5e2b95eee287adaece975541e3 (patch) | |
tree | 390b8baa65b0aa8ac87862e485951757f0a1806e /bower.json | |
parent | 943dc6cf834a57b5bffe99314add0a4d397201ce (diff) | |
download | jquery-c93743b4faf7db5e2b95eee287adaece975541e3.tar.gz jquery-c93743b4faf7db5e2b95eee287adaece975541e3.zip |
Fix #14381: Update to Sizzle 1.10.11
(cherry picked from commit 64bdf4140b58c6dae72db78fc2f02832ed51a863)
Diffstat (limited to 'bower.json')
-rw-r--r-- | bower.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bower.json b/bower.json index 26e5598a4..a74ad472a 100644 --- a/bower.json +++ b/bower.json @@ -13,7 +13,7 @@ "bower.json" ], "dependencies": { - "sizzle": "~1.10.10", + "sizzle": "~1.10.11", "requirejs": "~2.1.8" }, "devDependencies": { |