diff --git a/doorbell/package-lock.json b/doorbell/package-lock.json index 20dff546..66bca7e9 100644 --- a/doorbell/package-lock.json +++ b/doorbell/package-lock.json @@ -24,7 +24,7 @@ "@vue/test-utils": "^2.4.0", "chai": "^5.1.0", "eslint": "^8.57.0", - "eslint-plugin-vue": "^9.25.0", + "eslint-plugin-vue": "^9.26.0", "rimraf": "^5.0.0" } }, @@ -6132,9 +6132,9 @@ } }, "node_modules/eslint-plugin-vue": { - "version": "9.25.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-9.25.0.tgz", - "integrity": "sha512-tDWlx14bVe6Bs+Nnh3IGrD+hb11kf2nukfm6jLsmJIhmiRQ1SUaksvwY9U5MvPB0pcrg0QK0xapQkfITs3RKOA==", + "version": "9.26.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-9.26.0.tgz", + "integrity": "sha512-eTvlxXgd4ijE1cdur850G6KalZqk65k1JKoOI2d1kT3hr8sPD07j1q98FRFdNnpxBELGPWxZmInxeHGF/GxtqQ==", "dev": true, "dependencies": { "@eslint-community/eslint-utils": "^4.4.0", diff --git a/doorbell/package.json b/doorbell/package.json index 2d69eae6..5c47ed5c 100644 --- a/doorbell/package.json +++ b/doorbell/package.json @@ -28,7 +28,7 @@ "@vue/test-utils": "^2.4.0", "chai": "^5.1.0", "eslint": "^8.57.0", - "eslint-plugin-vue": "^9.25.0", + "eslint-plugin-vue": "^9.26.0", "rimraf": "^5.0.0" }, "eslintConfig": {