Skip to content

Commit 480f27f

Browse files
Bump the dependencies group with 5 updates (#28)
Bumps the dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [@tsconfig/node20](https://github.com/tsconfig/bases/tree/HEAD/bases) | `20.1.2` | `20.1.4` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.11.24` | `20.12.2` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `7.1.0` | `7.4.0` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `7.1.0` | `7.4.0` | | [typescript](https://github.com/Microsoft/TypeScript) | `5.3.3` | `5.4.3` | Updates `@tsconfig/node20` from 20.1.2 to 20.1.4 - [Commits](https://github.com/tsconfig/bases/commits/HEAD/bases) Updates `@types/node` from 20.11.24 to 20.12.2 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `@typescript-eslint/eslint-plugin` from 7.1.0 to 7.4.0 - [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/v7.4.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 7.1.0 to 7.4.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.4.0/packages/parser) Updates `typescript` from 5.3.3 to 5.4.3 - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](microsoft/TypeScript@v5.3.3...v5.4.3) --- updated-dependencies: - dependency-name: "@tsconfig/node20" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8af3602 commit 480f27f

File tree

2 files changed

+67
-67
lines changed

2 files changed

+67
-67
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,17 @@
3030
"homepage": "https://github.com/NickLiffen/codescanningtoslack#readme",
3131
"devDependencies": {
3232
"husky": "^9.0.11",
33-
"@tsconfig/node20": "^20.1.2",
33+
"@tsconfig/node20": "^20.1.4",
3434
"@types/json-schema": "^7.0.15",
35-
"@types/node": "^20.11.24",
36-
"@typescript-eslint/eslint-plugin": "^7.1.0",
37-
"@typescript-eslint/parser": "^7.1.0",
35+
"@types/node": "^20.12.2",
36+
"@typescript-eslint/eslint-plugin": "^7.4.0",
37+
"@typescript-eslint/parser": "^7.4.0",
3838
"eslint": "^8.57.0",
3939
"eslint-config-prettier": "^9.1.0",
4040
"eslint-plugin-prettier": "^5.1.3",
4141
"prettier": "^3.2.5",
4242
"ts-node": "^10.9.2",
4343
"tslib": "^2.6.2",
44-
"typescript": "^5.3.3"
44+
"typescript": "^5.4.3"
4545
}
4646
}

yarn.lock

Lines changed: 62 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -129,20 +129,20 @@
129129
resolved "https://registry.yarnpkg.com/@tsconfig/node16/-/node16-1.0.2.tgz#423c77877d0569db20e1fc80885ac4118314010e"
130130
integrity sha512-eZxlbI8GZscaGS7kkc/trHTT5xgrjH3/1n2JDwusC9iahPKWMRvRjJSAN5mCXviuTGQ/lHnhvv8Q1YTpnfz9gA==
131131

132-
"@tsconfig/node20@^20.1.2":
133-
version "20.1.2"
134-
resolved "https://registry.yarnpkg.com/@tsconfig/node20/-/node20-20.1.2.tgz#b93128c411d38e9507035255195bc8a6718541e3"
135-
integrity sha512-madaWq2k+LYMEhmcp0fs+OGaLFk0OenpHa4gmI4VEmCKX4PJntQ6fnnGADVFrVkBj0wIdAlQnK/MrlYTHsa1gQ==
132+
"@tsconfig/node20@^20.1.4":
133+
version "20.1.4"
134+
resolved "https://registry.yarnpkg.com/@tsconfig/node20/-/node20-20.1.4.tgz#3457d42eddf12d3bde3976186ab0cd22b85df928"
135+
integrity sha512-sqgsT69YFeLWf5NtJ4Xq/xAF8p4ZQHlmGW74Nu2tD4+g5fAsposc4ZfaaPixVu4y01BEiDCWLRDCvDM5JOsRxg==
136136

137137
"@types/json-schema@^7.0.12", "@types/json-schema@^7.0.15":
138138
version "7.0.15"
139139
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
140140
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
141141

142-
"@types/node@^20.11.24":
143-
version "20.11.24"
144-
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.11.24.tgz#cc207511104694e84e9fb17f9a0c4c42d4517792"
145-
integrity sha512-Kza43ewS3xoLgCEpQrsT+xRo/EJej1y0kVYGiLFE1NEODXGzTfwiC6tXTLMQskn1X4/Rjlh0MQUvx9W+L9long==
142+
"@types/node@^20.12.2":
143+
version "20.12.2"
144+
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.12.2.tgz#9facdd11102f38b21b4ebedd9d7999663343d72e"
145+
integrity sha512-zQ0NYO87hyN6Xrclcqp7f8ZbXNbRfoGWNcMvHTPQp9UUrwI0mI7XBz+cu7/W6/VClYo2g63B0cjull/srU7LgQ==
146146
dependencies:
147147
undici-types "~5.26.4"
148148

@@ -151,90 +151,90 @@
151151
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.0.tgz#591c1ce3a702c45ee15f47a42ade72c2fd78978a"
152152
integrity sha512-G8hZ6XJiHnuhQKR7ZmysCeJWE08o8T0AXtk5darsCaTVsYZhhgUrq53jizaR2FvsoeCwJhlmwTjkXBY5Pn/ZHw==
153153

154-
"@typescript-eslint/eslint-plugin@^7.1.0":
155-
version "7.1.0"
156-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.1.0.tgz#22bb999a8d59893c0ea07923e8a21f9d985ad740"
157-
integrity sha512-j6vT/kCulhG5wBmGtstKeiVr1rdXE4nk+DT1k6trYkwlrvW9eOF5ZbgKnd/YR6PcM4uTEXa0h6Fcvf6X7Dxl0w==
154+
"@typescript-eslint/eslint-plugin@^7.4.0":
155+
version "7.4.0"
156+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.4.0.tgz#de61c3083842fc6ac889d2fc83c9a96b55ab8328"
157+
integrity sha512-yHMQ/oFaM7HZdVrVm/M2WHaNPgyuJH4WelkSVEWSSsir34kxW2kDJCxlXRhhGWEsMN0WAW/vLpKfKVcm8k+MPw==
158158
dependencies:
159159
"@eslint-community/regexpp" "^4.5.1"
160-
"@typescript-eslint/scope-manager" "7.1.0"
161-
"@typescript-eslint/type-utils" "7.1.0"
162-
"@typescript-eslint/utils" "7.1.0"
163-
"@typescript-eslint/visitor-keys" "7.1.0"
160+
"@typescript-eslint/scope-manager" "7.4.0"
161+
"@typescript-eslint/type-utils" "7.4.0"
162+
"@typescript-eslint/utils" "7.4.0"
163+
"@typescript-eslint/visitor-keys" "7.4.0"
164164
debug "^4.3.4"
165165
graphemer "^1.4.0"
166166
ignore "^5.2.4"
167167
natural-compare "^1.4.0"
168168
semver "^7.5.4"
169169
ts-api-utils "^1.0.1"
170170

171-
"@typescript-eslint/parser@^7.1.0":
172-
version "7.1.0"
173-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.1.0.tgz#b89dab90840f7d2a926bf4c23b519576e8c31970"
174-
integrity sha512-V1EknKUubZ1gWFjiOZhDSNToOjs63/9O0puCgGS8aDOgpZY326fzFu15QAUjwaXzRZjf/qdsdBrckYdv9YxB8w==
171+
"@typescript-eslint/parser@^7.4.0":
172+
version "7.4.0"
173+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.4.0.tgz#540f4321de1e52b886c0fa68628af1459954c1f1"
174+
integrity sha512-ZvKHxHLusweEUVwrGRXXUVzFgnWhigo4JurEj0dGF1tbcGh6buL+ejDdjxOQxv6ytcY1uhun1p2sm8iWStlgLQ==
175175
dependencies:
176-
"@typescript-eslint/scope-manager" "7.1.0"
177-
"@typescript-eslint/types" "7.1.0"
178-
"@typescript-eslint/typescript-estree" "7.1.0"
179-
"@typescript-eslint/visitor-keys" "7.1.0"
176+
"@typescript-eslint/scope-manager" "7.4.0"
177+
"@typescript-eslint/types" "7.4.0"
178+
"@typescript-eslint/typescript-estree" "7.4.0"
179+
"@typescript-eslint/visitor-keys" "7.4.0"
180180
debug "^4.3.4"
181181

182-
"@typescript-eslint/scope-manager@7.1.0":
183-
version "7.1.0"
184-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.1.0.tgz#e4babaa39a3d612eff0e3559f3e99c720a2b4a54"
185-
integrity sha512-6TmN4OJiohHfoOdGZ3huuLhpiUgOGTpgXNUPJgeZOZR3DnIpdSgtt83RS35OYNNXxM4TScVlpVKC9jyQSETR1A==
182+
"@typescript-eslint/scope-manager@7.4.0":
183+
version "7.4.0"
184+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.4.0.tgz#acfc69261f10ece7bf7ece1734f1713392c3655f"
185+
integrity sha512-68VqENG5HK27ypafqLVs8qO+RkNc7TezCduYrx8YJpXq2QGZ30vmNZGJJJC48+MVn4G2dCV8m5ZTVnzRexTVtw==
186186
dependencies:
187-
"@typescript-eslint/types" "7.1.0"
188-
"@typescript-eslint/visitor-keys" "7.1.0"
187+
"@typescript-eslint/types" "7.4.0"
188+
"@typescript-eslint/visitor-keys" "7.4.0"
189189

190-
"@typescript-eslint/type-utils@7.1.0":
191-
version "7.1.0"
192-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.1.0.tgz#372dfa470df181bcee0072db464dc778b75ed722"
193-
integrity sha512-UZIhv8G+5b5skkcuhgvxYWHjk7FW7/JP5lPASMEUoliAPwIH/rxoUSQPia2cuOj9AmDZmwUl1usKm85t5VUMew==
190+
"@typescript-eslint/type-utils@7.4.0":
191+
version "7.4.0"
192+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.4.0.tgz#cfcaab21bcca441c57da5d3a1153555e39028cbd"
193+
integrity sha512-247ETeHgr9WTRMqHbbQdzwzhuyaJ8dPTuyuUEMANqzMRB1rj/9qFIuIXK7l0FX9i9FXbHeBQl/4uz6mYuCE7Aw==
194194
dependencies:
195-
"@typescript-eslint/typescript-estree" "7.1.0"
196-
"@typescript-eslint/utils" "7.1.0"
195+
"@typescript-eslint/typescript-estree" "7.4.0"
196+
"@typescript-eslint/utils" "7.4.0"
197197
debug "^4.3.4"
198198
ts-api-utils "^1.0.1"
199199

200-
"@typescript-eslint/types@7.1.0":
201-
version "7.1.0"
202-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.1.0.tgz#52a86d6236fda646e7e5fe61154991dc0dc433ef"
203-
integrity sha512-qTWjWieJ1tRJkxgZYXx6WUYtWlBc48YRxgY2JN1aGeVpkhmnopq+SUC8UEVGNXIvWH7XyuTjwALfG6bFEgCkQA==
200+
"@typescript-eslint/types@7.4.0":
201+
version "7.4.0"
202+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.4.0.tgz#ee9dafa75c99eaee49de6dcc9348b45d354419b6"
203+
integrity sha512-mjQopsbffzJskos5B4HmbsadSJQWaRK0UxqQ7GuNA9Ga4bEKeiO6b2DnB6cM6bpc8lemaPseh0H9B/wyg+J7rw==
204204

205-
"@typescript-eslint/typescript-estree@7.1.0":
206-
version "7.1.0"
207-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.1.0.tgz#419b1310f061feee6df676c5bed460537310c593"
208-
integrity sha512-k7MyrbD6E463CBbSpcOnwa8oXRdHzH1WiVzOipK3L5KSML92ZKgUBrTlehdi7PEIMT8k0bQixHUGXggPAlKnOQ==
205+
"@typescript-eslint/typescript-estree@7.4.0":
206+
version "7.4.0"
207+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.4.0.tgz#12dbcb4624d952f72c10a9f4431284fca24624f4"
208+
integrity sha512-A99j5AYoME/UBQ1ucEbbMEmGkN7SE0BvZFreSnTd1luq7yulcHdyGamZKizU7canpGDWGJ+Q6ZA9SyQobipePg==
209209
dependencies:
210-
"@typescript-eslint/types" "7.1.0"
211-
"@typescript-eslint/visitor-keys" "7.1.0"
210+
"@typescript-eslint/types" "7.4.0"
211+
"@typescript-eslint/visitor-keys" "7.4.0"
212212
debug "^4.3.4"
213213
globby "^11.1.0"
214214
is-glob "^4.0.3"
215215
minimatch "9.0.3"
216216
semver "^7.5.4"
217217
ts-api-utils "^1.0.1"
218218

219-
"@typescript-eslint/utils@7.1.0":
220-
version "7.1.0"
221-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.1.0.tgz#710ecda62aff4a3c8140edabf3c5292d31111ddd"
222-
integrity sha512-WUFba6PZC5OCGEmbweGpnNJytJiLG7ZvDBJJoUcX4qZYf1mGZ97mO2Mps6O2efxJcJdRNpqweCistDbZMwIVHw==
219+
"@typescript-eslint/utils@7.4.0":
220+
version "7.4.0"
221+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.4.0.tgz#d889a0630cab88bddedaf7c845c64a00576257bd"
222+
integrity sha512-NQt9QLM4Tt8qrlBVY9lkMYzfYtNz8/6qwZg8pI3cMGlPnj6mOpRxxAm7BMJN9K0AiY+1BwJ5lVC650YJqYOuNg==
223223
dependencies:
224224
"@eslint-community/eslint-utils" "^4.4.0"
225225
"@types/json-schema" "^7.0.12"
226226
"@types/semver" "^7.5.0"
227-
"@typescript-eslint/scope-manager" "7.1.0"
228-
"@typescript-eslint/types" "7.1.0"
229-
"@typescript-eslint/typescript-estree" "7.1.0"
227+
"@typescript-eslint/scope-manager" "7.4.0"
228+
"@typescript-eslint/types" "7.4.0"
229+
"@typescript-eslint/typescript-estree" "7.4.0"
230230
semver "^7.5.4"
231231

232-
"@typescript-eslint/visitor-keys@7.1.0":
233-
version "7.1.0"
234-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.1.0.tgz#576c4ad462ca1378135a55e2857d7aced96ce0a0"
235-
integrity sha512-FhUqNWluiGNzlvnDZiXad4mZRhtghdoKW6e98GoEOYSu5cND+E39rG5KwJMUzeENwm1ztYBRqof8wMLP+wNPIA==
232+
"@typescript-eslint/visitor-keys@7.4.0":
233+
version "7.4.0"
234+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.4.0.tgz#0c8ff2c1f8a6fe8d7d1a57ebbd4a638e86a60a94"
235+
integrity sha512-0zkC7YM0iX5Y41homUUeW1CHtZR01K3ybjM1l6QczoMuay0XKtrb93kv95AxUGwdjGr64nNqnOCwmEl616N8CA==
236236
dependencies:
237-
"@typescript-eslint/types" "7.1.0"
237+
"@typescript-eslint/types" "7.4.0"
238238
eslint-visitor-keys "^3.4.1"
239239

240240
"@ungap/structured-clone@^1.2.0":
@@ -1006,10 +1006,10 @@ type-fest@^0.20.2:
10061006
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.20.2.tgz#1bf207f4b28f91583666cb5fbd327887301cd5f4"
10071007
integrity sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==
10081008

1009-
typescript@^5.3.3:
1010-
version "5.3.3"
1011-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.3.tgz#b3ce6ba258e72e6305ba66f5c9b452aaee3ffe37"
1012-
integrity sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==
1009+
typescript@^5.4.3:
1010+
version "5.4.3"
1011+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.3.tgz#5c6fedd4c87bee01cd7a528a30145521f8e0feff"
1012+
integrity sha512-KrPd3PKaCLr78MalgiwJnA25Nm8HAmdwN3mYUYZgG/wizIo9EainNVQI9/yDavtVFRN2h3k8uf3GLHuhDMgEHg==
10131013

10141014
undici-types@~5.26.4:
10151015
version "5.26.5"

0 commit comments

Comments
 (0)