chore(deps-dev): bump webpack from 5.67.0 to 5.68.0 (#1421)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
7c74fb6ff9
commit
ff1af3ec94
2 changed files with 8 additions and 8 deletions
14
package-lock.json
generated
14
package-lock.json
generated
|
@ -31,7 +31,7 @@
|
|||
"ts-loader": "^9.2.6",
|
||||
"tsup": "^5.11.13",
|
||||
"typescript": "^4.5.5",
|
||||
"webpack": "^5.67.0",
|
||||
"webpack": "^5.68.0",
|
||||
"webpack-cli": "^4.9.2"
|
||||
},
|
||||
"engines": {
|
||||
|
@ -3569,9 +3569,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/webpack": {
|
||||
"version": "5.67.0",
|
||||
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.67.0.tgz",
|
||||
"integrity": "sha512-LjFbfMh89xBDpUMgA1W9Ur6Rn/gnr2Cq1jjHFPo4v6a79/ypznSYbAyPgGhwsxBtMIaEmDD1oJoA7BEYw/Fbrw==",
|
||||
"version": "5.68.0",
|
||||
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.68.0.tgz",
|
||||
"integrity": "sha512-zUcqaUO0772UuuW2bzaES2Zjlm/y3kRBQDVFVCge+s2Y8mwuUTdperGaAv65/NtRL/1zanpSJOq/MD8u61vo6g==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@types/eslint-scope": "^3.7.0",
|
||||
|
@ -6334,9 +6334,9 @@
|
|||
}
|
||||
},
|
||||
"webpack": {
|
||||
"version": "5.67.0",
|
||||
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.67.0.tgz",
|
||||
"integrity": "sha512-LjFbfMh89xBDpUMgA1W9Ur6Rn/gnr2Cq1jjHFPo4v6a79/ypznSYbAyPgGhwsxBtMIaEmDD1oJoA7BEYw/Fbrw==",
|
||||
"version": "5.68.0",
|
||||
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.68.0.tgz",
|
||||
"integrity": "sha512-zUcqaUO0772UuuW2bzaES2Zjlm/y3kRBQDVFVCge+s2Y8mwuUTdperGaAv65/NtRL/1zanpSJOq/MD8u61vo6g==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@types/eslint-scope": "^3.7.0",
|
||||
|
|
|
@ -205,7 +205,7 @@
|
|||
"ts-loader": "^9.2.6",
|
||||
"tsup": "^5.11.13",
|
||||
"typescript": "^4.5.5",
|
||||
"webpack": "^5.67.0",
|
||||
"webpack": "^5.68.0",
|
||||
"webpack-cli": "^4.9.2"
|
||||
},
|
||||
"engines": {
|
||||
|
|
Loading…
Reference in a new issue