1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-01-07 12:30:06 +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": { "@sasjs/utils": {
"version": "1.5.0", "version": "2.0.2",
"resolved": "https://registry.npmjs.org/@sasjs/utils/-/utils-1.5.0.tgz", "resolved": "https://registry.npmjs.org/@sasjs/utils/-/utils-2.0.2.tgz",
"integrity": "sha512-xKRotDWeCouIebA9GN+eRDFenUZHzn8CRBwqSqi4huLgP/GKtyRpuqBCJ8PYqdvT3q7fBdGM2zHgX+1TNOFEug==", "integrity": "sha512-FyY/MyeeLP0+OhJWCbiVmV3Mz/mRcrc4oNbw1xhO7CR3DLpiPSmAHaq3sf+1NKCk2AzXbVPqgZM5NVKzvd2wrA==",
"requires": { "requires": {
"consola": "^2.15.0", "consola": "^2.15.0",
"prompts": "^2.4.0", "prompts": "^2.4.0",

View File

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