diff --git a/lib/tasks/javascript.rake b/lib/tasks/javascript.rake index a5f4a99c4f9..c869b9b9a3f 100644 --- a/lib/tasks/javascript.rake +++ b/lib/tasks/javascript.rake @@ -101,8 +101,6 @@ task 'javascript:update' do destination: 'jquery.autoellipsis-1.0.10.js' }, { source: 'jquery-color/dist/jquery.color.js' - }, { - source: 'jquery.cookie/jquery.cookie.js' }, { source: 'blueimp-file-upload/js/jquery.fileupload.js', }, { diff --git a/package.json b/package.json index e17f8bbb70f..32f2a718fa0 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,6 @@ "jquery-resize": "https://github.com/cowboy/jquery-resize/", "jquery-tags-input": "1.3.5", "jquery.autoellipsis": "https://github.com/pvdspek/jquery.autoellipsis", - "jquery.cookie": "1.4.1", "magnific-popup": "1.1.0", "markdown-it": "10.0.0", "moment": "2.24.0", diff --git a/yarn.lock b/yarn.lock index 7fdf765503d..9eea63d9963 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1854,11 +1854,6 @@ jquery-tags-input@1.3.5: version "0.0.0" resolved "https://github.com/pvdspek/jquery.autoellipsis#756391145c09ec11ae2b88a0ca0c3b5fdf8d21a1" -jquery.cookie@1.4.1: - version "1.4.1" - resolved "https://registry.yarnpkg.com/jquery.cookie/-/jquery.cookie-1.4.1.tgz#d63dce209eab691fe63316db08ca9e47e0f9385b" - integrity sha1-1j3OIJ6raR/mMxbbCMqeR+D5OFs= - jquery@3.5.0: version "3.5.0" resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.5.0.tgz#9980b97d9e4194611c36530e7dc46a58d7340fc9"