Build/Test Tools: Fix WP version in package-lock.json.

After [56966], CI jobs that check the `package-lock.json` failed on the "Ensure version-controlled files are not modified or deleted" task.

There are 2 version fields that need to be updated for the new WP version. This changeset updates the "packages" > "version" for 6.5.0.

Follow-up to [56966].

Props swissspidy, benharri.
Unprops hellofromTonya.
Fixes #59665.

git-svn-id: https://develop.svn.wordpress.org/trunk@56968 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Tonya Mork
2023-10-17 20:34:31 +00:00
parent 23f7233278
commit 428c624e15

2
package-lock.json generated
View File

@@ -6,7 +6,7 @@
"packages": {
"": {
"name": "WordPress",
"version": "6.4.0",
"version": "6.5.0",
"license": "GPL-2.0-or-later",
"dependencies": {
"@emotion/is-prop-valid": "0.8.8",