Skip to content

Commit be0e258

Browse files
dependabot[bot]scholarsmate
authored andcommitted
Bump the npm_and_yarn group with 2 updates
Bumps the npm_and_yarn group with 2 updates: [@grpc/grpc-js](https://github.com/grpc/grpc-node) and [braces](https://github.com/micromatch/braces). Updates `@grpc/grpc-js` from 1.10.7 to 1.10.9 - [Release notes](https://github.com/grpc/grpc-node/releases) - [Commits](https://github.com/grpc/grpc-node/compare/@grpc/[email protected]...@grpc/[email protected]) Updates `braces` from 3.0.2 to 3.0.3 - [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md) - [Commits](micromatch/braces@3.0.2...3.0.3) --- updated-dependencies: - dependency-name: "@grpc/grpc-js" dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: braces dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0aadb0e commit be0e258

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

packages/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"ts-node": "^10.9.2"
4444
},
4545
"dependencies": {
46-
"@grpc/grpc-js": "1.10.7",
46+
"@grpc/grpc-js": "1.10.9",
4747
"@omega-edit/server": "0.9.82",
4848
"@types/google-protobuf": "3.15.12",
4949
"google-protobuf": "3.21.2",

yarn.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@
5151
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.57.0.tgz#a5417ae8427873f1dd08b70b3574b453e67b5f7f"
5252
integrity sha512-Ys+3g2TaW7gADOJzPt83SJtCDhMjndcDMFVQ/Tj9iA1BfJzFKD9mAUXT3OenpuPHbI6P/myECxRJrofUsDx/5g==
5353

54-
55-
version "1.10.7"
56-
resolved "https://registry.yarnpkg.com/@grpc/grpc-js/-/grpc-js-1.10.7.tgz#1abce1a8c4c90b79dbbe57d7e4310f3b0ce72899"
57-
integrity sha512-ZMBVjSeDAz3tFSehyO6Pd08xZT1HfIwq3opbeM4cDlBh52gmwp0wVIPcQur53NN0ac68HMZ/7SF2rGRD5KmVmg==
54+
55+
version "1.10.9"
56+
resolved "https://registry.yarnpkg.com/@grpc/grpc-js/-/grpc-js-1.10.9.tgz#468cc1549a3fe37b760a16745fb7685d91f4f10c"
57+
integrity sha512-5tcgUctCG0qoNyfChZifz2tJqbRbXVO9J7X6duFcOjY3HUNCxg5D0ZCK7EP9vIcZ0zRpLU9bWkyCqVCLZ46IbQ==
5858
dependencies:
5959
"@grpc/proto-loader" "^0.7.13"
6060
"@js-sdsl/ordered-map" "^4.4.2"
@@ -686,11 +686,11 @@ brace-expansion@^2.0.1:
686686
balanced-match "^1.0.0"
687687

688688
braces@^3.0.2, braces@~3.0.2:
689-
version "3.0.2"
690-
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107"
691-
integrity sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==
689+
version "3.0.3"
690+
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.3.tgz#490332f40919452272d55a8480adc0c441358789"
691+
integrity sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==
692692
dependencies:
693-
fill-range "^7.0.1"
693+
fill-range "^7.1.1"
694694

695695
696696
version "1.3.1"
@@ -1257,10 +1257,10 @@ file-entry-cache@^6.0.1:
12571257
dependencies:
12581258
flat-cache "^3.0.4"
12591259

1260-
fill-range@^7.0.1:
1261-
version "7.0.1"
1262-
resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.0.1.tgz#1919a6a7c75fe38b2c7c77e5198535da9acdda40"
1263-
integrity sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==
1260+
fill-range@^7.1.1:
1261+
version "7.1.1"
1262+
resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.1.1.tgz#44265d3cac07e3ea7dc247516380643754a05292"
1263+
integrity sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==
12641264
dependencies:
12651265
to-regex-range "^5.0.1"
12661266

0 commit comments

Comments
 (0)