Make WordPress Core

Changeset 50414


Ignore:
Timestamp:
02/23/2021 04:29:21 PM (4 years ago)
Author:
desrosj
Message:

Build/Test Tools: Update the package lock file.

This commits a change that results from running npm install.

See #51801.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/package-lock.json

    r50400 r50414  
    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        },
Note: See TracChangeset for help on using the changeset viewer.