diff --git a/package-lock.json b/package-lock.json index b8a062c..1fee139 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@types/mocha": "^10.0.9", "extension-cli": "^1.2.4", "global": "^4.3.2", - "onnxruntime-node": "^1.19.2" + "onnxruntime-node": "^1.20.0" } }, "node_modules/@ampproject/remapping": { @@ -8862,9 +8862,9 @@ "integrity": "sha512-a4R7wYEVFbZBlp0BfhpbFWqe4opCor3KM+5Wm22Az3NGDcQMiU2hfG/0MfnBs+1ZrlSGmlgWeMcXQkDk1UFb8Q==" }, "node_modules/onnxruntime-node": { - "version": "1.19.2", - "resolved": "https://registry.npmjs.org/onnxruntime-node/-/onnxruntime-node-1.19.2.tgz", - "integrity": "sha512-9eHMP/HKbbeUcqte1JYzaaRC8JPn7ojWeCeoyShO86TOR97OCyIyAIOGX3V95ErjslVhJRXY8Em/caIUc0hm1Q==", + "version": "1.20.0", + "resolved": "https://registry.npmjs.org/onnxruntime-node/-/onnxruntime-node-1.20.0.tgz", + "integrity": "sha512-mjLge++8WHfyCZ4IqZ1FbUbtFAfGht7BLCkOeBL1L9PFV27YHwluXkNt7m0Pgf6TR2P5pqVZsD3zqFbFP6QTMw==", "dev": true, "hasInstallScript": true, "os": [ @@ -8873,10 +8873,16 @@ "linux" ], "dependencies": { - "onnxruntime-common": "1.19.2", + "onnxruntime-common": "1.20.0", "tar": "^7.0.1" } }, + "node_modules/onnxruntime-node/node_modules/onnxruntime-common": { + "version": "1.20.0", + "resolved": "https://registry.npmjs.org/onnxruntime-common/-/onnxruntime-common-1.20.0.tgz", + "integrity": "sha512-9ehS4ul5fBszIcHhfxuDgk45lO+Fqrxmrgwk1Pxb1JRvbQiCB/v9Royv95SRCWHktLMviqNjBsEd/biJhd39cg==", + "dev": true + }, "node_modules/onnxruntime-web": { "version": "1.19.2", "resolved": "https://registry.npmjs.org/onnxruntime-web/-/onnxruntime-web-1.19.2.tgz", @@ -19097,13 +19103,21 @@ "integrity": "sha512-a4R7wYEVFbZBlp0BfhpbFWqe4opCor3KM+5Wm22Az3NGDcQMiU2hfG/0MfnBs+1ZrlSGmlgWeMcXQkDk1UFb8Q==" }, "onnxruntime-node": { - "version": "1.19.2", - "resolved": "https://registry.npmjs.org/onnxruntime-node/-/onnxruntime-node-1.19.2.tgz", - "integrity": "sha512-9eHMP/HKbbeUcqte1JYzaaRC8JPn7ojWeCeoyShO86TOR97OCyIyAIOGX3V95ErjslVhJRXY8Em/caIUc0hm1Q==", + "version": "1.20.0", + "resolved": "https://registry.npmjs.org/onnxruntime-node/-/onnxruntime-node-1.20.0.tgz", + "integrity": "sha512-mjLge++8WHfyCZ4IqZ1FbUbtFAfGht7BLCkOeBL1L9PFV27YHwluXkNt7m0Pgf6TR2P5pqVZsD3zqFbFP6QTMw==", "dev": true, "requires": { - "onnxruntime-common": "1.19.2", + "onnxruntime-common": "1.20.0", "tar": "^7.0.1" + }, + "dependencies": { + "onnxruntime-common": { + "version": "1.20.0", + "resolved": "https://registry.npmjs.org/onnxruntime-common/-/onnxruntime-common-1.20.0.tgz", + "integrity": "sha512-9ehS4ul5fBszIcHhfxuDgk45lO+Fqrxmrgwk1Pxb1JRvbQiCB/v9Royv95SRCWHktLMviqNjBsEd/biJhd39cg==", + "dev": true + } } }, "onnxruntime-web": { diff --git a/package.json b/package.json index f4dd7de..a4f5389 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@types/mocha": "^10.0.9", "extension-cli": "^1.2.4", "global": "^4.3.2", - "onnxruntime-node": "^1.19.2" + "onnxruntime-node": "^1.20.0" }, "xtdocs": { "source": {