Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): Bump the npm_and_yarn group across 5 directories with 12 updates #2437

Merged
merged 2 commits into from
Aug 6, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 5, 2024

Bumps the npm_and_yarn group with 4 updates in the / directory: js-green-licenses, mocha, @types/mocha and minimist.
Bumps the npm_and_yarn group with 5 updates in the /examples/blockly-angular directory:

Package From To
ini 1.3.5 1.3.8
minimist 1.2.6 1.2.8
serialize-javascript 6.0.1 6.0.2
json-schema 0.2.3 0.4.0
jsprim 1.4.1 1.4.2

Bumps the npm_and_yarn group with 1 update in the /examples/blockly-react directory: minimist.
Bumps the npm_and_yarn group with 5 updates in the /examples/blockly-rtc directory:

Package From To
mocha 10.2.0 10.7.0
ansi-regex 4.1.0 6.0.1
minimist 1.2.5 1.2.8
serialize-javascript 2.1.2 4.0.0
copy-webpack-plugin 5.1.1 5.1.2

Bumps the npm_and_yarn group with 1 update in the /plugins/keyboard-navigation directory: mocha.

Updates js-green-licenses from 1.1.0 to 4.0.0

Release notes

Sourced from js-green-licenses's releases.

v4.0.0

4.0.0 (2023-01-09)

