1
0
mirror of https://github.com/sasjs/adapter.git synced 2025-12-11 01:14:36 +00:00

Merge pull request #210 from sasjs/dependabot/npm_and_yarn/sasjs/utils-2.0.2

chore(deps): bump @sasjs/utils from 1.5.0 to 2.0.2
This commit is contained in:
Yury Shkoda
2021-01-13 12:16:18 +03:00
committed by GitHub
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"