diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-10-30 05:04:12 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-10-30 05:04:46 +0000 |
commit | b3afc303dc45b5370c849aeee3e7634e9c223ffc (patch) | |
tree | c4e4387e971a9c2c09ecc2745c2c02a31195d3a3 /clients/www/package.json | |
parent | Bump the node-deps group with 4 updates (diff) | |
download | zorascript-b3afc303dc45b5370c849aeee3e7634e9c223ffc.tar zorascript-b3afc303dc45b5370c849aeee3e7634e9c223ffc.tar.gz zorascript-b3afc303dc45b5370c849aeee3e7634e9c223ffc.tar.bz2 zorascript-b3afc303dc45b5370c849aeee3e7634e9c223ffc.tar.lz zorascript-b3afc303dc45b5370c849aeee3e7634e9c223ffc.tar.xz zorascript-b3afc303dc45b5370c849aeee3e7634e9c223ffc.tar.zst zorascript-b3afc303dc45b5370c849aeee3e7634e9c223ffc.zip |
Bump the node-deps group with 4 updates
Bumps the node-deps group with 4 updates: [wasm-pack](https://github.com/rustwasm/wasm-pack), [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) and [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser).
Updates `wasm-pack` from 0.13.0 to 0.13.1
- [Release notes](https://github.com/rustwasm/wasm-pack/releases)
- [Changelog](https://github.com/rustwasm/wasm-pack/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rustwasm/wasm-pack/compare/v0.13.0...v0.13.1)
Updates `@types/node` from 22.8.2 to 22.8.4
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
Updates `@typescript-eslint/eslint-plugin` from 8.12.1 to 8.12.2
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.12.2/packages/eslint-plugin)
Updates `@typescript-eslint/parser` from 8.12.1 to 8.12.2
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.12.2/packages/parser)
---
updated-dependencies:
- dependency-name: wasm-pack
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: node-deps
- dependency-name: "@types/node"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: node-deps
- dependency-name: "@typescript-eslint/eslint-plugin"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: node-deps
- dependency-name: "@typescript-eslint/parser"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: node-deps
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'clients/www/package.json')
-rw-r--r-- | clients/www/package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/clients/www/package.json b/clients/www/package.json index 5d623a1..0fd0927 100644 --- a/clients/www/package.json +++ b/clients/www/package.json @@ -21,9 +21,9 @@ "@sveltejs/vite-plugin-svelte": "^4.0.0", "@tailwindcss/forms": "0.5.9", "@tailwindcss/typography": "0.5.15", - "@types/node": "22.8.2", - "@typescript-eslint/eslint-plugin": "^8.12.1", - "@typescript-eslint/parser": "^8.12.1", + "@types/node": "22.8.4", + "@typescript-eslint/eslint-plugin": "^8.12.2", + "@typescript-eslint/parser": "^8.12.2", "@vite-pwa/sveltekit": "^0.6.6", "autoprefixer": "10.4.20", "eslint": "^9.13.0", |