Skip to content

Commit 6c1f13f

Browse files
build(deps-dev): bump nyc from 15.1.0 to 17.1.0
Bumps [nyc](https://github.com/istanbuljs/nyc) from 15.1.0 to 17.1.0. - [Release notes](https://github.com/istanbuljs/nyc/releases) - [Changelog](https://github.com/istanbuljs/nyc/blob/main/CHANGELOG.md) - [Commits](istanbuljs/nyc@v15.1.0...nyc-v17.1.0) --- updated-dependencies: - dependency-name: nyc dependency-version: 17.1.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 03642ab commit 6c1f13f

File tree

2 files changed

+105
-68
lines changed

2 files changed

+105
-68
lines changed

packages/pg-connection-string/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"coveralls": "^3.0.4",
4040
"istanbul": "^0.4.5",
4141
"mocha": "^10.5.2",
42-
"nyc": "^15",
42+
"nyc": "^17",
4343
"tsx": "^4.19.4",
4444
"typescript": "^4.0.3"
4545
},

yarn.lock

Lines changed: 104 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -31,26 +31,26 @@
3131
js-tokens "^4.0.0"
3232
picocolors "^1.1.1"
3333

34-
"@babel/compat-data@^7.27.1":
35-
version "7.27.1"
36-
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.27.1.tgz#db7cf122745e0a332c44e847ddc4f5e5221a43f6"
37-
integrity sha512-Q+E+rd/yBzNQhXkG+zQnF58e4zoZfBedaxwzPmicKsiK3nt8iJYrSrDbjwFFDGC4f+rPafqRaPH6TsDoSvMf7A==
34+
"@babel/compat-data@^7.27.2":
35+
version "7.27.5"
36+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.27.5.tgz#7d0658ec1a8420fc866d1df1b03bea0e79934c82"
37+
integrity sha512-KiRAp/VoJaWkkte84TvUd9qjdbZAdiqyvMxrGl1N6vzFogKmaLgoM3L1kgtLicp2HP5fBJS8JrZKLVIZGVJAVg==
3838

39-
"@babel/core@^7.7.5":
40-
version "7.27.1"
41-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.1.tgz#89de51e86bd12246003e3524704c49541b16c3e6"
42-
integrity sha512-IaaGWsQqfsQWVLqMn9OB92MNN7zukfVA4s7KKAI0KfrrDsZ0yhi5uV4baBuLuN7n3vsZpwP8asPPcVwApxvjBQ==
39+
"@babel/core@^7.23.9":
40+
version "7.27.4"
41+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.4.tgz#cc1fc55d0ce140a1828d1dd2a2eba285adbfb3ce"
42+
integrity sha512-bXYxrXFubeYdvB0NhD/NBB3Qi6aZeV20GOWVI47t2dkecCEoneR4NPVcb7abpXDEvejgrUfFtG6vG/zxAKmg+g==
4343
dependencies:
4444
"@ampproject/remapping" "^2.2.0"
4545
"@babel/code-frame" "^7.27.1"
46-
"@babel/generator" "^7.27.1"
47-
"@babel/helper-compilation-targets" "^7.27.1"
48-
"@babel/helper-module-transforms" "^7.27.1"
49-
"@babel/helpers" "^7.27.1"
50-
"@babel/parser" "^7.27.1"
51-
"@babel/template" "^7.27.1"
52-
"@babel/traverse" "^7.27.1"
53-
"@babel/types" "^7.27.1"
46+
"@babel/generator" "^7.27.3"
47+
"@babel/helper-compilation-targets" "^7.27.2"
48+
"@babel/helper-module-transforms" "^7.27.3"
49+
"@babel/helpers" "^7.27.4"
50+
"@babel/parser" "^7.27.4"
51+
"@babel/template" "^7.27.2"
52+
"@babel/traverse" "^7.27.4"
53+
"@babel/types" "^7.27.3"
5454
convert-source-map "^2.0.0"
5555
debug "^4.1.0"
5656
gensync "^1.0.0-beta.2"
@@ -68,12 +68,23 @@
6868
"@jridgewell/trace-mapping" "^0.3.25"
6969
jsesc "^3.0.2"
7070

