From e44d1c44002ffccc86374c39a2f7c6fa43fc3628 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jan 2022 00:57:05 +0000 Subject: [PATCH] build(deps-dev): bump eslint-config-etherpad from 2.0.2 to 2.0.3 in /src Bumps [eslint-config-etherpad](https://github.com/ether/eslint-config-etherpad) from 2.0.2 to 2.0.3. - [Release notes](https://github.com/ether/eslint-config-etherpad/releases) - [Commits](https://github.com/ether/eslint-config-etherpad/compare/v2.0.2...v2.0.3) --- updated-dependencies: - dependency-name: eslint-config-etherpad dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/package-lock.json b/src/package-lock.json index aedbfcc23..9487a5720 100644 --- a/src/package-lock.json +++ b/src/package-lock.json @@ -2067,9 +2067,9 @@ } }, "eslint-config-etherpad": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/eslint-config-etherpad/-/eslint-config-etherpad-2.0.2.tgz", - "integrity": "sha512-UT9QJuRS+yf/ERkxyrTsKl8CNzIGW042WXALQhO+whEMBcahEhjzME8fdoAnkJWpJVV3VJxNY/n8rjDgppYl2A==", + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/eslint-config-etherpad/-/eslint-config-etherpad-2.0.3.tgz", + "integrity": "sha512-jbWW9VTp3M5H8YQoH7rfL6kQ6O5/gfhmL5HsUzLq5w2oetmNWrgWISPPsxt1U9KiDhHFG9lW8WNpdzkXah/QKQ==", "dev": true }, "eslint-plugin-cypress": {