From fabe76898a45afe12a08ceeeedd61674d61a7735 Mon Sep 17 00:00:00 2001 From: Cockpit Project Date: Thu, 21 Sep 2023 02:13:18 +0000 Subject: [PATCH] Makefile: Update Cockpit lib to ce07ea7372c63cefdb81954044e4477d Bump gettext-parser accordingly, as the PO plugin got updated for version 7. Closes #1215 --- Makefile | 2 +- node_modules | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 6ea2ada14..d58486e08 100644 --- a/Makefile +++ b/Makefile @@ -41,7 +41,7 @@ COCKPIT_REPO_FILES = \ $(NULL) COCKPIT_REPO_URL = https://github.com/cockpit-project/cockpit.git -COCKPIT_REPO_COMMIT = 9c73bec7e1dc2395a00aa0c510fd7210b6c96a16 # 300.1 + 42 commits +COCKPIT_REPO_COMMIT = ce07ea7372c63cefdb81954044e4477d970520b8 # 301 + 2 commits $(COCKPIT_REPO_FILES): $(COCKPIT_REPO_STAMP) COCKPIT_REPO_TREE = '$(strip $(COCKPIT_REPO_COMMIT))^{tree}' diff --git a/node_modules b/node_modules index f7a4c4cf6..d682a4d83 160000 --- a/node_modules +++ b/node_modules @@ -1 +1 @@ -Subproject commit f7a4c4cf6c9ce34f47a946f9fb41b2c78443f321 +Subproject commit d682a4d83926e948d8894396583cc101245193ab diff --git a/package.json b/package.json index d15c136d2..29f9d0979 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "eslint-plugin-promise": "^6.1.1", "eslint-plugin-react": "^7.32.2", "eslint-plugin-react-hooks": "^4.6.0", - "gettext-parser": "^3.0.0", + "gettext-parser": "^7.0.1", "htmlparser": "^1.7.7", "ip": "^1.1.5", "jed": "^1.1.1",