This repository was archived by the owner on Dec 5, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +14
-6
lines changed Expand file tree Collapse file tree 2 files changed +14
-6
lines changed Original file line number Diff line number Diff line change 66
66
},
67
67
"devDependencies" : {
68
68
"@babel/traverse" : " ^7.25.9" ,
69
- "@babel/types" : " ^7.25.9 " ,
69
+ "@babel/types" : " ^7.26.0 " ,
70
70
"@nuxt/test-utils" : " ^0.2.2" ,
71
71
"@nuxt/types" : " ^2.18.1" ,
72
72
"@nuxt/typescript-build" : " ^3.0.2" ,
73
73
"@nuxtjs/module-test-utils" : " ^1.6.3" ,
74
74
"@nuxtjs/pwa" : " ^3.3.5" ,
75
75
"@release-it/conventional-changelog" : " ^9.0.1" ,
76
76
"@types/fs-extra" : " ^11.0.4" ,
77
- "@types/node" : " ^20.17.0 " ,
77
+ "@types/node" : " ^20.17.1 " ,
78
78
"@types/normalize-path" : " ^3.0.2" ,
79
79
"@typescript-eslint/eslint-plugin" : " ^7.18.0" ,
80
80
"@typescript-eslint/parser" : " ^7.18.0" ,
Original file line number Diff line number Diff line change 2102
2102
"@babel/helper-string-parser" "^7.25.9"
2103
2103
"@babel/helper-validator-identifier" "^7.25.9"
2104
2104
2105
+ "@babel/types@^7.26.0":
2106
+ version "7.26.0"
2107
+ resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.0.tgz#deabd08d6b753bc8e0f198f8709fb575e31774ff"
2108
+ integrity sha512-Z/yiTPj+lDVnF7lWeKCIJzaIkI0vYO87dMpZ4bg4TDrFe4XXLFWL1TbXU27gBP3QccxV9mZICCrnjnYlJjXHOA==
2109
+ dependencies:
2110
+ "@babel/helper-string-parser" "^7.25.9"
2111
+ "@babel/helper-validator-identifier" "^7.25.9"
2112
+
2105
2113
"@conventional-changelog/git-client@^1.0.0":
2106
2114
version "1.0.1"
2107
2115
resolved "https://registry.yarnpkg.com/@conventional-changelog/git-client/-/git-client-1.0.1.tgz#143be2777ba389c3c14f83fa19b7cab6a49a503b"
3949
3957
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.18.96.tgz#eb0012d23ff53d14d64ec8a352bf89792de6aade"
3950
3958
integrity sha512-84iSqGXoO+Ha16j8pRZ/L90vDMKX04QTYMTfYeE1WrjWaZXuchBehGUZEpNgx7JnmlrIHdnABmpjrQjhCnNldQ==
3951
3959
3952
- "@types/node@^20.17.0 ":
3953
- version "20.17.0 "
3954
- resolved "https://registry.yarnpkg.com/@types/node/-/node-20.17.0 .tgz#d0620ba0fe4cf2a0f12351c7bdd805fc4e1f036b "
3955
- integrity sha512-a7zRo0f0eLo9K5X9Wp5cAqTUNGzuFLDG2R7C4HY2BhcMAsxgSPuRvAC1ZB6QkuUQXf0YZAgfOX2ZyrBa2n4nHQ ==
3960
+ "@types/node@^20.17.1 ":
3961
+ version "20.17.1 "
3962
+ resolved "https://registry.yarnpkg.com/@types/node/-/node-20.17.1 .tgz#2b968e060dfb04b7f9550fe3db5f552721c14566 "
3963
+ integrity sha512-j2VlPv1NnwPJbaCNv69FO/1z4lId0QmGvpT41YxitRtWlg96g/j8qcv2RKsLKe2F6OJgyXhupN1Xo17b2m139Q ==
3956
3964
dependencies:
3957
3965
undici-types "~6.19.2"
3958
3966
You can’t perform that action at this time.
0 commit comments