diff --git a/code-samples/eventing/bookstore-sample-app/solution/frontend/package-lock.json b/code-samples/eventing/bookstore-sample-app/solution/frontend/package-lock.json index 6195a8e796..87d845f256 100644 --- a/code-samples/eventing/bookstore-sample-app/solution/frontend/package-lock.json +++ b/code-samples/eventing/bookstore-sample-app/solution/frontend/package-lock.json @@ -7762,9 +7762,10 @@ "license": "ISC" }, "node_modules/picomatch": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", - "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.2.tgz", + "integrity": "sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==", + "license": "MIT", "engines": { "node": ">=8.6" },