From 09a51946df05a073665a18a267e0e35b4723ad5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 12:12:49 -0700 Subject: [PATCH] chore(deps-dev): bump @readme/eslint-config from 10.6.1 to 10.6.2 (#286) Bumps [@readme/eslint-config](https://github.com/readmeio/standards) from 10.6.1 to 10.6.2. - [Release notes](https://github.com/readmeio/standards/releases) - [Changelog](https://github.com/readmeio/standards/blob/main/CHANGELOG.md) - [Commits](https://github.com/readmeio/standards/compare/@readme/eslint-config@10.6.1...@readme/eslint-config@10.6.2) --- updated-dependencies: - dependency-name: "@readme/eslint-config" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1c0a61d..52b4c4d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "swagger2openapi": "^7.0.8" }, "devDependencies": { - "@readme/eslint-config": "^10.6.1", + "@readme/eslint-config": "^10.6.2", "@readme/oas-examples": "^5.12.0", "@types/jest": "^29.5.3", "@types/js-yaml": "^4.0.5", @@ -1655,9 +1655,9 @@ } }, "node_modules/@readme/eslint-config": { - "version": "10.6.1", - "resolved": "https://registry.npmjs.org/@readme/eslint-config/-/eslint-config-10.6.1.tgz", - "integrity": "sha512-2q9ssLCGkW2L3kkk5gDdtFwoHBJwYiIwUgAPXHWQa4D7yhd1Xabphan9qBwr3A0OqAXq01B16RoUHnL7sO76oQ==", + "version": "10.6.2", + "resolved": "https://registry.npmjs.org/@readme/eslint-config/-/eslint-config-10.6.2.tgz", + "integrity": "sha512-j7iX0XxQ/wnsavRcfHYnaxQyHqD8UOBZ6+4HQ1KluX8dordUYjEo1nMgzUVXX2hyLV/7L2DtJv9rsiYVXus7CA==", "dev": true, "dependencies": { "@typescript-eslint/eslint-plugin": "^5.60.1", @@ -1672,7 +1672,7 @@ "eslint-plugin-jest": "^27.2.2", "eslint-plugin-jest-dom": "^5.0.1", "eslint-plugin-jest-formatting": "^3.0.0", - "eslint-plugin-jsdoc": "^46.4.2", + "eslint-plugin-jsdoc": "^46.4.3", "eslint-plugin-jsx-a11y": "^6.7.1", "eslint-plugin-mocha": "10.1.0", "eslint-plugin-node": "^11.1.0", @@ -11079,9 +11079,9 @@ } }, "@readme/eslint-config": { - "version": "10.6.1", - "resolved": "https://registry.npmjs.org/@readme/eslint-config/-/eslint-config-10.6.1.tgz", - "integrity": "sha512-2q9ssLCGkW2L3kkk5gDdtFwoHBJwYiIwUgAPXHWQa4D7yhd1Xabphan9qBwr3A0OqAXq01B16RoUHnL7sO76oQ==", + "version": "10.6.2", + "resolved": "https://registry.npmjs.org/@readme/eslint-config/-/eslint-config-10.6.2.tgz", + "integrity": "sha512-j7iX0XxQ/wnsavRcfHYnaxQyHqD8UOBZ6+4HQ1KluX8dordUYjEo1nMgzUVXX2hyLV/7L2DtJv9rsiYVXus7CA==", "dev": true, "requires": { "@typescript-eslint/eslint-plugin": "^5.60.1", @@ -11096,7 +11096,7 @@ "eslint-plugin-jest": "^27.2.2", "eslint-plugin-jest-dom": "^5.0.1", "eslint-plugin-jest-formatting": "^3.0.0", - "eslint-plugin-jsdoc": "^46.4.2", + "eslint-plugin-jsdoc": "^46.4.3", "eslint-plugin-jsx-a11y": "^6.7.1", "eslint-plugin-mocha": "10.1.0", "eslint-plugin-node": "^11.1.0", diff --git a/package.json b/package.json index 24fa92a..ea4d142 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "swagger2openapi": "^7.0.8" }, "devDependencies": { - "@readme/eslint-config": "^10.6.1", + "@readme/eslint-config": "^10.6.2", "@readme/oas-examples": "^5.12.0", "@types/jest": "^29.5.3", "@types/js-yaml": "^4.0.5",