1
0
mirror of https://github.com/sasjs/adapter.git synced 2025-12-10 17:04:36 +00:00

chore(deps): bump @sasjs/utils from 2.10.2 to 2.17.1

Bumps [@sasjs/utils](https://github.com/sasjs/utils) from 2.10.2 to 2.17.1.
- [Release notes](https://github.com/sasjs/utils/releases)
- [Commits](https://github.com/sasjs/utils/compare/v2.10.2...v2.17.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2021-06-07 07:58:28 +00:00
committed by GitHub
parent 173b6e3e8d
commit 4018cf95ba
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -8,7 +8,7 @@
"hasInstallScript": true,
"license": "ISC",
"dependencies": {
"@sasjs/utils": "^2.17.0",
"@sasjs/utils": "^2.17.1",
"axios": "^0.21.1",
"axios-cookiejar-support": "^1.0.1",
"form-data": "^4.0.0",
@@ -1185,9 +1185,9 @@
}
},
"node_modules/@sasjs/utils": {
"version": "2.17.0",
"resolved": "https://registry.npmjs.org/@sasjs/utils/-/utils-2.17.0.tgz",
"integrity": "sha512-sKmB57ohPcsoR3ocCPEwwNLul81/pyiIqerxpMC85Y1xyNwFRcyxKP3Pz4gHIHg9aMmUsH3w39jZ0NJzNssoxA==",
"version": "2.17.1",
"resolved": "https://registry.npmjs.org/@sasjs/utils/-/utils-2.17.1.tgz",
"integrity": "sha512-K3sv3OBoihW6fW+4+edB8CYu4EX1Vej5+zmn7+bkiRqfgye7lDsLwHhAQcIMA8YZwEEBLVFnmnstCD9XgEtacQ==",
"hasInstallScript": true,
"dependencies": {
"@types/prompts": "^2.0.11",
@@ -14236,9 +14236,9 @@
}
},
"@sasjs/utils": {
"version": "2.17.0",
"resolved": "https://registry.npmjs.org/@sasjs/utils/-/utils-2.17.0.tgz",
"integrity": "sha512-sKmB57ohPcsoR3ocCPEwwNLul81/pyiIqerxpMC85Y1xyNwFRcyxKP3Pz4gHIHg9aMmUsH3w39jZ0NJzNssoxA==",
"version": "2.17.1",
"resolved": "https://registry.npmjs.org/@sasjs/utils/-/utils-2.17.1.tgz",
"integrity": "sha512-K3sv3OBoihW6fW+4+edB8CYu4EX1Vej5+zmn7+bkiRqfgye7lDsLwHhAQcIMA8YZwEEBLVFnmnstCD9XgEtacQ==",
"requires": {
"@types/prompts": "^2.0.11",
"chalk": "^4.1.1",

View File

@@ -61,7 +61,7 @@
},
"main": "index.js",
"dependencies": {
"@sasjs/utils": "^2.17.0",
"@sasjs/utils": "^2.17.1",
"axios": "^0.21.1",
"axios-cookiejar-support": "^1.0.1",
"form-data": "^4.0.0",