diff --git a/package-lock.json b/package-lock.json index 7d368422..9dfe4399 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@babel/eslint-parser": "^7.16.3", "@nuxtjs/eslint-config-typescript": "^8.0.0", "@vuepress/plugin-back-to-top": "^1.9.5", - "@vuepress/plugin-google-analytics": "^1.9.5", + "@vuepress/plugin-google-analytics": "^1.9.8", "eslint": "^8.1.0", "typescript": "4.2.4", "vuepress": "1.4.0" @@ -2846,12 +2846,23 @@ } }, "node_modules/@vuepress/plugin-google-analytics": { - "version": "1.9.5", - "resolved": "https://registry.npmjs.org/@vuepress/plugin-google-analytics/-/plugin-google-analytics-1.9.5.tgz", - "integrity": "sha512-tuEDq/5xwdK//0W3FZgAGJgTRlgV15fdVm6Nbo/nn2K/O0SmgJd3exybblZCOg2ZiVB8IGDyqzCflINc7u6G8Q==", + "version": "1.9.8", + "resolved": "https://registry.npmjs.org/@vuepress/plugin-google-analytics/-/plugin-google-analytics-1.9.8.tgz", + "integrity": "sha512-bLB7UxmSaSHuD0dEZe4IBGou9pbMUSCPopjkaU41edb4tEQJwejvT32q3lX8Z+29jVLFQZ8XN2RGsu5e21oMiQ==", + "dev": true, + "dependencies": { + "@vuepress/types": "1.9.8" + } + }, + "node_modules/@vuepress/plugin-google-analytics/node_modules/@vuepress/types": { + "version": "1.9.8", + "resolved": "https://registry.npmjs.org/@vuepress/types/-/types-1.9.8.tgz", + "integrity": "sha512-ygRFqILi4SQjExxvpVUFXB/h76dN+k8GrDWYhAgmox1zhWEEzsskbqewXGKWE48RW9EJDYGgh8jy+CWvm7ILXg==", "dev": true, "dependencies": { - "@vuepress/types": "1.9.5" + "@types/markdown-it": "^10.0.0", + "@types/webpack-dev-server": "^3", + "webpack-chain": "^6.0.0" } }, "node_modules/@vuepress/plugin-last-updated": { @@ -19830,12 +19841,25 @@ } }, "@vuepress/plugin-google-analytics": { - "version": "1.9.5", - "resolved": "https://registry.npmjs.org/@vuepress/plugin-google-analytics/-/plugin-google-analytics-1.9.5.tgz", - "integrity": "sha512-tuEDq/5xwdK//0W3FZgAGJgTRlgV15fdVm6Nbo/nn2K/O0SmgJd3exybblZCOg2ZiVB8IGDyqzCflINc7u6G8Q==", + "version": "1.9.8", + "resolved": "https://registry.npmjs.org/@vuepress/plugin-google-analytics/-/plugin-google-analytics-1.9.8.tgz", + "integrity": "sha512-bLB7UxmSaSHuD0dEZe4IBGou9pbMUSCPopjkaU41edb4tEQJwejvT32q3lX8Z+29jVLFQZ8XN2RGsu5e21oMiQ==", "dev": true, "requires": { - "@vuepress/types": "1.9.5" + "@vuepress/types": "1.9.8" + }, + "dependencies": { + "@vuepress/types": { + "version": "1.9.8", + "resolved": "https://registry.npmjs.org/@vuepress/types/-/types-1.9.8.tgz", + "integrity": "sha512-ygRFqILi4SQjExxvpVUFXB/h76dN+k8GrDWYhAgmox1zhWEEzsskbqewXGKWE48RW9EJDYGgh8jy+CWvm7ILXg==", + "dev": true, + "requires": { + "@types/markdown-it": "^10.0.0", + "@types/webpack-dev-server": "^3", + "webpack-chain": "^6.0.0" + } + } } }, "@vuepress/plugin-last-updated": { diff --git a/package.json b/package.json index 0e771a4e..684ccc49 100644 --- a/package.json +++ b/package.json @@ -29,6 +29,6 @@ "typescript": "4.2.4", "vuepress": "1.4.0", "@vuepress/plugin-back-to-top": "^1.9.5", - "@vuepress/plugin-google-analytics": "^1.9.5" + "@vuepress/plugin-google-analytics": "^1.9.8" } }