Bump ws and @wordpress/scripts (#329)

Bumps [ws](https://github.com/websockets/ws) to 8.18.0 and updates ancestor dependency [@wordpress/scripts](https://github.com/WordPress/gutenberg/tree/HEAD/packages/scripts). These dependencies need to be updated together.


Updates `ws` from 8.13.0 to 8.18.0
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/compare/8.13.0...8.18.0)

Updates `@wordpress/scripts` from 28.6.0 to 30.0.2
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/scripts/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/scripts@30.0.2/packages/scripts)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: indirect
- dependency-name: "@wordpress/scripts"
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-10-01 14:21:43 -04:00 committed by GitHub
parent c46b1c8f00
commit 78b79ba7f1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 1077 additions and 1246 deletions

2319
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -7,7 +7,7 @@
"private": true,
"devDependencies": {
"@wordpress/env": "10.6.0",
"@wordpress/scripts": "28.6.0"
"@wordpress/scripts": "30.0.2"
},
"scripts": {
"setup:tools": "npm install && composer install",

View file

@ -6,7 +6,7 @@
"license": "GPL-2.0-or-later",
"private": true,
"devDependencies": {
"@wordpress/scripts": "28.6.0"
"@wordpress/scripts": "30.0.2"
},
"eslintConfig": {
"extends": "../../.eslintrc.js"