Update package-lock.json after the 6.4.3-alpha version bump.

This is a followup to [57167] to fix a version number in `package-lock.json` that was missed in the initial commit.


git-svn-id: https://develop.svn.wordpress.org/branches/6.4@57168 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Joe McGill 2023-12-06 17:18:31 +00:00
parent a211c6848a
commit f90515acdb

4
package-lock.json generated
View File

@ -6,7 +6,7 @@
"packages": {
"": {
"name": "WordPress",
"version": "6.4.2",
"version": "6.4.3",
"license": "GPL-2.0-or-later",
"dependencies": {
"@emotion/is-prop-valid": "0.8.8",
@ -59508,4 +59508,4 @@
"dev": true
}
}
}
}