snyk 1.793.0 → 1.794.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli/139.index.js +2 -2
- package/dist/cli/622.index.js +5 -5
- package/dist/cli/{64.index.js → 727.index.js} +563 -8836
- package/dist/cli/{64.index.js.map → 727.index.js.map} +1 -1
- package/dist/cli/index.js +8 -8
- package/dist/cli/index.js.map +1 -1
- package/dist/cli/thirdPartyNotice.json +2 -11
- package/package.json +2 -2
package/dist/cli/139.index.js
CHANGED
|
@@ -6645,7 +6645,7 @@ util.inherits(module.exports.UTF_32LE, UTF_32);
|
|
|
6645
6645
|
|
|
6646
6646
|
/***/ }),
|
|
6647
6647
|
|
|
6648
|
-
/***/
|
|
6648
|
+
/***/ 66324:
|
|
6649
6649
|
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
6650
6650
|
|
|
6651
6651
|
|
|
@@ -6742,7 +6742,7 @@ module.exports = function() {
|
|
|
6742
6742
|
|
|
6743
6743
|
var fs = __webpack_require__(35747);
|
|
6744
6744
|
|
|
6745
|
-
var utf8 = __webpack_require__(
|
|
6745
|
+
var utf8 = __webpack_require__(66324),
|
|
6746
6746
|
unicode = __webpack_require__(76593),
|
|
6747
6747
|
mbcs = __webpack_require__(11233),
|
|
6748
6748
|
sbcs = __webpack_require__(52312),
|
package/dist/cli/622.index.js
CHANGED
|
@@ -85,7 +85,7 @@ exports.execute = execute;
|
|
|
85
85
|
|
|
86
86
|
/***/ }),
|
|
87
87
|
|
|
88
|
-
/***/
|
|
88
|
+
/***/ 74262:
|
|
89
89
|
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
|
90
90
|
|
|
91
91
|
"use strict";
|
|
@@ -105,7 +105,7 @@ Object.defineProperty(exports, "execute", ({ enumerable: true, get: function ()
|
|
|
105
105
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
106
106
|
exports.isPipenvInstalled = exports.extractPipenvVersion = void 0;
|
|
107
107
|
const debugLib = __webpack_require__(92259);
|
|
108
|
-
const child_process_1 = __webpack_require__(
|
|
108
|
+
const child_process_1 = __webpack_require__(74262);
|
|
109
109
|
const debug = debugLib('snyk-fix:python:Pipfile');
|
|
110
110
|
function extractPipenvVersion(stdout) {
|
|
111
111
|
/* stdout example:
|
|
@@ -200,7 +200,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
|
200
200
|
exports.pipenvInstall = void 0;
|
|
201
201
|
const debugLib = __webpack_require__(92259);
|
|
202
202
|
const bottleneck_1 = __webpack_require__(35861);
|
|
203
|
-
const child_process_1 = __webpack_require__(
|
|
203
|
+
const child_process_1 = __webpack_require__(74262);
|
|
204
204
|
const debug = debugLib('snyk-fix:python:Pipfile');
|
|
205
205
|
const limiter = new bottleneck_1.default({
|
|
206
206
|
maxConcurrent: 4,
|
|
@@ -1078,7 +1078,7 @@ formatters.O = function (v) {
|
|
|
1078
1078
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
1079
1079
|
exports.isPoetryInstalled = exports.extractPoetryVersion = void 0;
|
|
1080
1080
|
const debugLib = __webpack_require__(15158);
|
|
1081
|
-
const child_process_1 = __webpack_require__(
|
|
1081
|
+
const child_process_1 = __webpack_require__(74262);
|
|
1082
1082
|
const debug = debugLib('snyk-fix:poetry');
|
|
1083
1083
|
function extractPoetryVersion(stdout) {
|
|
1084
1084
|
/* stdout example:
|
|
@@ -1174,7 +1174,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
|
1174
1174
|
exports.poetryAdd = void 0;
|
|
1175
1175
|
const debugLib = __webpack_require__(15158);
|
|
1176
1176
|
const bottleneck_1 = __webpack_require__(35861);
|
|
1177
|
-
const child_process_1 = __webpack_require__(
|
|
1177
|
+
const child_process_1 = __webpack_require__(74262);
|
|
1178
1178
|
const debug = debugLib('snyk-fix:poetry');
|
|
1179
1179
|
const limiter = new bottleneck_1.default({
|
|
1180
1180
|
maxConcurrent: 4,
|