Skip to content

Commit 7aeb0ac

Browse files
committed
MLE-24230 Second batch of package updates
- Bumped json-text-sequence to latest version (1.0.1 to 4.0.2) - Bumped qs from 6.11 to 6.14 - Removed carets to request explicit versions And had Copilot clean up the "overrides" section. Most of these look like they originate from devDependencies - though a lot of them may have been from eslint, which was mistakenly party of dependencies. Will see what Black Duck thinks, but npm is reporting zero vulnerabilities.
1 parent 980d0de commit 7aeb0ac

File tree

3 files changed

+426
-176
lines changed

3 files changed

+426
-176
lines changed

lib/responder.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*/
44
'use strict';
55
var concatStream = require('concat-stream');
6-
var jsonParser = require('json-text-sequence').parser;
6+
var jsonParser = require('json-text-sequence').Parser;
77
var Dicer = require('@fastify/busboy/deps/dicer/lib/Dicer');
88
var through2 = require('through2');
99
var mlutil = require('./mlutil.js');

0 commit comments

Comments
 (0)