From 3bb7541423f23ac8b13897854d9619cd4ca943b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Nov 2022 16:22:26 +0000 Subject: [PATCH] Bump babel-loader in /Website/Packages/datax-pipeline Bumps [babel-loader](https://github.com/babel/babel-loader) from 9.0.0 to 9.1.0. - [Release notes](https://github.com/babel/babel-loader/releases) - [Changelog](https://github.com/babel/babel-loader/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel-loader/compare/v9.0.0...v9.1.0) --- updated-dependencies: - dependency-name: babel-loader dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Website/Packages/datax-pipeline/package-lock.json | 12 ++++++------ Website/Packages/datax-pipeline/package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Website/Packages/datax-pipeline/package-lock.json b/Website/Packages/datax-pipeline/package-lock.json index 523c7e875..8fba8b4fa 100644 --- a/Website/Packages/datax-pipeline/package-lock.json +++ b/Website/Packages/datax-pipeline/package-lock.json @@ -2418,9 +2418,9 @@ } }, "babel-loader": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-9.0.0.tgz", - "integrity": "sha512-qVGQb0PNw/B1sGhPf0/KKsHZAPfa2Bk+JbjkW7yGjAHZyvjAULXYq0et0+/+7DL/rGYU+y8UoGPzA32NP29pVQ==", + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-9.1.0.tgz", + "integrity": "sha512-Antt61KJPinUMwHwIIz9T5zfMgevnfZkEVWYDWlG888fgdvRRGD0JTuf/fFozQnfT+uq64sk1bmdHDy/mOEWnA==", "dev": true, "requires": { "find-cache-dir": "^3.3.2", @@ -2428,9 +2428,9 @@ }, "dependencies": { "ajv": { - "version": "8.11.0", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.11.0.tgz", - "integrity": "sha512-wGgprdCvMalC0BztXvitD2hC04YffAvtsUn93JbGXYLAtCUO4xd17mCCZQxUOItiBwZvJScWo8NIvQMQ71rdpg==", + "version": "8.11.2", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.11.2.tgz", + "integrity": "sha512-E4bfmKAhGiSTvMfL1Myyycaub+cUEU2/IvpylXkUu7CHBkBj1f/ikdzbD7YQ6FKUbixDxeYvB/xY4fvyroDlQg==", "dev": true, "requires": { "fast-deep-equal": "^3.1.1", diff --git a/Website/Packages/datax-pipeline/package.json b/Website/Packages/datax-pipeline/package.json index b60e713ef..42e3a1fd9 100644 --- a/Website/Packages/datax-pipeline/package.json +++ b/Website/Packages/datax-pipeline/package.json @@ -30,7 +30,7 @@ "@babel/plugin-syntax-dynamic-import": "7.8.3", "@babel/preset-env": "7.19.4", "@babel/preset-react": "7.18.6", - "babel-loader": "9.0.0", + "babel-loader": "9.1.0", "css-loader": "6.7.1", "file-loader": "6.2.0", "mini-css-extract-plugin": "2.6.1",