Skip to content

Commit a85db6d

Browse files
authored
chore: upgrade to latest common (#105)
* upgrade to latest common * v3.10.1
1 parent 801210b commit a85db6d

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eppo/node-server-sdk",
3-
"version": "3.10.0",
3+
"version": "3.10.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.14.1"
32+
"@eppo/js-client-sdk-common": "4.14.3"
3333
},
3434
"devDependencies": {
3535
"@google-cloud/storage": "^6.9.3",

yarn.lock

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

463-
464-
version "4.14.1"
465-
resolved "https://registry.yarnpkg.com/@eppo/js-client-sdk-common/-/js-client-sdk-common-4.14.1.tgz#db908420c47a1327921493072892923e58c2039f"
466-
integrity sha512-trXgxPgbS+vFkYd0w0Xb2V9NntE2SgLsThhxoDbRENw1ynb8b8b3MDdwFH+5DheVT1ji6mZ+Qrh40uNIxMptYA==
463+
464+
version "4.14.3"
465+
resolved "https://registry.yarnpkg.com/@eppo/js-client-sdk-common/-/js-client-sdk-common-4.14.3.tgz#3634a2c8a34e526bbf59ef0ff12e79c07665151d"
466+
integrity sha512-Atm6WA3ZovBxDIF66Nu6cN6VDgAHiy+zYmKIFDM6ywh45RESryEnaFF1f7CayWdlShqCYzTSWmJGzS+BqmIbuw==
467467
dependencies:
468468
buffer "npm:@eppo/[email protected]"
469469
js-base64 "^3.7.7"
@@ -4206,9 +4206,9 @@ semver@^7.2.1, semver@^7.3.5, semver@^7.5.3, semver@~7.5.4:
42064206
lru-cache "^6.0.0"
42074207

42084208
semver@^7.5.4:
4209-
version "7.6.3"
4210-
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.3.tgz#980f7b5550bc175fb4dc09403085627f9eb33143"
4211-
integrity sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==
4209+
version "7.7.1"
4210+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.1.tgz#abd5098d82b18c6c81f6074ff2647fd3e7220c9f"
4211+
integrity sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==
42124212

42134213
42144214
version "0.19.0"
@@ -4741,9 +4741,9 @@ [email protected]:
47414741
integrity sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM=
47424742

47434743
uuid@^11.0.5:
4744-
version "11.0.5"
4745-
resolved "https://registry.yarnpkg.com/uuid/-/uuid-11.0.5.tgz#07b46bdfa6310c92c3fb3953a8720f170427fc62"
4746-
integrity sha512-508e6IcKLrhxKdBbcA2b4KQZlLVp2+J5UwQ6F7Drckkc5N9ZJwFa4TgWtsww9UG8fGHbm6gbV19TdM5pQ4GaIA==
4744+
version "11.1.0"
4745+
resolved "https://registry.yarnpkg.com/uuid/-/uuid-11.1.0.tgz#9549028be1753bb934fc96e2bca09bb4105ae912"
4746+
integrity sha512-0/A9rDy9P7cJ+8w1c9WD9V//9Wj15Ce2MPz8Ri6032usz+NfePxx5AcN3bN+r6ZL6jEo066/yNYB3tn4pQEx+A==
47474747

47484748
uuid@^8.0.0:
47494749
version "8.3.2"

0 commit comments

Comments
 (0)