1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-01-07 20:40:05 +00:00

chore(deps): bump @sasjs/utils from 1.5.0 to 2.0.2

Bumps [@sasjs/utils](https://github.com/sasjs/utils) from 1.5.0 to 2.0.2.
- [Release notes](https://github.com/sasjs/utils/releases)
- [Commits](https://github.com/sasjs/utils/compare/v1.5.0...v2.0.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2021-01-13 08:03:31 +00:00
committed by GitHub
parent 1a0d62d8f3
commit 0212b677ae
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -1072,9 +1072,9 @@
}
},
"@sasjs/utils": {
"version": "1.5.0",
"resolved": "https://registry.npmjs.org/@sasjs/utils/-/utils-1.5.0.tgz",
"integrity": "sha512-xKRotDWeCouIebA9GN+eRDFenUZHzn8CRBwqSqi4huLgP/GKtyRpuqBCJ8PYqdvT3q7fBdGM2zHgX+1TNOFEug==",
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/@sasjs/utils/-/utils-2.0.2.tgz",
"integrity": "sha512-FyY/MyeeLP0+OhJWCbiVmV3Mz/mRcrc4oNbw1xhO7CR3DLpiPSmAHaq3sf+1NKCk2AzXbVPqgZM5NVKzvd2wrA==",
"requires": {
"consola": "^2.15.0",
"prompts": "^2.4.0",

View File

@@ -58,7 +58,7 @@
},
"main": "index.js",
"dependencies": {
"@sasjs/utils": "^1.5.0",
"@sasjs/utils": "^2.0.2",
"es6-promise": "^4.2.8",
"form-data": "^3.0.0",
"isomorphic-fetch": "^2.2.1"