diff --git a/package-lock.json b/package-lock.json index 3bc6130..532352d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "typecode", "version": "0.0.0", "dependencies": { - "ant-design-vue": "^3.2.7", + "ant-design-vue": "^3.2.11", "axios": "^0.27.2", "dayjs": "^1.11.3", "pinia": "^2.0.14", @@ -605,9 +605,9 @@ } }, "node_modules/ant-design-vue": { - "version": "3.2.7", - "resolved": "https://registry.npmjs.org/ant-design-vue/-/ant-design-vue-3.2.7.tgz", - "integrity": "sha512-+29ATxnVUgvIYxz2BAYwkEr9oBYmdzqMKijgq9woV+lqjhYaRkcTZl6h8VDU/iiVstcH3yYdKJbrqGJjl6ktSg==", + "version": "3.2.11", + "resolved": "https://registry.npmjs.org/ant-design-vue/-/ant-design-vue-3.2.11.tgz", + "integrity": "sha512-QKCAcOY5EJF0PepiVGA4X5PzUetYUvG5qALmA+2TON40pc2+brOEiVTwr3kjF9N+f7q4MpyiLPu4pIErwoajOQ==", "dependencies": { "@ant-design/colors": "^6.0.0", "@ant-design/icons-vue": "^6.1.0", @@ -627,6 +627,9 @@ "vue-types": "^3.0.0", "warning": "^4.0.0" }, + "engines": { + "node": ">=12.22.0" + }, "funding": { "type": "opencollective", "url": "https://opencollective.com/ant-design-vue" @@ -5201,9 +5204,9 @@ } }, "ant-design-vue": { - "version": "3.2.7", - "resolved": "https://registry.npmjs.org/ant-design-vue/-/ant-design-vue-3.2.7.tgz", - "integrity": "sha512-+29ATxnVUgvIYxz2BAYwkEr9oBYmdzqMKijgq9woV+lqjhYaRkcTZl6h8VDU/iiVstcH3yYdKJbrqGJjl6ktSg==", + "version": "3.2.11", + "resolved": "https://registry.npmjs.org/ant-design-vue/-/ant-design-vue-3.2.11.tgz", + "integrity": "sha512-QKCAcOY5EJF0PepiVGA4X5PzUetYUvG5qALmA+2TON40pc2+brOEiVTwr3kjF9N+f7q4MpyiLPu4pIErwoajOQ==", "requires": { "@ant-design/colors": "^6.0.0", "@ant-design/icons-vue": "^6.1.0", diff --git a/package.json b/package.json index 381743a..86c3135 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "serve": "vite preview" }, "dependencies": { - "ant-design-vue": "^3.2.7", + "ant-design-vue": "^3.2.11", "axios": "^0.27.2", "dayjs": "^1.11.3", "pinia": "^2.0.14",