diff --git a/package-lock.json b/package-lock.json index c9937cca..f9345878 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cortex-debug", - "version": "1.13.0-pre9", + "version": "1.13.0-pre10", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "cortex-debug", - "version": "1.13.0-pre9", + "version": "1.13.0-pre10", "license": "MIT", "dependencies": { "@vscode/extension-telemetry": "^0.9.8", @@ -26,7 +26,7 @@ "safe-buffer": "^5.2.1", "serialport": "^13.0.0", "stream-json": "^1.9.1", - "tmp": "^0.2.6", + "tmp": "^0.2.7", "universal-analytics": "^0.5.3", "usb": "^2.14.0", "uuid": "^14.0.0", @@ -5340,9 +5340,9 @@ "license": "MIT" }, "node_modules/tmp": { - "version": "0.2.6", - "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.2.6.tgz", - "integrity": "sha512-5sJPdPjfI5Kx+qbrDesxkglRBxW//g7hCsqspEjwkewGvBMGIKMOTKzLt1hFVJzyadba3lDUN20O9qhvbQUSTA==", + "version": "0.2.7", + "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.2.7.tgz", + "integrity": "sha512-e0votIpp4Uo2AJYSzVHV6xCcawuiez3DzqDAbrTc3YxBkplN6e+dM13ZeIcZnDg/QpSuU2zfZ3rzwY8ukEnaXw==", "license": "MIT", "engines": { "node": ">=14.14" diff --git a/package.json b/package.json index 59b6f046..bdc96b17 100644 --- a/package.json +++ b/package.json @@ -3134,7 +3134,7 @@ "safe-buffer": "^5.2.1", "serialport": "^13.0.0", "stream-json": "^1.9.1", - "tmp": "^0.2.6", + "tmp": "^0.2.7", "universal-analytics": "^0.5.3", "usb": "^2.14.0", "uuid": "^14.0.0",