Upgrade to ERPNext v13 release, error

Hello,

I followed these steps to switch from v13-dev to v13 released
$ bench switch-to-branch version-13 frappe erpnext --upgrade
$ bench update --patch
$ bench setup requirements
$ bench update --patch
$ bench build

And got following error.

  • /opt/services/frapper/frappe-bench/apps/frappe/node_modules/snyk/dist/lib/index.js
  • /opt/services/frapper/frappe-bench/apps/frappe/node_modules/snyk/dist/lib/analytics.js
  • /opt/services/frapper/frappe-bench/apps/frappe/node_modules/snyk/dist/cli/index.js
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
    at Function.Module._load (internal/modules/cjs/loader.js:667:27)
    at Module.require (internal/modules/cjs/loader.js:887:19)
    at require (internal/modules/cjs/helpers.js:74:18)
    at Object. (/opt/services/frapper/frappe-bench/apps/frappe/node_modules/snyk-gradle-plugin/node_modules/@snyk/java-call-graph-builder/lib/call-graph.ts:1:1)
    at Module._compile (internal/modules/cjs/loader.js:999:30)
    at Object.Module._extensions…js (internal/modules/cjs/loader.js:1027:10)
    at Module.load (internal/modules/cjs/loader.js:863:32)
    at Function.Module._load (internal/modules/cjs/loader.js:708:14)
    at Module.require (internal/modules/cjs/loader.js:887:19)
    error Command failed with exit code 1.
    info Visit yarn run | Yarn for documentation about this command.
    error Command failed with exit code 1.
    info Visit yarn install | Yarn for documentation about this command.

Installing node dependencies for erpnext
$ yarn install
yarn install v1.22.10
[1/4] Resolving packages…
success Already up-to-date.
$ yarn run snyk-protect
yarn run v1.22.10

How could i fix this error?

My site is still able to login and with version 13

43%20PM