Update dependency @types/jquery to v3.5.9 (https://github.com/woocommerce/woocommerce-blocks/pull/5225)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
ed0a9a2d91
commit
8ea8d9cedf
|
@ -8655,9 +8655,9 @@
|
|||
}
|
||||
},
|
||||
"@types/jquery": {
|
||||
"version": "3.5.8",
|
||||
"resolved": "https://registry.npmjs.org/@types/jquery/-/jquery-3.5.8.tgz",
|
||||
"integrity": "sha512-cXk6NwqjDYg+UI9p2l3x0YmPa4m7RrXqmbK4IpVVpRJiYXU/QTo+UZrn54qfE1+9Gao4qpYqUnxm5ZCy2FTXAw==",
|
||||
"version": "3.5.9",
|
||||
"resolved": "https://registry.npmjs.org/@types/jquery/-/jquery-3.5.9.tgz",
|
||||
"integrity": "sha512-B8pDk+sH/tSv/HKdx6EQER6BfUOb2GtKs0LOmozziS4h7cbe8u/eYySfUAeTwD+J09SqV3man7AMWIA5mgzCBA==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@types/sizzle": "*"
|
||||
|
|
|
@ -99,7 +99,7 @@
|
|||
"@types/dinero.js": "1.9.0",
|
||||
"@types/gtag.js": "0.0.8",
|
||||
"@types/jest": "26.0.24",
|
||||
"@types/jquery": "3.5.8",
|
||||
"@types/jquery": "3.5.9",
|
||||
"@types/lodash": "4.14.177",
|
||||
"@types/react": "16.14.21",
|
||||
"@types/wordpress__block-editor": "2.2.9",
|
||||
|
|
Loading…
Reference in New Issue