Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit ab203e0

Browse files
chore(deps): update all non-major dependencies (#817)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7bade5d commit ab203e0

File tree

2 files changed

+14
-6
lines changed

2 files changed

+14
-6
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,15 +66,15 @@
6666
},
6767
"devDependencies": {
6868
"@babel/traverse": "^7.25.9",
69-
"@babel/types": "^7.25.9",
69+
"@babel/types": "^7.26.0",
7070
"@nuxt/test-utils": "^0.2.2",
7171
"@nuxt/types": "^2.18.1",
7272
"@nuxt/typescript-build": "^3.0.2",
7373
"@nuxtjs/module-test-utils": "^1.6.3",
7474
"@nuxtjs/pwa": "^3.3.5",
7575
"@release-it/conventional-changelog": "^9.0.1",
7676
"@types/fs-extra": "^11.0.4",
77-
"@types/node": "^20.17.0",
77+
"@types/node": "^20.17.1",
7878
"@types/normalize-path": "^3.0.2",
7979
"@typescript-eslint/eslint-plugin": "^7.18.0",
8080
"@typescript-eslint/parser": "^7.18.0",

yarn.lock

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2102,6 +2102,14 @@
21022102
"@babel/helper-string-parser" "^7.25.9"
21032103
"@babel/helper-validator-identifier" "^7.25.9"
21042104

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+
21052113
"@conventional-changelog/git-client@^1.0.0":
21062114
version "1.0.1"
21072115
resolved "https://registry.yarnpkg.com/@conventional-changelog/git-client/-/git-client-1.0.1.tgz#143be2777ba389c3c14f83fa19b7cab6a49a503b"
@@ -3949,10 +3957,10 @@
39493957
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.18.96.tgz#eb0012d23ff53d14d64ec8a352bf89792de6aade"
39503958
integrity sha512-84iSqGXoO+Ha16j8pRZ/L90vDMKX04QTYMTfYeE1WrjWaZXuchBehGUZEpNgx7JnmlrIHdnABmpjrQjhCnNldQ==
39513959

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==
39563964
dependencies:
39573965
undici-types "~6.19.2"
39583966

0 commit comments

Comments
 (0)