From 90fbcfbe38c6f930deda826070f6358b6ef294cc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Mar 2023 06:56:51 +0000 Subject: [PATCH] fix(deps): update dependency eslint-plugin-sql to v2.3.2 --- packages/eslint-config/package.json | 2 +- pnpm-lock.yaml | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index fd84af2..7761e8b 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -45,7 +45,7 @@ "eslint-plugin-node": "^11.1.0", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-promise": "^6.0.0", - "eslint-plugin-sql": "2.1.0", + "eslint-plugin-sql": "2.3.2", "eslint-plugin-unicorn": "^45.0.2", "eslint-plugin-unused-imports": "^2.0.0" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 39ad637..d1df77c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -26,7 +26,7 @@ importers: eslint-plugin-node: ^11.1.0 eslint-plugin-prettier: ^4.2.1 eslint-plugin-promise: ^6.0.0 - eslint-plugin-sql: 2.1.0 + eslint-plugin-sql: 2.3.2 eslint-plugin-unicorn: ^45.0.2 eslint-plugin-unused-imports: ^2.0.0 prettier: ^2.8.2 @@ -46,7 +46,7 @@ importers: eslint-plugin-node: 11.1.0_eslint@8.34.0 eslint-plugin-prettier: 4.2.1_tgj6q6crlj7y24j3aycgzuhnii eslint-plugin-promise: 6.0.0_eslint@8.34.0 - eslint-plugin-sql: 2.1.0_eslint@8.34.0 + eslint-plugin-sql: 2.3.2_eslint@8.34.0 eslint-plugin-unicorn: 45.0.2_eslint@8.34.0 eslint-plugin-unused-imports: 2.0.0_ld5swr23ic4setvglpjgbmlxcu devDependencies: @@ -1481,8 +1481,8 @@ packages: resolution: {integrity: sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==} engines: {node: '>=8'} - /astring/1.8.1: - resolution: {integrity: sha512-Aj3mbwVzj7Vve4I/v2JYOPFkCGM2YS7OqQTNSxmUR+LECRpokuPgAYghePgr6SALDo5bD5DlfbSaYjOzGJZOLQ==} + /astring/1.8.4: + resolution: {integrity: sha512-97a+l2LBU3Op3bBQEff79i/E4jMD2ZLFD8rHx9B6mXyB2uQwhJQYfiDqUwtfjF4QA1F2qs//N6Cw8LetMbQjcw==} hasBin: true dev: false @@ -2356,13 +2356,13 @@ packages: string.prototype.matchall: 4.0.6 dev: false - /eslint-plugin-sql/2.1.0_eslint@8.34.0: - resolution: {integrity: sha512-UPapPPhK1ADgQDTogpApiSAh6bYjrt2daYkKCdApHm5KPbq9qR4ca4TPyYod06bAnLgswbri6Z9gEPAy0R+B1A==} + /eslint-plugin-sql/2.3.2_eslint@8.34.0: + resolution: {integrity: sha512-cyR9MdqEIkLvBI6DOEQCfAhKcLGkjhzUF+6qYvEesSdxq7IveFQQhgYjH3fSaGAde1U5Q20WjpWdpZ6awYjXzA==} engines: {node: '>=12'} peerDependencies: eslint: '>=8.1.0' dependencies: - astring: 1.8.1 + astring: 1.8.4 debug: 4.3.4 eslint: 8.34.0 lodash: 4.17.21