From feb06632bf7a00e45d4293546de51222980cf84f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 10:00:13 +0000 Subject: [PATCH] chore(deps-dev): bump babel-plugin-inferno from 6.7.1 to 6.7.2 Bumps [babel-plugin-inferno](https://github.com/trueadm/babel-plugin-inferno) from 6.7.1 to 6.7.2. - [Release notes](https://github.com/trueadm/babel-plugin-inferno/releases) - [Commits](https://github.com/trueadm/babel-plugin-inferno/commits/v6.7.2) --- updated-dependencies: - dependency-name: babel-plugin-inferno dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index d617434..7e684e8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "@typescript-eslint/eslint-plugin": "^8.5.0", "@typescript-eslint/parser": "^8.1.0", "@web/test-runner": "^0.18.3", - "babel-plugin-inferno": "^6.7.1", + "babel-plugin-inferno": "^6.7.2", "eslint": "^9.10.0", "eslint-config-prettier": "^9.0.0", "eslint-plugin-prettier": "^5.2.1", @@ -2272,9 +2272,9 @@ "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.7.2", + "resolved": "https://registry.npmjs.org/babel-plugin-inferno/-/babel-plugin-inferno-6.7.2.tgz", + "integrity": "sha512-Bmub+hAHU7PH6myulEqD3d1NYqQf8qLWCRcKwah7ZI2r5G5OsRyIfsF9J3L4e9+Q0MlwY9JiF9XmLWCLx01Shg==", "dev": true, "dependencies": { "@babel/plugin-syntax-jsx": "^7", diff --git a/package.json b/package.json index 8b9376d..8365704 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "@typescript-eslint/eslint-plugin": "^8.5.0", "@typescript-eslint/parser": "^8.1.0", "@web/test-runner": "^0.18.3", - "babel-plugin-inferno": "^6.7.1", + "babel-plugin-inferno": "^6.7.2", "eslint": "^9.10.0", "eslint-config-prettier": "^9.0.0", "eslint-plugin-prettier": "^5.2.1",