mirror of https://github.com/jenkinsci/jenkins.git
Update dependency webpack to v5.99.7 (#10605)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
e8d173e1b7
commit
f5685d9dc1
|
@ -48,7 +48,7 @@
|
|||
"stylelint": "16.19.0",
|
||||
"stylelint-checkstyle-reporter": "1.0.0",
|
||||
"stylelint-config-standard-scss": "14.0.0",
|
||||
"webpack": "5.99.6",
|
||||
"webpack": "5.99.7",
|
||||
"webpack-cli": "6.0.1",
|
||||
"webpack-remove-empty-scripts": "1.0.4"
|
||||
},
|
||||
|
|
21
yarn.lock
21
yarn.lock
|
@ -4380,7 +4380,7 @@ __metadata:
|
|||
stylelint-checkstyle-reporter: "npm:1.0.0"
|
||||
stylelint-config-standard-scss: "npm:14.0.0"
|
||||
tippy.js: "npm:6.3.7"
|
||||
webpack: "npm:5.99.6"
|
||||
webpack: "npm:5.99.7"
|
||||
webpack-cli: "npm:6.0.1"
|
||||
webpack-remove-empty-scripts: "npm:1.0.4"
|
||||
window-handle: "npm:1.0.1"
|
||||
|
@ -6375,15 +6375,15 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"schema-utils@npm:^4.0.0, schema-utils@npm:^4.2.0, schema-utils@npm:^4.3.0":
|
||||
version: 4.3.0
|
||||
resolution: "schema-utils@npm:4.3.0"
|
||||
"schema-utils@npm:^4.0.0, schema-utils@npm:^4.2.0, schema-utils@npm:^4.3.0, schema-utils@npm:^4.3.2":
|
||||
version: 4.3.2
|
||||
resolution: "schema-utils@npm:4.3.2"
|
||||
dependencies:
|
||||
"@types/json-schema": "npm:^7.0.9"
|
||||
ajv: "npm:^8.9.0"
|
||||
ajv-formats: "npm:^2.1.1"
|
||||
ajv-keywords: "npm:^5.1.0"
|
||||
checksum: 10c0/c23f0fa73ef71a01d4a2bb7af4c91e0d356ec640e071aa2d06ea5e67f042962bb7ac7c29a60a295bb0125878801bc3209197a2b8a833dd25bd38e37c3ed21427
|
||||
checksum: 10c0/981632f9bf59f35b15a9bcdac671dd183f4946fe4b055ae71a301e66a9797b95e5dd450de581eb6cca56fb6583ce8f24d67b2d9f8e1b2936612209697f6c277e
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
@ -7081,12 +7081,13 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"webpack@npm:5.99.6":
|
||||
version: 5.99.6
|
||||
resolution: "webpack@npm:5.99.6"
|
||||
"webpack@npm:5.99.7":
|
||||
version: 5.99.7
|
||||
resolution: "webpack@npm:5.99.7"
|
||||
dependencies:
|
||||
"@types/eslint-scope": "npm:^3.7.7"
|
||||
"@types/estree": "npm:^1.0.6"
|
||||
"@types/json-schema": "npm:^7.0.15"
|
||||
"@webassemblyjs/ast": "npm:^1.14.1"
|
||||
"@webassemblyjs/wasm-edit": "npm:^1.14.1"
|
||||
"@webassemblyjs/wasm-parser": "npm:^1.14.1"
|
||||
|
@ -7103,7 +7104,7 @@ __metadata:
|
|||
loader-runner: "npm:^4.2.0"
|
||||
mime-types: "npm:^2.1.27"
|
||||
neo-async: "npm:^2.6.2"
|
||||
schema-utils: "npm:^4.3.0"
|
||||
schema-utils: "npm:^4.3.2"
|
||||
tapable: "npm:^2.1.1"
|
||||
terser-webpack-plugin: "npm:^5.3.11"
|
||||
watchpack: "npm:^2.4.1"
|
||||
|
@ -7113,7 +7114,7 @@ __metadata:
|
|||
optional: true
|
||||
bin:
|
||||
webpack: bin/webpack.js
|
||||
checksum: 10c0/b8b44b16933a0dd83e185ad42f292bbdfa9c47e245cbe786c48520d681556ece9af6ea7fff33059fafdf3d2cd62674715308d70a6f15eda6c6de7e03ef01842a
|
||||
checksum: 10c0/e121880d921d5500e9dd61c3428f5d8dca4786c559e7f37488173186447cd22079be677d470a4db1643febf8031b9be900f501c9b95ba94ffe3d2065ad486d31
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
|
Loading…
Reference in New Issue