Skip to content

Commit b273350

Browse files
chore: bump commons to 4.8.3 (#92)
* chore: bump commons to 4.8.3-alpha.5 * published commons Co-authored-by: Tyler Potter <[email protected]> * fix: update yarn.lock --------- Co-authored-by: Tyler Potter <[email protected]>
1 parent 77db599 commit b273350

File tree

2 files changed

+14
-9
lines changed

2 files changed

+14
-9
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eppo/node-server-sdk",
3-
"version": "3.7.0",
3+
"version": "3.7.1",
44
"description": "Eppo node server SDK",
55
"main": "dist/index.js",
66
"files": [
@@ -29,7 +29,7 @@
2929
},
3030
"homepage": "https://github.com/Eppo-exp/node-server-sdk#readme",
3131
"dependencies": {
32-
"@eppo/js-client-sdk-common": "4.8.1"
32+
"@eppo/js-client-sdk-common": "4.8.3"
3333
},
3434
"devDependencies": {
3535
"@google-cloud/storage": "^6.9.3",
@@ -59,4 +59,4 @@
5959
"yarn": "1.x"
6060
},
6161
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
62-
}
62+
}

yarn.lock

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -460,17 +460,17 @@
460460
resolved "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz"
461461
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==
462462

463-
464-
version "4.8.1"
465-
resolved "https://registry.yarnpkg.com/@eppo/js-client-sdk-common/-/js-client-sdk-common-4.8.1.tgz#d273a43e791e50d36aea4dd8813e406139464e10"
466-
integrity sha512-z++Z3XxTUAcjYyt63YYN5mkzsBy25LYI1BU3hj3uKl6sn6hHqXJLftQcU/8n/b7VZgL8XTTD2+85xzKbCMKdAA==
463+
464+
version "4.8.3"
465+
resolved "https://registry.yarnpkg.com/@eppo/js-client-sdk-common/-/js-client-sdk-common-4.8.3.tgz#62c5701fc6854dac3c337bd66499c5950c7efcf5"
466+
integrity sha512-oA8NF2MjE3ue3TUwHCNLsF+/Xc661tJOH571yLLIKD155oYY5h9nwOurQ9Yx1YXsomCNw7OvuMJNaebN5GM2iA==
467467
dependencies:
468468
buffer "npm:@eppo/[email protected]"
469469
js-base64 "^3.7.7"
470470
pino "^9.5.0"
471471
semver "^7.5.4"
472472
spark-md5 "^3.0.2"
473-
uuid "^8.3.2"
473+
uuid "^11.0.5"
474474

475475
"@eslint/eslintrc@^0.4.3":
476476
version "0.4.3"
@@ -4735,7 +4735,12 @@ [email protected]:
47354735
resolved "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz"
47364736
integrity sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM=
47374737

4738-
uuid@^8.0.0, uuid@^8.3.2:
4738+
uuid@^11.0.5:
4739+
version "11.0.5"
4740+
resolved "https://registry.yarnpkg.com/uuid/-/uuid-11.0.5.tgz#07b46bdfa6310c92c3fb3953a8720f170427fc62"
4741+
integrity sha512-508e6IcKLrhxKdBbcA2b4KQZlLVp2+J5UwQ6F7Drckkc5N9ZJwFa4TgWtsww9UG8fGHbm6gbV19TdM5pQ4GaIA==
4742+
4743+
uuid@^8.0.0:
47394744
version "8.3.2"
47404745
resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2"
47414746
integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==

0 commit comments

Comments
 (0)