From aafc7768be1ba0e8464bfc16521810a49ea18eb9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 17:18:39 +0100 Subject: [PATCH] chore(deps): bump the npm_and_yarn group in /website with 3 updates (#3186) Bumps the npm_and_yarn group in /website with 3 updates: [happy-dom](https://github.com/capricorn86/happy-dom), [cookie](https://github.com/jshttp/cookie) and [@bundled-es-modules/cookie](https://github.com/bundled-es-modules/cookie). Updates `happy-dom` from 15.9.0 to 15.10.1 - [Release notes](https://github.com/capricorn86/happy-dom/releases) - [Commits](https://github.com/capricorn86/happy-dom/compare/v15.9.0...v15.10.1) Updates `cookie` from 0.5.0 to 0.7.2 - [Release notes](https://github.com/jshttp/cookie/releases) - [Commits](https://github.com/jshttp/cookie/compare/v0.5.0...v0.7.2) Updates `@bundled-es-modules/cookie` from 2.0.0 to 2.0.1 - [Commits](https://github.com/bundled-es-modules/cookie/commits) --- updated-dependencies: - dependency-name: happy-dom dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: cookie dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@bundled-es-modules/cookie" dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- website/package-lock.json | 28 ++++++++-------------------- website/package.json | 2 +- 2 files changed, 9 insertions(+), 21 deletions(-) diff --git a/website/package-lock.json b/website/package-lock.json index 26bc34383..8b7ef60c7 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -72,7 +72,7 @@ "eslint-plugin-prefer-arrow": "^1.2.3", "eslint-plugin-react": "^7.35.2", "eslint-plugin-react-hooks": "^4.6.2", - "happy-dom": "^15.9.0", + "happy-dom": "^15.10.1", "msw": "^2.5.2", "prettier": "3.3.3", "prettier-plugin-astro": "^0.14.1", @@ -710,23 +710,12 @@ } }, "node_modules/@bundled-es-modules/cookie": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@bundled-es-modules/cookie/-/cookie-2.0.0.tgz", - "integrity": "sha512-Or6YHg/kamKHpxULAdSqhGqnWFneIXu1NKvvfBBzKGwpVsYuFIQ5aBPHDnnoR3ghW1nvSkALd+EF9iMtY7Vjxw==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@bundled-es-modules/cookie/-/cookie-2.0.1.tgz", + "integrity": "sha512-8o+5fRPLNbjbdGRRmJj3h6Hh1AQJf2dk3qQ/5ZFb+PXkRNiSoMGGUKlsgLfrxneb72axVJyIYji64E2+nNfYyw==", "dev": true, - "license": "ISC", "dependencies": { - "cookie": "^0.5.0" - } - }, - "node_modules/@bundled-es-modules/cookie/node_modules/cookie": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.5.0.tgz", - "integrity": "sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 0.6" + "cookie": "^0.7.2" } }, "node_modules/@bundled-es-modules/statuses": { @@ -8335,11 +8324,10 @@ } }, "node_modules/happy-dom": { - "version": "15.9.0", - "resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-15.9.0.tgz", - "integrity": "sha512-p+6ySXcpvjVW0Xetv6e8ccT2txbDpHE0RfZOEE84tQ8ESL1nlzCjvS6fZD77DkYXE540D+2N20hhFeBN6B/CJA==", + "version": "15.10.1", + "resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-15.10.1.tgz", + "integrity": "sha512-FuGnj/qIB4QnBL6fWmD7Wnh6STxevLgOVWB6+nopDGgWG1+t9CXkNB2ldZ+iqwD2UKxD2D0SU8el8A6AX6Q1+g==", "dev": true, - "license": "MIT", "dependencies": { "entities": "^4.5.0", "webidl-conversions": "^7.0.0", diff --git a/website/package.json b/website/package.json index 771248ed5..1fd770a23 100644 --- a/website/package.json +++ b/website/package.json @@ -85,7 +85,7 @@ "eslint-plugin-prefer-arrow": "^1.2.3", "eslint-plugin-react": "^7.35.2", "eslint-plugin-react-hooks": "^4.6.2", - "happy-dom": "^15.9.0", + "happy-dom": "^15.10.1", "msw": "^2.5.2", "prettier": "3.3.3", "prettier-plugin-astro": "^0.14.1",