From 28f1cb70133f997ec15ffd5bdee57d1e7af60925 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Jul 2022 18:50:42 +0000 Subject: [PATCH] Bump eslint-config-pythoncoderas-combo from 1.1.2 to 1.1.3 Bumps [eslint-config-pythoncoderas-combo](https://github.com/PythonCoderAS/eslint-config-pythoncoderas-combo) from 1.1.2 to 1.1.3. - [Release notes](https://github.com/PythonCoderAS/eslint-config-pythoncoderas-combo/releases) - [Changelog](https://github.com/PythonCoderAS/eslint-config-pythoncoderas-combo/blob/master/.releaserc.json) - [Commits](https://github.com/PythonCoderAS/eslint-config-pythoncoderas-combo/compare/v1.1.2...v1.1.3) --- updated-dependencies: - dependency-name: eslint-config-pythoncoderas-combo dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8156b23b..a70ac871 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,7 +37,7 @@ "@types/node": "18.0.6", "@types/uuid": "8.3.4", "eslint": "8.20.0", - "eslint-config-pythoncoderas-combo": "1.1.2", + "eslint-config-pythoncoderas-combo": "1.1.3", "prettier": "2.7.1", "sequelize-cli": "6.4.1", "typescript": "4.7.4" @@ -2292,9 +2292,9 @@ } }, "node_modules/eslint-config-pythoncoderas-combo": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/eslint-config-pythoncoderas-combo/-/eslint-config-pythoncoderas-combo-1.1.2.tgz", - "integrity": "sha512-MPPjVIbkcHggQY3BLZixqrjGwJ+Q4n48mDgTQ+Rxj6DvRS6Z4X53QfxJGAkEghTGXUWxOpmzdNbGsJO32sMkaA==", + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/eslint-config-pythoncoderas-combo/-/eslint-config-pythoncoderas-combo-1.1.3.tgz", + "integrity": "sha512-Z6orKQ/XKGvAgSb5eZYqc2JbBSVPrWMzBU4z8i+Qg1vScE37PkgOf/9zusVcSPy/e1BHyjMfSU6GOwM9BCkKsQ==", "dev": true, "dependencies": { "eslint-config-pythoncoderas": "^2.0.0", @@ -7437,9 +7437,9 @@ } }, "eslint-config-pythoncoderas-combo": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/eslint-config-pythoncoderas-combo/-/eslint-config-pythoncoderas-combo-1.1.2.tgz", - "integrity": "sha512-MPPjVIbkcHggQY3BLZixqrjGwJ+Q4n48mDgTQ+Rxj6DvRS6Z4X53QfxJGAkEghTGXUWxOpmzdNbGsJO32sMkaA==", + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/eslint-config-pythoncoderas-combo/-/eslint-config-pythoncoderas-combo-1.1.3.tgz", + "integrity": "sha512-Z6orKQ/XKGvAgSb5eZYqc2JbBSVPrWMzBU4z8i+Qg1vScE37PkgOf/9zusVcSPy/e1BHyjMfSU6GOwM9BCkKsQ==", "dev": true, "requires": { "eslint-config-pythoncoderas": "^2.0.0", diff --git a/package.json b/package.json index 58291218..26451c70 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "@types/node": "18.0.6", "@types/uuid": "8.3.4", "eslint": "8.20.0", - "eslint-config-pythoncoderas-combo": "1.1.2", + "eslint-config-pythoncoderas-combo": "1.1.3", "prettier": "2.7.1", "sequelize-cli": "6.4.1", "typescript": "4.7.4",