Build/Test Tools: Update json2php package.

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

See #57535.

git-svn-id: https://develop.svn.wordpress.org/trunk@55232 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jonathan Desrosiers 2023-02-06 18:42:33 +00:00
parent 97a0b1e7f3
commit 153d7c758d
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -17878,9 +17878,9 @@
"dev": true
},
"json2php": {
"version": "0.0.5",
"resolved": "https://registry.npmjs.org/json2php/-/json2php-0.0.5.tgz",
"integrity": "sha512-jWpsGAYlQDKOjJcyq3rYaxcZ+5YMhZIKHKTjdIKJPI9zLSX+yRWHSSwtV8hvIg7YMhbKkgPO669Ve2ZgFK5C7w=="
"version": "0.0.7",
"resolved": "https://registry.npmjs.org/json2php/-/json2php-0.0.7.tgz",
"integrity": "sha512-dnSoUiLAoVaMXxFsVi4CrPVYMKOuDBXTghXSmMINX44RZ8WM9cXlY7UqrQnlAcODCVO7FV3+8t/5nDKAjimLfg=="
},
"json5": {
"version": "2.2.3",

View File

@ -144,7 +144,7 @@
"jquery-color": "2.2.0",
"jquery-form": "4.3.0",
"jquery-hoverintent": "1.10.2",
"json2php": "^0.0.5",
"json2php": "^0.0.7",
"lodash": "4.17.21",
"masonry-layout": "4.2.2",
"moment": "2.29.4",