From e115e89da39dcb113cb0e04c7be461ff2fb423a8 Mon Sep 17 00:00:00 2001 From: Openverse Bot Date: Tue, 2 Jan 2024 13:07:22 +0000 Subject: [PATCH] Update dependency vue-tsc to v1.8.27 --- frontend/package.json | 2 +- package.json | 2 +- pnpm-lock.yaml | 22 +++++++++++----------- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 4209e2d8bb2..e2fe779ff38 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -142,7 +142,7 @@ "vue-loader": "^15.10.0", "vue-server-renderer": "^2.7.15", "vue-template-compiler": "^2.7.15", - "vue-tsc": "1.8.25", + "vue-tsc": "1.8.27", "webpack": "^4.46.0" }, "browserslist": [ diff --git a/package.json b/package.json index ecbfc73e131..7da3e57e519 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "prettier": "2.8.8", "prettier-plugin-tailwindcss": "0.4.1", "typescript": "5.2.2", - "vue-tsc": "1.8.25" + "vue-tsc": "1.8.27" }, "pnpm": { "peerDependencyRules": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c8065082bdd..46399bb2a01 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -21,8 +21,8 @@ importers: specifier: 5.2.2 version: 5.2.2 vue-tsc: - specifier: 1.8.25 - version: 1.8.25(typescript@5.2.2) + specifier: 1.8.27 + version: 1.8.27(typescript@5.2.2) automations/js: dependencies: @@ -305,8 +305,8 @@ importers: specifier: ^2.7.15 version: 2.7.15 vue-tsc: - specifier: 1.8.25 - version: 1.8.25(typescript@5.2.2) + specifier: 1.8.27 + version: 1.8.27(typescript@5.2.2) webpack: specifier: ^4.46.0 version: 4.46.0 @@ -831,7 +831,7 @@ packages: resolution: {integrity: sha512-aBiH1NKMG0H2cGZqspNvsaBe6wNGjbJjuLy29aU+eDZjSbbN53BaxlpB02xm9v34pLTZ1nIQPFYn2qMZoa5BQQ==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.22.5 + '@babel/types': 7.23.0 /@babel/helper-member-expression-to-functions@7.23.0: resolution: {integrity: sha512-6gfrPwh7OuT6gZyJZvd6WbTfrqAo7vm4xCzAXOusKqq/vWdKXphTpj5klHKNmRUU6/QRGlBsyU9mAIPaWHlqJA==} @@ -1064,7 +1064,7 @@ packages: '@babel/helper-function-name': 7.22.5 '@babel/template': 7.22.5 '@babel/traverse': 7.22.5 - '@babel/types': 7.22.5 + '@babel/types': 7.23.0 transitivePeerDependencies: - supports-color @@ -8242,8 +8242,8 @@ packages: /@vue/devtools-api@6.5.0: resolution: {integrity: sha512-o9KfBeaBmCKl10usN4crU53fYtC1r7jJwdGKjPT24t348rHxgfpZ0xL3Xm/gLUYnc0oTp8LAmrxOeLyu6tbk2Q==} - /@vue/language-core@1.8.25(typescript@5.2.2): - resolution: {integrity: sha512-NJk/5DnAZlpvXX8BdWmHI45bWGLViUaS3R/RMrmFSvFMSbJKuEODpM4kR0F0Ofv5SFzCWuNiMhxameWpVdQsnA==} + /@vue/language-core@1.8.27(typescript@5.2.2): + resolution: {integrity: sha512-L8Kc27VdQserNaCUNiSFdDl9LWT24ly8Hpwf1ECy3aFb9m6bDhBGQYOujDm21N7EW3moKIOKEanQwe1q5BK+mA==} peerDependencies: typescript: '*' peerDependenciesMeta: @@ -21711,14 +21711,14 @@ packages: /vue-template-es2015-compiler@1.9.1: resolution: {integrity: sha512-4gDntzrifFnCEvyoO8PqyJDmguXgVPxKiIxrBKjIowvL9l+N66196+72XVYR8BBf1Uv1Fgt3bGevJ+sEmxfZzw==} - /vue-tsc@1.8.25(typescript@5.2.2): - resolution: {integrity: sha512-lHsRhDc/Y7LINvYhZ3pv4elflFADoEOo67vfClAfF2heVHpHmVquLSjojgCSIwzA4F0Pc4vowT/psXCYcfk+iQ==} + /vue-tsc@1.8.27(typescript@5.2.2): + resolution: {integrity: sha512-WesKCAZCRAbmmhuGl3+VrdWItEvfoFIPXOvUJkjULi+x+6G/Dy69yO3TBRJDr9eUlmsNAwVmxsNZxvHKzbkKdg==} hasBin: true peerDependencies: typescript: '*' dependencies: '@volar/typescript': 1.11.1 - '@vue/language-core': 1.8.25(typescript@5.2.2) + '@vue/language-core': 1.8.27(typescript@5.2.2) semver: 7.5.4 typescript: 5.2.2 dev: true