Bump webpack from 5.64.2 to 5.64.3
Bumps [webpack](https://github.com/webpack/webpack) from 5.64.2 to 5.64.3. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.64.2...v5.64.3) --- updated-dependencies: - dependency-name: webpack dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
26d29bba15
commit
558e1832c3
2 changed files with 8 additions and 8 deletions
14
package-lock.json
generated
14
package-lock.json
generated
|
|
@ -21,7 +21,7 @@
|
|||
"eslint": "8.3.0",
|
||||
"stylelint": "14.1.0",
|
||||
"stylelint-config-standard-scss": "^3.0.0",
|
||||
"webpack": "5.64.2",
|
||||
"webpack": "5.64.3",
|
||||
"webpack-cli": "4.9.1"
|
||||
}
|
||||
},
|
||||
|
|
@ -3778,9 +3778,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/webpack": {
|
||||
"version": "5.64.2",
|
||||
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.64.2.tgz",
|
||||
"integrity": "sha512-4KGc0+Ozi0aS3EaLNRvEppfZUer+CaORKqL6OBjDLZOPf9YfN8leagFzwe6/PoBdHFxc/utKArl8LMC0Ivtmdg==",
|
||||
"version": "5.64.3",
|
||||
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.64.3.tgz",
|
||||
"integrity": "sha512-XF6/IL9Bw2PPQioiR1UYA8Bs4tX3QXJtSelezKECdLFeSFzWoe44zqTzPW5N+xI3fACaRl2/G3sNA4WYHD7Iww==",
|
||||
"dependencies": {
|
||||
"@types/eslint-scope": "^3.7.0",
|
||||
"@types/estree": "^0.0.50",
|
||||
|
|
@ -6875,9 +6875,9 @@
|
|||
}
|
||||
},
|
||||
"webpack": {
|
||||
"version": "5.64.2",
|
||||
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.64.2.tgz",
|
||||
"integrity": "sha512-4KGc0+Ozi0aS3EaLNRvEppfZUer+CaORKqL6OBjDLZOPf9YfN8leagFzwe6/PoBdHFxc/utKArl8LMC0Ivtmdg==",
|
||||
"version": "5.64.3",
|
||||
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.64.3.tgz",
|
||||
"integrity": "sha512-XF6/IL9Bw2PPQioiR1UYA8Bs4tX3QXJtSelezKECdLFeSFzWoe44zqTzPW5N+xI3fACaRl2/G3sNA4WYHD7Iww==",
|
||||
"requires": {
|
||||
"@types/eslint-scope": "^3.7.0",
|
||||
"@types/estree": "^0.0.50",
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@
|
|||
"eslint": "8.3.0",
|
||||
"stylelint": "14.1.0",
|
||||
"stylelint-config-standard-scss": "^3.0.0",
|
||||
"webpack": "5.64.2",
|
||||
"webpack": "5.64.3",
|
||||
"webpack-cli": "4.9.1"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue