diff --git a/package-lock.json b/package-lock.json index c39bc52..dbf103d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3409,9 +3409,9 @@ "dev": true }, "jquery": { - "version": "3.5.1", - "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.5.1.tgz", - "integrity": "sha512-XwIBPqcMn57FxfT+Go5pzySnm4KWkT1Tv7gjrpT1srtf8Weynl6R273VJ5GjkRb51IzMp5nbaPjJXMWeju2MKg==" + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.6.0.tgz", + "integrity": "sha512-JVzAR/AjBvVt2BmYhxRCSYysDsPcssdmTFnzyLEts9qNwmjmu4JTAMYubEfwVOSwpQ1I1sKKFcxhZCI2buerfw==" }, "jquery-revealer": { "version": "github:pixelunion/jquery.revealer#68204f43885d463f72240182a6fa9924a11f0be8", diff --git a/package.json b/package.json index b959264..98c1bf0 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ }, "dependencies": { "imagesloaded": "npm:imagesloaded@^3.1.8", - "jquery": "github:components/jquery@^3.4.1", + "jquery": "3.6.0", "jquery-revealer": "github:pixelunion/jquery.revealer@^2.0.0", "jquery-trend": "npm:jquery-trend@^0.1.0" },