mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-01-31 09:03:36 +00:00
Bump @types/node from 22.8.6 to 22.8.7
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.8.6 to 22.8.7. - [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>
This commit is contained in:
parent
57ed762017
commit
2240eaaa6f
2 changed files with 12 additions and 3 deletions
|
@ -61,7 +61,7 @@
|
||||||
"@next/eslint-plugin-next": "15.0.2",
|
"@next/eslint-plugin-next": "15.0.2",
|
||||||
"@types/dompurify": "^3",
|
"@types/dompurify": "^3",
|
||||||
"@types/lodash": "^4.17.13",
|
"@types/lodash": "^4.17.13",
|
||||||
"@types/node": "^22.8.5",
|
"@types/node": "^22.8.7",
|
||||||
"@types/react": "npm:types-react@19.0.0-rc.1",
|
"@types/react": "npm:types-react@19.0.0-rc.1",
|
||||||
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.1",
|
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.1",
|
||||||
"@typescript-eslint/eslint-plugin": "^8.12.2",
|
"@typescript-eslint/eslint-plugin": "^8.12.2",
|
||||||
|
|
13
yarn.lock
13
yarn.lock
|
@ -1806,7 +1806,7 @@ __metadata:
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@types/node@npm:>=8.1.0, @types/node@npm:^22.8.5":
|
"@types/node@npm:>=8.1.0":
|
||||||
version: 22.8.6
|
version: 22.8.6
|
||||||
resolution: "@types/node@npm:22.8.6"
|
resolution: "@types/node@npm:22.8.6"
|
||||||
dependencies:
|
dependencies:
|
||||||
|
@ -1815,6 +1815,15 @@ __metadata:
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
"@types/node@npm:^22.8.7":
|
||||||
|
version: 22.8.7
|
||||||
|
resolution: "@types/node@npm:22.8.7"
|
||||||
|
dependencies:
|
||||||
|
undici-types: "npm:~6.19.8"
|
||||||
|
checksum: 10c0/14372885db80059ed6e92c320b2bcd8f7dc271698adce11f51aa0f424a3f82aa1749a4f66321b87043791b894346b2458d514cbb65ce70167c2fd8a78a124947
|
||||||
|
languageName: node
|
||||||
|
linkType: hard
|
||||||
|
|
||||||
"@types/react-dom@npm:types-react-dom@19.0.0-rc.1":
|
"@types/react-dom@npm:types-react-dom@19.0.0-rc.1":
|
||||||
version: 19.0.0-rc.1
|
version: 19.0.0-rc.1
|
||||||
resolution: "types-react-dom@npm:19.0.0-rc.1"
|
resolution: "types-react-dom@npm:19.0.0-rc.1"
|
||||||
|
@ -6256,7 +6265,7 @@ __metadata:
|
||||||
"@tanstack/react-query": "npm:^5.59.15"
|
"@tanstack/react-query": "npm:^5.59.15"
|
||||||
"@types/dompurify": "npm:^3"
|
"@types/dompurify": "npm:^3"
|
||||||
"@types/lodash": "npm:^4.17.13"
|
"@types/lodash": "npm:^4.17.13"
|
||||||
"@types/node": "npm:^22.8.5"
|
"@types/node": "npm:^22.8.7"
|
||||||
"@types/react": "npm:types-react@19.0.0-rc.1"
|
"@types/react": "npm:types-react@19.0.0-rc.1"
|
||||||
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.1"
|
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.1"
|
||||||
"@typescript-eslint/eslint-plugin": "npm:^8.12.2"
|
"@typescript-eslint/eslint-plugin": "npm:^8.12.2"
|
||||||
|
|
Loading…
Reference in a new issue