diff --git a/package.json b/package.json index 0fd439bb19..1682459a4e 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "@nuxt/kit": "workspace:*", "@nuxt/test-utils": "3.11.0", "@nuxt/webpack-builder": "workspace:*", - "@testing-library/vue": "^8.0.2", + "@testing-library/vue": "8.0.2", "@types/fs-extra": "11.0.4", "@types/node": "20.11.19", "@types/semver": "7.5.7", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 98e4b77a7d..f4d1845473 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -35,7 +35,7 @@ importers: specifier: workspace:* version: link:packages/webpack '@testing-library/vue': - specifier: ^8.0.2 + specifier: 8.0.2 version: 8.0.2(vue@3.4.19) '@types/fs-extra': specifier: 11.0.4 @@ -6607,7 +6607,7 @@ packages: engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.7 - has-tostringtag: 1.0.0 + has-tostringtag: 1.0.2 dev: true /is-array-buffer@3.0.2: