From ae02fbc4d846d9d3516b4280264642a01ebbf52b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 11:20:05 +0000 Subject: [PATCH] build(deps-dev): bump awilix from 11.0.4 to 12.0.1 (#151) Bumps [awilix](https://github.com/jeffijoe/awilix) from 11.0.4 to 12.0.1. - [Changelog](https://github.com/jeffijoe/awilix/blob/master/CHANGELOG.md) - [Commits](https://github.com/jeffijoe/awilix/compare/v11.0.4...v12.0.1) --- updated-dependencies: - dependency-name: awilix dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3454da7..9b082d6 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "devDependencies": { "@fastify/pre-commit": "^2.1.0", "@types/node": "^22.0.0", - "awilix": "^11.0.0", + "awilix": "^12.0.1", "c8": "^10.1.2", "fastify": "^5.0.0", "snazzy": "^9.0.0",