From 093862b3abe1b5c85f56fd630c48efe6dc4c9133 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Jul 2023 23:28:15 +0000 Subject: [PATCH] chore(deps): bump @project-error/pe-utils in /apps/game Bumps [@project-error/pe-utils](https://github.com/project-error/pe-utils) from 0.1.6 to 0.3.0. - [Release notes](https://github.com/project-error/pe-utils/releases) - [Changelog](https://github.com/project-error/pe-utils/blob/master/changelog_config.json) - [Commits](https://github.com/project-error/pe-utils/compare/v0.1.6...v0.3.0) --- updated-dependencies: - dependency-name: "@project-error/pe-utils" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- apps/game/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/game/package.json b/apps/game/package.json index 0769ac19a..fcf0e8647 100644 --- a/apps/game/package.json +++ b/apps/game/package.json @@ -17,7 +17,7 @@ "@discordjs/collection": "^0.2.4", "@npwd/config": "workspace:*", "@npwd/database": "workspace:*", - "@project-error/pe-utils": "^0.1.6", + "@project-error/pe-utils": "^0.3.0", "axios": "^0.21.4", "dayjs": "^1.11.7", "formdata-node": "^5.0.0",