Make WordPress Core

Changeset 55232


Ignore:
Timestamp:
02/06/2023 06:42:33 PM (3 years ago)
Author:
desrosj
Message:

Build/Test Tools: Update json2php package.

This updates the json2php package to the latest version, which is currently 0.0.7.

See #57535.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/package-lock.json

    r55191 r55232  
    1787917879        },
    1788017880        "json2php": {
    17881             "version": "0.0.5",
    17882             "resolved": "https://registry.npmjs.org/json2php/-/json2php-0.0.5.tgz",
    17883             "integrity": "sha512-jWpsGAYlQDKOjJcyq3rYaxcZ+5YMhZIKHKTjdIKJPI9zLSX+yRWHSSwtV8hvIg7YMhbKkgPO669Ve2ZgFK5C7w=="
     17881            "version": "0.0.7",
     17882            "resolved": "https://registry.npmjs.org/json2php/-/json2php-0.0.7.tgz",
     17883            "integrity": "sha512-dnSoUiLAoVaMXxFsVi4CrPVYMKOuDBXTghXSmMINX44RZ8WM9cXlY7UqrQnlAcODCVO7FV3+8t/5nDKAjimLfg=="
    1788417884        },
    1788517885        "json5": {
  • trunk/package.json

    r55191 r55232  
    145145        "jquery-form": "4.3.0",
    146146        "jquery-hoverintent": "1.10.2",
    147         "json2php": "^0.0.5",
     147        "json2php": "^0.0.7",
    148148        "lodash": "4.17.21",
    149149        "masonry-layout": "4.2.2",
Note: See TracChangeset for help on using the changeset viewer.