From 20f01d905461331e4f5932773ef608f0706d20b8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 14:36:59 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies --- package-lock.json | 16 ++++++++-------- package.json | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index ecf2a32515..345634178e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "@nuxt/eslint": "0.5.7", "@nuxt/module-builder": "0.8.4", "@nuxt/webpack-builder": "3.13.2", - "@types/node": "20.16.7", + "@types/node": "20.16.9", "@types/vue": "2.0.0", "commitlint": "19.5.0", "eslint": "9.11.1", @@ -58,7 +58,7 @@ "vite-svg-loader": "5.1.0", "vitepress": "1.3.4", "vitest": "2.1.1", - "vue-semantic-structure": "^1.0.0-next.11", + "vue-semantic-structure": "^1.0.0-next", "wicg-inert": "3.1.3" } }, @@ -5949,9 +5949,9 @@ "peer": true }, "node_modules/@types/node": { - "version": "20.16.7", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.16.7.tgz", - "integrity": "sha512-QkDQjAY3gkvJNcZOWwzy3BN34RweT0OQ9zJyvLCU0kSK22dO2QYh/NHGfbEAYylPYzRB1/iXcojS79wOg5gFSw==", + "version": "20.16.9", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.16.9.tgz", + "integrity": "sha512-rkvIVJxsOfBejxK7I0FO5sa2WxFmJCzoDwcd88+fq/CUfynNywTo/1/T6hyFz22CyztsnLS9nVlHOnTI36RH5w==", "dev": true, "license": "MIT", "dependencies": { @@ -24039,9 +24039,9 @@ "license": "MIT" }, "node_modules/vue-semantic-structure": { - "version": "1.0.0-next.11", - "resolved": "https://registry.npmjs.org/vue-semantic-structure/-/vue-semantic-structure-1.0.0-next.11.tgz", - "integrity": "sha512-i2MzYIbn18nDdvNy6HcGgRYfHb10oP9XsK0q8fxY2XHRoXfrv4Xd4pkZuNVjVh5PspCouJNZty2DlD+RCGrZuQ==", + "version": "1.0.0-next.15", + "resolved": "https://registry.npmjs.org/vue-semantic-structure/-/vue-semantic-structure-1.0.0-next.15.tgz", + "integrity": "sha512-3FzN1C0VJZRvRjQ2Eu2UX4AAWxBEkAXpWyJtu5cTdoawqFYz96chu6/UEw6nYhp/NHWb8i88Miq3hzOefen6PA==", "dev": true, "license": "MIT" }, diff --git a/package.json b/package.json index 74979c7213..b7e87e5d44 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "@nuxt/eslint": "0.5.7", "@nuxt/module-builder": "0.8.4", "@nuxt/webpack-builder": "3.13.2", - "@types/node": "20.16.7", + "@types/node": "20.16.9", "@types/vue": "2.0.0", "commitlint": "19.5.0", "eslint": "9.11.1", @@ -100,7 +100,7 @@ "vite-svg-loader": "5.1.0", "vitepress": "1.3.4", "vitest": "2.1.1", - "vue-semantic-structure": "^1.0.0-next.11", + "vue-semantic-structure": "^1.0.0-next", "wicg-inert": "3.1.3" } }