71-
"@babel/helper-compilation-targets@^7.27.1":
72-
version "7.27.1"
73-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.1.tgz#eac1096c7374f161e4f33fc8ae38f4ddf122087a"
74-
integrity sha512-2YaDd/Rd9E598B5+WIc8wJPmWETiiJXFYVE60oX8FDohv7rAUU3CQj+A1MgeEmcsk2+dQuEjIe/GDvig0SqL4g==
71+
"@babel/generator@^7.27.3":
72+
version "7.27.5"
73+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.27.5.tgz#3eb01866b345ba261b04911020cbe22dd4be8c8c"
74+
integrity sha512-ZGhA37l0e/g2s1Cnzdix0O3aLYm66eF8aufiVteOgnwxgnRP8GoyMj7VWsgWnQbVKXyge7hqrFh2K2TQM6t1Hw==
75+
dependencies:
76+
"@babel/parser" "^7.27.5"
77+
"@babel/types" "^7.27.3"
78+
"@jridgewell/gen-mapping" "^0.3.5"
79+
"@jridgewell/trace-mapping" "^0.3.25"
80+
jsesc "^3.0.2"
81+
82+
"@babel/helper-compilation-targets@^7.27.2":
83+
version "7.27.2"
84+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.2.tgz#46a0f6efab808d51d29ce96858dd10ce8732733d"
85+
integrity sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ==
7586
dependencies:
76-
"@babel/compat-data" "^7.27.1"
87+
"@babel/compat-data" "^7.27.2"
7788
"@babel/helper-validator-option" "^7.27.1"
7889
browserslist "^4.24.0"
7990
lru-cache "^5.1.1"
@@ -87,14 +98,14 @@
8798
"@babel/traverse" "^7.27.1"
8899
"@babel/types" "^7.27.1"
89100

90-
"@babel/helper-module-transforms@^7.27.1":
91-
version "7.27.1"
92-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.27.1.tgz#e1663b8b71d2de948da5c4fb2a20ca4f3ec27a6f"
93-
integrity sha512-9yHn519/8KvTU5BjTVEEeIM3w9/2yXNKoD82JifINImhpKkARMJKPP59kLo+BafpdN5zgNeIcS4jsGDmd3l58g==
101+
"@babel/helper-module-transforms@^7.27.3":
102+
version "7.27.3"
103+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.27.3.tgz#db0bbcfba5802f9ef7870705a7ef8788508ede02"
104+
integrity sha512-dSOvYwvyLsWBeIRyOeHXp5vPj5l1I011r52FM1+r1jCERv+aFXYk4whgQccYEGYxK2H3ZAIA8nuPkQ0HaUo3qg==
94105
dependencies:
95106
"@babel/helper-module-imports" "^7.27.1"
96107
"@babel/helper-validator-identifier" "^7.27.1"
97-
"@babel/traverse" "^7.27.1"
108+
"@babel/traverse" "^7.27.3"
98109

99110
"@babel/helper-string-parser@^7.27.1":
100111
version "7.27.1"
@@ -116,13 +127,13 @@
116127
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz#fa52f5b1e7db1ab049445b421c4471303897702f"
117128
integrity sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==
118129

119-
"@babel/helpers@^7.27.1":
120-
version "7.27.1"
121-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.1.tgz#ffc27013038607cdba3288e692c3611c06a18aa4"
122-
integrity sha512-FCvFTm0sWV8Fxhpp2McP5/W53GPllQ9QeQ7SiqGWjMf/LVG07lFa5+pgK05IRhVwtvafT22KF+ZSnM9I545CvQ==
130+
"@babel/helpers@^7.27.4":
131+
version "7.27.6"
132+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.6.tgz#6456fed15b2cb669d2d1fabe84b66b34991d812c"
133+
integrity sha512-muE8Tt8M22638HU31A3CgfSUciwz1fhATfoVai05aPXGor//CdWDCbnlY1yvBPo07njuVOCNGCSp/GTt12lIug==
123134
dependencies:
124-
"@babel/template" "^7.27.1"
125-
"@babel/types" "^7.27.1"
135+
"@babel/template" "^7.27.2"
136+
"@babel/types" "^7.27.6"
126137

