diff --git a/example/package.json b/example/package.json index 5b37087b..5fa0a85e 100644 --- a/example/package.json +++ b/example/package.json @@ -7,7 +7,7 @@ }, "devDependencies": { "@nuxt/types": "^2.18.1", - "@types/node-fetch": "^2.6.11", + "@types/node-fetch": "^2.6.12", "nuxt": "^2.18.1" }, "scripts": { diff --git a/package.json b/package.json index 6ab68863..0e33f298 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "@nuxt/typescript-build": "^3.0.2", "@nuxtjs/module-test-utils": "^1.6.3", "@nuxtjs/pwa": "^3.3.5", - "@release-it/conventional-changelog": "^9.0.2", + "@release-it/conventional-changelog": "^9.0.3", "@types/fs-extra": "^11.0.4", "@types/node": "^22.9.0", "@types/normalize-path": "^3.0.2", @@ -83,7 +83,7 @@ "cross-env": "^7.0.3", "eslint": "^8.57.1", "eslint-plugin-promise": "^7.1.0", - "happy-dom": "^15.11.0", + "happy-dom": "^15.11.1", "http-server": "^14.1.1", "lint-staged": "^15.2.10", "npm-run-all2": "^7.0.1", @@ -96,7 +96,7 @@ "ts-loader": "^8.4.0", "tsd": "^0.31.2", "typescript": "5.6.3", - "vite": "^5.4.10", + "vite": "^5.4.11", "vitest": "^2.1.4", "yorkie": "^2.0.0" }, diff --git a/yarn.lock b/yarn.lock index 549e697c..5c44dcae 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3440,10 +3440,10 @@ resolved "https://registry.yarnpkg.com/@polka/url/-/url-1.0.0-next.25.tgz#f077fdc0b5d0078d30893396ff4827a13f99e817" integrity sha512-j7P6Rgr3mmtdkeDGTe0E/aYyWEWVtc5yFXtHCRHs28/jptDEWfaVOc5T7cblqy1XKPPfCxJc/8DwQ5YgLOZOVQ== -"@release-it/conventional-changelog@^9.0.2": - version "9.0.2" - resolved "https://registry.yarnpkg.com/@release-it/conventional-changelog/-/conventional-changelog-9.0.2.tgz#abfa735a02cc31a7d19567a2a8d83bc178ab2d6c" - integrity sha512-10IF0E3QmGp67d3WDFekm8ESIhE08duy8dYI9UOFGbQDmhptxwoYbtxypzIel52+cxSDD6gEh/FVLhKlQmJqAA== +"@release-it/conventional-changelog@^9.0.3": + version "9.0.3" + resolved "https://registry.yarnpkg.com/@release-it/conventional-changelog/-/conventional-changelog-9.0.3.tgz#4d8a4b07a7bba8c6ed151ea8ae75bca15d3219eb" + integrity sha512-+3TL+B89Kc+VTbfGxpTvJkbegWt5XIzkovsYVJyoZpOZDG07v25FU8c5R5Q8yNUs76Ikfq0sp+ZTTxmefG4Hiw== dependencies: concat-stream "^2.0.0" conventional-changelog "^6.0.0" @@ -8652,10 +8652,10 @@ handlebars@^4.7.7: optionalDependencies: uglify-js "^3.1.4" -happy-dom@^15.11.0: - version "15.11.0" - resolved "https://registry.yarnpkg.com/happy-dom/-/happy-dom-15.11.0.tgz#ae88f49a96d7ff156fa54cb6be2cb8e94cec6ed6" - integrity sha512-/zyxHbXriYJ8b9Urh43ILk/jd9tC07djURnJuAimJ3tJCOLOzOUp7dEHDwJOZyzROlrrooUhr/0INZIDBj1Bjw== +happy-dom@^15.11.1: + version "15.11.1" + resolved "https://registry.yarnpkg.com/happy-dom/-/happy-dom-15.11.1.tgz#0afaab5066655d561689dd977cdb13dd3412f525" + integrity sha512-c6Ysm3743TQBBaNu26IOFtlb7rl5iS85zOq5PpZwe2NO70/8fs6nZOnC9mN1cxRsAlL7nx6G+/4kk2zBz4afJg== dependencies: entities "^4.5.0" webidl-conversions "^7.0.0" @@ -15429,10 +15429,10 @@ vite@^5.0.0: optionalDependencies: fsevents "~2.3.3" -vite@^5.4.10: - version "5.4.10" - resolved "https://registry.yarnpkg.com/vite/-/vite-5.4.10.tgz#d358a7bd8beda6cf0f3b7a450a8c7693a4f80c18" - integrity sha512-1hvaPshuPUtxeQ0hsVH3Mud0ZanOLwVTneA1EgbAM5LhaZEqyPWGRQ7BtaMvUrTDeEaC8pxtj6a6jku3x4z6SQ== +vite@^5.4.11: + version "5.4.11" + resolved "https://registry.yarnpkg.com/vite/-/vite-5.4.11.tgz#3b415cd4aed781a356c1de5a9ebafb837715f6e5" + integrity sha512-c7jFQRklXua0mTzneGW9QVyxFjUgwcihC4bXEtujIo2ouWCe1Ajt/amn2PCxYnhYfd5k09JX3SB7OYWFKYqj8Q== dependencies: esbuild "^0.21.3" postcss "^8.4.43"