build(deps-dev): bump gettext-parser from 2.0.0 to 7.0.1

Bumps [gettext-parser](https://github.com/smhg/gettext-parser) from 2.0.0 to 7.0.1.
- [Release notes](https://github.com/smhg/gettext-parser/releases)
- [Changelog](https://github.com/smhg/gettext-parser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/smhg/gettext-parser/compare/v2.0.0...v7.0.1)

---
updated-dependencies:
- dependency-name: gettext-parser
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-09-19 08:13:16 +00:00 committed by Martin Pitt
parent bb9a4e87dc
commit e65de63f7c
2 changed files with 2 additions and 2 deletions

View file

@ -32,7 +32,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 = 6022b0d0a7cbb4df3f7d3f48cf75ea2ea43fabaa # 301 + gettext-parser 7 adjustment
$(COCKPIT_REPO_FILES): $(COCKPIT_REPO_STAMP)
COCKPIT_REPO_TREE = '$(strip $(COCKPIT_REPO_COMMIT))^{tree}'

View file

@ -35,7 +35,7 @@
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"gettext-parser": "2.0.0",
"gettext-parser": "7.0.1",
"htmlparser": "1.7.7",
"jed": "1.1.1",
"qunit": "2.19.4",