Skip to content

Commit

Permalink
chore: bump braces
Browse files Browse the repository at this point in the history
To fix vulnerability alert
  • Loading branch information
sripwoud committed Jul 12, 2024
1 parent a4fcc38 commit b9df4a2
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
Binary file modified bun.lockb
Binary file not shown.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
"engines": {
"node": ">=20"
},
"overrides": {
"braces": "^3.0.3"
},
"scripts": {
"build": "barrelsby --config .barrelsby.json && rm -rf dist && bun build src --outdir dist --sourcemap=inline --target=bun",
"build.docker": "docker build -t ts-template .",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1
# bun ./bun.lockb --hash: 9A8685D35FF6AF16-e7b205fb3483b5d3-953E9673D133046B-2d7897147c4ca2b9
# bun ./bun.lockb --hash: 9FB5B3828A8829A4-489814b0a4d39f4b-E0EF6993773FBDF4-87b32171f2b6f53a


"@babel/runtime@^7.21.0":
Expand Down Expand Up @@ -162,11 +162,11 @@ barrelsby@^2.8.1:
yargs "^17.4.1"

braces@^3.0.2:
version "3.0.2"
resolved "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz"
integrity sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==
version "3.0.3"
resolved "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz"
integrity sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==
dependencies:
fill-range "^7.0.1"
fill-range "^7.1.1"

bun-types@^1.0.9:
version "1.0.9"
Expand Down Expand Up @@ -369,10 +369,10 @@ figures@^2.0.0:
dependencies:
escape-string-regexp "^1.0.5"

fill-range@^7.0.1:
version "7.0.1"
resolved "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz"
integrity sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==
fill-range@^7.1.1:
version "7.1.1"
resolved "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz"
integrity sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==
dependencies:
to-regex-range "^5.0.1"

Expand Down

0 comments on commit b9df4a2

Please sign in to comment.