diff --git a/package-lock.json b/package-lock.json index d37552d..5ae167f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "UNLICENSED", "dependencies": { "animsition": "^4.0.2", - "jquery": "^3.6.4" + "jquery": "^3.7.0" } }, "node_modules/animsition": { @@ -19,9 +19,9 @@ "integrity": "sha1-2MbmCwpWNeMoG5YkAsoqWxa2cU4=" }, "node_modules/jquery": { - "version": "3.6.4", - "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.6.4.tgz", - "integrity": "sha512-v28EW9DWDFpzcD9O5iyJXg3R3+q+mET5JhnjJzQUZMHOv67bpSIHq81GEYpPNZHG+XXHsfSme3nxp/hndKEcsQ==" + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.7.0.tgz", + "integrity": "sha512-umpJ0/k8X0MvD1ds0P9SfowREz2LenHsQaxSohMZ5OMNEU2r0tf8pdeEFTHMFxWVxKNyU9rTtK3CWzUCTKJUeQ==" } }, "dependencies": { @@ -31,9 +31,9 @@ "integrity": "sha1-2MbmCwpWNeMoG5YkAsoqWxa2cU4=" }, "jquery": { - "version": "3.6.4", - "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.6.4.tgz", - "integrity": "sha512-v28EW9DWDFpzcD9O5iyJXg3R3+q+mET5JhnjJzQUZMHOv67bpSIHq81GEYpPNZHG+XXHsfSme3nxp/hndKEcsQ==" + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.7.0.tgz", + "integrity": "sha512-umpJ0/k8X0MvD1ds0P9SfowREz2LenHsQaxSohMZ5OMNEU2r0tf8pdeEFTHMFxWVxKNyU9rTtK3CWzUCTKJUeQ==" } } } diff --git a/package.json b/package.json index 909aeca..b0c438d 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,6 @@ }, "dependencies": { "animsition": "^4.0.2", - "jquery": "^3.6.4" + "jquery": "^3.7.0" } }