diff --git a/package-lock.json b/package-lock.json index e7d112c4aa3..c8cebf7cef1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,7 +38,7 @@ "@types/react": "^16.7.6", "@types/react-dom": "^16.0.9", "@types/semver": "7.5.4", - "@types/shell-quote": "1.7.3", + "@types/shell-quote": "1.7.5", "@types/sortablejs": "1.15.4", "@typescript-eslint/eslint-plugin": "6.10.0", "@typescript-eslint/parser": "6.10.0", @@ -13692,9 +13692,9 @@ } }, "node_modules/@types/shell-quote": { - "version": "1.7.3", - "resolved": "https://registry.npmjs.org/@types/shell-quote/-/shell-quote-1.7.3.tgz", - "integrity": "sha512-CeYcQaOnluyKPHJTuJmaH9RDJEQSVxGMVf2EZab3chpA8sI65FB19t0x3JlS37NbxL+TUottk9pMypMJQcfhIw==", + "version": "1.7.5", + "resolved": "https://registry.npmjs.org/@types/shell-quote/-/shell-quote-1.7.5.tgz", + "integrity": "sha512-+UE8GAGRPbJVQDdxi16dgadcBfQ+KG2vgZhV1+3A1XmHbmwcdwhCUwIdy+d3pAGrbvgRoVSjeI9vOWyq376Yzw==", "dev": true }, "node_modules/@types/sockjs": { diff --git a/package.json b/package.json index 799ab8f6189..56513701bc7 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "@types/react": "^16.7.6", "@types/react-dom": "^16.0.9", "@types/semver": "7.5.4", - "@types/shell-quote": "1.7.3", + "@types/shell-quote": "1.7.5", "@types/sortablejs": "1.15.4", "@typescript-eslint/eslint-plugin": "6.10.0", "@typescript-eslint/parser": "6.10.0",