diff --git a/plugins/woocommerce-blocks/package-lock.json b/plugins/woocommerce-blocks/package-lock.json index 2b4eb3c536d..31db4dbdf1f 100644 --- a/plugins/woocommerce-blocks/package-lock.json +++ b/plugins/woocommerce-blocks/package-lock.json @@ -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": "*" diff --git a/plugins/woocommerce-blocks/package.json b/plugins/woocommerce-blocks/package.json index dc3c6aff142..995559571e6 100644 --- a/plugins/woocommerce-blocks/package.json +++ b/plugins/woocommerce-blocks/package.json @@ -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",