External Libraries: Update json2php to version 0.0.12.

A full list of changes can be found on GitHub: https://github.com/daniel-zahariev/json2php/compare/0.0.9...v0.0.12.

Fixes #63051.

git-svn-id: https://develop.svn.wordpress.org/trunk@59928 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jonathan Desrosiers 2025-03-04 14:43:04 +00:00
parent fd3f4e3818
commit bbfe51c3e5
2 changed files with 12 additions and 5 deletions

15
package-lock.json generated
View File

@ -88,7 +88,7 @@
"jquery-color": "3.0.0",
"jquery-form": "4.3.0",
"jquery-hoverintent": "1.10.2",
"json2php": "0.0.9",
"json2php": "0.0.12",
"lodash": "4.17.21",
"masonry-layout": "4.2.2",
"moment": "2.30.1",
@ -8983,6 +8983,13 @@
"integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
"dev": true
},
"node_modules/@wordpress/scripts/node_modules/json2php": {
"version": "0.0.9",
"resolved": "https://registry.npmjs.org/json2php/-/json2php-0.0.9.tgz",
"integrity": "sha512-fQMYwvPsQt8hxRnCGyg1r2JVi6yL8Um0DIIawiKiMK9yhAAkcRNj5UsBWoaFvFzPpcWbgw9L6wzj+UMYA702Mw==",
"dev": true,
"license": "BSD"
},
"node_modules/@wordpress/scripts/node_modules/locate-path": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
@ -24148,9 +24155,9 @@
"dev": true
},
"node_modules/json2php": {
"version": "0.0.9",
"resolved": "https://registry.npmjs.org/json2php/-/json2php-0.0.9.tgz",
"integrity": "sha512-fQMYwvPsQt8hxRnCGyg1r2JVi6yL8Um0DIIawiKiMK9yhAAkcRNj5UsBWoaFvFzPpcWbgw9L6wzj+UMYA702Mw==",
"version": "0.0.12",
"resolved": "https://registry.npmjs.org/json2php/-/json2php-0.0.12.tgz",
"integrity": "sha512-fM/jNXBHZBaizxgLCoFjkX21CyK+zO4aDQvrJnvtwOHeN1qJwRgZEE3K0gqdKBYP5DhueNVHdC2gi4Yalim98g==",
"license": "BSD"
},
"node_modules/json5": {

View File

@ -156,7 +156,7 @@
"jquery-color": "3.0.0",
"jquery-form": "4.3.0",
"jquery-hoverintent": "1.10.2",
"json2php": "0.0.9",
"json2php": "0.0.12",
"lodash": "4.17.21",
"masonry-layout": "4.2.2",
"moment": "2.30.1",