From db7b80b178479aae188dd4ff431ac9ad94f9818f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 03:25:18 +0000 Subject: [PATCH] Bump eslint-plugin-react-refresh from 0.4.9 to 0.4.16 Bumps [eslint-plugin-react-refresh](https://github.com/ArnaudBarre/eslint-plugin-react-refresh) from 0.4.9 to 0.4.16. - [Release notes](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/releases) - [Changelog](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/blob/main/CHANGELOG.md) - [Commits](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/compare/v0.4.9...v0.4.16) --- updated-dependencies: - dependency-name: eslint-plugin-react-refresh dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../aa-modal-quick-start/package-lock.json | 8 ++++---- .../biconomy-modal-example/package-lock.json | 9 ++++----- .../safe-modal-example/package-lock.json | 9 ++++----- .../aa-no-modal-example/package-lock.json | 8 ++++---- .../aa-no-modal-quick-start/package-lock.json | 8 ++++---- .../sign-protocol-no-modal-example/package-lock.json | 8 ++++---- 6 files changed, 24 insertions(+), 26 deletions(-) diff --git a/web-modal-sdk/account-abstraction-examples/aa-modal-quick-start/package-lock.json b/web-modal-sdk/account-abstraction-examples/aa-modal-quick-start/package-lock.json index d98f579aa..6962bb5db 100644 --- a/web-modal-sdk/account-abstraction-examples/aa-modal-quick-start/package-lock.json +++ b/web-modal-sdk/account-abstraction-examples/aa-modal-quick-start/package-lock.json @@ -2868,12 +2868,12 @@ } }, "node_modules/eslint-plugin-react-refresh": { - "version": "0.4.12", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-refresh/-/eslint-plugin-react-refresh-0.4.12.tgz", - "integrity": "sha512-9neVjoGv20FwYtCP6CB1dzR1vr57ZDNOXst21wd2xJ/cTlM2xLq0GWVlSNTdMn/4BtP6cHYBMCSp1wFBJ9jBsg==", + "version": "0.4.16", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-refresh/-/eslint-plugin-react-refresh-0.4.16.tgz", + "integrity": "sha512-slterMlxAhov/DZO8NScf6mEeMBBXodFUolijDvrtTxyezyLoTQaa73FyYus/VbTdftd8wBgBxPMRk3poleXNQ==", "dev": true, "peerDependencies": { - "eslint": ">=7" + "eslint": ">=8.40" } }, "node_modules/eslint-scope": { diff --git a/web-modal-sdk/account-abstraction-examples/biconomy-modal-example/package-lock.json b/web-modal-sdk/account-abstraction-examples/biconomy-modal-example/package-lock.json index 5749b1036..9d0976181 100644 --- a/web-modal-sdk/account-abstraction-examples/biconomy-modal-example/package-lock.json +++ b/web-modal-sdk/account-abstraction-examples/biconomy-modal-example/package-lock.json @@ -3019,13 +3019,12 @@ } }, "node_modules/eslint-plugin-react-refresh": { - "version": "0.4.14", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-refresh/-/eslint-plugin-react-refresh-0.4.14.tgz", - "integrity": "sha512-aXvzCTK7ZBv1e7fahFuR3Z/fyQQSIQ711yPgYRj+Oj64tyTgO4iQIDmYXDBqvSWQ/FA4OSCsXOStlF+noU0/NA==", + "version": "0.4.16", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-refresh/-/eslint-plugin-react-refresh-0.4.16.tgz", + "integrity": "sha512-slterMlxAhov/DZO8NScf6mEeMBBXodFUolijDvrtTxyezyLoTQaa73FyYus/VbTdftd8wBgBxPMRk3poleXNQ==", "dev": true, - "license": "MIT", "peerDependencies": { - "eslint": ">=7" + "eslint": ">=8.40" } }, "node_modules/eslint-scope": { diff --git a/web-modal-sdk/account-abstraction-examples/safe-modal-example/package-lock.json b/web-modal-sdk/account-abstraction-examples/safe-modal-example/package-lock.json index ddf1f3fc9..a9d5b0982 100644 --- a/web-modal-sdk/account-abstraction-examples/safe-modal-example/package-lock.json +++ b/web-modal-sdk/account-abstraction-examples/safe-modal-example/package-lock.json @@ -3019,13 +3019,12 @@ } }, "node_modules/eslint-plugin-react-refresh": { - "version": "0.4.14", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-refresh/-/eslint-plugin-react-refresh-0.4.14.tgz", - "integrity": "sha512-aXvzCTK7ZBv1e7fahFuR3Z/fyQQSIQ711yPgYRj+Oj64tyTgO4iQIDmYXDBqvSWQ/FA4OSCsXOStlF+noU0/NA==", + "version": "0.4.16", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-refresh/-/eslint-plugin-react-refresh-0.4.16.tgz", + "integrity": "sha512-slterMlxAhov/DZO8NScf6mEeMBBXodFUolijDvrtTxyezyLoTQaa73FyYus/VbTdftd8wBgBxPMRk3poleXNQ==", "dev": true, - "license": "MIT", "peerDependencies": { - "eslint": ">=7" + "eslint": ">=8.40" } }, "node_modules/eslint-scope": { diff --git a/web-no-modal-sdk/account-abstraction/aa-no-modal-example/package-lock.json b/web-no-modal-sdk/account-abstraction/aa-no-modal-example/package-lock.json index d8d0bff01..451261c41 100644 --- a/web-no-modal-sdk/account-abstraction/aa-no-modal-example/package-lock.json +++ b/web-no-modal-sdk/account-abstraction/aa-no-modal-example/package-lock.json @@ -2750,12 +2750,12 @@ } }, "node_modules/eslint-plugin-react-refresh": { - "version": "0.4.12", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-refresh/-/eslint-plugin-react-refresh-0.4.12.tgz", - "integrity": "sha512-9neVjoGv20FwYtCP6CB1dzR1vr57ZDNOXst21wd2xJ/cTlM2xLq0GWVlSNTdMn/4BtP6cHYBMCSp1wFBJ9jBsg==", + "version": "0.4.16", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-refresh/-/eslint-plugin-react-refresh-0.4.16.tgz", + "integrity": "sha512-slterMlxAhov/DZO8NScf6mEeMBBXodFUolijDvrtTxyezyLoTQaa73FyYus/VbTdftd8wBgBxPMRk3poleXNQ==", "dev": true, "peerDependencies": { - "eslint": ">=7" + "eslint": ">=8.40" } }, "node_modules/eslint-scope": { diff --git a/web-no-modal-sdk/account-abstraction/aa-no-modal-quick-start/package-lock.json b/web-no-modal-sdk/account-abstraction/aa-no-modal-quick-start/package-lock.json index f75c02236..7826b628c 100644 --- a/web-no-modal-sdk/account-abstraction/aa-no-modal-quick-start/package-lock.json +++ b/web-no-modal-sdk/account-abstraction/aa-no-modal-quick-start/package-lock.json @@ -2800,12 +2800,12 @@ } }, "node_modules/eslint-plugin-react-refresh": { - "version": "0.4.12", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-refresh/-/eslint-plugin-react-refresh-0.4.12.tgz", - "integrity": "sha512-9neVjoGv20FwYtCP6CB1dzR1vr57ZDNOXst21wd2xJ/cTlM2xLq0GWVlSNTdMn/4BtP6cHYBMCSp1wFBJ9jBsg==", + "version": "0.4.16", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-refresh/-/eslint-plugin-react-refresh-0.4.16.tgz", + "integrity": "sha512-slterMlxAhov/DZO8NScf6mEeMBBXodFUolijDvrtTxyezyLoTQaa73FyYus/VbTdftd8wBgBxPMRk3poleXNQ==", "dev": true, "peerDependencies": { - "eslint": ">=7" + "eslint": ">=8.40" } }, "node_modules/eslint-scope": { diff --git a/web-no-modal-sdk/other/sign-protocol-no-modal-example/package-lock.json b/web-no-modal-sdk/other/sign-protocol-no-modal-example/package-lock.json index 715be5ac9..2cc8a7213 100644 --- a/web-no-modal-sdk/other/sign-protocol-no-modal-example/package-lock.json +++ b/web-no-modal-sdk/other/sign-protocol-no-modal-example/package-lock.json @@ -2852,12 +2852,12 @@ } }, "node_modules/eslint-plugin-react-refresh": { - "version": "0.4.9", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-refresh/-/eslint-plugin-react-refresh-0.4.9.tgz", - "integrity": "sha512-QK49YrBAo5CLNLseZ7sZgvgTy21E6NEw22eZqc4teZfH8pxV3yXc9XXOYfUI6JNpw7mfHNkAeWtBxrTyykB6HA==", + "version": "0.4.16", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-refresh/-/eslint-plugin-react-refresh-0.4.16.tgz", + "integrity": "sha512-slterMlxAhov/DZO8NScf6mEeMBBXodFUolijDvrtTxyezyLoTQaa73FyYus/VbTdftd8wBgBxPMRk3poleXNQ==", "dev": true, "peerDependencies": { - "eslint": ">=7" + "eslint": ">=8.40" } }, "node_modules/eslint-scope": {