From 51b92e99a2aaf6a0af783c347c1d2a46fd9b1271 Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Tue, 23 Apr 2019 16:00:35 -0700 Subject: [PATCH] (security/core#50) Update jQuery to address prototype pollution --- bower.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index b970b3e9ad..c4aaaa2152 100644 --- a/bower.json +++ b/bower.json @@ -18,7 +18,7 @@ "d3-3.5.x": "d3#~3.5.17", "dc-2.1.x": "dc.js#~2.1.8", "crossfilter-1.3.x": "crossfilter2#~1.3.11", - "jquery": "~1.12", + "jquery": "civicrm/jquery#1.12.4-civicrm-1.1", "jquery-ui": "~1.12", "lodash-compat": "~3.0", "google-code-prettify": "~1.0", @@ -35,6 +35,7 @@ "es6-promise": "^4.2.4" }, "resolutions": { - "angular": "~1.5.11" + "angular": "~1.5.11", + "jquery": "1.12.4-civicrm-1.1" } } -- 2.25.1