From 1ebc9c77c5414c561183b1a095b6f1b5a24b0306 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 11:39:34 +0000 Subject: [PATCH] chore(deps-dev): bump @snapshot-labs/eslint-config Bumps @snapshot-labs/eslint-config from 0.1.0-beta.15 to 0.1.0-beta.17. --- updated-dependencies: - dependency-name: "@snapshot-labs/eslint-config" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 9ae0e94..dc32d2b 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "typescript": "5.2.2" }, "devDependencies": { - "@snapshot-labs/eslint-config": "^0.1.0-beta.15", + "@snapshot-labs/eslint-config": "^0.1.0-beta.17", "@snapshot-labs/prettier-config": "^0.1.0-beta.15", "@types/express": "^4.17.11", "@types/jest": "^29.5.10", diff --git a/yarn.lock b/yarn.lock index 9b07527..f0ea470 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1275,10 +1275,10 @@ dependencies: "@sinonjs/commons" "^3.0.0" -"@snapshot-labs/eslint-config-base@^0.1.0-beta.15": - version "0.1.0-beta.15" - resolved "https://registry.yarnpkg.com/@snapshot-labs/eslint-config-base/-/eslint-config-base-0.1.0-beta.15.tgz#2f64a21a0590d0ffea8a82852ab4bd5742495daa" - integrity sha512-uqOqCDTsl92e1k3edaGweQCSlDo9mU8I1ejqXCJHHDr/ZZyBldd8R73qOjhEVdYBtbdHd97QRdKh3JhMjzhrtg== +"@snapshot-labs/eslint-config-base@^0.1.0-beta.17": + version "0.1.0-beta.17" + resolved "https://registry.yarnpkg.com/@snapshot-labs/eslint-config-base/-/eslint-config-base-0.1.0-beta.17.tgz#e989acfb31facb1518cdf170499de47aec1832c3" + integrity sha512-+NE6BTOKhxvs1el73r9cQEm3SOBhp9La8HUumE4WbMoZz67ovPsdJQt7QuqnqZNDAEiW5sP0eJNsnvvxGxO0ug== dependencies: "@typescript-eslint/eslint-plugin" "^6.7.3" "@typescript-eslint/parser" "^6.7.3" @@ -1286,12 +1286,12 @@ eslint-plugin-import "^2.29.0" eslint-plugin-prettier "^5.0.1" -"@snapshot-labs/eslint-config@^0.1.0-beta.15": - version "0.1.0-beta.15" - resolved "https://registry.yarnpkg.com/@snapshot-labs/eslint-config/-/eslint-config-0.1.0-beta.15.tgz#9aef268a7946476180e433522a4e197d5149fe11" - integrity sha512-bzx8wxho5K1w7jFgo2nikVmr1jzGWE7zcGOlrrEYz9DRNccMAan83BqLSlzxJZn24Jey40eoARiEvFhgtY9MVg== +"@snapshot-labs/eslint-config@^0.1.0-beta.17": + version "0.1.0-beta.17" + resolved "https://registry.yarnpkg.com/@snapshot-labs/eslint-config/-/eslint-config-0.1.0-beta.17.tgz#fe6d4721937902415888a1fa6fec15c57b114870" + integrity sha512-hgEL6hbMAeYKaw7D6Fh+axsU/RZtfCsZHdJOD+CpG/x4+jXaWnV+tKSe6AidT/Yz/wK/4V76t6cAkVJ10ciLOw== dependencies: - "@snapshot-labs/eslint-config-base" "^0.1.0-beta.15" + "@snapshot-labs/eslint-config-base" "^0.1.0-beta.17" "@snapshot-labs/prettier-config@^0.1.0-beta.15": version "0.1.0-beta.15"