Skip to content

Commit

Permalink
build: update dependency source-map-loader to v5
Browse files Browse the repository at this point in the history
(cherry picked from commit 2b161f2)
  • Loading branch information
angular-robot authored and alan-agius4 committed Jan 16, 2024
1 parent 537e83e commit e76950e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@
"semver": "7.5.4",
"shelljs": "^0.8.5",
"source-map": "0.7.4",
"source-map-loader": "4.0.2",
"source-map-loader": "5.0.0",
"source-map-support": "0.5.21",
"spdx-satisfies": "^5.0.0",
"symbol-observable": "4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/angular_devkit/build_angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"sass": "1.69.7",
"sass-loader": "13.3.3",
"semver": "7.5.4",
"source-map-loader": "4.0.2",
"source-map-loader": "5.0.0",
"source-map-support": "0.5.21",
"terser": "5.26.0",
"text-table": "0.2.0",
Expand Down
8 changes: 8 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12374,6 +12374,14 @@ source-map-loader@4.0.2:
iconv-lite "^0.6.3"
source-map-js "^1.0.2"

source-map-loader@5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/source-map-loader/-/source-map-loader-5.0.0.tgz#f593a916e1cc54471cfc8851b905c8a845fc7e38"
integrity sha512-k2Dur7CbSLcAH73sBcIkV5xjPV4SzqO1NJ7+XaQl8if3VODDUj3FNchNGpqgJSKbvUfJuhVdv8K2Eu8/TNl2eA==
dependencies:
iconv-lite "^0.6.3"
source-map-js "^1.0.2"

source-map-resolve@^0.6.0:
version "0.6.0"
resolved "https://registry.yarnpkg.com/source-map-resolve/-/source-map-resolve-0.6.0.tgz#3d9df87e236b53f16d01e58150fc7711138e5ed2"
Expand Down

0 comments on commit e76950e

Please sign in to comment.