From 4cfadafc85774ad068a2b454b4254246b8e1153f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 May 2022 13:04:22 +0000 Subject: [PATCH] Bump gettext-parser from 4.2.0 to 5.1.2 Bumps [gettext-parser](https://github.com/smhg/gettext-parser) from 4.2.0 to 5.1.2. - [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/v4.2.0...v5.1.2) --- updated-dependencies: - dependency-name: gettext-parser dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2823bbf..0e28486 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1764,9 +1764,9 @@ } }, "gettext-parser": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/gettext-parser/-/gettext-parser-4.2.0.tgz", - "integrity": "sha512-aMgPyjC9W5Mz9tbFU8DcQ7GYMXoFWq633kaWGt4imlcpBWzDIWk7HY7nCSZTCJxyjRaLq9L/NEjMKkZ9gR630Q==", + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/gettext-parser/-/gettext-parser-5.1.2.tgz", + "integrity": "sha512-TaCShmFIQDvic6Ao+LFvFSPyl/9sjua3zNHMfmjfzzEeK3NIPbBSbNdPihJ+vG476td+ylrVk0ZyjJaAy9CiwQ==", "requires": { "content-type": "^1.0.4", "encoding": "^0.1.13", diff --git a/package.json b/package.json index 303cd5e..f99b935 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "byline": "^5.0.0", "csv-parse": "^4.16.3", "feedparser": "^2.2.9", - "gettext-parser": "^4.2.0", + "gettext-parser": "^5.1.2", "ip": "^1.1.0", "qs": "^6.10.2", "smtlib": "^1.0.0",