From e6a0039916fa5a77685a608543d92acac377c8f9 Mon Sep 17 00:00:00 2001 From: Christoph Guttandin Date: Fri, 5 May 2023 22:17:32 +0200 Subject: [PATCH] fix(package): update eslint-config-holy-grail to version 56.0.7 --- package-lock.json | 32 ++++++++++++++++---------------- package.json | 2 +- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/package-lock.json b/package-lock.json index f8b8a1e7..49018e34 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "commitizen": "^4.3.0", "cz-conventional-changelog": "^3.3.0", "eslint": "^8.39.0", - "eslint-config-holy-grail": "^56.0.6", + "eslint-config-holy-grail": "^56.0.7", "grunt": "^1.6.1", "grunt-cli": "^1.4.3", "grunt-sh": "^0.2.1", @@ -2289,9 +2289,9 @@ } }, "node_modules/@es-joy/jsdoccomment": { - "version": "0.37.1", - "resolved": "https://registry.npmjs.org/@es-joy/jsdoccomment/-/jsdoccomment-0.37.1.tgz", - "integrity": "sha512-5vxWJ1gEkEF0yRd0O+uK6dHJf7adrxwQSX8PuRiPfFSAbNLnY0ZJfXaZucoz14Jj2N11xn2DnlEPwWRpYpvRjg==", + "version": "0.38.0", + "resolved": "https://registry.npmjs.org/@es-joy/jsdoccomment/-/jsdoccomment-0.38.0.tgz", + "integrity": "sha512-TFac4Bnv0ZYNkEeDnOWHQhaS1elWlvOCQxH06iHeu5iffs+hCaLVIZJwF+FqksQi68R4i66Pu+4DfFGvble+Uw==", "dev": true, "dependencies": { "comment-parser": "1.3.1", @@ -2299,7 +2299,7 @@ "jsdoc-type-pratt-parser": "~4.0.0" }, "engines": { - "node": "^14 || ^16 || ^17 || ^18 || ^19 || ^20" + "node": ">=16" } }, "node_modules/@eslint-community/eslint-utils": { @@ -5710,9 +5710,9 @@ } }, "node_modules/eslint-config-holy-grail": { - "version": "56.0.6", - "resolved": "https://registry.npmjs.org/eslint-config-holy-grail/-/eslint-config-holy-grail-56.0.6.tgz", - "integrity": "sha512-8y9kQDMzjiStQJqjo5U2bwpGGTqGMfrRaSBcKyw5Nc2HXfY3OKHjPdAlUVKnUhIhHuGx5s4b4bGCwbTJMkA4Iw==", + "version": "56.0.7", + "resolved": "https://registry.npmjs.org/eslint-config-holy-grail/-/eslint-config-holy-grail-56.0.7.tgz", + "integrity": "sha512-Gt1D16ezHFAhzfO49I39uWGIvrSd7kl67nBjstpXtb8WUigxzopw3DZi4VyimHeQ11+vMqZ2/gtsaJYc1ddjZA==", "dev": true, "dependencies": { "@angular-eslint/eslint-plugin": "^15.2.1", @@ -5722,7 +5722,7 @@ "@typescript-eslint/parser": "^5.59.2", "eslint-plugin-etc": "^2.0.2", "eslint-plugin-import": "^2.27.5", - "eslint-plugin-jsdoc": "^43.1.1", + "eslint-plugin-jsdoc": "^43.2.0", "eslint-plugin-node": "^11.1.0", "eslint-plugin-rxjs": "^5.0.3", "eslint-plugin-rxjs-angular": "^2.0.0", @@ -5909,12 +5909,12 @@ } }, "node_modules/eslint-plugin-jsdoc": { - "version": "43.1.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-43.1.1.tgz", - "integrity": "sha512-J2kjjsJ5vBXSyNzqJhceeSGTAgVgZHcPSJKo3vD4tNjUdfky98rR2VfZUDsS1GKL6isyVa8GWvr+Az7Vyg2HXA==", + "version": "43.2.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-43.2.0.tgz", + "integrity": "sha512-Hst7XUfqh28UmPD52oTXmjaRN3d0KrmOZdgtp4h9/VHUJD3Evoo82ZGXi1TtRDWgWhvqDIRI63O49H0eH7NrZQ==", "dev": true, "dependencies": { - "@es-joy/jsdoccomment": "~0.37.1", + "@es-joy/jsdoccomment": "~0.38.0", "are-docs-informative": "^0.0.2", "comment-parser": "1.3.1", "debug": "^4.3.4", @@ -6179,9 +6179,9 @@ } }, "node_modules/eslint-visitor-keys": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.0.tgz", - "integrity": "sha512-HPpKPUBQcAsZOsHAFwTtIKcYlCje62XB7SEAcxjtmW6TD1WVpkS6i6/hOVtTZIl4zGj/mBqpFVGvaDneik+VoQ==", + "version": "3.4.1", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.1.tgz", + "integrity": "sha512-pZnmmLwYzf+kWaM/Qgrvpen51upAktaaiI01nsJD/Yr3lMOdNtq0cxkrrg16w64VtisN6okbs7Q8AfGqj4c9fA==", "dev": true, "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" diff --git a/package.json b/package.json index a555f177..2ae292cb 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "commitizen": "^4.3.0", "cz-conventional-changelog": "^3.3.0", "eslint": "^8.39.0", - "eslint-config-holy-grail": "^56.0.6", + "eslint-config-holy-grail": "^56.0.7", "grunt": "^1.6.1", "grunt-cli": "^1.4.3", "grunt-sh": "^0.2.1",