diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ad747a7d..836a8eb5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,6 +22,8 @@ jobs: with: fetch-depth: 0 - uses: actions/setup-node@v4 + with: + node-version: 18.20.1 - uses: actions/cache@v4 with: path: '**/node_modules' @@ -67,7 +69,7 @@ jobs: persist-credentials: false # GITHUB_TOKEN must not be set for the semantic release - uses: actions/setup-node@v4 with: - node-version: 12.13.0 + node-version: 18.20.1 - uses: actions/cache@v4 with: path: '**/node_modules' diff --git a/package.json b/package.json index 99f97d09..4f1f8340 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "@babel/runtime": "7.15.4", "bluebird": "2.9.25", "core-js": "3.6.5", - "forest-express": "10.6.4", + "forest-express": "10.6.5", "http-errors": "1.6.1", "lodash": "4.17.21", "moment": "2.29.4", diff --git a/yarn.lock b/yarn.lock index 46c32e5b..fb0efc20 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1791,10 +1791,10 @@ resolved "https://registry.yarnpkg.com/@forestadmin/context/-/context-1.42.11.tgz#50b7ad703ab8010d32dc30a6719d395890a2407a" integrity sha512-y6lRxvjpjBjlCfJDCA4dd3RRtDKHT2RNvaMhB+MXLrvKSi/OEF403ADTcuCMku2M2X67cFkLWoWS+WHLOnlgvg== -"@forestadmin/forestadmin-client@1.36.3": - version "1.36.3" - resolved "https://registry.yarnpkg.com/@forestadmin/forestadmin-client/-/forestadmin-client-1.36.3.tgz#1c0c87a0ee54ac6956ce3b1b6e0253ab16e8d50a" - integrity sha512-uwzkXy69NRWdPSwg5crStirgEQSCABh+uxRbEGi6YgYDGTM9pcgUIIvwDsh7eNoLOM4oxo6oU6WHWCl5RInokQ== +"@forestadmin/forestadmin-client@1.36.6": + version "1.36.6" + resolved "https://registry.yarnpkg.com/@forestadmin/forestadmin-client/-/forestadmin-client-1.36.6.tgz#b424049214a4c1298da3ffc7dcadfecd9f5fc81d" + integrity sha512-oC1/ffJoY8tFK29xmmxe/elE9I270hdxE8USuPIxvNEPCbTG4dU3ybbJ/B0PRRzkw3GTUQlYGQND5Wt8kwmS7A== dependencies: eventsource "2.0.2" json-api-serializer "^2.6.6" @@ -5174,14 +5174,14 @@ for-each@^0.3.3: dependencies: is-callable "^1.1.3" -forest-express@10.6.4: - version "10.6.4" - resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-10.6.4.tgz#2e79e0610c2b35ed0db7b56d04fdf460f1800943" - integrity sha512-UFMTTemjZ9tDpkELagPdfnWf2mBtokCud5dxN22qDR43qniifRF9VIYGErG9rU30d2Gz2IyLqFNrAGx1FZFDcA== +forest-express@10.6.5: + version "10.6.5" + resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-10.6.5.tgz#6c940e8a2b11caf4e9fce8e0894d182da1fae5ed" + integrity sha512-gXXAPkc0rZiUaO0SQaybYWVkA3XU9haONBmmYFTRzXomfH9424/udBKRtckSuJ+mqj9QjQudaj4ozVC1SSs9zw== dependencies: "@babel/runtime" "7.19.0" "@forestadmin/context" "1.42.11" - "@forestadmin/forestadmin-client" "1.36.3" + "@forestadmin/forestadmin-client" "1.36.6" base32-encode "1.1.1" bitwise-xor "0.0.0" bluebird "3.7.1"