diff options
author | dependabot[bot] | 2023-02-09 22:38:58 +0000 |
---|---|---|
committer | vitalyster | 2023-02-10 03:30:30 +0300 |
commit | 631fc57fe43063801f0c6d4cc1b169dcc5afff61 (patch) | |
tree | e70bf9f74486f08da4f6c0c090c243c12c665f8f /vnext/package.json | |
parent | 567afbf6a80abb941f5c4ecf4c4063f810c7ac7c (diff) |
build(deps): bump esbuild from 0.17.6 to 0.17.7 in /vnext
Bumps [esbuild](https://github.com/evanw/esbuild) from 0.17.6 to 0.17.7.
- [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.17.6...v0.17.7)
---
updated-dependencies:
- dependency-name: esbuild
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'vnext/package.json')
-rw-r--r-- | vnext/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vnext/package.json b/vnext/package.json index 246b0b71..ac8fb4e7 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -56,7 +56,7 @@ "core-js": "^3.27.2", "cors": "^2.8.5", "dayjs": "^1.11.7", - "esbuild": "^0.17.6", + "esbuild": "^0.17.7", "evil-icons": "^1.10.1", "express": "^4.18.2", "ignore-styles": "^5.0.1", |