Skip to content

Commit 083669e

Browse files
renovate-botalan-agius4
authored andcommitted
build: update @types/webpack-sources to version ^2.0.0
1 parent 5923f06 commit 083669e

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
"@types/uuid": "^8.0.0",
124124
"@types/webpack": "^4.41.22",
125125
"@types/webpack-dev-server": "^3.1.7",
126-
"@types/webpack-sources": "^1.4.2",
126+
"@types/webpack-sources": "^2.0.0",
127127
"@yarnpkg/lockfile": "1.1.0",
128128
"ajv": "6.12.5",
129129
"ansi-colors": "4.1.1",

yarn.lock

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1714,7 +1714,7 @@
17141714
"@types/serve-static" "*"
17151715
"@types/webpack" "*"
17161716

1717-
"@types/webpack-sources@*", "@types/webpack-sources@^1.4.2":
1717+
"@types/webpack-sources@*":
17181718
version "1.4.2"
17191719
resolved "https://registry.yarnpkg.com/@types/webpack-sources/-/webpack-sources-1.4.2.tgz#5d3d4dea04008a779a90135ff96fb5c0c9e6292c"
17201720
integrity sha512-77T++JyKow4BQB/m9O96n9d/UUHWLQHlcqXb9Vsf4F1+wKNrrlWNFPDLKNT92RJnCSL6CieTc+NDXtCVZswdTw==
@@ -1732,6 +1732,15 @@
17321732
"@types/source-list-map" "*"
17331733
source-map "^0.6.1"
17341734

1735+
"@types/webpack-sources@^2.0.0":
1736+
version "2.0.0"
1737+
resolved "https://registry.yarnpkg.com/@types/webpack-sources/-/webpack-sources-2.0.0.tgz#08216ab9be2be2e1499beaebc4d469cec81e82a7"
1738+
integrity sha512-a5kPx98CNFRKQ+wqawroFunvFqv7GHm/3KOI52NY9xWADgc8smu4R6prt4EU/M4QfVjvgBkMqU4fBhw3QfMVkg==
1739+
dependencies:
1740+
"@types/node" "*"
1741+
"@types/source-list-map" "*"
1742+
source-map "^0.7.3"
1743+
17351744
"@types/webpack@*", "@types/webpack@^4.41.22":
17361745
version "4.41.22"
17371746
resolved "https://registry.yarnpkg.com/@types/webpack/-/webpack-4.41.22.tgz#ff9758a17c6bd499e459b91e78539848c32d0731"

0 commit comments

Comments
 (0)