127138
"@babel/highlight@^7.10.4":
128139
version "7.10.4"
@@ -133,6 +144,13 @@
133144
chalk "^2.0.0"
134145
js-tokens "^4.0.0"
135146

147+
"@babel/parser@^7.23.9", "@babel/parser@^7.27.2", "@babel/parser@^7.27.4", "@babel/parser@^7.27.5":
148+
version "7.27.5"
149+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.5.tgz#ed22f871f110aa285a6fd934a0efed621d118826"
150+
integrity sha512-OsQd175SxWkGlzbny8J3K8TnnDD0N3lrIUtB92xwyRpzaenGZhxDvxN/JgU00U3CDZNj9tPuDJ5H0WS4Nt3vKg==
151+
dependencies:
152+
"@babel/types" "^7.27.3"
153+
136154
"@babel/parser@^7.27.1":
137155
version "7.27.1"
138156
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.1.tgz#c55d5bed74449d1223701f1869b9ee345cc94cc9"
@@ -149,6 +167,15 @@
149167
"@babel/parser" "^7.27.1"
150168
"@babel/types" "^7.27.1"
151169

170+
"@babel/template@^7.27.2":
171+
version "7.27.2"
172+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.2.tgz#fa78ceed3c4e7b63ebf6cb39e5852fca45f6809d"
173+
integrity sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==
174+
dependencies:
175+
"@babel/code-frame" "^7.27.1"
176+
"@babel/parser" "^7.27.2"
177+
"@babel/types" "^7.27.1"
178+
152179
"@babel/traverse@^7.27.1":
153180
version "7.27.1"
154181
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.1.tgz#4db772902b133bbddd1c4f7a7ee47761c1b9f291"
@@ -162,6 +189,19 @@
162189
debug "^4.3.1"
163190
globals "^11.1.0"
164191

192+
"@babel/traverse@^7.27.3", "@babel/traverse@^7.27.4":
193+
version "7.27.4"
194+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.4.tgz#b0045ac7023c8472c3d35effd7cc9ebd638da6ea"
195+
integrity sha512-oNcu2QbHqts9BtOWJosOVJapWjBDSxGCpFvikNR5TGDYDQf3JwpIoMzIKrvfoti93cLfPJEG4tH9SPVeyCGgdA==
196+
dependencies:
197+
"@babel/code-frame" "^7.27.1"
198+
"@babel/generator" "^7.27.3"
199+
"@babel/parser" "^7.27.4"
200+
"@babel/template" "^7.27.2"
201+
"@babel/types" "^7.27.3"
202+
debug "^4.3.1"
203+
globals "^11.1.0"
204+
165205
"@babel/types@^7.27.1":
166206
version "7.27.1"
167207
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.1.tgz#9defc53c16fc899e46941fc6901a9eea1c9d8560"
@@ -170,6 +210,14 @@
170210
"@babel/helper-string-parser" "^7.27.1"
171211
"@babel/helper-validator-identifier" "^7.27.1"
172212

213+
"@babel/types@^7.27.3", "@babel/types@^7.27.6":
214+
version "7.27.6"
215+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.6.tgz#a434ca7add514d4e646c80f7375c0aa2befc5535"
216+
integrity sha512-ETyHEk2VHHvl9b9jZP5IHPavHYk57EhanlRRuae9XCpb/j5bDCbPPMOBfCWhnl/7EDJz0jEMCi/RhccCE8r1+Q==
217+
dependencies:
218+
"@babel/helper-string-parser" "^7.27.1"
219+
"@babel/helper-validator-identifier" "^7.27.1"
220+
173221
"@cloudflare/kv-asset-handler@0.3.4":
174222
version "0.3.4"
175223
resolved "https://registry.yarnpkg.com/@cloudflare/kv-asset-handler/-/kv-asset-handler-0.3.4.tgz#5cc152847c8ae4d280ec5d7f4f6ba8c976b585c3"
@@ -915,7 +963,7 @@
915963
js-yaml "^3.13.1"
916964
resolve-from "^5.0.0"
917965

