Update dependency @types/jquery to v3.5.8 (https://github.com/woocommerce/woocommerce-blocks/pull/4968)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
16e94dd3bc
commit
17dbd667bc
|
@ -5686,9 +5686,9 @@
|
|||
}
|
||||
},
|
||||
"@types/jquery": {
|
||||
"version": "3.5.7",
|
||||
"resolved": "https://registry.npmjs.org/@types/jquery/-/jquery-3.5.7.tgz",
|
||||
"integrity": "sha512-Why+9t1KuqWtIqYKtbk6wgWbE1PjyXJOyGkpmTUh0RX5p4HL7nnRuBkjAO9P2r9tGQP6bLWxl77jRLew3V5xXg==",
|
||||
"version": "3.5.8",
|
||||
"resolved": "https://registry.npmjs.org/@types/jquery/-/jquery-3.5.8.tgz",
|
||||
"integrity": "sha512-cXk6NwqjDYg+UI9p2l3x0YmPa4m7RrXqmbK4IpVVpRJiYXU/QTo+UZrn54qfE1+9Gao4qpYqUnxm5ZCy2FTXAw==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@types/sizzle": "*"
|
||||
|
|
|
@ -100,7 +100,7 @@
|
|||
"@types/dinero.js": "1.8.1",
|
||||
"@types/gtag.js": "0.0.7",
|
||||
"@types/jest": "26.0.24",
|
||||
"@types/jquery": "3.5.7",
|
||||
"@types/jquery": "3.5.8",
|
||||
"@types/lodash": "4.14.175",
|
||||
"@types/react": "16.14.17",
|
||||
"@types/wordpress__block-editor": "2.2.9",
|
||||
|
|
Loading…
Reference in New Issue