diff --git a/package-lock.json b/package-lock.json index f5df3c6a1..f0fdcad92 100644 --- a/package-lock.json +++ b/package-lock.json @@ -45,7 +45,7 @@ "devDependencies": { "@commitlint/cli": "^17.6.1", "@commitlint/config-conventional": "^17.6.1", - "@graphql-eslint/eslint-plugin": "^3.18.0", + "@graphql-eslint/eslint-plugin": "^3.19.1", "@nestjs/testing": "^9.4.0", "@next/eslint-plugin-next": "^12.3.4", "@testing-library/react": "^12.1.5", @@ -4866,9 +4866,9 @@ "dev": true }, "node_modules/@graphql-eslint/eslint-plugin": { - "version": "3.18.0", - "resolved": "https://registry.npmjs.org/@graphql-eslint/eslint-plugin/-/eslint-plugin-3.18.0.tgz", - "integrity": "sha512-riEEfRycc0+pWxcEWqHi8woRxzg1xZqAfh9DRACJUR7bTN8dmc1N04i7+pvW4sevClUFYC2wuL1Vtr+DwzXLUg==", + "version": "3.19.1", + "resolved": "https://registry.npmjs.org/@graphql-eslint/eslint-plugin/-/eslint-plugin-3.19.1.tgz", + "integrity": "sha512-8hllEu0dFXDk9poJRN0gIqrGoBblMe1TpRJFx0We+ZKWNQgaxvQ0QGmJPDak+BZV5BcOAM7m/GH2XWDgVB2nQA==", "dev": true, "dependencies": { "@babel/code-frame": "^7.18.6", diff --git a/package.json b/package.json index d909502a4..10bf0bdf2 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "devDependencies": { "@commitlint/cli": "^17.6.1", "@commitlint/config-conventional": "^17.6.1", - "@graphql-eslint/eslint-plugin": "^3.18.0", + "@graphql-eslint/eslint-plugin": "^3.19.1", "@nestjs/testing": "^9.4.0", "@next/eslint-plugin-next": "^12.3.4", "@testing-library/react": "^12.1.5",