diff --git a/composer.json b/composer.json index a23521f8b81..d027d202c97 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ "composer-runtime-api": "^2", "colinmollenhour/cache-backend-redis": "^1.14", "colinmollenhour/magento-redis-session": "^3.2.0", - "components/jquery": "1.12.4", + "components/jquery": "3.5.1", "cweagans/composer-patches": "^1.7", "ezyang/htmlpurifier": "^4.17", "flowjs/flowjs": "dev-master", diff --git a/composer.lock b/composer.lock index 486c728a488..cfcc11108e3 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "6e34fdbca2d59b48a3b190591d31e5b2", + "content-hash": "0cec931bc912b0b3779b2be5e9bbc438", "packages": [ { "name": "colinmollenhour/cache-backend-redis", @@ -183,16 +183,16 @@ }, { "name": "components/jquery", - "version": "1.12.4", + "version": "3.5.1", "source": { "type": "git", "url": "https://github.com/components/jquery.git", - "reference": "5dd7297d7603e11e53bdcca2a71074d92de37b8f" + "reference": "b33e8f0f9a1cb2ae390cf05d766a900b53d2125b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/components/jquery/zipball/5dd7297d7603e11e53bdcca2a71074d92de37b8f", - "reference": "5dd7297d7603e11e53bdcca2a71074d92de37b8f", + "url": "https://api.github.com/repos/components/jquery/zipball/b33e8f0f9a1cb2ae390cf05d766a900b53d2125b", + "reference": "b33e8f0f9a1cb2ae390cf05d766a900b53d2125b", "shasum": "" }, "type": "component", @@ -201,8 +201,9 @@ "files": [ "jquery.min.js", "jquery.min.map", - "jquery-migrate.js", - "jquery-migrate.min.js" + "jquery.slim.js", + "jquery.slim.min.js", + "jquery.slim.min.map" ], "scripts": [ "jquery.js" @@ -215,8 +216,7 @@ ], "authors": [ { - "name": "John Resig", - "email": "jeresig@gmail.com" + "name": "JS Foundation and other contributors" } ], "description": "jQuery JavaScript Library", @@ -224,11 +224,11 @@ "support": { "forum": "http://forum.jquery.com", "irc": "irc://irc.freenode.org/jquery", - "issues": "http://bugs.jquery.com", + "issues": "https://github.com/jquery/jquery/issues", "source": "https://github.com/jquery/jquery", "wiki": "http://docs.jquery.com/" }, - "time": "2016-05-25T06:50:04+00:00" + "time": "2020-05-05T13:21:02+00:00" }, { "name": "cweagans/composer-patches", @@ -7161,5 +7161,5 @@ "platform-overrides": { "php": "8.1" }, - "plugin-api-version": "2.6.0" + "plugin-api-version": "2.3.0" }