Skip to content
This repository was archived by the owner on Jan 16, 2025. It is now read-only.

Commit 65671f5

Browse files
chore(lambda): bump @typescript-eslint/eslint-plugin from 5.59.11 to 6.2.1 in /lambdas (#3401)
chore(lambda): bump @typescript-eslint/eslint-plugin in /lambdas Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.59.11 to 6.2.1. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.2.1/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e66835b commit 65671f5

File tree

6 files changed

+84
-108
lines changed

6 files changed

+84
-108
lines changed

Diff for: lambdas/functions/control-plane/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@types/aws-lambda": "^8.10.114",
2121
"@types/jest": "^29.5.0",
2222
"@types/node": "^20.1.4",
23-
"@typescript-eslint/eslint-plugin": "^5.57.0",
23+
"@typescript-eslint/eslint-plugin": "^6.2.1",
2424
"@typescript-eslint/parser": "^6.1.0",
2525
"@vercel/ncc": "^0.36.1",
2626
"aws-sdk-client-mock": "^2.1.1",

Diff for: lambdas/functions/gh-agent-syncer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@types/jest": "^29.5.0",
2323
"@types/node": "^20.1.4",
2424
"@types/request": "^2.48.8",
25-
"@typescript-eslint/eslint-plugin": "^5.54.1",
25+
"@typescript-eslint/eslint-plugin": "^6.2.1",
2626
"@typescript-eslint/parser": "^6.1.0",
2727
"@vercel/ncc": "^0.36.1",
2828
"aws-sdk-client-mock": "^2.1.1",

Diff for: lambdas/functions/webhook/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@types/express": "^4.17.17",
2323
"@types/jest": "^29.5.0",
2424
"@types/node": "^20.1.4",
25-
"@typescript-eslint/eslint-plugin": "^5.57.0",
25+
"@typescript-eslint/eslint-plugin": "^6.2.1",
2626
"@typescript-eslint/parser": "^6.1.0",
2727
"@vercel/ncc": "0.36.1",
2828
"body-parser": "^1.20.2",

Diff for: lambdas/libs/aws-powertools-util/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@types/express": "^4.17.17",
2121
"@types/jest": "^29.5.0",
2222
"@types/node": "^20.1.4",
23-
"@typescript-eslint/eslint-plugin": "^5.57.0",
23+
"@typescript-eslint/eslint-plugin": "^6.2.1",
2424
"@typescript-eslint/parser": "^6.1.0",
2525
"@vercel/ncc": "0.36.1",
2626
"body-parser": "^1.20.2",

Diff for: lambdas/libs/aws-ssm-util/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@types/express": "^4.17.17",
2121
"@types/jest": "^29.5.0",
2222
"@types/node": "^20.1.4",
23-
"@typescript-eslint/eslint-plugin": "^5.57.0",
23+
"@typescript-eslint/eslint-plugin": "^6.2.1",
2424
"@typescript-eslint/parser": "^6.1.0",
2525
"@vercel/ncc": "0.36.1",
2626
"body-parser": "^1.20.2",

Diff for: lambdas/yarn.lock

+79-103
Original file line numberDiff line numberDiff line change
@@ -1098,17 +1098,17 @@
10981098
dependencies:
10991099
"@jridgewell/trace-mapping" "0.3.9"
11001100

1101-
"@eslint-community/eslint-utils@^4.2.0":
1101+
"@eslint-community/eslint-utils@^4.2.0", "@eslint-community/eslint-utils@^4.4.0":
11021102
version "4.4.0"
11031103
resolved "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz"
11041104
integrity sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==
11051105
dependencies:
11061106
eslint-visitor-keys "^3.3.0"
11071107

1108-
"@eslint-community/regexpp@^4.4.0":
1109-
version "4.5.0"
1110-
resolved "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.5.0.tgz"
1111-
integrity sha512-vITaYzIcNmjn5tF5uxcZ/ft7/RXGrMUIS9HalWckEOF6ESiwXKoMzAQf2UW0aVd6rnOeExTJVd5hmWXucBKGXQ==
1108+
"@eslint-community/regexpp@^4.4.0", "@eslint-community/regexpp@^4.5.1":
1109+
version "4.6.2"
1110+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.6.2.tgz#1816b5f6948029c5eaacb0703b850ee0cb37d8f8"
1111+
integrity sha512-pPTNuaAG3QMH+buKyBIGJs3g/S5y0caxw0ygM3YyE6yJFySwiGGSzA+mM3KJ8QQvzeLh3blwgSonkFjgQdxzMw==
11121112

11131113
"@eslint/eslintrc@^2.1.0":
11141114
version "2.1.0"
@@ -2774,10 +2774,10 @@
27742774
expect "^29.0.0"
27752775
pretty-format "^29.0.0"
27762776

2777-
"@types/json-schema@^7.0.9":
2778-
version "7.0.11"
2779-
resolved "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.11.tgz"
2780-
integrity sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==
2777+
"@types/json-schema@^7.0.12":
2778+
version "7.0.12"
2779+
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.12.tgz#d70faba7039d5fca54c83c7dbab41051d2b6f6cb"
2780+
integrity sha512-Hr5Jfhc9eYOQNPYO5WLDq/n4jqijdHNlDXjuAQkkt+mWdQR+XJToOHrsD4cPaMXpn6KO7y2+wM8AZEs8VpBLVA==
27812781

27822782
"@types/jsonwebtoken@^9.0.0":
27832783
version "9.0.1"
@@ -2841,10 +2841,10 @@
28412841
"@types/tough-cookie" "*"
28422842
form-data "^2.5.0"
28432843

2844-
"@types/semver@^7.3.12":
2845-
version "7.3.13"
2846-
resolved "https://registry.npmjs.org/@types/semver/-/semver-7.3.13.tgz"
2847-
integrity sha512-21cFJr9z3g5dW8B0CVI9g2O9beqaThGQ6ZFBqHfwhzLDKUxaqTIy3vnfah/UPkfOiF2pLq+tGz+W8RyCskuslw==
2844+
"@types/semver@^7.5.0":
2845+
version "7.5.0"
2846+
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.0.tgz#591c1ce3a702c45ee15f47a42ade72c2fd78978a"
2847+
integrity sha512-G8hZ6XJiHnuhQKR7ZmysCeJWE08o8T0AXtk5darsCaTVsYZhhgUrq53jizaR2FvsoeCwJhlmwTjkXBY5Pn/ZHw==
28482848

28492849
"@types/serve-static@*":
28502850
version "1.15.1"
@@ -2898,21 +2898,23 @@
28982898
dependencies:
28992899
"@types/yargs-parser" "*"
29002900

2901-
"@typescript-eslint/eslint-plugin@^5.54.1", "@typescript-eslint/eslint-plugin@^5.57.0":
2902-
version "5.59.11"
2903-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.59.11.tgz#8d466aa21abea4c3f37129997b198d141f09e76f"
2904-
integrity sha512-XxuOfTkCUiOSyBWIvHlUraLw/JT/6Io1365RO6ZuI88STKMavJZPNMU0lFcUTeQXEhHiv64CbxYxBNoDVSmghg==
2901+
"@typescript-eslint/eslint-plugin@^6.2.1":
2902+
version "6.2.1"
2903+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.2.1.tgz#41b79923fee46a745a3a50cba1c33c622aa3c79a"
2904+
integrity sha512-iZVM/ALid9kO0+I81pnp1xmYiFyqibAHzrqX4q5YvvVEyJqY+e6rfTXSCsc2jUxGNqJqTfFSSij/NFkZBiBzLw==
29052905
dependencies:
2906-
"@eslint-community/regexpp" "^4.4.0"
2907-
"@typescript-eslint/scope-manager" "5.59.11"
2908-
"@typescript-eslint/type-utils" "5.59.11"
2909-
"@typescript-eslint/utils" "5.59.11"
2906+
"@eslint-community/regexpp" "^4.5.1"
2907+
"@typescript-eslint/scope-manager" "6.2.1"
2908+
"@typescript-eslint/type-utils" "6.2.1"
2909+
"@typescript-eslint/utils" "6.2.1"
2910+
"@typescript-eslint/visitor-keys" "6.2.1"
29102911
debug "^4.3.4"
2911-
grapheme-splitter "^1.0.4"
2912-
ignore "^5.2.0"
2912+
graphemer "^1.4.0"
2913+
ignore "^5.2.4"
2914+
natural-compare "^1.4.0"
29132915
natural-compare-lite "^1.4.0"
2914-
semver "^7.3.7"
2915-
tsutils "^3.21.0"
2916+
semver "^7.5.4"
2917+
ts-api-utils "^1.0.1"
29162918

29172919
"@typescript-eslint/parser@^6.1.0":
29182920
version "6.1.0"
@@ -2925,14 +2927,6 @@
29252927
"@typescript-eslint/visitor-keys" "6.1.0"
29262928
debug "^4.3.4"
29272929

2928-
"@typescript-eslint/[email protected]":
2929-
version "5.59.11"
2930-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.59.11.tgz#5d131a67a19189c42598af9fb2ea1165252001ce"
2931-
integrity sha512-dHFOsxoLFtrIcSj5h0QoBT/89hxQONwmn3FOQ0GOQcLOOXm+MIrS8zEAhs4tWl5MraxCY3ZJpaXQQdFMc2Tu+Q==
2932-
dependencies:
2933-
"@typescript-eslint/types" "5.59.11"
2934-
"@typescript-eslint/visitor-keys" "5.59.11"
2935-
29362930
"@typescript-eslint/[email protected]":
29372931
version "6.1.0"
29382932
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.1.0.tgz#a6cdbe11630614f8c04867858a42dd56590796ed"
@@ -2941,38 +2935,33 @@
29412935
"@typescript-eslint/types" "6.1.0"
29422936
"@typescript-eslint/visitor-keys" "6.1.0"
29432937

2944-
"@typescript-eslint/[email protected]":
2945-
version "5.59.11"
2946-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.59.11.tgz#5eb67121808a84cb57d65a15f48f5bdda25f2346"
2947-
integrity sha512-LZqVY8hMiVRF2a7/swmkStMYSoXMFlzL6sXV6U/2gL5cwnLWQgLEG8tjWPpaE4rMIdZ6VKWwcffPlo1jPfk43g==
2938+
"@typescript-eslint/[email protected]":
2939+
version "6.2.1"
2940+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.2.1.tgz#b6f43a867b84e5671fe531f2b762e0b68f7cf0c4"
2941+
integrity sha512-UCqBF9WFqv64xNsIEPfBtenbfodPXsJ3nPAr55mGPkQIkiQvgoWNo+astj9ZUfJfVKiYgAZDMnM6dIpsxUMp3Q==
29482942
dependencies:
2949-
"@typescript-eslint/typescript-estree" "5.59.11"
2950-
"@typescript-eslint/utils" "5.59.11"
2951-
debug "^4.3.4"
2952-
tsutils "^3.21.0"
2943+
"@typescript-eslint/types" "6.2.1"
2944+
"@typescript-eslint/visitor-keys" "6.2.1"
29532945

2954-
"@typescript-eslint/[email protected]":
2955-
version "5.59.11"
2956-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.59.11.tgz#1a9018fe3c565ba6969561f2a49f330cf1fe8db1"
2957-
integrity sha512-epoN6R6tkvBYSc+cllrz+c2sOFWkbisJZWkOE+y3xHtvYaOE6Wk6B8e114McRJwFRjGvYdJwLXQH5c9osME/AA==
2946+
"@typescript-eslint/[email protected]":
2947+
version "6.2.1"
2948+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.2.1.tgz#8eb8a2cccdf39cd7cf93e02bd2c3782dc90b0525"
2949+
integrity sha512-fTfCgomBMIgu2Dh2Or3gMYgoNAnQm3RLtRp+jP7A8fY+LJ2+9PNpi5p6QB5C4RSP+U3cjI0vDlI3mspAkpPVbQ==
2950+
dependencies:
2951+
"@typescript-eslint/typescript-estree" "6.2.1"
2952+
"@typescript-eslint/utils" "6.2.1"
2953+
debug "^4.3.4"
2954+
ts-api-utils "^1.0.1"
29582955

29592956
"@typescript-eslint/[email protected]":
29602957
version "6.1.0"
29612958
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.1.0.tgz#2d607c62827bb416ada5c96ebfa2ef84e45a8dfa"
29622959
integrity sha512-+Gfd5NHCpDoHDOaU/yIF3WWRI2PcBRKKpP91ZcVbL0t5tQpqYWBs3z/GGhvU+EV1D0262g9XCnyqQh19prU0JQ==
29632960

2964-
"@typescript-eslint/[email protected]":
2965-
version "5.59.11"
2966-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.11.tgz#b2caaa31725e17c33970c1197bcd54e3c5f42b9f"
2967-
integrity sha512-YupOpot5hJO0maupJXixi6l5ETdrITxeo5eBOeuV7RSKgYdU3G5cxO49/9WRnJq9EMrB7AuTSLH/bqOsXi7wPA==
2968-
dependencies:
2969-
"@typescript-eslint/types" "5.59.11"
2970-
"@typescript-eslint/visitor-keys" "5.59.11"
2971-
debug "^4.3.4"
2972-
globby "^11.1.0"
2973-
is-glob "^4.0.3"
2974-
semver "^7.3.7"
2975-
tsutils "^3.21.0"
2961+
"@typescript-eslint/[email protected]":
2962+
version "6.2.1"
2963+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.2.1.tgz#7fcdeceb503aab601274bf5e210207050d88c8ab"
2964+
integrity sha512-528bGcoelrpw+sETlyM91k51Arl2ajbNT9L4JwoXE2dvRe1yd8Q64E4OL7vHYw31mlnVsf+BeeLyAZUEQtqahQ==
29762965

29772966
"@typescript-eslint/[email protected]":
29782967
version "6.1.0"
@@ -2987,27 +2976,31 @@
29872976
semver "^7.5.4"
29882977
ts-api-utils "^1.0.1"
29892978

2990-
"@typescript-eslint/[email protected]":
2991-
version "5.59.11"
2992-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.59.11.tgz#9dbff49dc80bfdd9289f9f33548f2e8db3c59ba1"
2993-
integrity sha512-didu2rHSOMUdJThLk4aZ1Or8IcO3HzCw/ZvEjTTIfjIrcdd5cvSIwwDy2AOlE7htSNp7QIZ10fLMyRCveesMLg==
2979+
"@typescript-eslint/[email protected]":
2980+
version "6.2.1"
2981+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.2.1.tgz#2af6e90c1e91cb725a5fe1682841a3f74549389e"
2982+
integrity sha512-G+UJeQx9AKBHRQBpmvr8T/3K5bJa485eu+4tQBxFq0KoT22+jJyzo1B50JDT9QdC1DEmWQfdKsa8ybiNWYsi0Q==
29942983
dependencies:
2995-
"@eslint-community/eslint-utils" "^4.2.0"
2996-
"@types/json-schema" "^7.0.9"
2997-
"@types/semver" "^7.3.12"
2998-
"@typescript-eslint/scope-manager" "5.59.11"
2999-
"@typescript-eslint/types" "5.59.11"
3000-
"@typescript-eslint/typescript-estree" "5.59.11"
3001-
eslint-scope "^5.1.1"
3002-
semver "^7.3.7"
2984+
"@typescript-eslint/types" "6.2.1"
2985+
"@typescript-eslint/visitor-keys" "6.2.1"
2986+
debug "^4.3.4"
2987+
globby "^11.1.0"
2988+
is-glob "^4.0.3"
2989+
semver "^7.5.4"
2990+
ts-api-utils "^1.0.1"
30032991

3004-
"@typescript-eslint/[email protected]":
3005-
version "5.59.11"
3006-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.59.11.tgz#dca561ddad169dc27d62396d64f45b2d2c3ecc56"
3007-
integrity sha512-KGYniTGG3AMTuKF9QBD7EIrvufkB6O6uX3knP73xbKLMpH+QRPcgnCxjWXSHjMRuOxFLovljqQgQpR0c7GvjoA==
3008-
dependencies:
3009-
"@typescript-eslint/types" "5.59.11"
3010-
eslint-visitor-keys "^3.3.0"
2992+
"@typescript-eslint/[email protected]":
2993+
version "6.2.1"
2994+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.2.1.tgz#2aa4279ec13053d05615bcbde2398e1e8f08c334"
2995+
integrity sha512-eBIXQeupYmxVB6S7x+B9SdBeB6qIdXKjgQBge2J+Ouv8h9Cxm5dHf/gfAZA6dkMaag+03HdbVInuXMmqFB/lKQ==
2996+
dependencies:
2997+
"@eslint-community/eslint-utils" "^4.4.0"
2998+
"@types/json-schema" "^7.0.12"
2999+
"@types/semver" "^7.5.0"
3000+
"@typescript-eslint/scope-manager" "6.2.1"
3001+
"@typescript-eslint/types" "6.2.1"
3002+
"@typescript-eslint/typescript-estree" "6.2.1"
3003+
semver "^7.5.4"
30113004

30123005
"@typescript-eslint/[email protected]":
30133006
version "6.1.0"
@@ -3017,6 +3010,14 @@
30173010
"@typescript-eslint/types" "6.1.0"
30183011
eslint-visitor-keys "^3.4.1"
30193012

3013+
"@typescript-eslint/[email protected]":
3014+
version "6.2.1"
3015+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.2.1.tgz#442e7c09fe94b715a54ebe30e967987c3c41fbf4"
3016+
integrity sha512-iTN6w3k2JEZ7cyVdZJTVJx2Lv7t6zFA8DCrJEHD2mwfc16AEvvBWVhbFh34XyG2NORCd0viIgQY1+u7kPI0WpA==
3017+
dependencies:
3018+
"@typescript-eslint/types" "6.2.1"
3019+
eslint-visitor-keys "^3.4.1"
3020+
30203021
"@vercel/[email protected]", "@vercel/ncc@^0.36.1":
30213022
version "0.36.1"
30223023
resolved "https://registry.npmjs.org/@vercel/ncc/-/ncc-0.36.1.tgz"
@@ -4335,14 +4336,6 @@ [email protected]:
43354336
dependencies:
43364337
prettier-linter-helpers "^1.0.0"
43374338

4338-
eslint-scope@^5.1.1:
4339-
version "5.1.1"
4340-
resolved "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz"
4341-
integrity sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==
4342-
dependencies:
4343-
esrecurse "^4.3.0"
4344-
estraverse "^4.1.1"
4345-
43464339
eslint-scope@^7.2.0:
43474340
version "7.2.0"
43484341
resolved "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.0.tgz"
@@ -4427,11 +4420,6 @@ esrecurse@^4.3.0:
44274420
dependencies:
44284421
estraverse "^5.2.0"
44294422

4430-
estraverse@^4.1.1:
4431-
version "4.3.0"
4432-
resolved "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz"
4433-
integrity sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==
4434-
44354423
estraverse@^5.1.0, estraverse@^5.2.0:
44364424
version "5.3.0"
44374425
resolved "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz"
@@ -5020,11 +5008,6 @@ [email protected], graceful-fs@^4.1.11, graceful-fs@^4.1.15, graceful-fs@^4.1.2
50205008
resolved "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.10.tgz"
50215009
integrity sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==
50225010

5023-
grapheme-splitter@^1.0.4:
5024-
version "1.0.4"
5025-
resolved "https://registry.npmjs.org/grapheme-splitter/-/grapheme-splitter-1.0.4.tgz"
5026-
integrity sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==
5027-
50285011
graphemer@^1.4.0:
50295012
version "1.4.0"
50305013
resolved "https://registry.yarnpkg.com/graphemer/-/graphemer-1.4.0.tgz#fb2f1d55e0e3a1849aeffc90c4fa0dd53a0e66c6"
@@ -5202,7 +5185,7 @@ ignore-walk@^6.0.0:
52025185
dependencies:
52035186
minimatch "^7.4.2"
52045187

5205-
ignore@^5.0.4, ignore@^5.2.0:
5188+
ignore@^5.0.4, ignore@^5.2.0, ignore@^5.2.4:
52065189
version "5.2.4"
52075190
resolved "https://registry.npmjs.org/ignore/-/ignore-5.2.4.tgz"
52085191
integrity sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==
@@ -8499,7 +8482,7 @@ tsconfig@^7.0.0:
84998482
strip-bom "^3.0.0"
85008483
strip-json-comments "^2.0.0"
85018484

8502-
tslib@^1.11.1, tslib@^1.8.1:
8485+
tslib@^1.11.1:
85038486
version "1.14.1"
85048487
resolved "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz"
85058488
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
@@ -8509,13 +8492,6 @@ tslib@^2.1.0, tslib@^2.3.0, tslib@^2.3.1, tslib@^2.4.0, tslib@^2.5.0:
85098492
resolved "https://registry.npmjs.org/tslib/-/tslib-2.5.0.tgz"
85108493
integrity sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg==
85118494

8512-
tsutils@^3.21.0:
8513-
version "3.21.0"
8514-
resolved "https://registry.npmjs.org/tsutils/-/tsutils-3.21.0.tgz"
8515-
integrity sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==
8516-
dependencies:
8517-
tslib "^1.8.1"
8518-
85198495
tuf-js@^1.1.3:
85208496
version "1.1.4"
85218497
resolved "https://registry.npmjs.org/tuf-js/-/tuf-js-1.1.4.tgz"

0 commit comments

Comments
 (0)