diff --git a/package-lock.json b/package-lock.json index 3bc6130..0ab6a42 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.10", "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.10", + "resolved": "https://registry.npmjs.org/ant-design-vue/-/ant-design-vue-3.2.10.tgz", + "integrity": "sha512-aqa0kjJzVQ74MfVw5w7rTOdJQL2JN9V/O6Ro+VQQMq/tY7q91JiomhI9TRKAK3tFdBDXJpUoBCVOsosbbxMzRw==", "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.10", + "resolved": "https://registry.npmjs.org/ant-design-vue/-/ant-design-vue-3.2.10.tgz", + "integrity": "sha512-aqa0kjJzVQ74MfVw5w7rTOdJQL2JN9V/O6Ro+VQQMq/tY7q91JiomhI9TRKAK3tFdBDXJpUoBCVOsosbbxMzRw==", "requires": { "@ant-design/colors": "^6.0.0", "@ant-design/icons-vue": "^6.1.0", diff --git a/package.json b/package.json index 381743a..762fd05 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.10", "axios": "^0.27.2", "dayjs": "^1.11.3", "pinia": "^2.0.14",