⚠ BREAKING CHANGES

  • drop support for node.js 10.x (#176)

Bug Fixes

  • deps: update dependency gaxios to v5 (#195) (876307f)
  • deps: update dependency package-json to v7 (#172) (cb2900e)
  • deps: upgrade to typescript 4.4.4 (#180) (da3fed5)

Build System

js-green-licenses v3.0.1

Bug Fixes

js-green-licenses v3.0.0

⚠ BREAKING CHANGES

  • The packageWhitelist field has been renamed to packageAllowlist.

Features

  • added skipping of package.json check if package is whitelisted (resolves #118) (#136) (0d95d18)
  • use allowlist for allowed licenses (#153) (d24827f)

Bug Fixes

js-green-licenses v2.0.1

Bug Fixes

  • Added support for the UNLICENSED NPM magic value (fixes #113) (#134) (c7966eb)

... (truncated)

Changelog

Sourced from js-green-licenses's changelog.

4.0.0 (2023-01-09)

⚠ BREAKING CHANGES

  • drop support for node.js 10.x (#176)

Bug Fixes

  • deps: update dependency gaxios to v5 (#195) (876307f)
  • deps: update dependency package-json to v7 (#172) (cb2900e)
  • deps: upgrade to typescript 4.4.4 (#180) (da3fed5)

Build System

4.0.0 (2021-10-20)

⚠ BREAKING CHANGES

  • drop support for node.js 10.x (#176)

Bug Fixes

  • deps: update dependency package-json to v7 (#172) (cb2900e)
  • deps: upgrade to typescript 4.4.4 (#180) (da3fed5)

Build System

3.0.1 (2021-04-05)

Bug Fixes

3.0.0 (2021-01-22)

⚠ BREAKING CHANGES

  • The packageWhitelist field has been renamed to packageAllowlist.

Features

... (truncated)

Commits
  • 6bedc88 chore(main): release 4.0.0 (#201)
  • 19d6b49 build(coverage): fix coverage support (#205)
  • be0357f build(lock): update lock file version (#204)
  • 3f90ec8 chore(deps): update dependency mock-fs to v5 (#167)
  • 6722d74 chore(deps): update actions/checkout action to v3 (#183)
  • 5a503e4 chore(deps): update dependency typescript to ~4.9.0 (#182)
  • 8e9ee61 chore(deps): update actions/setup-node action to v3 (#184)
  • 12546fe chore(deps): update dependency @​types/spdx-correct to v3 (#190)
  • 6b1ef2e docs: remove code coverage badge (#203)
  • b152ab0 chore(deps): update dependency @​types/node to v18 (#192)
  • Additional commits viewable in compare view

Updates mocha from 7.2.0 to 10.7.0

Release notes

Sourced from mocha's releases.

v10.7.0

What's Changed

New Contributors

Full Changelog: mochajs/mocha@v10.6.1...v10.7.0

v10.6.1

What's Changed

Full Changelog: mochajs/mocha@v10.6.0...v10.6.1

v10.6.0

What's Changed

Full Changelog: mochajs/mocha@v10.5.2...v10.6.0

v10.5.2

What's Changed

New Contributors

Full Changelog: mochajs/mocha@v10.5.1...v10.5.2

v10.5.1

What's Changed

New Contributors

Full Changelog: mochajs/mocha@v10.5.0...v10.5.1

v10.5.0

🎉 Enhancements

... (truncated)

Changelog

Sourced from mocha's changelog.

10.7.0 / 2024-07-20

🎉 Enhancements

10.6.1 / 2024-07-20

🐛 Fixes

10.6.0 / 2024-07-02

🎉 Enhancements

10.5.2 / 2024-06-25

🐛 Fixes

10.5.1 / 2024-06-24

🐛 Fixes

  • #5086 fix: Add error handling for nonexistent file case with --file option (@​khoaHyh)

10.5.0 / 2024-06-24

🎉 Enhancements

🐛 Fixes

🔩 Other

... (truncated)

Commits
  • 9692b3a Release v10.7.0
  • 8711e72 docs: add 10.7.0 to CHANGELOG.md and docs/index.md
  • deb8679 feat: add option to not fail on failing test suite (#4771)
  • 9a1c458 Release v10.6.1
  • 3855e66 docs: add 10.6.1 to CHANGELOG.md
  • 579e047 fix: support canonical module (#5040)
  • 6d24689 fix: do not exit when only unref'd timer is present in test code (#3825)
  • 24560c1 chore: remove failing hyperlink linkcheck task (#5176)
  • 95772ef ci: harden label based browser runner
  • 8d0ca3e docs: remove outdated license scan badge (#5167)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by joshuakgoldberg, a new releaser for mocha since your current version.


Updates @types/mocha from 9.1.0 to 10.0.7

Commits

Updates @types/mocha from 9.1.0 to 10.0.7

Commits

Updates ansi-regex from 3.0.0 to 5.0.1

Release notes

Sourced from ansi-regex's releases.

v6.0.1

Fixes

  • Fix ReDoS in certain cases (#37) You are only really affected if you run the regex on untrusted user input in a server context, which it's very unlikely anyone is doing, since this regex is mainly used in command-line tools.

CVE-2021-3807

chalk/ansi-regex@v6.0.0...v6.0.1

Thank you @​yetingli for the patch and reproduction case!

v6.0.0

Breaking

  • Require Node.js 12 1b337ad
  • This package is now pure ESM. Please read this.

chalk/ansi-regex@v5.0.0...v6.0.0

v5.0.1

Fixes (backport of 6.0.1 to v5)

This is a backport of the minor ReDos vulnerability in ansi-regex@<6.0.1, as requested in #38.

  • Fix ReDoS in certain cases (#37) You are only really affected if you run the regex on untrusted user input in a server context, which it's very unlikely anyone is doing, since this regex is mainly used in command-line tools.

CVE-2021-3807

https://github.com/chalk/ansi-regex/compare/v5.0.0..v5.0.1

Thank you @​yetingli for the patch and reproduction case!

v5.0.0

Breaking

  • Require Node.js 8 166a0d5

Enhancements

  • Add TypeScript definition (#32) e77ea17

chalk/ansi-regex@v4.1.0...v5.0.0

Commits

Updates flat from 4.1.1 to 5.0.2

Commits
  • e5ffd66 Release 5.0.2
  • fdb79d5 Update dependencies, refresh lockfile, format with standard.
  • e52185d Test against node 14 in CI.
  • 0189cb1 Avoid arrow function syntax.
  • f25d3a1 Release 5.0.1
  • 54cc7ad use standard formatting
  • 779816e drop dependencies
  • 2eea6d3 Bump lodash from 4.17.15 to 4.17.19
  • a61a554 Bump acorn from 7.1.0 to 7.4.0
  • 20ef0ef Fix prototype pollution on unflatten
  • Additional commits viewable in compare view

Updates got from 9.6.0 to 11.8.6

Release notes

Sourced from got's releases.

v11.8.6

  • Destroy request object after successful response

sindresorhus/got@v11.8.5...v11.8.6

v11.8.5

sindresorhus/got@v11.8.4...v11.8.5

v11.8.3

  • Bump cacheable-request dependency (#1921) 9463bb6
  • Fix HTTPError missing .code property (#1739) 0e167b8

sindresorhus/got@v11.8.2...v11.8.3

v11.8.2

  • Make the dnsCache option lazy (#1529) 3bd245f This slightly improves Got startup performance and fixes an issue with Jest.

sindresorhus/got@v11.8.1...v11.8.2

v11.8.1

  • Do not throw on custom stack traces (#1491) 4c815c3a609eb74d0eb139414d9996b4f65dc3c0

v11.8.0

  • Fix for sending files with size 0 on stat (#1488) 7acd380
  • beforeRetry allows stream body if different from original (#1501) 3dd2273
  • Set default value for an options object (#1495) 390b145

sindresorhus/got@v11.7.0...v11.8.0

v11.7.0

Improvements

  • Add pfx HTTPS option (#1364) c33df7f
  • Update body after beforeRequest (#1453) e1c1844
  • Don&#39;t allocate buffer twice (#1403) 7bc69d9

Fixes

  • Fix a regression where body was sent after redirect 88b32ea
  • Fix destructure error on promise.json() c97ce7c
  • Do not ignore userinfo on a redirect to the same origin 52de13b

sindresorhus/got@v11.6.2...v11.7.0

v11.6.2

Bug fixes

... (truncated)

Commits

Updates minimist from 1.2.6 to 1.2.8

Changelog

Sourced from minimist's changelog.

v1.2.8 - 2023-02-09

Merged

Fixed

Commits

  • Merge tag 'v0.2.3' a026794
  • [eslint] fix indentation and whitespace 5368ca4
  • [eslint] fix indentation and whitespace e5f5067
  • [eslint] more cleanup 62fde7d
  • [eslint] more cleanup 36ac5d0
  • [meta] add auto-changelog 73923d2
  • [actions] add reusable workflows d80727d
  • [eslint] add eslint; rules to enable later are warnings 48bc06a
  • [eslint] fix indentation 34b0f1c
  • [readme] rename and add badges 5df0fe4
  • [Dev Deps] switch from covert to nyc a48b128
  • [Dev Deps] update covert, tape; remove unnecessary tap f0fb958
  • [meta] create FUNDING.yml; add funding in package.json 3639e0c
  • [meta] use npmignore to autogenerate an npmignore file be2e038
  • Only apps should have lockfiles 282b570
  • isConstructorOrProto adapted from PR ef9153f
  • [Dev Deps] update @ljharb/eslint-config, aud 098873c
  • [Dev Deps] update @ljharb/eslint-config, aud 3124ed3
  • [meta] add safe-publish-latest 4b927de
  • [Tests] add aud in posttest b32d9bd
  • [meta] update repo URLs f9fdfc0
  • [actions] Avoid 0.6 tests due to build failures ba92fe6
  • [Dev Deps] update tape 950eaa7
  • [Dev Deps] add missing npmignore dev dep 3226afa
  • Merge tag 'v0.2.2' 980d7ac

v1.2.7 - 2022-10-10

Commits

... (truncated)

Commits
  • 6901ee2 v1.2.8
  • a026794 Merge tag 'v0.2.3'
  • c0b2661 v0.2.3
  • 63b8fee [Fix] Fix long option followed by single dash (#17)
  • 72239e6 [Tests] Remove duplicate test (#12)
  • 34b0f1c [eslint] fix indentation
  • 3226afa [Dev Deps] add missing npmignore dev dep
  • 098873c [Dev Deps] update @ljharb/eslint-config, aud
  • 9ec4d27 [Fix] Fix long option followed by single dash
  • ba92fe6 [actions] Avoid 0.6 tests due to build failures
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by ljharb, a new releaser for minimist since your current version.


Updates ini from 1.3.5 to 1.3.8

Commits
  • a2c5da8 1.3.8
  • af5c6bb Do not use Object.create(null)
  • 8b648a1 don't test where our devdeps don't even work
  • c74c8af 1.3.7
  • 024b8b5 update deps, add linting
  • 032fbaf Use Object.create(null) to avoid default object property hazards
  • 2da9039 1.3.6
  • cfea636 better git push script, before publish instead of after
  • 56d2805 do not allow invalid hazardous string as section name
  • See full diff in compare view
Maintainer changes

This version was pushed to npm by isaacs, a new releaser for ini since your current version.


Updates minimist from 1.2.6 to 1.2.8

Changelog

Sourced from minimist's changelog.

v1.2.8 - 2023-02-09

Merged

Fixed

Commits

  • Merge tag 'v0.2.3' a026794
  • [eslint] fix indentation and whitespace 5368ca4
  • [eslint] fix indentation and whitespace e5f5067
  • [eslint] more cleanup 62fde7d
  • [eslint] more cleanup 36ac5d0
  • [meta] add auto-changelog 73923d2
  • [actions] add reusable workflows d80727d
  • [eslint] add eslint; rules to enable later are warnings 48bc06a
  • [eslint] fix indentation 34b0f1c
  • [readme] rename and add badges 5df0fe4
  • [Dev Deps] switch from covert to nyc a48b128
  • [Dev Deps] update covert, tape; remove unnecessary tap f0fb958
  • [meta] create FUNDING.yml; add funding in package.json 3639e0c
  • [meta] use npmignore to autogenerate an npmignore file be2e038
  • Only apps should have lockfiles 282b570
  • isConstructorOrProto adapted from PR ef9153f
  • [Dev Deps] update @ljharb/eslint-config, aud 098873c
  • [Dev Deps] update @ljharb/eslint-config, aud 3124ed3
  • [meta] add safe-publish-latest 4b927de
  • [Tests] add aud in posttest b32d9bd
  • [meta] update repo URLs f9fdfc0
  • [actions] Avoid 0.6 tests due to build failures ba92fe6
  • [Dev Deps] update tape 950eaa7
  • [Dev Deps] add missing npmignore dev dep 3226afa
  • Merge tag 'v0.2.2' 980d7ac

v1.2.7 - 2022-10-10

Commits

... (truncated)

Commits
  • 6901ee2 v1.2.8
  • a026794 Merge tag 'v0.2.3'
  • c0b2661 v0.2.3
  • 63b8fee [Fix] Fix long option followed by single dash (#17)
  • 72239e6 [Tests] Remove duplicate test (#12)
  • 34b0f1c [eslint] fix indentation
  • 3226afa [Dev Deps] add missing npmignore dev dep
  • 098873c [Dev Deps] update @ljharb/eslint-config, aud
  • 9ec4d27 [Fix] Fix long option followed by single dash
  • ba92fe6 [actions] Avoid 0.6 tests due to build failures
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by ljharb, a new releaser for minimist since your current version.


Updates serialize-javascript from 6.0.1 to 6.0.2

Release notes

Sourced from serialize-javascript's releases.

v6.0.2

  • fix: serialize URL string contents to prevent XSS (#173) f27d65d
  • Bump @​babel/traverse from 7.10.1 to 7.23.7 (#171) 02499c0
  • docs: update readme with URL support (#146) 0d88527
  • chore: update node version and lock file e2a3a91
  • fix typo (#164) 5a1fa64

yahoo/serialize-javascript@v6.0.1...v6.0.2

Commits

Updates json-schema from 0.2.3 to 0.4.0

Commits
  • f6f6a3b Use a little more robust method of checking instances
  • ef60987 Update version
  • b62f1da Protect against constructor modification, #84
  • fb427cd Link to json-schema-org repository in addition to site, fixes #54
  • 22f1461 Don't allow proto property to be used for schema default/coerce, fixes #84
  • c52a27c Get basic test to pass
  • b3f42b3 Add security policy
  • 3b0cec3 Update version
  • c28470f Update readme to acknowledge the state of the package
  • 7dff9cd Merge pull request #81 from hodovani/patch-1
  • Additional commits viewable in compare view

Updates jsprim from 1.4.1 to 1.4.2

Changelog

Sourced from jsprim's changelog.

v1.4.2 (2021-11-29)

  • #35 Backport json-schema 0.4.0 to version 1.4.x
Commits
Maintainer changes

This version was pushed to npm by bahamat, a new releaser for jsprim since your current version.


Updates jsprim from 1.4.1 to 1.4.2

Changelog

Sourced from jsprim's changelog.

v1.4.2 (2021-11-29)

  • #35 Backport json-schema 0.4.0 to version 1.4.x
Commits
Maintainer changes

This version was pushed to npm by bahamat, a new releaser for jsprim since your current version.


Updates minimist from 1.2.7 to 1.2.8

Changelog

Sourced from minimist's changelog.

v1.2.8 - 2023-02-09

Merged

Fixed

...

Description has been truncated

… updates

Bumps the npm_and_yarn group with 4 updates in the / directory: [js-green-licenses](https://github.com/google/js-green-licenses), [mocha](https://github.com/mochajs/mocha), [@types/mocha](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mocha) and [minimist](https://github.com/minimistjs/minimist).
Bumps the npm_and_yarn group with 5 updates in the /examples/blockly-angular directory:

| Package | From | To |
| --- | --- | --- |
| [ini](https://github.com/npm/ini) | `1.3.5` | `1.3.8` |
| [minimist](https://github.com/minimistjs/minimist) | `1.2.6` | `1.2.8` |
| [serialize-javascript](https://github.com/yahoo/serialize-javascript) | `6.0.1` | `6.0.2` |
| [json-schema](https://github.com/kriszyp/json-schema) | `0.2.3` | `0.4.0` |
| [jsprim](https://github.com/joyent/node-jsprim) | `1.4.1` | `1.4.2` |

Bumps the npm_and_yarn group with 1 update in the /examples/blockly-react directory: [minimist](https://github.com/minimistjs/minimist).
Bumps the npm_and_yarn group with 5 updates in the /examples/blockly-rtc directory:

| Package | From | To |
| --- | --- | --- |
| [mocha](https://github.com/mochajs/mocha) | `10.2.0` | `10.7.0` |
| [ansi-regex](https://github.com/chalk/ansi-regex) | `4.1.0` | `6.0.1` |
| [minimist](https://github.com/minimistjs/minimist) | `1.2.5` | `1.2.8` |
| [serialize-javascript](https://github.com/yahoo/serialize-javascript) | `2.1.2` | `4.0.0` |
| [copy-webpack-plugin](https://github.com/webpack-contrib/copy-webpack-plugin) | `5.1.1` | `5.1.2` |

Bumps the npm_and_yarn group with 1 update in the /plugins/keyboard-navigation directory: [mocha](https://github.com/mochajs/mocha).


Updates `js-green-licenses` from 1.1.0 to 4.0.0
- [Release notes](https://github.com/google/js-green-licenses/releases)
- [Changelog](https://github.com/google/js-green-licenses/blob/main/CHANGELOG.md)
- [Commits](google/js-green-licenses@v1.1.0...v4.0.0)

Updates `mocha` from 7.2.0 to 10.7.0
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md)
- [Commits](mochajs/mocha@v7.2.0...v10.7.0)

Updates `@types/mocha` from 9.1.0 to 10.0.7
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mocha)

Updates `@types/mocha` from 9.1.0 to 10.0.7
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mocha)

Updates `ansi-regex` from 3.0.0 to 5.0.1
- [Release notes](https://github.com/chalk/ansi-regex/releases)
- [Commits](chalk/ansi-regex@v4.1.0...v6.0.1)

Updates `flat` from 4.1.1 to 5.0.2
- [Release notes](https://github.com/hughsk/flat/releases)
- [Commits](hughsk/flat@4.1.1...5.0.2)

Updates `got` from 9.6.0 to 11.8.6
- [Release notes](https://github.com/sindresorhus/got/releases)
- [Commits](sindresorhus/got@v9.6.0...v11.8.6)

Updates `minimist` from 1.2.6 to 1.2.8
- [Changelog](https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md)
- [Commits](minimistjs/minimist@v1.2.6...v1.2.8)

Updates `ini` from 1.3.5 to 1.3.8
- [Release notes](https://github.com/npm/ini/releases)
- [Changelog](https://github.com/npm/ini/blob/main/CHANGELOG.md)
- [Commits](npm/ini@v1.3.5...v1.3.8)

Updates `minimist` from 1.2.6 to 1.2.8
- [Changelog](https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md)
- [Commits](minimistjs/minimist@v1.2.6...v1.2.8)

Updates `serialize-javascript` from 6.0.1 to 6.0.2
- [Release notes](https://github.com/yahoo/serialize-javascript/releases)
- [Commits](yahoo/serialize-javascript@v6.0.1...v6.0.2)

Updates `json-schema` from 0.2.3 to 0.4.0
- [Commits](kriszyp/json-schema@v0.2.3...v0.4.0)

Updates `jsprim` from 1.4.1 to 1.4.2
- [Changelog](https://github.com/TritonDataCenter/node-jsprim/blob/v1.4.2/CHANGES.md)
- [Commits](TritonDataCenter/node-jsprim@v1.4.1...v1.4.2)

Updates `jsprim` from 1.4.1 to 1.4.2
- [Changelog](https://github.com/TritonDataCenter/node-jsprim/blob/v1.4.2/CHANGES.md)
- [Commits](TritonDataCenter/node-jsprim@v1.4.1...v1.4.2)

Updates `minimist` from 1.2.7 to 1.2.8
- [Changelog](https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md)
- [Commits](minimistjs/minimist@v1.2.6...v1.2.8)

Updates `mocha` from 10.2.0 to 10.7.0
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md)
- [Commits](mochajs/mocha@v7.2.0...v10.7.0)

Updates `ansi-regex` from 4.1.0 to 6.0.1
- [Release notes](https://github.com/chalk/ansi-regex/releases)
- [Commits](chalk/ansi-regex@v4.1.0...v6.0.1)

Updates `minimist` from 1.2.5 to 1.2.8
- [Changelog](https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md)
- [Commits](minimistjs/minimist@v1.2.6...v1.2.8)

Updates `serialize-javascript` from 2.1.2 to 4.0.0
- [Release notes](https://github.com/yahoo/serialize-javascript/releases)
- [Commits](yahoo/serialize-javascript@v6.0.1...v6.0.2)

Updates `copy-webpack-plugin` from 5.1.1 to 5.1.2
- [Release notes](https://github.com/webpack-contrib/copy-webpack-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/copy-webpack-plugin/blob/v5.1.2/CHANGELOG.md)
- [Commits](webpack-contrib/copy-webpack-plugin@v5.1.1...v5.1.2)

Updates `copy-webpack-plugin` from 5.1.1 to 5.1.2
- [Release notes](https://github.com/webpack-contrib/copy-webpack-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/copy-webpack-plugin/blob/v5.1.2/CHANGELOG.md)
- [Commits](webpack-contrib/copy-webpack-plugin@v5.1.1...v5.1.2)

Updates `mocha` from 7.2.0 to 10.7.0
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md)
- [Commits](mochajs/mocha@v7.2.0...v10.7.0)

Updates `ansi-regex` from 3.0.0 to 5.0.1
- [Release notes](https://github.com/chalk/ansi-regex/releases)
- [Commits](chalk/ansi-regex@v4.1.0...v6.0.1)

Updates `flat` from 4.1.1 to 5.0.2
- [Release notes](https://github.com/hughsk/flat/releases)
- [Commits](hughsk/flat@4.1.1...5.0.2)

---
updated-dependencies:
- dependency-name: js-green-licenses
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: mocha
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: "@types/mocha"
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: "@types/mocha"
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: ansi-regex
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: flat
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: got
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: minimist
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: ini
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: minimist
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: serialize-javascript
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: json-schema
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: jsprim
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: jsprim
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: minimist
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: mocha
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: ansi-regex
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: minimist
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: serialize-javascript
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: copy-webpack-plugin
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: copy-webpack-plugin
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: mocha
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: ansi-regex
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: flat
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner August 5, 2024 22:16
@dependabot dependabot bot requested review from cpcallen and removed request for a team August 5, 2024 22:16
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 5, 2024
@dependabot dependabot bot requested a review from BeksOmega August 5, 2024 22:16
@BeksOmega
Copy link
Contributor

🤞 Hoping this doesn't break anything now that I've pinned some of our dependencies in /examples

@BeksOmega BeksOmega merged commit 7642eec into master Aug 6, 2024
5 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/npm_and_yarn-5ccbf9137b branch August 6, 2024 16:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants