From f0589af264d26465d0849226a025f67763322124 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2024 10:46:17 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-compat from 6.0.0 to 6.0.1 Bumps [eslint-plugin-compat](https://github.com/amilajack/eslint-plugin-compat) from 6.0.0 to 6.0.1. - [Release notes](https://github.com/amilajack/eslint-plugin-compat/releases) - [Changelog](https://github.com/amilajack/eslint-plugin-compat/blob/main/CHANGELOG.md) - [Commits](https://github.com/amilajack/eslint-plugin-compat/compare/v6.0.0...v6.0.1) --- updated-dependencies: - dependency-name: eslint-plugin-compat 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 7ac398a4..6d1fd2bc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "check-aegir-project": "^1.1.1", "cp-cli": "^2.0.0", "eslint-config-ipfs": "^6.0.1", - "eslint-plugin-compat": "^6.0.0", + "eslint-plugin-compat": "^6.0.1", "fetch-ponyfill": "^7.1.0", "ipfs-geoip": "^9.1.0", "js-beautify": "^1.15.1", @@ -9230,9 +9230,9 @@ } }, "node_modules/eslint-plugin-compat": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-compat/-/eslint-plugin-compat-6.0.0.tgz", - "integrity": "sha512-oIynkQYqGnW9ibHl1cGLER8XkUlKaOI8bS80Qz7CjKROvbQm4oN8fWb5l2cG9GJJ4h5eFIHPqkB9ZJuMzwpPFQ==", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-compat/-/eslint-plugin-compat-6.0.1.tgz", + "integrity": "sha512-0MeIEuoy8kWkOhW38kK8hU4vkb6l/VvyjpuYDymYOXmUY9NvTgyErF16lYuX+HPS5hkmym7lfA+XpYZiWYWmYA==", "dev": true, "dependencies": { "@mdn/browser-compat-data": "^5.5.35", @@ -30366,9 +30366,9 @@ } }, "eslint-plugin-compat": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-compat/-/eslint-plugin-compat-6.0.0.tgz", - "integrity": "sha512-oIynkQYqGnW9ibHl1cGLER8XkUlKaOI8bS80Qz7CjKROvbQm4oN8fWb5l2cG9GJJ4h5eFIHPqkB9ZJuMzwpPFQ==", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-compat/-/eslint-plugin-compat-6.0.1.tgz", + "integrity": "sha512-0MeIEuoy8kWkOhW38kK8hU4vkb6l/VvyjpuYDymYOXmUY9NvTgyErF16lYuX+HPS5hkmym7lfA+XpYZiWYWmYA==", "dev": true, "requires": { "@mdn/browser-compat-data": "^5.5.35", diff --git a/package.json b/package.json index 9ba49d93..89330f7b 100644 --- a/package.json +++ b/package.json @@ -129,7 +129,7 @@ "check-aegir-project": "^1.1.1", "cp-cli": "^2.0.0", "eslint-config-ipfs": "^6.0.1", - "eslint-plugin-compat": "^6.0.0", + "eslint-plugin-compat": "^6.0.1", "fetch-ponyfill": "^7.1.0", "ipfs-geoip": "^9.1.0", "js-beautify": "^1.15.1",