mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-29 23:06:41 +00:00
[js] upgrade minimist@1.2.6 (#12689)
This commit is contained in:
parent
cde504ebbf
commit
5be3e87c71
5 changed files with 25 additions and 25 deletions
16
js/node/package-lock.json
generated
16
js/node/package-lock.json
generated
|
|
@ -18,13 +18,13 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@types/fs-extra": "^9.0.6",
|
||||
"@types/minimist": "1.2.1",
|
||||
"@types/minimist": "^1.2.2",
|
||||
"@types/mocha": "^8.2.2",
|
||||
"@types/node": "^14.14.37",
|
||||
"cmake-js": "^6.2.1",
|
||||
"fs-extra": "^9.1.0",
|
||||
"jsonc": "^2.0.0",
|
||||
"minimist": "^1.2.5",
|
||||
"minimist": "^1.2.6",
|
||||
"mocha": "^9.2.1",
|
||||
"node-addon-api": "^3.1.0",
|
||||
"onnx-proto": "^4.0.4",
|
||||
|
|
@ -1855,9 +1855,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"node_modules/@types/minimist": {
|
||||
"version": "1.2.1",
|
||||
"resolved": "https://registry.npmjs.org/@types/minimist/-/minimist-1.2.1.tgz",
|
||||
"integrity": "sha512-fZQQafSREFyuZcdWFAExYjBiCL7AUCdgsk80iO0q4yihYYdcIiH28CcuPTGFgLOCC8RlW49GSQxdHwZP+I7CNg==",
|
||||
"version": "1.2.2",
|
||||
"resolved": "https://registry.npmjs.org/@types/minimist/-/minimist-1.2.2.tgz",
|
||||
"integrity": "sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==",
|
||||
"dev": true
|
||||
},
|
||||
"node_modules/@types/mocha": {
|
||||
|
|
@ -3880,9 +3880,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"@types/minimist": {
|
||||
"version": "1.2.1",
|
||||
"resolved": "https://registry.npmjs.org/@types/minimist/-/minimist-1.2.1.tgz",
|
||||
"integrity": "sha512-fZQQafSREFyuZcdWFAExYjBiCL7AUCdgsk80iO0q4yihYYdcIiH28CcuPTGFgLOCC8RlW49GSQxdHwZP+I7CNg==",
|
||||
"version": "1.2.2",
|
||||
"resolved": "https://registry.npmjs.org/@types/minimist/-/minimist-1.2.2.tgz",
|
||||
"integrity": "sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==",
|
||||
"dev": true
|
||||
},
|
||||
"@types/mocha": {
|
||||
|
|
|
|||
|
|
@ -35,13 +35,13 @@
|
|||
],
|
||||
"devDependencies": {
|
||||
"@types/fs-extra": "^9.0.6",
|
||||
"@types/minimist": "1.2.1",
|
||||
"@types/minimist": "^1.2.2",
|
||||
"@types/mocha": "^8.2.2",
|
||||
"@types/node": "^14.14.37",
|
||||
"cmake-js": "^6.2.1",
|
||||
"fs-extra": "^9.1.0",
|
||||
"jsonc": "^2.0.0",
|
||||
"minimist": "^1.2.5",
|
||||
"minimist": "^1.2.6",
|
||||
"mocha": "^9.2.1",
|
||||
"node-addon-api": "^3.1.0",
|
||||
"onnx-proto": "^4.0.4",
|
||||
|
|
|
|||
16
js/web/package-lock.json
generated
16
js/web/package-lock.json
generated
|
|
@ -25,7 +25,7 @@
|
|||
"@types/karma": "^6.1.0",
|
||||
"@types/long": "^4.0.1",
|
||||
"@types/minimatch": "^3.0.4",
|
||||
"@types/minimist": "^1.2.1",
|
||||
"@types/minimist": "^1.2.2",
|
||||
"@types/mocha": "^8.2.2",
|
||||
"@types/npmlog": "^4.1.2",
|
||||
"@types/platform": "^1.3.3",
|
||||
|
|
@ -48,7 +48,7 @@
|
|||
"karma-safari-applescript-launcher": "^0.1.0",
|
||||
"karma-sourcemap-loader": "^0.3.8",
|
||||
"minimatch": "^3.0.4",
|
||||
"minimist": "^1.2.5",
|
||||
"minimist": "^1.2.6",
|
||||
"mocha": "^9.2.1",
|
||||
"node-polyfill-webpack-plugin": "^1.1.0",
|
||||
"npmlog": "^4.1.2",
|
||||
|
|
@ -426,9 +426,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"node_modules/@types/minimist": {
|
||||
"version": "1.2.1",
|
||||
"resolved": "https://registry.npmjs.org/@types/minimist/-/minimist-1.2.1.tgz",
|
||||
"integrity": "sha512-fZQQafSREFyuZcdWFAExYjBiCL7AUCdgsk80iO0q4yihYYdcIiH28CcuPTGFgLOCC8RlW49GSQxdHwZP+I7CNg==",
|
||||
"version": "1.2.2",
|
||||
"resolved": "https://registry.npmjs.org/@types/minimist/-/minimist-1.2.2.tgz",
|
||||
"integrity": "sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==",
|
||||
"dev": true
|
||||
},
|
||||
"node_modules/@types/mocha": {
|
||||
|
|
@ -7567,9 +7567,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"@types/minimist": {
|
||||
"version": "1.2.1",
|
||||
"resolved": "https://registry.npmjs.org/@types/minimist/-/minimist-1.2.1.tgz",
|
||||
"integrity": "sha512-fZQQafSREFyuZcdWFAExYjBiCL7AUCdgsk80iO0q4yihYYdcIiH28CcuPTGFgLOCC8RlW49GSQxdHwZP+I7CNg==",
|
||||
"version": "1.2.2",
|
||||
"resolved": "https://registry.npmjs.org/@types/minimist/-/minimist-1.2.2.tgz",
|
||||
"integrity": "sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==",
|
||||
"dev": true
|
||||
},
|
||||
"@types/mocha": {
|
||||
|
|
|
|||
|
|
@ -12,12 +12,12 @@
|
|||
"version": "1.13.0",
|
||||
"jsdelivr": "dist/ort.min.js",
|
||||
"dependencies": {
|
||||
"onnx-proto": "^4.0.4",
|
||||
"flatbuffers": "^1.12.0",
|
||||
"long": "^4.0.0",
|
||||
"platform": "^1.3.6",
|
||||
"guid-typescript": "^1.0.9",
|
||||
"onnxruntime-common": "file:../common"
|
||||
"long": "^4.0.0",
|
||||
"onnx-proto": "^4.0.4",
|
||||
"onnxruntime-common": "file:../common",
|
||||
"platform": "^1.3.6"
|
||||
},
|
||||
"scripts": {
|
||||
"prepare": "tsc",
|
||||
|
|
@ -42,7 +42,7 @@
|
|||
"@types/karma": "^6.1.0",
|
||||
"@types/long": "^4.0.1",
|
||||
"@types/minimatch": "^3.0.4",
|
||||
"@types/minimist": "^1.2.1",
|
||||
"@types/minimist": "^1.2.2",
|
||||
"@types/mocha": "^8.2.2",
|
||||
"@types/npmlog": "^4.1.2",
|
||||
"@types/platform": "^1.3.3",
|
||||
|
|
@ -65,7 +65,7 @@
|
|||
"karma-safari-applescript-launcher": "^0.1.0",
|
||||
"karma-sourcemap-loader": "^0.3.8",
|
||||
"minimatch": "^3.0.4",
|
||||
"minimist": "^1.2.5",
|
||||
"minimist": "^1.2.6",
|
||||
"mocha": "^9.2.1",
|
||||
"node-polyfill-webpack-plugin": "^1.1.0",
|
||||
"npmlog": "^4.1.2",
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
"karma-mocha": "^2.0.1",
|
||||
"karma-mocha-reporter": "^2.2.5",
|
||||
"light-server": "^2.9.1",
|
||||
"minimist": "^1.2.5",
|
||||
"minimist": "^1.2.6",
|
||||
"mocha": "^8.3.2"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue