Skip to content
Open
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 @@ -54,7 +54,7 @@
"@types/semver": "^7.7.1",
"@typescript-eslint/eslint-plugin": "^8.51.0",
"@typescript-eslint/parser": "^8.51.0",
"copy-webpack-plugin": "^13.0.1",
"copy-webpack-plugin": "^14.0.0",
"cspell": "^9.2.2",
"css-loader": "^7.1.2",
"eslint": "^9.37.0",
Expand Down
19 changes: 13 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5179,18 +5179,18 @@ __metadata:
languageName: node
linkType: hard

"copy-webpack-plugin@npm:^13.0.1":
version: 13.0.1
resolution: "copy-webpack-plugin@npm:13.0.1"
"copy-webpack-plugin@npm:^14.0.0":
version: 14.0.0
resolution: "copy-webpack-plugin@npm:14.0.0"
dependencies:
glob-parent: "npm:^6.0.1"
normalize-path: "npm:^3.0.0"
schema-utils: "npm:^4.2.0"
serialize-javascript: "npm:^6.0.2"
serialize-javascript: "npm:^7.0.3"
tinyglobby: "npm:^0.2.12"
peerDependencies:
webpack: ^5.1.0
checksum: 10c0/14299770d2b37833306b2b115312a100b456fb48d0c8f3d2ad3af893cf4da8cd34855481e20e7914c0471a5e74a93b4e5517b122341c49a1d7d7ea4863d48222
checksum: 10c0/1296bec96c9b7bb603c11aac95bc9580810e3f6be062044d2d4442c54d11ac5a0cd535e118fee6d65a83709a7a440e231686c0a2755f36df73061f7e4a0024d6
languageName: node
linkType: hard

Expand Down Expand Up @@ -7347,7 +7347,7 @@ __metadata:
"@types/semver": "npm:^7.7.1"
"@typescript-eslint/eslint-plugin": "npm:^8.51.0"
"@typescript-eslint/parser": "npm:^8.51.0"
copy-webpack-plugin: "npm:^13.0.1"
copy-webpack-plugin: "npm:^14.0.0"
cspell: "npm:^9.2.2"
css-loader: "npm:^7.1.2"
eslint: "npm:^9.37.0"
Expand Down Expand Up @@ -11554,6 +11554,13 @@ __metadata:
languageName: node
linkType: hard

"serialize-javascript@npm:^7.0.3":
version: 7.0.5
resolution: "serialize-javascript@npm:7.0.5"
checksum: 10c0/7b7818e5267f6d474ec7a56d36ba69dd712726a13eab37706ec94615fb7ca8945471f2b7fb0dc9dbe8c79c1930c1079d97f66f91315c8c8c2ca6c38898cec96f
languageName: node
linkType: hard

"set-function-length@npm:^1.2.2":
version: 1.2.2
resolution: "set-function-length@npm:1.2.2"
Expand Down
Loading