Make WordPress Core

Changeset 50520


Ignore:
Timestamp:
03/10/2021 03:05:43 PM (4 years ago)
Author:
desrosj
Message:

External Libraries: Update jQuery to version 3.6.0.

This updates the jQuery dependency from 3.5.1 to 3.6.0.

For a full list of changes, see https://github.com/jquery/jquery/compare/3.5.1...3.6.0.

Fixes #52707. See #51812.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/package-lock.json

    r50507 r50520  
    39313931                        "unbzip2-stream": "^1.3.3",
    39323932                        "ws": "^7.2.3"
     3933                    },
     3934                    "dependencies": {
     3935                        "devtools-protocol": {
     3936                            "version": "0.0.818844",
     3937                            "resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.818844.tgz",
     3938                            "integrity": "sha512-AD1hi7iVJ8OD0aMLQU5VK0XH9LDlA1+BcPIgrAxPfaibx2DbWucuyOhc4oyQCbnvDDO68nN6/LcKfqTP343Jjg==",
     3939                            "dev": true
     3940                        }
    39333941                    }
    39343942                },
     
    80568064            "resolved": "https://registry.npmjs.org/detect-node/-/detect-node-2.0.4.tgz",
    80578065            "integrity": "sha512-ZIzRpLJrOj7jjP2miAtgqIfmzbxa4ZOr5jJc601zklsfEx9oTzmmj2nVpIPRpNlRTIh8lc1kyViIY7BWSGNmKw==",
    8058             "dev": true
    8059         },
    8060         "devtools-protocol": {
    8061             "version": "0.0.818844",
    8062             "resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.818844.tgz",
    8063             "integrity": "sha512-AD1hi7iVJ8OD0aMLQU5VK0XH9LDlA1+BcPIgrAxPfaibx2DbWucuyOhc4oyQCbnvDDO68nN6/LcKfqTP343Jjg==",
    80648066            "dev": true
    80658067        },
     
    1457814580        },
    1457914581        "jquery": {
    14580             "version": "3.5.1",
    14581             "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.5.1.tgz",
    14582             "integrity": "sha512-XwIBPqcMn57FxfT+Go5pzySnm4KWkT1Tv7gjrpT1srtf8Weynl6R273VJ5GjkRb51IzMp5nbaPjJXMWeju2MKg=="
     14582            "version": "3.6.0",
     14583            "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.6.0.tgz",
     14584            "integrity": "sha512-JVzAR/AjBvVt2BmYhxRCSYysDsPcssdmTFnzyLEts9qNwmjmu4JTAMYubEfwVOSwpQ1I1sKKFcxhZCI2buerfw=="
    1458314585        },
    1458414586        "jquery-color": {
  • trunk/package.json

    r50496 r50520  
    135135        "hoverintent": "2.2.1",
    136136        "imagesloaded": "4.1.4",
    137         "jquery": "3.5.1",
     137        "jquery": "3.6.0",
    138138        "jquery-color": "https://github.com/jquery/jquery-color/archive/2.1.2.tar.gz",
    139139        "jquery-form": "4.2.1",
Note: See TracChangeset for help on using the changeset viewer.