mirror of https://github.com/FOME-Tech/wiki.git
Bump @types/node from 20.10.1 to 20.10.3 (#203)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.10.1 to 20.10.3. - [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-patch ... 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
23b6cc6867
commit
cd841f6e6d
|
@ -27,7 +27,7 @@
|
|||
"@docusaurus/tsconfig": "^3.0.1",
|
||||
"@docusaurus/types": "^3.0.1",
|
||||
"@tsconfig/docusaurus": "^2.0.2",
|
||||
"@types/node": "^20.10.1",
|
||||
"@types/node": "^20.10.3",
|
||||
"docusaurus-prince-pdf": "^1.2.1",
|
||||
"raw-loader": "^4.0.2",
|
||||
"typescript": "^5.3.2"
|
||||
|
@ -3933,9 +3933,9 @@
|
|||
"integrity": "sha512-AuHIyzR5Hea7ij0P9q7vx7xu4z0C28ucwjAZC0ja7JhINyCnOw8/DnvAPQQ9TfOlCtZAmCERKQX9+o1mgQhuOQ=="
|
||||
},
|
||||
"node_modules/@types/node": {
|
||||
"version": "20.10.1",
|
||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.10.1.tgz",
|
||||
"integrity": "sha512-T2qwhjWwGH81vUEx4EXmBKsTJRXFXNZTL4v0gi01+zyBmCwzE6TyHszqX01m+QHTEq+EZNo13NeJIdEqf+Myrg==",
|
||||
"version": "20.10.3",
|
||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.10.3.tgz",
|
||||
"integrity": "sha512-XJavIpZqiXID5Yxnxv3RUDKTN5b81ddNC3ecsA0SoFXz/QU8OGBwZGMomiq0zw+uuqbL/krztv/DINAQ/EV4gg==",
|
||||
"dependencies": {
|
||||
"undici-types": "~5.26.4"
|
||||
}
|
||||
|
|
|
@ -42,7 +42,7 @@
|
|||
"@docusaurus/tsconfig": "^3.0.1",
|
||||
"@docusaurus/types": "^3.0.1",
|
||||
"@tsconfig/docusaurus": "^2.0.2",
|
||||
"@types/node": "^20.10.1",
|
||||
"@types/node": "^20.10.3",
|
||||
"docusaurus-prince-pdf": "^1.2.1",
|
||||
"raw-loader": "^4.0.2",
|
||||
"typescript": "^5.3.2"
|
||||
|
|
Loading…
Reference in New Issue