Update dependency @types/jquery to v3.5.13 (https://github.com/woocommerce/woocommerce-blocks/pull/5591)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
5f37425c90
commit
8c7db9b875
|
@ -56,7 +56,7 @@
|
|||
"@types/dinero.js": "1.9.0",
|
||||
"@types/gtag.js": "0.0.8",
|
||||
"@types/jest": "26.0.24",
|
||||
"@types/jquery": "3.5.11",
|
||||
"@types/jquery": "3.5.13",
|
||||
"@types/lodash": "4.14.178",
|
||||
"@types/react": "16.14.21",
|
||||
"@types/wordpress__block-editor": "6.0.4",
|
||||
|
@ -8153,9 +8153,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@types/jquery": {
|
||||
"version": "3.5.11",
|
||||
"resolved": "https://registry.npmjs.org/@types/jquery/-/jquery-3.5.11.tgz",
|
||||
"integrity": "sha512-lYZGdfOtUa0XFjIATQgiogqeTY5PNNMOmp3Jq48ghmJALL8t/IqABRqlEwdHfuUdA8iIE1uGD1HoI4a7Tiy6OA==",
|
||||
"version": "3.5.13",
|
||||
"resolved": "https://registry.npmjs.org/@types/jquery/-/jquery-3.5.13.tgz",
|
||||
"integrity": "sha512-ZxJrup8nz/ZxcU0vantG+TPdboMhB24jad2uSap50zE7Q9rUeYlCF25kFMSmHR33qoeOgqcdHEp3roaookC0Sg==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@types/sizzle": "*"
|
||||
|
@ -47339,9 +47339,9 @@
|
|||
}
|
||||
},
|
||||
"@types/jquery": {
|
||||
"version": "3.5.11",
|
||||
"resolved": "https://registry.npmjs.org/@types/jquery/-/jquery-3.5.11.tgz",
|
||||
"integrity": "sha512-lYZGdfOtUa0XFjIATQgiogqeTY5PNNMOmp3Jq48ghmJALL8t/IqABRqlEwdHfuUdA8iIE1uGD1HoI4a7Tiy6OA==",
|
||||
"version": "3.5.13",
|
||||
"resolved": "https://registry.npmjs.org/@types/jquery/-/jquery-3.5.13.tgz",
|
||||
"integrity": "sha512-ZxJrup8nz/ZxcU0vantG+TPdboMhB24jad2uSap50zE7Q9rUeYlCF25kFMSmHR33qoeOgqcdHEp3roaookC0Sg==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@types/sizzle": "*"
|
||||
|
|
|
@ -98,7 +98,7 @@
|
|||
"@types/dinero.js": "1.9.0",
|
||||
"@types/gtag.js": "0.0.8",
|
||||
"@types/jest": "26.0.24",
|
||||
"@types/jquery": "3.5.11",
|
||||
"@types/jquery": "3.5.13",
|
||||
"@types/lodash": "4.14.178",
|
||||
"@types/react": "16.14.21",
|
||||
"@types/wordpress__block-editor": "6.0.4",
|
||||
|
|
Loading…
Reference in New Issue