diff --git a/package-lock.json b/package-lock.json index 17189c4bb..cc57ef8af 100644 --- a/package-lock.json +++ b/package-lock.json @@ -54,7 +54,7 @@ "@types/rimraf": "^3.0.2", "@types/sharp": "^0.31.1", "@types/shelljs": "^0.8.12", - "@types/tmp": "^0.2.3", + "@types/tmp": "^0.2.4", "@types/ws": "^8.5.5", "@typescript-eslint/eslint-plugin": "^5.62.0", "@typescript-eslint/parser": "^5.62.0", @@ -2988,9 +2988,9 @@ } }, "node_modules/@types/tmp": { - "version": "0.2.3", - "resolved": "https://registry.npmjs.org/@types/tmp/-/tmp-0.2.3.tgz", - "integrity": "sha512-dDZH/tXzwjutnuk4UacGgFRwV+JSLaXL1ikvidfJprkb7L9Nx1njcRHHmi3Dsvt7pgqqTEeucQuOrWHPFgzVHA==", + "version": "0.2.4", + "resolved": "https://registry.npmjs.org/@types/tmp/-/tmp-0.2.4.tgz", + "integrity": "sha512-Vq3rwM+2KgiLacq68EjTJD9cuJ/ne5pXntWn8B8Rxj25SLkGAhCgooCZ1lhcIcV5OFveJ+s5Cqpi+XKfFM/xZA==", "dev": true }, "node_modules/@types/triple-beam": { diff --git a/package.json b/package.json index cb553cc0c..9346f5179 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "@types/rimraf": "^3.0.2", "@types/sharp": "^0.31.1", "@types/shelljs": "^0.8.12", - "@types/tmp": "^0.2.3", + "@types/tmp": "^0.2.4", "@types/ws": "^8.5.5", "@typescript-eslint/eslint-plugin": "^5.62.0", "@typescript-eslint/parser": "^5.62.0",