Skip to content

Commit

Permalink
chore(deps): update dependency @types/node to v18.19.69 (#1359)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 1, 2025
1 parent e285da8 commit 1be69d4
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"vue": "3.5.13"
},
"devDependencies": {
"@types/node": "18.19.68",
"@types/node": "18.19.69",
"@vitejs/plugin-vue": "4.6.2",
"@vue/compiler-sfc": "3.5.13",
"bulma": "1.0.3",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@biomejs/biome": "1.9.4",
"@commitlint/cli": "19.6.1",
"@commitlint/config-conventional": "19.6.0",
"@types/node": "18.19.68",
"@types/node": "18.19.69",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"@vue/composition-api": "1.7.2",
Expand Down
2 changes: 1 addition & 1 deletion tests-vue2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"test": "vitest"
},
"devDependencies": {
"@types/node": "18.19.68",
"@types/node": "18.19.69",
"@vitejs/plugin-vue": "4.6.2",
"@vitejs/plugin-vue2": "2.3.3",
"@vue/composition-api": "1.7.2",
Expand Down
2 changes: 1 addition & 1 deletion tests-vue3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"test": "vitest run"
},
"devDependencies": {
"@types/node": "18.19.68",
"@types/node": "18.19.69",
"@vitejs/plugin-vue": "4.6.2",
"@vue/compiler-sfc": "3.5.13",
"@vue/test-utils": "2.4.6",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1436,10 +1436,10 @@
resolved "https://registry.npmjs.org/@types/node/-/node-14.18.26.tgz"
integrity sha512-0b+utRBSYj8L7XAp0d+DX7lI4cSmowNaaTkk6/1SKzbKkG+doLuPusB9EOvzLJ8ahJSk03bTLIL6cWaEd4dBKA==

"@types/[email protected].68":
version "18.19.68"
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.68.tgz#f4f10d9927a7eaf3568c46a6d739cc0967ccb701"
integrity sha512-QGtpFH1vB99ZmTa63K4/FU8twThj4fuVSBkGddTp7uIL/cuoLWIUSL2RcOaigBhfR+hg5pgGkBnkoOxrTVBMKw==
"@types/[email protected].69":
version "18.19.69"
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.69.tgz#748d301818ba4b238854c53d290257a70aae7d01"
integrity sha512-ECPdY1nlaiO/Y6GUnwgtAAhLNaQ53AyIVz+eILxpEo5OvuqE6yWkqWBIb5dU0DqhKQtMeny+FBD3PK6lm7L5xQ==
dependencies:
undici-types "~5.26.4"

Expand Down

0 comments on commit 1be69d4

Please sign in to comment.