Skip to content

Commit b1e707a

Browse files
committed
Update dependency @types/webpack to v4.41.11
1 parent ee6491f commit b1e707a

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"@types/react-router-dom": "5.1.4",
5656
"@types/react-test-renderer": "16.9.2",
5757
"@types/styled-components": "5.0.1",
58-
"@types/webpack": "4.41.10",
58+
"@types/webpack": "4.41.11",
5959
"@types/webpack-dev-server": "3.10.1",
6060
"@typescript-eslint/eslint-plugin": "2.27.0",
6161
"@typescript-eslint/parser": "2.27.0",

yarn.lock

+13-1
Original file line numberDiff line numberDiff line change
@@ -2406,7 +2406,7 @@
24062406
"@types/source-list-map" "*"
24072407
source-map "^0.6.1"
24082408

2409-
"@types/webpack@*", "@types/webpack@4.41.10", "@types/webpack@^4.4.31", "@types/webpack@^4.41.8":
2409+
"@types/webpack@*", "@types/webpack@^4.4.31", "@types/webpack@^4.41.8":
24102410
version "4.41.10"
24112411
resolved "https://registry.yarnpkg.com/@types/webpack/-/webpack-4.41.10.tgz#2e1f6b3508a249854efe3dcc7690905ac5ee10be"
24122412
integrity sha512-vIy0qaq8AjOjZLuFPqpo7nAJzcoVXMdw3mvpNN07Uvdy0p1IpJeLNBe3obdRP7FX2jIusDE7z1pZa0A6qYUgnA==
@@ -2418,6 +2418,18 @@
24182418
"@types/webpack-sources" "*"
24192419
source-map "^0.6.0"
24202420

2421+
2422+
version "4.41.11"
2423+
resolved "https://registry.yarnpkg.com/@types/webpack/-/webpack-4.41.11.tgz#7b7f725397d3b630bede05415d34e9ff30d9771f"
2424+
integrity sha512-PtEZISfBMWL05qOpZN19hztZPt0rPuGQh5sbBP3bB4RrJgzdb0SScn47hdcMaoN1IgaU7NZWeDO6reFcKTK2iQ==
2425+
dependencies:
2426+
"@types/anymatch" "*"
2427+
"@types/node" "*"
2428+
"@types/tapable" "*"
2429+
"@types/uglify-js" "*"
2430+
"@types/webpack-sources" "*"
2431+
source-map "^0.6.0"
2432+
24212433
"@types/yargs-parser@*":
24222434
version "15.0.0"
24232435
resolved "https://registry.yarnpkg.com/@types/yargs-parser/-/yargs-parser-15.0.0.tgz#cb3f9f741869e20cce330ffbeb9271590483882d"

0 commit comments

Comments
 (0)