Skip to content

Commit 7bceab7

Browse files
chore(deps): update dependency @types/node to v18.19.82
1 parent 1d08842 commit 7bceab7

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

example/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"vue": "3.5.13"
1212
},
1313
"devDependencies": {
14-
"@types/node": "18.19.81",
14+
"@types/node": "18.19.82",
1515
"@vitejs/plugin-vue": "4.6.2",
1616
"@vue/compiler-sfc": "3.5.13",
1717
"bulma": "1.0.3",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@biomejs/biome": "1.9.4",
3535
"@commitlint/cli": "19.8.0",
3636
"@commitlint/config-conventional": "19.8.0",
37-
"@types/node": "18.19.81",
37+
"@types/node": "18.19.82",
3838
"@typescript-eslint/eslint-plugin": "7.18.0",
3939
"@typescript-eslint/parser": "7.18.0",
4040
"@vue/composition-api": "1.7.2",

tests-vue2/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"test": "vitest"
88
},
99
"devDependencies": {
10-
"@types/node": "18.19.81",
10+
"@types/node": "18.19.82",
1111
"@vitejs/plugin-vue": "4.6.2",
1212
"@vitejs/plugin-vue2": "2.3.3",
1313
"@vue/composition-api": "1.7.2",

tests-vue3/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"test": "vitest run"
88
},
99
"devDependencies": {
10-
"@types/node": "18.19.81",
10+
"@types/node": "18.19.82",
1111
"@vitejs/plugin-vue": "4.6.2",
1212
"@vue/compiler-sfc": "3.5.13",
1313
"@vue/test-utils": "2.4.6",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1490,10 +1490,10 @@
14901490
resolved "https://registry.npmjs.org/@types/node/-/node-14.18.26.tgz"
14911491
integrity sha512-0b+utRBSYj8L7XAp0d+DX7lI4cSmowNaaTkk6/1SKzbKkG+doLuPusB9EOvzLJ8ahJSk03bTLIL6cWaEd4dBKA==
14921492

1493-
"@types/[email protected].81":
1494-
version "18.19.81"
1495-
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.81.tgz#e4b97e182bf9760f7469c9b4801cc982acfa15aa"
1496-
integrity sha512-7KO9oZ2//ivtSsryp0LQUqq79zyGXzwq1WqfywpC9ucjY7YyltMMmxWgtRFRKCxwa7VPxVBVy4kHf5UC1E8Lug==
1493+
"@types/[email protected].82":
1494+
version "18.19.82"
1495+
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.82.tgz#8266a53d552501f2c30d3a92662dbf366d40ac91"
1496+
integrity sha512-s6RBC3H0JGG5Xm2IOP2R0KKNZL2s46UGZZ1r21EF3+qL377EwJ+Bnf9PMatFnYtmYMNnzVLodD6EN7FZw0Vbxg==
14971497
dependencies:
14981498
undici-types "~5.26.4"
14991499

0 commit comments

Comments
 (0)