From d3f1527733e38c845d027471b783e274f1d52518 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Feb 2025 12:59:06 +0000 Subject: [PATCH] chore(deps-dev): bump babel-plugin-inferno from 6.7.1 to 6.8.3 Bumps [babel-plugin-inferno](https://github.com/trueadm/babel-plugin-inferno) from 6.7.1 to 6.8.3. - [Release notes](https://github.com/trueadm/babel-plugin-inferno/releases) - [Commits](https://github.com/trueadm/babel-plugin-inferno/commits) --- updated-dependencies: - dependency-name: babel-plugin-inferno dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 11 ++++++----- package.json | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3afe400..ab5a4d0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "@typescript-eslint/eslint-plugin": "^8.5.0", "@typescript-eslint/parser": "^8.17.0", "@web/test-runner": "^0.18.3", - "babel-plugin-inferno": "^6.7.1", + "babel-plugin-inferno": "^6.8.3", "eslint": "^9.10.0", "eslint-config-prettier": "^9.0.0", "eslint-plugin-prettier": "^5.2.1", @@ -2291,16 +2291,17 @@ "dev": true }, "node_modules/babel-plugin-inferno": { - "version": "6.7.1", - "resolved": "https://registry.npmjs.org/babel-plugin-inferno/-/babel-plugin-inferno-6.7.1.tgz", - "integrity": "sha512-PE21ZL2ABgQUKdOehlrSrmT/pPSUqp1ASzwKmAzvB2gg7gLHdhJbCh4cKmjF2w1nwKcil+lGr5WutTpbLDt+YA==", + "version": "6.8.3", + "resolved": "https://registry.npmjs.org/babel-plugin-inferno/-/babel-plugin-inferno-6.8.3.tgz", + "integrity": "sha512-o3iAiGRSsWVGJNpYe6kanNbp+3psnlMrazH5T/CaBH0qF3spqMVnx4DgEw6tuVm86o8u+O6mTps3rHvH3zlhHA==", "dev": true, + "license": "MIT", "dependencies": { "@babel/plugin-syntax-jsx": "^7", "@babel/types": "^7" }, "engines": { - "node": ">=6" + "node": ">=18" } }, "node_modules/balanced-match": { diff --git a/package.json b/package.json index fe66409..680422b 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "@typescript-eslint/eslint-plugin": "^8.5.0", "@typescript-eslint/parser": "^8.17.0", "@web/test-runner": "^0.18.3", - "babel-plugin-inferno": "^6.7.1", + "babel-plugin-inferno": "^6.8.3", "eslint": "^9.10.0", "eslint-config-prettier": "^9.0.0", "eslint-plugin-prettier": "^5.2.1",