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",