diff --git a/package-lock.json b/package-lock.json index 7d368422..2b40d2f1 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.9", "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.9", + "resolved": "https://registry.npmjs.org/@vuepress/plugin-google-analytics/-/plugin-google-analytics-1.9.9.tgz", + "integrity": "sha512-GxrM4BopPqTiGAq2ku5HqInha6uQZePxdGpU8etTbM6hhaxZAev4HehrtHISAJm5dVptbFFJl3sNGQBnw2deFQ==", + "dev": true, + "dependencies": { + "@vuepress/types": "1.9.9" + } + }, + "node_modules/@vuepress/plugin-google-analytics/node_modules/@vuepress/types": { + "version": "1.9.9", + "resolved": "https://registry.npmjs.org/@vuepress/types/-/types-1.9.9.tgz", + "integrity": "sha512-ukGW49ILzLhIc7CltHMr+BeIjWKloJNN1mrvbDz3beycp9b9kgH+DXNdRIK9QCKr4fJsy7x08vNMwZr9Nq/PTQ==", "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.9", + "resolved": "https://registry.npmjs.org/@vuepress/plugin-google-analytics/-/plugin-google-analytics-1.9.9.tgz", + "integrity": "sha512-GxrM4BopPqTiGAq2ku5HqInha6uQZePxdGpU8etTbM6hhaxZAev4HehrtHISAJm5dVptbFFJl3sNGQBnw2deFQ==", "dev": true, "requires": { - "@vuepress/types": "1.9.5" + "@vuepress/types": "1.9.9" + }, + "dependencies": { + "@vuepress/types": { + "version": "1.9.9", + "resolved": "https://registry.npmjs.org/@vuepress/types/-/types-1.9.9.tgz", + "integrity": "sha512-ukGW49ILzLhIc7CltHMr+BeIjWKloJNN1mrvbDz3beycp9b9kgH+DXNdRIK9QCKr4fJsy7x08vNMwZr9Nq/PTQ==", + "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..af33f35b 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.9" } }