From 86d3c4fbdc8ca8285fb536025e26c0581717bc31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Dec 2024 16:42:31 +0000 Subject: [PATCH] chore(deps): bump @logdna/stdlib from 1.2.3 to 2.0.0 Bumps [@logdna/stdlib](https://github.com/logdna/stdlib-node) from 1.2.3 to 2.0.0. - [Release notes](https://github.com/logdna/stdlib-node/releases) - [Changelog](https://github.com/logdna/stdlib-node/blob/main/CHANGELOG.md) - [Commits](https://github.com/logdna/stdlib-node/compare/v1.2.3...v2.0.0) --- updated-dependencies: - dependency-name: "@logdna/stdlib" 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 10870aa..d1d970b 100644 --- a/package.json +++ b/package.json @@ -101,7 +101,7 @@ ] }, "dependencies": { - "@logdna/stdlib": "^1.1.5", + "@logdna/stdlib": "^2.0.0", "chevrotain": "^10.3.0" } }