From 36d27efc58ea124827e86dd9dfd8d7d8da64fc27 Mon Sep 17 00:00:00 2001 From: Snyk bot Date: Sun, 17 May 2020 17:49:54 +0300 Subject: [PATCH] fix: upgrade jquery from 3.4.1 to 3.5.0 (#582) Snyk has created this PR to upgrade jquery from 3.4.1 to 3.5.0. See this package in NPM: https://www.npmjs.com/package/jquery See this project in Snyk: https://app.snyk.io/org/grzanka/project/5eb7acfa-1ba2-4e4a-8333-469af83bdffe?utm_source=github&utm_medium=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d90e5e72..6b8f1627 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "axios": "0.19.2", "babel-plugin-wildcard": "6.0.0", "bootstrap": "4.4.1", - "jquery": "3.4.1", + "jquery": "3.5.0", "npm-check-updates": "^4.1.0", "plotly.js-basic-dist": "1.53.0", "popper.js": "1.16.1",