Skip to content

Commit 975b39e

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] <[email protected]>
1 parent 411869d commit 975b39e

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.3"
36+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.27.3.tgz#cc49c2ac222d69b889bf34c795f537c0c6311111"
37+
integrity sha512-V42wFfx1ymFte+ecf6iXghnnP8kWTO+ZLXIyZq+1LAXHHvTZdVxicn4yiVYdYMGaCO3tmqub11AorKkv+iodqw==
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.3"
73+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.27.3.tgz#ef1c0f7cfe3b5fc8cbb9f6cc69f93441a68edefc"
74+
integrity sha512-xnlJYj5zepml8NXtjkG0WquFUv8RskFqyFcVgTBp5k+NaA/8uw/K+OSVf8AMGw5e9HKP2ETd5xpK5MLZQD6b4Q==
75+
dependencies:
76+
"@babel/parser" "^7.27.3"
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.4"
132+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.4.tgz#c79050c6a0e41e095bfc96d469c85431e9ed7fe7"
133+
integrity sha512-Y+bO6U+I7ZKaM5G5rDUZiYfUvQPUibYmAFe7EnKdnKBbVXDZxvp+MWOH5gYciY0EPk4EScsuFMQBbEfpdRKSCQ==
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.3"
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.3", "@babel/parser@^7.27.4":
148+
version "7.27.4"
149+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.4.tgz#f92e89e4f51847be05427285836fc88341c956df"
150+
integrity sha512-BRmLHGwpUqLFR2jzx9orBuX/ABDkj2jLKOXrHDTN2aOKL+jFDDKaRNo9nyYsIl9h/UE/7lMKdDjKQQyxKKDZ7g==
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":
214+
version "7.27.3"
215+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.3.tgz#c0257bedf33aad6aad1f406d35c44758321eb3ec"
216+
integrity sha512-Y1GkI4ktrtvmawoSq+4FCVHNryea6uR+qUQy0AGxLSsjCX0nVmkYQMBLHDkXZuo5hGx7eYdnIaslsdBFm7zbUw==
217+
dependencies:
218+
"@babel/helper-string-parser" "^7.27.1"
219+
"@babel/helper-validator-identifier" "^7.27.1"
220+
173221
"@cloudflare/[email protected]":
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==
@@ -4326,12 +4374,12 @@ foreground-child@^2.0.0:
43264374
cross-spawn "^7.0.0"
43274375
signal-exit "^3.0.2"
43284376

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

43374385
forever-agent@~0.6.1:
@@ -4641,19 +4689,7 @@ glob@^5.0.15:
46414689
once "^1.3.0"
46424690
path-is-absolute "^1.0.0"
46434691

4644-
glob@^7.1.1, glob@^7.1.3, glob@^7.1.4:
4645-
version "7.1.6"
4646-
resolved "https://registry.npmjs.org/glob/-/glob-7.1.6.tgz"
4647-
integrity sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==
4648-
dependencies:
4649-
fs.realpath "^1.0.0"
4650-
inflight "^1.0.4"
4651-
inherits "2"
4652-
minimatch "^3.0.4"
4653-
once "^1.3.0"
4654-
path-is-absolute "^1.0.0"
4655-
4656-
glob@^7.1.6:
4692+
glob@^7.1.1, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6:
46574693
version "7.2.3"
46584694
resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.3.tgz#b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b"
46594695
integrity sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==
@@ -5342,15 +5378,16 @@ istanbul-lib-hook@^3.0.0:
53425378
dependencies:
53435379
append-transform "^2.0.0"
53445380

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

53555392
istanbul-lib-processinfo@^2.0.2:
53565393
version "2.0.3"
@@ -6535,10 +6572,10 @@ number-is-nan@^1.0.0:
65356572
resolved "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz"
65366573
integrity sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0=
65376574

6538-
nyc@^15:
6539-
version "15.1.0"
6540-
resolved "https://registry.yarnpkg.com/nyc/-/nyc-15.1.0.tgz#1335dae12ddc87b6e249d5a1994ca4bdaea75f02"
6541-
integrity sha512-jMW04n9SxKdKi1ZMGhvUTHBN0EICCRkHemEoE5jm6mTYcqcdas0ATzgUgejlQUHMvpnOZqGB5Xxsv9KxJW1j8A==
6575+
nyc@^17:
6576+
version "17.1.0"
6577+
resolved "https://registry.yarnpkg.com/nyc/-/nyc-17.1.0.tgz#b6349a401a62ffeb912bd38ea9a018839fdb6eb1"
6578+
integrity sha512-U42vQ4czpKa0QdI1hu950XuNhYqgoM+ZF1HT+VuUHL9hPfDPVvNQyltmMqdE9bUHMVa+8yNbc3QKTj8zQhlVxQ==
65426579
dependencies:
65436580
"@istanbuljs/load-nyc-config" "^1.0.0"
65446581
"@istanbuljs/schema" "^0.1.2"
@@ -6547,12 +6584,12 @@ nyc@^15:
65476584
decamelize "^1.2.0"
65486585
find-cache-dir "^3.2.0"
65496586
find-up "^4.1.0"
6550-
foreground-child "^2.0.0"
6587+
foreground-child "^3.3.0"
65516588
get-package-type "^0.1.0"
65526589
glob "^7.1.6"
65536590
istanbul-lib-coverage "^3.0.0"
65546591
istanbul-lib-hook "^3.0.0"
6555-
istanbul-lib-instrument "^4.0.0"
6592+
istanbul-lib-instrument "^6.0.2"
65566593
istanbul-lib-processinfo "^2.0.2"
65576594
istanbul-lib-report "^3.0.0"
65586595
istanbul-lib-source-maps "^4.0.0"
@@ -7746,7 +7783,7 @@ semver@^6.0.0, semver@^6.1.0, semver@^6.2.0:
77467783
resolved "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz"
77477784
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
77487785

7749-
semver@^6.3.0, semver@^6.3.1:
7786+
semver@^6.3.1:
77507787
version "6.3.1"
77517788
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
77527789
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==

0 commit comments

Comments
 (0)