Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"url-polyfill": "^1.1.14",
"uuid": "^13.0.0",
"webpack": "^5.105.4",
"webpack-manifest-plugin": "^5.0.1",
"webpack-manifest-plugin": "^6.0.1",
"whatwg-fetch": "^3.6.20",
"yaml-loader": "^0.8.1"
},
Expand Down
30 changes: 10 additions & 20 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6780,7 +6780,7 @@ __metadata:
uuid: "npm:^13.0.0"
webpack: "npm:^5.105.4"
webpack-cli: "npm:^6.0.1"
webpack-manifest-plugin: "npm:^5.0.1"
webpack-manifest-plugin: "npm:^6.0.1"
whatwg-fetch: "npm:^3.6.20"
yaml-loader: "npm:^0.8.1"
languageName: unknown
Expand Down Expand Up @@ -10212,13 +10212,6 @@ __metadata:
languageName: node
linkType: hard

"source-list-map@npm:^2.0.1":
version: 2.0.1
resolution: "source-list-map@npm:2.0.1"
checksum: 10c0/2e5e421b185dcd857f46c3c70e2e711a65d717b78c5f795e2e248c9d67757882ea989b80ebc08cf164eeeda5f4be8aa95d3b990225070b2daaaf3257c5958149
languageName: node
linkType: hard

"source-map-js@npm:>=0.6.2 <2.0.0, source-map-js@npm:^1.2.1":
version: 1.2.1
resolution: "source-map-js@npm:1.2.1"
Expand Down Expand Up @@ -11183,15 +11176,15 @@ __metadata:
languageName: node
linkType: hard

"webpack-manifest-plugin@npm:^5.0.1":
version: 5.0.1
resolution: "webpack-manifest-plugin@npm:5.0.1"
"webpack-manifest-plugin@npm:^6.0.1":
version: 6.0.1
resolution: "webpack-manifest-plugin@npm:6.0.1"
dependencies:
tapable: "npm:^2.0.0"
webpack-sources: "npm:^2.2.0"
webpack-sources: "npm:^3.3.3"
peerDependencies:
webpack: ^5.75.0
checksum: 10c0/7a97685a89a75f9adb1b7887fcf5a67e8e8d8f9016025eaa57b5b6dc70ec590a9b92ac2dc4a9dce83dac895af997ee0c88ae80b70c18152c9d4bf6b832bbd4fe
checksum: 10c0/878e580a47c764596acab7c94f72d173a10cd3cf5547393a5e921aea020cbf89a5c1dd6724b0931c3a9008eaba1e0a44036ea895d841e2345a9490eb24372caa
languageName: node
linkType: hard

Expand All @@ -11206,13 +11199,10 @@ __metadata:
languageName: node
linkType: hard

"webpack-sources@npm:^2.2.0":
version: 2.3.1
resolution: "webpack-sources@npm:2.3.1"
dependencies:
source-list-map: "npm:^2.0.1"
source-map: "npm:^0.6.1"
checksum: 10c0/caf56a9a478eca7e77feca2b6ddc7673f1384eb870280014b300c40cf42abca656f639ff58a8d55a889a92a810ae3c22e71e578aa38fde416e8c2e6827a6ddfd
"webpack-sources@npm:^3.3.3":
version: 3.4.0
resolution: "webpack-sources@npm:3.4.0"
checksum: 10c0/a37214f85e9b81897b46b27063f12ddb80adeef3249d10502f7e8279357d1fc812d40429df7a726e26ac21a6f5e22448e1d00d53aa15c1b2827a5929ba261969
languageName: node
linkType: hard

Expand Down
Loading