918-
"@istanbuljs/schema@^0.1.2":
966+
"@istanbuljs/schema@^0.1.2", "@istanbuljs/schema@^0.1.3":
919967
version "0.1.3"
920968
resolved "https://registry.yarnpkg.com/@istanbuljs/schema/-/schema-0.1.3.tgz#e45e384e4b8ec16bce2fd903af78450f6bf7ec98"
921969
integrity sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==
@@ -3329,7 +3377,7 @@ cross-spawn@^7.0.0, cross-spawn@^7.0.2:
33293377
shebang-command "^2.0.0"
33303378
which "^2.0.1"
33313379

3332-
cross-spawn@^7.0.3:
3380+
cross-spawn@^7.0.3, cross-spawn@^7.0.6:
33333381
version "7.0.6"
33343382
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.6.tgz#8a58fe78f00dcd70c370451759dfbfaf03e8ee9f"
33353383
integrity sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==
@@ -4328,12 +4376,12 @@ foreground-child@^2.0.0:
43284376
cross-spawn "^7.0.0"
43294377
signal-exit "^3.0.2"
43304378

4331-
foreground-child@^3.1.0:
4332-
version "3.1.1"
4333-
resolved "https://registry.yarnpkg.com/foreground-child/-/foreground-child-3.1.1.tgz#1d173e776d75d2772fed08efe4a0de1ea1b12d0d"
4334-
integrity sha512-TMKDUnIte6bfb5nWv7V/caI169OHgvwjb7V4WkeUvbQQdjr5rWKqHFiKWb/fcOwB+CzBT+qbWjvj+DVwRskpIg==
4379+
foreground-child@^3.1.0, foreground-child@^3.3.0:
4380+
version "3.3.1"
4381+
resolved "https://registry.yarnpkg.com/foreground-child/-/foreground-child-3.3.1.tgz#32e8e9ed1b68a3497befb9ac2b6adf92a638576f"
4382+
integrity sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==
43354383
dependencies:
4336-
cross-spawn "^7.0.0"
4384+
cross-spawn "^7.0.6"
43374385
signal-exit "^4.0.1"
43384386

43394387
forever-agent@~0.6.1:
@@ -4643,19 +4691,7 @@ glob@^5.0.15:
46434691
once "^1.3.0"
46444692
path-is-absolute "^1.0.0"
46454693

4646-
glob@^7.1.1, glob@^7.1.3, glob@^7.1.4:
4647-
version "7.1.6"
4648-
resolved "https://registry.npmjs.org/glob/-/glob-7.1.6.tgz"
4649-
integrity sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==
4650-
dependencies:
4651-
fs.realpath "^1.0.0"
4652-
inflight "^1.0.4"
4653-
inherits "2"
4654-
minimatch "^3.0.4"
4655-
once "^1.3.0"
4656-
path-is-absolute "^1.0.0"
4657-
4658-
glob@^7.1.6:
4694+
glob@^7.1.1, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6:
46594695
version "7.2.3"
46604696
resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.3.tgz#b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b"
46614697
integrity sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==
@@ -5344,15 +5380,16 @@ istanbul-lib-hook@^3.0.0:
53445380
dependencies:
53455381
append-transform "^2.0.0"
53465382

