diff options
author | Richard Gibson <richard.gibson@gmail.com> | 2013-11-27 14:51:29 -0500 |
---|---|---|
committer | Richard Gibson <richard.gibson@gmail.com> | 2013-11-27 14:51:29 -0500 |
commit | ed20e7c645064822f4070a0c60195e4bcdaba683 (patch) | |
tree | b20dfab36783f612449440d974c68ca34fe37c02 /bower.json | |
parent | d2aa969206aa1b7738b911cdaf29038f249b5066 (diff) | |
download | jquery-ed20e7c645064822f4070a0c60195e4bcdaba683.tar.gz jquery-ed20e7c645064822f4070a0c60195e4bcdaba683.zip |
Fix #14579: attribute selectors with trailing spaces after an unquoted value
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 e7ff5bad7..295621656 100644 --- a/bower.json +++ b/bower.json @@ -13,7 +13,7 @@ "bower.json" ], "dependencies": { - "sizzle": "1.10.13" + "sizzle": "1.10.14" }, "devDependencies": { "requirejs": "~2.1.8", |