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

Merge branch 'master' into dependabot/npm_and_yarn/sasjs/utils-2.10.2

This commit is contained in:
Krishna Acondy
2021-04-21 17:23:10 +01:00
committed by GitHub
2 changed files with 959 additions and 2468 deletions

3411
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -43,24 +43,24 @@
"jest-extended": "^0.11.5", "jest-extended": "^0.11.5",
"path": "^0.12.7", "path": "^0.12.7",
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"semantic-release": "^17.4.1", "semantic-release": "^17.4.2",
"terser-webpack-plugin": "^4.2.3", "terser-webpack-plugin": "^4.2.3",
"ts-jest": "^25.5.1", "ts-jest": "^25.5.1",
"ts-loader": "^8.0.17", "ts-loader": "^8.1.0",
"tslint": "^6.1.3", "tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0", "tslint-config-prettier": "^1.18.0",
"typedoc": "^0.20.30", "typedoc": "^0.20.35",
"typedoc-neo-theme": "^1.1.0", "typedoc-neo-theme": "^1.1.0",
"typedoc-plugin-external-module-name": "^4.0.6", "typedoc-plugin-external-module-name": "^4.0.6",
"typescript": "^3.9.9", "typescript": "^3.9.9",
"webpack": "^5.24.4", "webpack": "^5.33.2",
"webpack-cli": "^4.5.0" "webpack-cli": "^4.5.0"
}, },
"main": "index.js", "main": "index.js",
"dependencies": { "dependencies": {
"@sasjs/utils": "^2.10.2", "@sasjs/utils": "^2.10.2",
"axios": "^0.21.1", "axios": "^0.21.1",
"form-data": "^3.0.0", "form-data": "^4.0.0",
"https": "^1.0.0" "https": "^1.0.0"
} }
} }