Skip to content

Commit a08739d

Browse files
chore(deps): bump @types/node in the production-dependencies group (#1245)
Bumps the production-dependencies group with 1 update: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node). Updates `@types/node` from 22.13.12 to 22.13.14 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 097e522 commit a08739d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@testing-library/react": "^15.0.7",
1717
"@testing-library/user-event": "^14.6.1",
1818
"@types/jest": "^29.5.14",
19-
"@types/node": "^22.13.12",
19+
"@types/node": "^22.13.14",
2020
"@types/react": "^18.3.12",
2121
"@types/react-dom": "^18.3.1",
2222
"bootstrap": "^5.3.3",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1933,10 +1933,10 @@
19331933
version "1.3.2"
19341934
resolved "https://registry.npmjs.org/@types/mime/-/mime-1.3.2.tgz"
19351935

1936-
"@types/node@*", "@types/node@^22.13.12":
1937-
version "22.13.12"
1938-
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.13.12.tgz#ee0e492300f157f60913aa20471b636effa3884b"
1939-
integrity sha512-ixiWrCSRi33uqBMRuICcKECW7rtgY43TbsHDpM2XK7lXispd48opW+0IXrBVxv9NMhaz/Ue9kyj6r3NTVyXm8A==
1936+
"@types/node@*", "@types/node@^22.13.14":
1937+
version "22.13.14"
1938+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.13.14.tgz#70d84ec91013dcd2ba2de35532a5a14c2b4cc912"
1939+
integrity sha512-Zs/Ollc1SJ8nKUAgc7ivOEdIBM8JAKgrqqUYi2J997JuKO7/tpQC+WCetQ1sypiKCQWHdvdg9wBNpUPEWZae7w==
19401940
dependencies:
19411941
undici-types "~6.20.0"
19421942

0 commit comments

Comments
 (0)