chore(deps-dev): bump nanoevents from 8.0.0 to 9.0.0

Bumps [nanoevents](https://github.com/ai/nanoevents) from 8.0.0 to 9.0.0.
- [Changelog](https://github.com/ai/nanoevents/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ai/nanoevents/compare/8.0.0...9.0.0)

---
updated-dependencies:
- dependency-name: nanoevents
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-12-04 16:02:35 +00:00 committed by Mattias Granlund
parent 615c333ade
commit a7dbc68288
2 changed files with 6 additions and 6 deletions

View File

@ -66,7 +66,7 @@
"lscache": "^1.3.2",
"marked": "^10.0.0",
"mm-jsr": "^3.0.2",
"nanoevents": "^8.0.0",
"nanoevents": "^9.0.0",
"nanoid": "^5.0.3",
"postcss": "^8.4.31",
"postcss-load-config": "^4.0.1",

View File

@ -162,8 +162,8 @@ importers:
specifier: ^3.0.2
version: 3.0.2
nanoevents:
specifier: ^8.0.0
version: 8.0.0
specifier: ^9.0.0
version: 9.0.0
nanoid:
specifier: ^5.0.3
version: 5.0.3
@ -3331,9 +3331,9 @@ packages:
thenify-all: 1.6.0
dev: true
/nanoevents@8.0.0:
resolution: {integrity: sha512-bYYwNCdNc5ea6/Lwh1uioU1/7aaKa3EPmNQ2weTm8PWSpbWrsaWHePe0Zq4SF+D3F3JX3cn+QdktOPCf1meOqw==}
engines: {node: ^16.0.0 || ^18.0.0 || >=20.0.0}
/nanoevents@9.0.0:
resolution: {integrity: sha512-X8pU7IOpgKXVLPxYUI55ymXc8XuBE+uypfEyEFBtHkD1EX9KavYTVc+vXZHFyHKzA1TaZoVDqklLdQBBrxIuAw==}
engines: {node: ^18.0.0 || >=20.0.0}
dev: true
/nanoid@3.3.6: