From 587e83436a9ab26e64a8c1c0097a2db255ee6f99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 13:09:29 +0000 Subject: [PATCH] Bump @babel/plugin-syntax-import-attributes from 7.25.6 to 7.25.7 Bumps [@babel/plugin-syntax-import-attributes](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-syntax-import-attributes) from 7.25.6 to 7.25.7. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.25.7/packages/babel-plugin-syntax-import-attributes) --- updated-dependencies: - dependency-name: "@babel/plugin-syntax-import-attributes" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 28cf0cc0b..dc994b615 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "winston": "^3.14.2" }, "devDependencies": { - "@babel/plugin-syntax-import-attributes": "^7.25.6", + "@babel/plugin-syntax-import-attributes": "^7.25.7", "@formatjs/intl-datetimeformat": "^6.12.5", "@formatjs/intl-numberformat": "^8.10.3", "@grafana/faro-web-sdk": "^1.8.0", @@ -284,9 +284,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" @@ -447,12 +447,12 @@ } }, "node_modules/@babel/plugin-syntax-import-attributes": { - "version": "7.25.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.25.6.tgz", - "integrity": "sha512-sXaDXaJN9SNLymBdlWFA+bjzBhFD617ZaFiY13dGt7TVslVvVgA6fkZOP7Ki3IGElC45lwHdOTrCtKZGVAWeLQ==", + "version": "7.25.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.25.7.tgz", + "integrity": "sha512-AqVo+dguCgmpi/3mYBdu9lkngOBlQ2w2vnNpa6gfiCxQZLzV4ZbhsXitJ2Yblkoe1VQwtHSaNmIaGll/26YWRw==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.24.8" + "@babel/helper-plugin-utils": "^7.25.7" }, "engines": { "node": ">=6.9.0" diff --git a/package.json b/package.json index ec6ed93f8..018c707d1 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "winston": "^3.14.2" }, "devDependencies": { - "@babel/plugin-syntax-import-attributes": "^7.25.6", + "@babel/plugin-syntax-import-attributes": "^7.25.7", "@formatjs/intl-datetimeformat": "^6.12.5", "@formatjs/intl-numberformat": "^8.10.3", "@grafana/faro-web-sdk": "^1.8.0",