1
0
mirror of https://github.com/sasjs/core.git synced 2025-12-11 06:24:35 +00:00

fix: updating CLI dependency to avoid npm install warnings

This commit is contained in:
Allan Bowe
2021-09-30 14:47:56 +01:00
parent 0851523d18
commit 8046d5a0b1
2 changed files with 1194 additions and 64 deletions

1256
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -33,6 +33,6 @@
"prepare": "git rev-parse --git-dir && git config core.hooksPath ./.git-hooks || true"
},
"devDependencies": {
"@sasjs/cli": "^2.37.8"
"@sasjs/cli": "^2.38.8"
}
}