From f90515acdb5313e14445868e25b2b19acaa58ee7 Mon Sep 17 00:00:00 2001 From: Joe McGill Date: Wed, 6 Dec 2023 17:18:31 +0000 Subject: [PATCH] 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 --- package-lock.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 401274badc..bd15590bcd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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 } } -} \ No newline at end of file +}