Skip to content

Commit

Permalink
build: update dependency babel-loader to v9
Browse files Browse the repository at this point in the history
(cherry picked from commit 7d5a816)
  • Loading branch information
angular-robot authored and dgp1130 committed Oct 28, 2022
1 parent 192e0e6 commit 1886f57
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -129,7 +129,7 @@
"ajv-formats": "2.1.1",
"ansi-colors": "4.1.3",
"autoprefixer": "10.4.12",
"babel-loader": "8.2.5",
"babel-loader": "9.0.0",
"babel-plugin-istanbul": "6.1.1",
"bootstrap": "^4.0.0",
"browserslist": "^4.9.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/angular_devkit/build_angular/package.json
Expand Up @@ -23,7 +23,7 @@
"@ngtools/webpack": "0.0.0-PLACEHOLDER",
"ansi-colors": "4.1.3",
"autoprefixer": "10.4.12",
"babel-loader": "8.2.5",
"babel-loader": "9.0.0",
"babel-plugin-istanbul": "6.1.1",
"browserslist": "^4.9.1",
"cacache": "17.0.1",
Expand Down
8 changes: 8 additions & 0 deletions yarn.lock
Expand Up @@ -3175,6 +3175,14 @@ babel-loader@8.2.5:
make-dir "^3.1.0"
schema-utils "^2.6.5"

babel-loader@9.0.0:
version "9.0.0"
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-9.0.0.tgz#b90f48b49f5360e4678733755d1413e16cfee48e"
integrity sha512-qVGQb0PNw/B1sGhPf0/KKsHZAPfa2Bk+JbjkW7yGjAHZyvjAULXYq0et0+/+7DL/rGYU+y8UoGPzA32NP29pVQ==
dependencies:
find-cache-dir "^3.3.2"
schema-utils "^4.0.0"

babel-plugin-istanbul@6.1.1:
version "6.1.1"
resolved "https://registry.yarnpkg.com/babel-plugin-istanbul/-/babel-plugin-istanbul-6.1.1.tgz#fa88ec59232fd9b4e36dbbc540a8ec9a9b47da73"
Expand Down

0 comments on commit 1886f57

Please sign in to comment.