diff --git a/package-lock.json b/package-lock.json index b0f719e..44029b6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@asciidoctor/core": "^4.0.6", "@astrojs/node": "^11.1.4", - "@astrojs/vue": "^7.0.2", + "@astrojs/vue": "^7.0.3", "@fontsource-variable/fraunces": "^5.3.0", "@fontsource-variable/inter": "^5.3.0", "@fontsource-variable/inter-tight": "^5.3.0", @@ -446,9 +446,9 @@ } }, "node_modules/@astrojs/vue": { - "version": "7.0.2", - "resolved": "https://registry.npmjs.org/@astrojs/vue/-/vue-7.0.2.tgz", - "integrity": "sha512-5vKGat4wYyN7l71iGF9cA79GeuLtPVoL+4b7NPQ7scKyq8HQp37XTXNqjV1v+lYsCW4Tmu0S2gH4453KbrTyaQ==", + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/@astrojs/vue/-/vue-7.0.3.tgz", + "integrity": "sha512-g0qr+UxDAHDHQ2zc5+IY2SG4aLIiS6lWfekEYk61DGNVRb2h8PIxMi87aPR75lId7Wk+zUNZB1+VEVDBwAAzBw==", "license": "MIT", "dependencies": { "@vitejs/plugin-vue": "^6.0.5", diff --git a/package.json b/package.json index 1e3a781..04de3bd 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "dependencies": { "@asciidoctor/core": "^4.0.6", "@astrojs/node": "^11.1.4", - "@astrojs/vue": "^7.0.2", + "@astrojs/vue": "^7.0.3", "@fontsource-variable/fraunces": "^5.3.0", "@fontsource-variable/inter": "^5.3.0", "@fontsource-variable/inter-tight": "^5.3.0",