Skip to content

Commit c6c05f8

Browse files
Bump JSONStream from 0.7.4 to 1.3.5 (#2874)
Bumps [JSONStream](https://github.com/dominictarr/JSONStream) from 0.7.4 to 1.3.5. - [Release notes](https://github.com/dominictarr/JSONStream/releases) - [Commits](https://github.com/dominictarr/JSONStream/commits) --- updated-dependencies: - dependency-name: JSONStream dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 16118ce commit c6c05f8

File tree

2 files changed

+2
-15
lines changed

2 files changed

+2
-15
lines changed

Diff for: packages/pg-query-stream/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@types/mocha": "^8.0.3",
3434
"@types/node": "^14.0.0",
3535
"@types/pg": "^7.14.5",
36-
"JSONStream": "~0.7.1",
36+
"JSONStream": "~1.3.5",
3737
"concat-stream": "~1.0.1",
3838
"eslint-plugin-promise": "^6.0.1",
3939
"mocha": "^7.1.2",

Diff for: yarn.lock

+1-14
Original file line numberDiff line numberDiff line change
@@ -1126,22 +1126,14 @@
11261126
mkdirp-promise "^5.0.1"
11271127
mz "^2.5.0"
11281128

1129-
JSONStream@^1.0.4, JSONStream@^1.3.4:
1129+
JSONStream@^1.0.4, JSONStream@^1.3.4, JSONStream@~1.3.5:
11301130
version "1.3.5"
11311131
resolved "https://registry.yarnpkg.com/JSONStream/-/JSONStream-1.3.5.tgz#3208c1f08d3a4d99261ab64f92302bc15e111ca0"
11321132
integrity sha512-E+iruNOY8VV9s4JEbe1aNEm6MiszPRr/UfcHMz0TQh1BXSxHK+ASV1R6W4HpjBhSeS+54PIsAMCBmwD06LLsqQ==
11331133
dependencies:
11341134
jsonparse "^1.2.0"
11351135
through ">=2.2.7 <3"
11361136

1137-
JSONStream@~0.7.1:
1138-
version "0.7.4"
1139-
resolved "https://registry.yarnpkg.com/JSONStream/-/JSONStream-0.7.4.tgz#734290e41511eea7c2cfe151fbf9a563a97b9786"
1140-
integrity sha1-c0KQ5BUR7qfCz+FR+/mlY6l7l4Y=
1141-
dependencies:
1142-
jsonparse "0.0.5"
1143-
through ">=2.2.7 <3"
1144-
11451137
abbrev@1:
11461138
version "1.1.1"
11471139
resolved "https://registry.yarnpkg.com/abbrev/-/abbrev-1.1.1.tgz#f8f2c887ad10bf67f634f005b6987fed3179aac8"
@@ -3733,11 +3725,6 @@ jsonfile@^4.0.0:
37333725
optionalDependencies:
37343726
graceful-fs "^4.1.6"
37353727

3736-
3737-
version "0.0.5"
3738-
resolved "https://registry.yarnpkg.com/jsonparse/-/jsonparse-0.0.5.tgz#330542ad3f0a654665b778f3eb2d9a9fa507ac64"
3739-
integrity sha1-MwVCrT8KZUZlt3jz6y2an6UHrGQ=
3740-
37413728
jsonparse@^1.2.0:
37423729
version "1.3.1"
37433730
resolved "https://registry.yarnpkg.com/jsonparse/-/jsonparse-1.3.1.tgz#3f4dae4a91fac315f71062f8521cc239f1366280"

0 commit comments

Comments
 (0)