summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-02-19 15:33:01 +0000
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2024-02-19 15:34:26 +0000
commit579340fdd8f00fa1488a8e0660f54087734ec397 (patch)
treed67873adbed09f33b4d9ba99a411369b57ff5d43 /package.json
parent01a2a694afbc0fdf7b98578bbc9193b24fe701d3 (diff)
chore(deps-dev): bump esbuild from 0.20.0 to 0.20.1
Bumps [esbuild](https://github.com/evanw/esbuild) from 0.20.0 to 0.20.1. - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md) - [Commits](https://github.com/evanw/esbuild/compare/v0.20.0...v0.20.1) --- updated-dependencies: - dependency-name: esbuild dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 715689d..515eb6f 100644
--- a/package.json
+++ b/package.json
@@ -20,7 +20,7 @@
"@types/node": "^20.11.17",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
- "esbuild": "^0.20.0",
+ "esbuild": "^0.20.1",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"prettier": "^3.2.5",