mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-16 22:37:09 +01:00
Bump @types/node from 20.11.4 to 22.13.10 (#12)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.11.4 to 22.13.10. - [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:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
6c9612ade5
commit
e8943f4348
2 changed files with 11 additions and 9 deletions
18
package-lock.json
generated
18
package-lock.json
generated
|
|
@ -29,7 +29,7 @@
|
|||
"@types/github-slugger": "^2.0.0",
|
||||
"@types/got": "^9.6.12",
|
||||
"@types/jest": "^29.5.14",
|
||||
"@types/node": "^20.11.4",
|
||||
"@types/node": "^22.13.10",
|
||||
"@types/picomatch": "^2.3.3",
|
||||
"@types/xml2js": "^0.4.14",
|
||||
"@typescript-eslint/eslint-plugin": "^6.19.0",
|
||||
|
|
@ -1797,11 +1797,12 @@
|
|||
"dev": true
|
||||
},
|
||||
"node_modules/@types/node": {
|
||||
"version": "20.11.4",
|
||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.4.tgz",
|
||||
"integrity": "sha512-6I0fMH8Aoy2lOejL3s4LhyIYX34DPwY8bl5xlNjBvUEk8OHrcuzsFt+Ied4LvJihbtXPM+8zUqdydfIti86v9g==",
|
||||
"version": "22.13.10",
|
||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.13.10.tgz",
|
||||
"integrity": "sha512-I6LPUvlRH+O6VRUqYOcMudhaIdUVWfsjnZavnsraHvpBwaEyMN29ry+0UVJhImYL16xsscu0aske3yA+uPOWfw==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"undici-types": "~5.26.4"
|
||||
"undici-types": "~6.20.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@types/picomatch": {
|
||||
|
|
@ -8226,9 +8227,10 @@
|
|||
}
|
||||
},
|
||||
"node_modules/undici-types": {
|
||||
"version": "5.26.5",
|
||||
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz",
|
||||
"integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA=="
|
||||
"version": "6.20.0",
|
||||
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.20.0.tgz",
|
||||
"integrity": "sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==",
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/universal-user-agent": {
|
||||
"version": "6.0.1",
|
||||
|
|
|
|||
|
|
@ -48,7 +48,7 @@
|
|||
"@types/bent": "^7.3.8",
|
||||
"@types/github-slugger": "^2.0.0",
|
||||
"@types/jest": "^29.5.14",
|
||||
"@types/node": "^20.11.4",
|
||||
"@types/node": "^22.13.10",
|
||||
"@types/picomatch": "^2.3.3",
|
||||
"@types/got": "^9.6.12",
|
||||
"@types/xml2js": "^0.4.14",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue