From 888b73881ce8d8be21584f265a3f5eaaa01b314e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 19:19:46 +0000 Subject: [PATCH] chore(deps): update protobufjs requirement in /packages/featureserver Updates the requirements on [protobufjs](https://github.com/protobufjs/protobuf.js) to permit the latest version. - [Release notes](https://github.com/protobufjs/protobuf.js/releases) - [Changelog](https://github.com/protobufjs/protobuf.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/protobufjs/protobuf.js/compare/protobufjs-v7.2.5...protobufjs-v7.2.6) --- updated-dependencies: - dependency-name: protobufjs dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/featureserver/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/featureserver/package.json b/packages/featureserver/package.json index 8c3f4c3eb..d748d6014 100644 --- a/packages/featureserver/package.json +++ b/packages/featureserver/package.json @@ -36,7 +36,7 @@ "joi": "^17.12.0", "lodash": "^4.17.21", "postgres-date": "^2.1.0", - "protobufjs": "^7.2.5", + "protobufjs": "^7.2.6", "wkt-parser": "^1.3.3" }, "devDependencies": {