Skip to content

Commit

Permalink
Bump util from 0.12.4 to 0.12.5 in /web
Browse files Browse the repository at this point in the history
Bumps [util](https://github.com/browserify/node-util) from 0.12.4 to 0.12.5.
- [Release notes](https://github.com/browserify/node-util/releases)
- [Changelog](https://github.com/browserify/node-util/blob/master/CHANGELOG.md)
- [Commits](browserify/node-util@v0.12.4...v0.12.5)

---
updated-dependencies:
- dependency-name: util
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 5, 2024
1 parent de717bb commit 457f05e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
"tty-browserify": "^0.0.1",
"typescript": "4.9.4",
"url-loader": "4.1.0",
"util": "^0.12.4",
"util": "^0.12.5",
"webpack": "^5.88.1",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-cli": "^5.1.4",
Expand Down
9 changes: 4 additions & 5 deletions web/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17415,16 +17415,15 @@ util@^0.11.0:
dependencies:
inherits "2.0.3"

util@^0.12.0, util@^0.12.4:
version "0.12.4"
resolved "https://registry.npmjs.org/util/-/util-0.12.4.tgz"
integrity sha512-bxZ9qtSlGUWSOy9Qa9Xgk11kSslpuZwaxCg4sNIDj6FLucDab2JxnHwyNTCpHMtK1MjoQiWQ6DiUMZYbSrO+Sw==
util@^0.12.0, util@^0.12.4, util@^0.12.5:
version "0.12.5"
resolved "https://registry.yarnpkg.com/util/-/util-0.12.5.tgz#5f17a6059b73db61a875668781a1c2b136bd6fbc"
integrity sha512-kZf/K6hEIrWHI6XqOFUiiMa+79wE/D8Q+NCNAWclkyg3b4d2k7s0QGepNjiABc+aR3N1PAyHL7p6UcLY6LmrnA==
dependencies:
inherits "^2.0.3"
is-arguments "^1.0.4"
is-generator-function "^1.0.7"
is-typed-array "^1.1.3"
safe-buffer "^5.1.2"
which-typed-array "^1.1.2"

utila@~0.4:
Expand Down

0 comments on commit 457f05e

Please sign in to comment.