Skip to content

Commit b2834b9

Browse files
bump commons to 2.2.3 (#54)
* bump commons to 2.2.3 * install
1 parent 61eb528 commit b2834b9

File tree

2 files changed

+6
-12
lines changed

2 files changed

+6
-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/js-client-sdk",
3-
"version": "1.7.2",
3+
"version": "1.7.3",
44
"description": "Eppo SDK for client-side JavaScript applications",
55
"main": "dist/index.js",
66
"files": [
@@ -58,7 +58,7 @@
5858
"xhr-mock": "^2.5.1"
5959
},
6060
"dependencies": {
61-
"@eppo/js-client-sdk-common": "2.2.2",
61+
"@eppo/js-client-sdk-common": "2.2.3",
6262
"md5": "^2.3.0"
6363
}
6464
}

yarn.lock

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -380,13 +380,12 @@
380380
resolved "https://registry.yarnpkg.com/@discoveryjs/json-ext/-/json-ext-0.5.7.tgz#1d572bfbbe14b7704e0ba0f39b74815b84870d70"
381381
integrity sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw==
382382

383-
384-
version "2.2.2"
385-
resolved "https://registry.yarnpkg.com/@eppo/js-client-sdk-common/-/js-client-sdk-common-2.2.2.tgz#3fe1f0ab2c04584b39e4b67b8c654e87319bf90f"
386-
integrity sha512-l6VTWMJuVGiM3uYuYK55VzVMGQ6eXTNnmCP7dnKnTEfDF6MT6Co0mMC0lqrYYW2x/yISlEzF0NMkeK2fDkoMBw==
383+
384+
version "2.2.3"
385+
resolved "https://registry.yarnpkg.com/@eppo/js-client-sdk-common/-/js-client-sdk-common-2.2.3.tgz#004cebb02bd132d7e02591513dffc0dbb0436289"
386+
integrity sha512-yrqA6F3TbSwUVaqTcAvfX+5rKs49eXSptqJf68jq6ZIoSFWo3onfLmJdOZ4cu3AEG3DrXxvzUmykpmtSimxaHQ==
387387
dependencies:
388388
axios "^1.6.0"
389-
lru-cache "^10.0.1"
390389
md5 "^2.3.0"
391390
pino "^8.19.0"
392391
semver "^7.5.4"
@@ -3531,11 +3530,6 @@ log-update@^4.0.0:
35313530
slice-ansi "^4.0.0"
35323531
wrap-ansi "^6.2.0"
35333532

3534-
lru-cache@^10.0.1:
3535-
version "10.2.0"
3536-
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.2.0.tgz#0bd445ca57363465900f4d1f9bd8db343a4d95c3"
3537-
integrity sha512-2bIM8x+VAf6JT4bKAljS1qUWgMsqZRPGJS6FSahIMPVvctcNhyVp7AJu7quxOW9jwkryBReKZY5tY5JYv2n/7Q==
3538-
35393533
lru-cache@^6.0.0:
35403534
version "6.0.0"
35413535
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94"

0 commit comments

Comments
 (0)