diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-11-04 16:52:58 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-11-04 16:53:37 +0000 |
commit | 65240d3e372a27b6125b41dd357f45fde05d20d9 (patch) | |
tree | 9ef3630255cbcd6e33d63e9e503be7af9cb592a3 /app | |
parent | Bump the node-deps group with 4 updates (diff) | |
download | trinkets-65240d3e372a27b6125b41dd357f45fde05d20d9.tar trinkets-65240d3e372a27b6125b41dd357f45fde05d20d9.tar.gz trinkets-65240d3e372a27b6125b41dd357f45fde05d20d9.tar.bz2 trinkets-65240d3e372a27b6125b41dd357f45fde05d20d9.tar.lz trinkets-65240d3e372a27b6125b41dd357f45fde05d20d9.tar.xz trinkets-65240d3e372a27b6125b41dd357f45fde05d20d9.tar.zst trinkets-65240d3e372a27b6125b41dd357f45fde05d20d9.zip |
Bump the node-deps group with 2 updates
Bumps the node-deps group with 2 updates: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [eslint](https://github.com/eslint/eslint).
Updates `@types/node` from 22.8.6 to 22.8.7
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
Updates `eslint` from 9.13.0 to 9.14.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v9.13.0...v9.14.0)
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: node-deps
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: node-deps
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'app')
-rw-r--r-- | app/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/package.json b/app/package.json index b3e06ae..4bd8fe7 100644 --- a/app/package.json +++ b/app/package.json @@ -17,14 +17,14 @@ "@tailwindcss/forms": "0.5.9", "@tailwindcss/typography": "0.5.15", "@types/html-minifier-terser": "7.0.2", - "@types/node": "22.8.6", + "@types/node": "22.8.7", "@types/wicg-file-system-access": "2023.10.5", "@typescript-eslint/eslint-plugin": "8.12.2", "@typescript-eslint/parser": "8.12.2", "@vite-pwa/sveltekit": "0.6.6", "autoprefixer": "10.4.20", "crc": "4.3.2", - "eslint": "9.13.0", + "eslint": "9.14.0", "eslint-config-prettier": "9.1.0", "eslint-plugin-svelte": "2.46.0", "html-minifier-terser": "7.2.0", |