From 33e6b25113fc1f802ba6763dce5ff5b06b20607d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 08:04:56 +0000 Subject: [PATCH] Bump @architect/asap from 4.1.0 to 5.1.1 Bumps [@architect/asap](https://github.com/architect/asap) from 4.1.0 to 5.1.1. - [Release notes](https://github.com/architect/asap/releases) - [Changelog](https://github.com/architect/asap/blob/main/_changelog.md) - [Commits](https://github.com/architect/asap/compare/v4.1.0...v5.1.1) --- updated-dependencies: - dependency-name: "@architect/asap" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 491494c4..f1c90c41 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "test": "npm run spellcheck && npm run lint && npm run test:unit:frontend && npm run test:unit:backend" }, "dependencies": { - "@architect/asap": "^4.1.0", + "@architect/asap": "^5.1.1", "@architect/functions": "^4.0.0", "@architect/inventory": "^2.1.1", "@architect/package": "^7.1.1",