diff --git a/.github/workflows/config.yaml b/.github/workflows/config.yaml index 084074153..6220fb5cd 100644 --- a/.github/workflows/config.yaml +++ b/.github/workflows/config.yaml @@ -15,7 +15,7 @@ on: value: ${{ jobs.main.outputs.node_versions-pre_latest-json }} env: - MAGE_NODE_VERSIONS: 16 18 + MAGE_NODE_VERSIONS: 16 18 20 jobs: diff --git a/service/npm-shrinkwrap.json b/service/npm-shrinkwrap.json index 0b7f8c41d..bc8659c1d 100644 --- a/service/npm-shrinkwrap.json +++ b/service/npm-shrinkwrap.json @@ -21,7 +21,7 @@ "async": "0.2.x", "async-lock": "^1.4.0", "base-64": "1.0.0", - "better-sqlite3": "^7.6.2", + "better-sqlite3": "^8.6.0", "body-parser": "1.18.3", "busboy": "^1.6.0", "cfenv": "1.0.3", @@ -3377,13 +3377,13 @@ "integrity": "sha512-V/Hy/X9Vt7f3BbPJEi8BdVFMByHi+jNXrYkW3huaybV/kQ0KJg0Y6PkEMbn+zeT+i+SiKZ/HMqJGIIt4LZDqNQ==" }, "node_modules/better-sqlite3": { - "version": "7.6.2", - "resolved": "https://registry.npmjs.org/better-sqlite3/-/better-sqlite3-7.6.2.tgz", - "integrity": "sha512-S5zIU1Hink2AH4xPsN0W43T1/AJ5jrPh7Oy07ocuW/AKYYY02GWzz9NH0nbSMn/gw6fDZ5jZ1QsHt1BXAwJ6Lg==", + "version": "8.6.0", + "resolved": "https://registry.npmjs.org/better-sqlite3/-/better-sqlite3-8.6.0.tgz", + "integrity": "sha512-jwAudeiTMTSyby+/SfbHDebShbmC2MCH8mU2+DXi0WJfv13ypEJm47cd3kljmy/H130CazEvkf2Li//ewcMJ1g==", "hasInstallScript": true, "dependencies": { "bindings": "^1.5.0", - "prebuild-install": "^7.1.0" + "prebuild-install": "^7.1.1" } }, "node_modules/binary-extensions": { diff --git a/service/package.json b/service/package.json index 399175ebd..f08d541ae 100644 --- a/service/package.json +++ b/service/package.json @@ -41,7 +41,7 @@ "async": "0.2.x", "async-lock": "^1.4.0", "base-64": "1.0.0", - "better-sqlite3": "^7.6.2", + "better-sqlite3": "^8.6.0", "body-parser": "1.18.3", "busboy": "^1.6.0", "cfenv": "1.0.3",