From 722324ed8d7e99cdb8f09f6988e50191d5582d9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 07:52:24 +0000 Subject: [PATCH] chore(deps-dev): bump @babel/plugin-syntax-import-assertions Bumps [@babel/plugin-syntax-import-assertions](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-syntax-import-assertions) from 7.23.3 to 7.24.1. - [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.24.1/packages/babel-plugin-syntax-import-assertions) --- updated-dependencies: - dependency-name: "@babel/plugin-syntax-import-assertions" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 20 ++++++++++---------- packages/crawler/package.json | 2 +- packages/embeddings-creation/package.json | 2 +- packages/slack-bot/package.json | 2 +- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3d7630e7..1014ef35 100644 --- a/package-lock.json +++ b/package-lock.json @@ -286,9 +286,9 @@ } }, "node_modules/@babel/helper-plugin-utils": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.22.5.tgz", - "integrity": "sha512-uLls06UVKgFG9QD4OeFYLEGteMIAa5kpTPcFL28yuCIIzsf6ZyKZMllKVOCZFhiZ5ptnwX4mtKdWCBE/uT4amg==", + "version": "7.24.0", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.0.tgz", + "integrity": "sha512-9cUznXMG0+FxRuJfvL82QlTqIzhVW9sL0KjMPHhAOOvpQGL8QtdxnBKILjBqxlHyliz0yCa1G903ZXI/FuHy2w==", "dev": true, "engines": { "node": ">=6.9.0" @@ -432,12 +432,12 @@ } }, "node_modules/@babel/plugin-syntax-import-assertions": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.23.3.tgz", - "integrity": "sha512-lPgDSU+SJLK3xmFDTV2ZRQAiM7UuUjGidwBywFavObCiZc1BeAAcMtHJKUya92hPHO+at63JJPLygilZard8jw==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.24.1.tgz", + "integrity": "sha512-IuwnI5XnuF189t91XbxmXeCDz3qs6iDRO7GJ++wcfgeXNs/8FmIlKcpDSXNVyuLQxlwvskmI3Ct73wUODkJBlQ==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-plugin-utils": "^7.24.0" }, "engines": { "node": ">=6.9.0" @@ -11384,7 +11384,7 @@ }, "devDependencies": { "@babel/eslint-parser": "^7.23.10", - "@babel/plugin-syntax-import-assertions": "^7.23.3", + "@babel/plugin-syntax-import-assertions": "^7.24.1", "cross-env": "^7.0.3", "esmock": "^2.5.6", "sinon": "^17.0.1", @@ -11406,7 +11406,7 @@ }, "devDependencies": { "@babel/eslint-parser": "^7.23.10", - "@babel/plugin-syntax-import-assertions": "^7.23.3", + "@babel/plugin-syntax-import-assertions": "^7.24.1", "cross-env": "^7.0.3", "esmock": "^2.5.6", "sinon": "^17.0.1", @@ -11427,7 +11427,7 @@ }, "devDependencies": { "@babel/eslint-parser": "^7.23.10", - "@babel/plugin-syntax-import-assertions": "^7.23.3", + "@babel/plugin-syntax-import-assertions": "^7.24.1", "@google-cloud/functions-framework": "^3.3.0", "cross-env": "^7.0.3", "esmock": "^2.5.6", diff --git a/packages/crawler/package.json b/packages/crawler/package.json index f1e40ee8..6ce603e6 100644 --- a/packages/crawler/package.json +++ b/packages/crawler/package.json @@ -20,7 +20,7 @@ }, "devDependencies": { "@babel/eslint-parser": "^7.23.10", - "@babel/plugin-syntax-import-assertions": "^7.23.3", + "@babel/plugin-syntax-import-assertions": "^7.24.1", "cross-env": "^7.0.3", "esmock": "^2.5.6", "sinon": "^17.0.1", diff --git a/packages/embeddings-creation/package.json b/packages/embeddings-creation/package.json index 8259e349..e6911842 100644 --- a/packages/embeddings-creation/package.json +++ b/packages/embeddings-creation/package.json @@ -23,7 +23,7 @@ }, "devDependencies": { "@babel/eslint-parser": "^7.23.10", - "@babel/plugin-syntax-import-assertions": "^7.23.3", + "@babel/plugin-syntax-import-assertions": "^7.24.1", "cross-env": "^7.0.3", "esmock": "^2.5.6", "sinon": "^17.0.1", diff --git a/packages/slack-bot/package.json b/packages/slack-bot/package.json index 17d95318..19f15ae0 100644 --- a/packages/slack-bot/package.json +++ b/packages/slack-bot/package.json @@ -13,7 +13,7 @@ }, "devDependencies": { "@babel/eslint-parser": "^7.23.10", - "@babel/plugin-syntax-import-assertions": "^7.23.3", + "@babel/plugin-syntax-import-assertions": "^7.24.1", "@google-cloud/functions-framework": "^3.3.0", "cross-env": "^7.0.3", "esmock": "^2.5.6",