diff --git a/examples/advanced_multiple_libs/package.json b/examples/advanced_multiple_libs/package.json index fccf355..f6a499d 100644 --- a/examples/advanced_multiple_libs/package.json +++ b/examples/advanced_multiple_libs/package.json @@ -14,7 +14,7 @@ "vue": "^2.6.10", "vue-notifications": "1.0.0", "izitoast": "1.1.5", - "jquery": "3.2.1", + "jquery": "3.4.0", "noty": "3.1.3", "sweetalert": "2.0.3", "toastr": "2.1.2", diff --git a/examples/simple_with_toastr/package.json b/examples/simple_with_toastr/package.json index 15e1e0f..64484ff 100644 --- a/examples/simple_with_toastr/package.json +++ b/examples/simple_with_toastr/package.json @@ -13,7 +13,7 @@ "vue": "^2.6.10", "vue-notifications": "1.0.0", "toastr": "2.1.2", - "jquery": "3.2.1" + "jquery": "3.4.0" }, "devDependencies": { "@vue/cli-plugin-babel": "^3.7.0",