From e5a16d098d7c7a069b2b7eafe79fd4662b7e5d85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Aug 2023 11:23:00 -0700 Subject: [PATCH] Bump eslint-plugin-import from 2.28.0 to 2.28.1 in /nodejs/wrapper-adot (#684) Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) from 2.28.0 to 2.28.1. - [Release notes](https://github.com/import-js/eslint-plugin-import/releases) - [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md) - [Commits](https://github.com/import-js/eslint-plugin-import/compare/v2.28.0...v2.28.1) --- updated-dependencies: - dependency-name: eslint-plugin-import dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- nodejs/wrapper-adot/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodejs/wrapper-adot/package.json b/nodejs/wrapper-adot/package.json index acc538c28..86fa7611b 100644 --- a/nodejs/wrapper-adot/package.json +++ b/nodejs/wrapper-adot/package.json @@ -31,7 +31,7 @@ "@typescript-eslint/parser": "6.4.1", "eslint": "8.47.0", "eslint-plugin-header": "3.1.1", - "eslint-plugin-import": "2.28.0", + "eslint-plugin-import": "2.28.1", "gts": "5.0.1", "rimraf": "5.0.1", "typescript": "5.1.6"