Skip to content

Commit

Permalink
chore(deps-dev): bump esbuild from 0.16.17 to 0.17.2 (#675)
Browse files Browse the repository at this point in the history
Bumps [esbuild](https://github.com/evanw/esbuild) from 0.16.17 to 0.17.2.
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](evanw/esbuild@v0.16.17...v0.17.2)

---
updated-dependencies:
- dependency-name: esbuild
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 17, 2023
1 parent 9dd3c56 commit 3776bad
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion services/comment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@alwatr/type": "^0.27.0",
"@alwatr/storage-client": "^0.27.0",
"@types/node": "^18.11.18",
"esbuild": "^0.16.14",
"esbuild": "^0.17.2",
"nodemon": "^2.0.20",
"npm-run-all": "^4.1.5",
"rimraf": "^4.0.4",
Expand Down
2 changes: 1 addition & 1 deletion services/flight-crawler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@alwatr/nano-server": "^0.27.0",
"@alwatr/storage-client": "^0.27.0",
"@types/node": "^18.11.18",
"esbuild": "^0.16.14",
"esbuild": "^0.17.2",
"nodemon": "^2.0.20",
"npm-run-all": "^4.1.5",
"rimraf": "^4.0.4",
Expand Down
2 changes: 1 addition & 1 deletion services/form-registering/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@alwatr/type": "^0.27.0",
"@alwatr/storage-client": "^0.27.0",
"@types/node": "^18.11.18",
"esbuild": "^0.16.14",
"esbuild": "^0.17.2",
"nodemon": "^2.0.20",
"npm-run-all": "^4.1.5",
"rimraf": "^3.0.2",
Expand Down
2 changes: 1 addition & 1 deletion services/storage-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@alwatr/storage-engine": "^0.27.0",
"@alwatr/type": "^0.27.0",
"@types/node": "^18.11.18",
"esbuild": "^0.16.14",
"esbuild": "^0.17.2",
"nodemon": "^2.0.20",
"npm-run-all": "^4.1.5",
"rimraf": "^4.0.4",
Expand Down
2 changes: 1 addition & 1 deletion services/telegram-notifier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@alwatr/storage-engine": "^0.27.0",
"@alwatr/type": "^0.27.0",
"@types/node": "^18.11.18",
"esbuild": "^0.16.14",
"esbuild": "^0.17.2",
"nodemon": "^2.0.20",
"npm-run-all": "^4.1.5",
"rimraf": "^4.0.4",
Expand Down
2 changes: 1 addition & 1 deletion uniquely/com-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@alwatr/nano-server": "^0.27.0",
"@alwatr/storage-client": "^0.27.0",
"@types/node": "^18.11.18",
"esbuild": "^0.16.14",
"esbuild": "^0.17.2",
"nodemon": "^2.0.20",
"npm-run-all": "^4.1.5",
"rimraf": "^4.0.4",
Expand Down
2 changes: 1 addition & 1 deletion uniquely/flight-finder-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@alwatr/nano-server": "^0.27.0",
"@alwatr/storage-client": "^0.27.0",
"@types/node": "^18.11.18",
"esbuild": "^0.16.14",
"esbuild": "^0.17.2",
"nodemon": "^2.0.20",
"npm-run-all": "^4.1.5",
"rimraf": "^4.0.4",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4222,7 +4222,7 @@ es-to-primitive@^1.2.1:
is-date-object "^1.0.1"
is-symbol "^1.0.2"

"esbuild@^0.12 || ^0.13 || ^0.14", esbuild@^0.16.14, esbuild@^0.16.4:
"esbuild@^0.12 || ^0.13 || ^0.14", esbuild@^0.16.4, esbuild@^0.17.2:
version "0.16.17"
resolved "https://registry.yarnpkg.com/esbuild/-/esbuild-0.16.17.tgz#fc2c3914c57ee750635fee71b89f615f25065259"
integrity sha512-G8LEkV0XzDMNwXKgM0Jwu3nY3lSTwSGY6XbxM9cr9+s0T/qSV1q1JVPBGzm3dcjhCic9+emZDmMffkwgPeOeLg==
Expand Down

0 comments on commit 3776bad

Please sign in to comment.