Update run-python3.

This commit is contained in:
Viktor Kovacs 2022-12-25 09:47:25 +01:00
parent d07514bcd5
commit a658167de3
2 changed files with 27 additions and 9 deletions

34
package-lock.json generated
View File

@ -28,7 +28,7 @@
"jsdoc": "^4.0.0",
"mocha": "^10.2.0",
"oslllo-svg-fixer": "^2.2.0",
"run-python3": "^0.0.1",
"run-python3": "^0.0.4",
"svgo": "^3.0.2"
}
},
@ -1774,6 +1774,12 @@
"tslib": "^2.0.3"
}
},
"node_modules/child_process": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/child_process/-/child_process-1.0.2.tgz",
"integrity": "sha512-Wmza/JzL0SiWz7kl6MhIKT5ceIlnFPJX+lwUGj7Clhy5MMldsSoJR0+uvRzOS5Kv45Mq7t1PoE8TsOA9bzvb6g==",
"dev": true
},
"node_modules/chokidar": {
"version": "3.5.3",
"resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz",
@ -4674,10 +4680,13 @@
}
},
"node_modules/run-python3": {
"version": "0.0.1",
"resolved": "https://registry.npmjs.org/run-python3/-/run-python3-0.0.1.tgz",
"integrity": "sha512-NI+wFuHhktuoBiCfyZxTiQWqM7GLZs967kZDhsli5HEnsYRLTDc+hPoFpQeyvy8sTCNb/Edow0f88Hgz3w6VBg==",
"version": "0.0.4",
"resolved": "https://registry.npmjs.org/run-python3/-/run-python3-0.0.4.tgz",
"integrity": "sha512-BOWLa/dQ7TeK8mPmRxmJoFa6e/sBl46E7MXn0ZcTwUvXrrmpQbtcybdQRsSFGpMkc40qy++od8yjnOG7TDUufQ==",
"dev": true,
"dependencies": {
"child_process": "^1.0.2"
},
"bin": {
"run-python3": "index.js"
}
@ -6736,6 +6745,12 @@
"tslib": "^2.0.3"
}
},
"child_process": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/child_process/-/child_process-1.0.2.tgz",
"integrity": "sha512-Wmza/JzL0SiWz7kl6MhIKT5ceIlnFPJX+lwUGj7Clhy5MMldsSoJR0+uvRzOS5Kv45Mq7t1PoE8TsOA9bzvb6g==",
"dev": true
},
"chokidar": {
"version": "3.5.3",
"resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz",
@ -8979,10 +8994,13 @@
}
},
"run-python3": {
"version": "0.0.1",
"resolved": "https://registry.npmjs.org/run-python3/-/run-python3-0.0.1.tgz",
"integrity": "sha512-NI+wFuHhktuoBiCfyZxTiQWqM7GLZs967kZDhsli5HEnsYRLTDc+hPoFpQeyvy8sTCNb/Edow0f88Hgz3w6VBg==",
"dev": true
"version": "0.0.4",
"resolved": "https://registry.npmjs.org/run-python3/-/run-python3-0.0.4.tgz",
"integrity": "sha512-BOWLa/dQ7TeK8mPmRxmJoFa6e/sBl46E7MXn0ZcTwUvXrrmpQbtcybdQRsSFGpMkc40qy++od8yjnOG7TDUufQ==",
"dev": true,
"requires": {
"child_process": "^1.0.2"
}
},
"safe-buffer": {
"version": "5.1.2",

View File

@ -67,7 +67,7 @@
"jsdoc": "^4.0.0",
"mocha": "^10.2.0",
"oslllo-svg-fixer": "^2.2.0",
"run-python3": "^0.0.1",
"run-python3": "^0.0.4",
"svgo": "^3.0.2"
},
"dependencies": {