diff --git a/.npmrc b/.npmrc new file mode 100644 index 0000000..5660f81 --- /dev/null +++ b/.npmrc @@ -0,0 +1 @@ +registry=https://registry.npmjs.org/ \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index caecb83..79e135e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@actions/core": "^1.11.1", "@actions/exec": "^1.1.1", - "run-matlab-command-action": "github:matlab-actions/run-command#v2.2.1" + "run-matlab-command-action": "github:matlab-actions/run-command#v2.3.0" }, "devDependencies": { "@types/jest": "^30.0.0", @@ -3824,12 +3824,12 @@ } }, "node_modules/run-matlab-command-action": { - "version": "2.2.0", - "resolved": "git+ssh://git@github.com/matlab-actions/run-command.git#323da3ad554c268cd4437013fa8c52072b879ed4", + "version": "2.3.0", + "resolved": "git+ssh://git@github.com/matlab-actions/run-command.git#7102c36f8d9b02c376168901511f20260327693e", "dependencies": { - "@actions/core": "^1.10.0", - "@actions/exec": "^1.1.0", - "uuid": "^8.3.2" + "@actions/core": "^1.11.1", + "@actions/exec": "^1.1.1", + "uuid": "^11.1.0" } }, "node_modules/semver": { @@ -4440,12 +4440,16 @@ } }, "node_modules/uuid": { - "version": "8.3.2", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", - "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", + "version": "11.1.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.1.0.tgz", + "integrity": "sha512-0/A9rDy9P7cJ+8w1c9WD9V//9Wj15Ce2MPz8Ri6032usz+NfePxx5AcN3bN+r6ZL6jEo066/yNYB3tn4pQEx+A==", + "funding": [ + "https://github.com/sponsors/broofa", + "https://github.com/sponsors/ctavan" + ], "license": "MIT", "bin": { - "uuid": "dist/bin/uuid" + "uuid": "dist/esm/bin/uuid" } }, "node_modules/v8-to-istanbul": { diff --git a/package.json b/package.json index b859c47..040eaba 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "dependencies": { "@actions/core": "^1.11.1", "@actions/exec": "^1.1.1", - "run-matlab-command-action": "github:matlab-actions/run-command#v2.2.1" + "run-matlab-command-action": "github:matlab-actions/run-command#v2.3.0" }, "devDependencies": { "@types/jest": "^30.0.0",