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

Merge pull request #762 from sasjs/remove-node-version-check

fix: remove the invocation of checkNodeVersion script
This commit is contained in:
Allan Bowe
2022-09-28 16:16:03 +01:00
committed by GitHub
2 changed files with 12 additions and 11 deletions

14
package-lock.json generated
View File

@@ -8,7 +8,7 @@
"hasInstallScript": true,
"license": "ISC",
"dependencies": {
"@sasjs/utils": "2.44.0",
"@sasjs/utils": "2.48.2",
"axios": "0.26.0",
"axios-cookiejar-support": "1.0.1",
"form-data": "4.0.0",
@@ -1575,9 +1575,9 @@
}
},
"node_modules/@sasjs/utils": {
"version": "2.44.0",
"resolved": "https://registry.npmjs.org/@sasjs/utils/-/utils-2.44.0.tgz",
"integrity": "sha512-hpC4erHYA8Mcb38mzxFEP0cXehfa0iKeqSW2d9MmxZ9g2qpy0BU6xyZJohN9kOiafXo5H359ndNKsg4DOq5YgA==",
"version": "2.48.2",
"resolved": "https://registry.npmjs.org/@sasjs/utils/-/utils-2.48.2.tgz",
"integrity": "sha512-FdKtHw7uVNChDB6Ym3LqqMo7sR2vBc40M68LrS/ud1PpFJrXbJjNO8qL4MXAUo+2Gt0ZRZIjDvSEEv5smebUnA==",
"hasInstallScript": true,
"dependencies": {
"@types/fs-extra": "9.0.13",
@@ -16627,9 +16627,9 @@
}
},
"@sasjs/utils": {
"version": "2.44.0",
"resolved": "https://registry.npmjs.org/@sasjs/utils/-/utils-2.44.0.tgz",
"integrity": "sha512-hpC4erHYA8Mcb38mzxFEP0cXehfa0iKeqSW2d9MmxZ9g2qpy0BU6xyZJohN9kOiafXo5H359ndNKsg4DOq5YgA==",
"version": "2.48.2",
"resolved": "https://registry.npmjs.org/@sasjs/utils/-/utils-2.48.2.tgz",
"integrity": "sha512-FdKtHw7uVNChDB6Ym3LqqMo7sR2vBc40M68LrS/ud1PpFJrXbJjNO8qL4MXAUo+2Gt0ZRZIjDvSEEv5smebUnA==",
"requires": {
"@types/fs-extra": "9.0.13",
"@types/prompts": "2.0.13",