From bff7ebf3bca5244e4e905734c2c90bba9ce8fdb0 Mon Sep 17 00:00:00 2001 From: Christoph Guttandin Date: Wed, 2 Oct 2024 22:43:57 +0200 Subject: [PATCH] fix(package): update @babel/plugin-external-helpers to version 7.25.7 --- package-lock.json | 30 +++++++++++++++--------------- package.json | 2 +- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index f8a80823..d8695b49 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ }, "devDependencies": { "@babel/core": "^7.25.7", - "@babel/plugin-external-helpers": "^7.24.7", + "@babel/plugin-external-helpers": "^7.25.7", "@babel/plugin-transform-runtime": "^7.25.4", "@babel/preset-env": "^7.25.4", "@commitlint/cli": "^19.5.0", @@ -383,9 +383,9 @@ } }, "node_modules/@babel/helper-plugin-utils": { - "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.8.tgz", - "integrity": "sha512-FFWx5142D8h2Mgr/iPVGH5G7w6jDn4jUSpZTyDnQO0Yn7Ks2Kuz6Pci8H6MPCoUJegd/UZQ3tAvfLCxQSnWWwg==", + "version": "7.25.7", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.25.7.tgz", + "integrity": "sha512-eaPZai0PiqCi09pPs3pAFfl/zYgGaE6IdXtYvmf0qlcDTd3WCtO7JWCcRd64e0EQrcYgiHibEZnOGsSY4QSgaw==", "dev": true, "engines": { "node": ">=6.9.0" @@ -615,12 +615,12 @@ } }, "node_modules/@babel/plugin-external-helpers": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-external-helpers/-/plugin-external-helpers-7.24.7.tgz", - "integrity": "sha512-IgK2yjWkxQhtc+UvSbUA8GfIDCQvs7FxqNtgLkmO5FAKos53sT2sl9bxeO4NxjcnZs27xnYIMyhjdXkNaZP4jA==", + "version": "7.25.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-external-helpers/-/plugin-external-helpers-7.25.7.tgz", + "integrity": "sha512-dejn0Du2nbs3ZkdoTnkh0QUVtW9bo0vw6zUveRfuLoD8+a9xLY4HkkRe6Qz/RE+FOrzPM7MCFgBGy90itA9I5g==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-plugin-utils": "^7.25.7" }, "engines": { "node": ">=6.9.0" @@ -14795,9 +14795,9 @@ } }, "@babel/helper-plugin-utils": { - "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.8.tgz", - "integrity": "sha512-FFWx5142D8h2Mgr/iPVGH5G7w6jDn4jUSpZTyDnQO0Yn7Ks2Kuz6Pci8H6MPCoUJegd/UZQ3tAvfLCxQSnWWwg==", + "version": "7.25.7", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.25.7.tgz", + "integrity": "sha512-eaPZai0PiqCi09pPs3pAFfl/zYgGaE6IdXtYvmf0qlcDTd3WCtO7JWCcRd64e0EQrcYgiHibEZnOGsSY4QSgaw==", "dev": true }, "@babel/helper-remap-async-to-generator": { @@ -14952,12 +14952,12 @@ } }, "@babel/plugin-external-helpers": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-external-helpers/-/plugin-external-helpers-7.24.7.tgz", - "integrity": "sha512-IgK2yjWkxQhtc+UvSbUA8GfIDCQvs7FxqNtgLkmO5FAKos53sT2sl9bxeO4NxjcnZs27xnYIMyhjdXkNaZP4jA==", + "version": "7.25.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-external-helpers/-/plugin-external-helpers-7.25.7.tgz", + "integrity": "sha512-dejn0Du2nbs3ZkdoTnkh0QUVtW9bo0vw6zUveRfuLoD8+a9xLY4HkkRe6Qz/RE+FOrzPM7MCFgBGy90itA9I5g==", "dev": true, "requires": { - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-plugin-utils": "^7.25.7" } }, "@babel/plugin-proposal-private-property-in-object": { diff --git a/package.json b/package.json index 79f305cd..7d3b4994 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "description": "A Wave file encoder for the extendable-media-recorder package.", "devDependencies": { "@babel/core": "^7.25.7", - "@babel/plugin-external-helpers": "^7.24.7", + "@babel/plugin-external-helpers": "^7.25.7", "@babel/plugin-transform-runtime": "^7.25.4", "@babel/preset-env": "^7.25.4", "@commitlint/cli": "^19.5.0",