Skip to content

Commit bf47da3

Browse files
renovate-botvikerman
authored andcommitted
build: update webpack-sources to version 1.4.1
1 parent f3f9516 commit bf47da3

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

packages/angular_devkit/build_angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"webpack-dev-middleware": "3.7.0",
5353
"webpack-dev-server": "3.7.2",
5454
"webpack-merge": "4.2.1",
55-
"webpack-sources": "1.3.0",
55+
"webpack-sources": "1.4.1",
5656
"webpack-subresource-integrity": "1.1.0-rc.6",
5757
"worker-plugin": "3.1.0"
5858
},

packages/angular_devkit/build_optimizer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
"loader-utils": "1.2.3",
1313
"source-map": "0.5.6",
1414
"typescript": "3.5.3",
15-
"webpack-sources": "1.3.0"
15+
"webpack-sources": "1.4.1"
1616
}
1717
}

packages/ngtools/webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"enhanced-resolve": "4.1.0",
2626
"rxjs": "6.4.0",
2727
"tree-kill": "1.2.1",
28-
"webpack-sources": "1.3.0"
28+
"webpack-sources": "1.4.1"
2929
},
3030
"peerDependencies": {
3131
"@angular/compiler-cli": "^8.0.0-beta.0 || ^8.1.0-beta.0 || ^8.2.0-beta.0 || ^8.3.0-beta.0 || ^8.4.0-beta.0 || >=9.0.0-beta < 9",

yarn.lock

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11209,7 +11209,15 @@ [email protected]:
1120911209
dependencies:
1121011210
lodash "^4.17.5"
1121111211

11212-
[email protected], webpack-sources@^1.1.0, webpack-sources@^1.2.0, webpack-sources@^1.3.0:
11212+
11213+
version "1.4.1"
11214+
resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-1.4.1.tgz#b91b2c5b1c4e890ff50d1d35b7fa3657040da1da"
11215+
integrity sha512-XSz38193PTo/1csJabKaV4b53uRVotlMgqJXm3s3eje0Bu6gQTxYDqpD38CmQfDBA+gN+QqaGjasuC8I/7eW3Q==
11216+
dependencies:
11217+
source-list-map "^2.0.0"
11218+
source-map "~0.6.1"
11219+
11220+
webpack-sources@^1.1.0, webpack-sources@^1.2.0, webpack-sources@^1.3.0:
1121311221
version "1.3.0"
1121411222
resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-1.3.0.tgz#2a28dcb9f1f45fe960d8f1493252b5ee6530fa85"
1121511223
integrity sha512-OiVgSrbGu7NEnEvQJJgdSFPl2qWKkWq5lHMhgiToIiN9w34EBnjYzSYs+VbL5KoYiLNtFFa7BZIKxRED3I32pA==

0 commit comments

Comments
 (0)