Skip to content

Commit 27d45e9

Browse files
chore(deps-dev): bump the misc group with 2 updates
Bumps the misc group with 2 updates: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [prettier](https://github.com/prettier/prettier). Updates `@types/node` from 25.0.9 to 25.0.10 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `prettier` from 3.8.0 to 3.8.1 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.8.0...3.8.1) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 25.0.10 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: misc - dependency-name: prettier dependency-version: 3.8.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: misc ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ec01a35 commit 27d45e9

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@types/async-retry": "1.4.9",
4545
"@types/jest": "30.0.0",
4646
"@types/mustache": "4.2.6",
47-
"@types/node": "25.0.9",
47+
"@types/node": "25.0.10",
4848
"@types/retry": "0.12.5",
4949
"@typescript-eslint/eslint-plugin": "8.53.0",
5050
"@typescript-eslint/parser": "8.53.0",
@@ -54,7 +54,7 @@
5454
"eslint-plugin-prettier": "5.5.5",
5555
"jest": "30.2.0",
5656
"jest-circus": "30.2.0",
57-
"prettier": "3.8.0",
57+
"prettier": "3.8.1",
5858
"ts-jest": "29.4.6",
5959
"typescript": "5.9.3",
6060
"typescript-eslint": "8.53.0"

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1040,10 +1040,10 @@
10401040
resolved "https://registry.yarnpkg.com/@types/mustache/-/mustache-4.2.6.tgz#9d4f903f4ad373699b253aa1369727bc5042811f"
10411041
integrity sha512-t+8/QWTAhOFlrF1IVZqKnMRJi84EgkIK5Kh0p2JV4OLywUvCwJPFxbJAl7XAow7DVIHsF+xW9f1MVzg0L6Szjw==
10421042

1043-
"@types/node@*", "@types/node@25.0.9":
1044-
version "25.0.9"
1045-
resolved "https://registry.yarnpkg.com/@types/node/-/node-25.0.9.tgz#81ce3579ddf67cae812a9d49c8a0ab90c82e7782"
1046-
integrity sha512-/rpCXHlCWeqClNBwUhDcusJxXYDjZTyE8v5oTO7WbL8eij2nKhUeU89/6xgjU7N4/Vh3He0BtyhJdQbDyhiXAw==
1043+
"@types/node@*", "@types/node@25.0.10":
1044+
version "25.0.10"
1045+
resolved "https://registry.yarnpkg.com/@types/node/-/node-25.0.10.tgz#4864459c3c9459376b8b75fd051315071c8213e7"
1046+
integrity sha512-zWW5KPngR/yvakJgGOmZ5vTBemDoSqF3AcV/LrO5u5wTWyEAVVh+IT39G4gtyAkh3CtTZs8aX/yRM82OfzHJRg==
10471047
dependencies:
10481048
undici-types "~7.16.0"
10491049

@@ -2873,10 +2873,10 @@ prettier-linter-helpers@^1.0.1:
28732873
dependencies:
28742874
fast-diff "^1.1.2"
28752875

2876-
prettier@3.8.0:
2877-
version "3.8.0"
2878-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.8.0.tgz#f72cf71505133f40cfa2ef77a2668cdc558fcd69"
2879-
integrity sha512-yEPsovQfpxYfgWNhCfECjG5AQaO+K3dp6XERmOepyPDVqcJm+bjyCVO3pmU+nAPe0N5dDvekfGezt/EIiRe1TA==
2876+
prettier@3.8.1:
2877+
version "3.8.1"
2878+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.8.1.tgz#edf48977cf991558f4fcbd8a3ba6015ba2a3a173"
2879+
integrity sha512-UOnG6LftzbdaHZcKoPFtOcCKztrQ57WkHDeRD9t/PTQtmT0NHSeWWepj6pS0z/N7+08BHFDQVUrfmfMRcZwbMg==
28802880

28812881
pretty-format@30.0.1:
28822882
version "30.0.1"

0 commit comments

Comments
 (0)