fix: bumping core for passthrough fix, #124

This commit is contained in:
allan 2024-08-31 16:06:46 +02:00
parent 20c3a338c5
commit caa9854ff0
2 changed files with 5 additions and 5 deletions

8
sas/package-lock.json generated
View File

@ -7,7 +7,7 @@
"name": "dc-sas",
"dependencies": {
"@sasjs/cli": "^4.11.1",
"@sasjs/core": "^4.52.4"
"@sasjs/core": "^4.52.5"
}
},
"node_modules/@coolaj86/urequest": {
@ -116,9 +116,9 @@
"integrity": "sha512-Grwydm5GxBsYk238PZw41XPjXVVQ9vWcvfZ06L2P0bQbvK0sGn7l69JA7H5MGr3QcaLpiD4Kg70cAh7PgE+JOw=="
},
"node_modules/@sasjs/core": {
"version": "4.52.4",
"resolved": "https://registry.npmjs.org/@sasjs/core/-/core-4.52.4.tgz",
"integrity": "sha512-8lf5ixlA312EgA2DorwbpNXXPfLPzUHO67exIV7SjKiU23Tn1au5GD6hT0Ysr2kophOs10Mp1TCXJjhEq7Qk4A=="
"version": "4.52.5",
"resolved": "https://registry.npmjs.org/@sasjs/core/-/core-4.52.5.tgz",
"integrity": "sha512-fGuLC+DcH2AoIDDU/Eyn7d4ZIrIeQAN3PB9FgjBikiGuXZYooRELKz1WgaQvhI4qSKgczUANaT80ZJOpfH+sQQ=="
},
"node_modules/@sasjs/lint": {
"version": "2.3.1",

View File

@ -29,6 +29,6 @@
"private": true,
"dependencies": {
"@sasjs/cli": "^4.11.1",
"@sasjs/core": "^4.52.4"
"@sasjs/core": "^4.52.5"
}
}