From cda47f490b455d404d066abbe8e657481fab29df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Apr 2024 07:40:23 +0000 Subject: [PATCH] Bump elm-tooling from 1.15.0 to 1.15.1 Bumps [elm-tooling](https://github.com/elm-tooling/elm-tooling-cli) from 1.15.0 to 1.15.1. - [Changelog](https://github.com/elm-tooling/elm-tooling-cli/blob/main/CHANGELOG.md) - [Commits](https://github.com/elm-tooling/elm-tooling-cli/compare/v1.15.0...v1.15.1) --- updated-dependencies: - dependency-name: elm-tooling dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index ef4c8cc..34933da 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "dependencies": { "elm-doc-preview": "^5.0.5", "elm-review": "^2.10.3", - "elm-tooling": "^1.15.0", + "elm-tooling": "^1.15.1", "fs-extra": "^11.2.0", "glob": "^10.3.12", "npm-run-all": "^4.1.5" diff --git a/yarn.lock b/yarn.lock index bd72efb..041b380 100644 --- a/yarn.lock +++ b/yarn.lock @@ -554,10 +554,10 @@ elm-review@^2.10.3: which "^2.0.2" wrap-ansi "^6.2.0" -elm-tooling@^1.14.1, elm-tooling@^1.15.0: - version "1.15.0" - resolved "https://registry.yarnpkg.com/elm-tooling/-/elm-tooling-1.15.0.tgz#e1f2ad4df34d3f890c906a43c9a3d295d3c6331d" - integrity sha512-quRE5LGJyrkPBoJ3MvFQ5RGgf80J0L0d3NkduStvXh4TmZuMXNC3Z/l2ZRoq2UTUaNWeYfO1Zx5wns1AvsTrnw== +elm-tooling@^1.14.1, elm-tooling@^1.15.1: + version "1.15.1" + resolved "https://registry.yarnpkg.com/elm-tooling/-/elm-tooling-1.15.1.tgz#1274f97cdfe67a9d8361607a53447bd235cb1458" + integrity sha512-+rRYa7gzz6l2/Ip2i197MqkW5abOwPOP/+WlyyatLDeDhh+JR0HUMlZJYenCYodBeG/xW5xW3pRYQ2onf5bIAw== emoji-regex@^8.0.0: version "8.0.0"