diff --git a/package-lock.json b/package-lock.json index 48aabd2..53e5804 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@nuxtjs/apollo": "5.0.0-alpha.14", "@nuxtjs/tailwindcss": "6.12.2", "@tailwindcss/typography": "0.5.15", - "@types/node": "20.16.15", + "@types/node": "20.17.0", "@vue/apollo-composable": "4.2.1", "@vueuse/core": "11.1.0", "@vueuse/nuxt": "11.1.0", @@ -2523,9 +2523,9 @@ } }, "node_modules/@types/node": { - "version": "20.16.15", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.16.15.tgz", - "integrity": "sha512-DV58qQz9dBMqVVn+qnKwGa51QzCD4YM/tQM16qLKxdf5tqz5W4QwtrMzjSTbabN1cFTSuyxVYBy+QWHjWW8X/g==", + "version": "20.17.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.17.0.tgz", + "integrity": "sha512-a7zRo0f0eLo9K5X9Wp5cAqTUNGzuFLDG2R7C4HY2BhcMAsxgSPuRvAC1ZB6QkuUQXf0YZAgfOX2ZyrBa2n4nHQ==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 55ff7d2..e4765d0 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@nuxtjs/apollo": "5.0.0-alpha.14", "@nuxtjs/tailwindcss": "6.12.2", "@tailwindcss/typography": "0.5.15", - "@types/node": "20.16.15", + "@types/node": "20.17.0", "@vue/apollo-composable": "4.2.1", "@vueuse/core": "11.1.0", "@vueuse/nuxt": "11.1.0",