5347-
istanbul-lib-instrument@^4.0.0:
5348-
version "4.0.3"
5349-
resolved "https://registry.yarnpkg.com/istanbul-lib-instrument/-/istanbul-lib-instrument-4.0.3.tgz#873c6fff897450118222774696a3f28902d77c1d"
5350-
integrity sha512-BXgQl9kf4WTCPCCpmFGoJkz/+uhvm7h7PFKUYxh7qarQd3ER33vHG//qaE8eN25l07YqZPpHXU9I09l/RD5aGQ==
5383+
istanbul-lib-instrument@^6.0.2:
5384+
version "6.0.3"
5385+
resolved "https://registry.yarnpkg.com/istanbul-lib-instrument/-/istanbul-lib-instrument-6.0.3.tgz#fa15401df6c15874bcb2105f773325d78c666765"
5386+
integrity sha512-Vtgk7L/R2JHyyGW07spoFlB8/lpjiOLTjMdms6AFMraYt3BaJauod/NGrfnVG/y4Ix1JEuMRPDPEj2ua+zz1/Q==
53515387
dependencies:
5352-
"@babel/core" "^7.7.5"
5353-
"@istanbuljs/schema" "^0.1.2"
5354-
istanbul-lib-coverage "^3.0.0"
5355-
semver "^6.3.0"
5388+
"@babel/core" "^7.23.9"
5389+
"@babel/parser" "^7.23.9"
5390+
"@istanbuljs/schema" "^0.1.3"
5391+
istanbul-lib-coverage "^3.2.0"
5392+
semver "^7.5.4"
53565393

53575394
istanbul-lib-processinfo@^2.0.2:
53585395
version "2.0.3"
@@ -6537,10 +6574,10 @@ number-is-nan@^1.0.0:
65376574
resolved "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz"
65386575
integrity sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0=
65396576

6540-
nyc@^15:
6541-
version "15.1.0"
6542-
resolved "https://registry.yarnpkg.com/nyc/-/nyc-15.1.0.tgz#1335dae12ddc87b6e249d5a1994ca4bdaea75f02"
6543-
integrity sha512-jMW04n9SxKdKi1ZMGhvUTHBN0EICCRkHemEoE5jm6mTYcqcdas0ATzgUgejlQUHMvpnOZqGB5Xxsv9KxJW1j8A==
6577+
nyc@^17:
6578+
version "17.1.0"
6579+
resolved "https://registry.yarnpkg.com/nyc/-/nyc-17.1.0.tgz#b6349a401a62ffeb912bd38ea9a018839fdb6eb1"
6580+
integrity sha512-U42vQ4czpKa0QdI1hu950XuNhYqgoM+ZF1HT+VuUHL9hPfDPVvNQyltmMqdE9bUHMVa+8yNbc3QKTj8zQhlVxQ==
65446581
dependencies:
65456582
"@istanbuljs/load-nyc-config" "^1.0.0"
65466583
"@istanbuljs/schema" "^0.1.2"
@@ -6549,12 +6586,12 @@ nyc@^15:
65496586
decamelize "^1.2.0"
65506587
find-cache-dir "^3.2.0"
65516588
find-up "^4.1.0"
6552-
foreground-child "^2.0.0"
6589+
foreground-child "^3.3.0"
65536590
get-package-type "^0.1.0"
65546591
glob "^7.1.6"
65556592
istanbul-lib-coverage "^3.0.0"
65566593
istanbul-lib-hook "^3.0.0"
6557-
istanbul-lib-instrument "^4.0.0"
6594+
istanbul-lib-instrument "^6.0.2"
65586595
istanbul-lib-processinfo "^2.0.2"
65596596
istanbul-lib-report "^3.0.0"
65606597
istanbul-lib-source-maps "^4.0.0"
@@ -7738,7 +7775,7 @@ safe-regex@^1.1.0:
77387775
resolved "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz"
77397776
integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==
77407777

7741-
semver@^6.0.0, semver@^6.1.0, semver@^6.2.0, semver@^6.3.0, semver@^6.3.1:
7778+
semver@^6.0.0, semver@^6.1.0, semver@^6.2.0, semver@^6.3.1:
77427779
version "6.3.1"
77437780
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
77447781
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==

0 commit comments

Comments
 (0)