Skip to content

Commit 17bc475

Browse files
chore: bump audit-ci from 6.6.1 to 7.0.1
Bumps [audit-ci](https://github.com/IBM/audit-ci) from 6.6.1 to 7.0.1. - [Release notes](https://github.com/IBM/audit-ci/releases) - [Commits](IBM/audit-ci@v6.6.1...v7.0.1) --- updated-dependencies: - dependency-name: audit-ci dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 250281d commit 17bc475

File tree

2 files changed

+28
-20
lines changed

2 files changed

+28
-20
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"@types/ws": "^8.5.5",
5454
"@typescript-eslint/eslint-plugin": "^7.0.0",
5555
"@typescript-eslint/parser": "^6.7.2",
56-
"audit-ci": "^6.6.1",
56+
"audit-ci": "^7.0.1",
5757
"doctoc": "^2.2.1",
5858
"eslint": "^8.49.0",
5959
"eslint-config-prettier": "^9.0.0",

yarn.lock

+27-19
Original file line numberDiff line numberDiff line change
@@ -485,14 +485,6 @@
485485
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
486486
integrity sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==
487487

488-
JSONStream@^1.3.5:
489-
version "1.3.5"
490-
resolved "https://registry.yarnpkg.com/JSONStream/-/JSONStream-1.3.5.tgz#3208c1f08d3a4d99261ab64f92302bc15e111ca0"
491-
integrity sha512-E+iruNOY8VV9s4JEbe1aNEm6MiszPRr/UfcHMz0TQh1BXSxHK+ASV1R6W4HpjBhSeS+54PIsAMCBmwD06LLsqQ==
492-
dependencies:
493-
jsonparse "^1.2.0"
494-
through ">=2.2.7 <3"
495-
496488
abbrev@1:
497489
version "1.1.1"
498490
resolved "https://registry.yarnpkg.com/abbrev/-/abbrev-1.1.1.tgz#f8f2c887ad10bf67f634f005b6987fed3179aac8"
@@ -676,18 +668,19 @@ ast-types@^0.13.4:
676668
dependencies:
677669
tslib "^2.0.1"
678670

679-
audit-ci@^6.6.1:
680-
version "6.6.1"
681-
resolved "https://registry.yarnpkg.com/audit-ci/-/audit-ci-6.6.1.tgz#7c53808f6f94adbe60baf1d7c24f53c626619453"
682-
integrity sha512-zqZEoYfEC4QwX5yBkDNa0h7YhZC63HWtKtP19BVq+RS0dxRBInfmHogxe4VUeOzoADQjuTLZUI7zp3Pjyl+a5g==
671+
audit-ci@^7.0.1:
672+
version "7.0.1"
673+
resolved "https://registry.yarnpkg.com/audit-ci/-/audit-ci-7.0.1.tgz#e1830fdd0af782f9f3e3c34adf3753c5db79256c"
674+
integrity sha512-NAZuQYyZHmtrNGpS4qfUp8nFvB+6UdfSOg7NUcsyvuDVfulXH3lpnN2PcXOUj7Jr3epAoQ6BCpXmjMODC8SBgQ==
683675
dependencies:
684-
JSONStream "^1.3.5"
685676
cross-spawn "^7.0.3"
686677
escape-string-regexp "^4.0.0"
687678
event-stream "4.0.1"
688679
jju "^1.4.0"
680+
jsonstream-next "^3.0.0"
689681
readline-transform "1.0.0"
690682
semver "^7.0.0"
683+
tslib "^2.0.0"
691684
yargs "^17.0.0"
692685

693686
available-typed-arrays@^1.0.5:
@@ -2218,6 +2211,14 @@ jsonparse@^1.2.0:
22182211
resolved "https://registry.yarnpkg.com/jsonparse/-/jsonparse-1.3.1.tgz#3f4dae4a91fac315f71062f8521cc239f1366280"
22192212
integrity sha512-POQXvpdL69+CluYsillJ7SUhKvytYjW9vG/GKpnf+xP8UWgYEM/RaMzHHofbALDiKbbP1W8UEYmgGl39WkPZsg==
22202213

2214+
jsonstream-next@^3.0.0:
2215+
version "3.0.0"
2216+
resolved "https://registry.yarnpkg.com/jsonstream-next/-/jsonstream-next-3.0.0.tgz#45664fb89e50799fb220b4e9017cbc458b5917e4"
2217+
integrity sha512-aAi6oPhdt7BKyQn1SrIIGZBt0ukKuOUE1qV6kJ3GgioSOYzsRc8z9Hfr1BVmacA/jLe9nARfmgMGgn68BqIAgg==
2218+
dependencies:
2219+
jsonparse "^1.2.0"
2220+
through2 "^4.0.2"
2221+
22212222
22222223
version "4.3.0"
22232224
resolved "https://registry.yarnpkg.com/just-performance/-/just-performance-4.3.0.tgz#cc2bc8c9227f09e97b6b1df4cd0de2df7ae16db1"
@@ -2914,7 +2915,7 @@ [email protected]:
29142915
iconv-lite "0.5.2"
29152916
unpipe "1.0.0"
29162917

2917-
readable-stream@^3.6.0:
2918+
readable-stream@3, readable-stream@^3.6.0:
29182919
version "3.6.2"
29192920
resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-3.6.2.tgz#56a9b36ea965c00c5a93ef31eb111a0f11056967"
29202921
integrity sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==
@@ -3353,7 +3354,14 @@ text-table@^0.2.0:
33533354
resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4"
33543355
integrity sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==
33553356

3356-
through@2, "through@>=2.2.7 <3", through@^2.3.8, through@~2.3, through@~2.3.4:
3357+
through2@^4.0.2:
3358+
version "4.0.2"
3359+
resolved "https://registry.yarnpkg.com/through2/-/through2-4.0.2.tgz#a7ce3ac2a7a8b0b966c80e7c49f0484c3b239764"
3360+
integrity sha512-iOqSav00cVxEEICeD7TjLB1sueEL+81Wpzp2bY17uZjZN0pWZPuo4suZ/61VujxmqSGFfgOcNuTZ85QJwNZQpw==
3361+
dependencies:
3362+
readable-stream "3"
3363+
3364+
through@2, through@^2.3.8, through@~2.3, through@~2.3.4:
33573365
version "2.3.8"
33583366
resolved "https://registry.yarnpkg.com/through/-/through-2.3.8.tgz#0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5"
33593367
integrity sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==
@@ -3419,10 +3427,10 @@ tsconfig-paths@^3.14.2:
34193427
minimist "^1.2.6"
34203428
strip-bom "^3.0.0"
34213429

3422-
tslib@^2.0.1, tslib@^2.6.0, tslib@^2.6.2:
3423-
version "2.6.2"
3424-
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.2.tgz#703ac29425e7b37cd6fd456e92404d46d1f3e4ae"
3425-
integrity sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==
3430+
tslib@^2.0.0, tslib@^2.0.1, tslib@^2.6.0, tslib@^2.6.2:
3431+
version "2.6.3"
3432+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.3.tgz#0438f810ad7a9edcde7a241c3d80db693c8cbfe0"
3433+
integrity sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==
34263434

34273435
type-check@^0.4.0, type-check@~0.4.0:
34283436
version "0.4.0"

0 commit comments

Comments
 (0)