fix(deps): update dependency @flipt-io/flipt-client-js to v0.2.0 (#1331)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-07-04 13:27:33 -04:00 committed by GitHub
parent e501475536
commit ddbde614e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 11 additions and 33 deletions

View File

@ -9,24 +9,14 @@
"version": "0.1.5",
"license": "Apache-2.0",
"peerDependencies": {
"@flipt-io/flipt-client-js": "^0.0.1 || ^0.0.2 || ^0.0.6",
"@openfeature/web-sdk": "^1.0.0",
"undici": "^5.0.0"
}
},
"node_modules/@fastify/busboy": {
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/@fastify/busboy/-/busboy-2.1.1.tgz",
"integrity": "sha512-vBZP4NlzfOlerQTnba4aqZoMhE/a9HY7HRqoOPaETQcSQuWEIyZMHGfVu6w9wGtGK5fED5qRs2DteVCjOH60sA==",
"peer": true,
"engines": {
"node": ">=14"
"@flipt-io/flipt-client-js": "^0.0.1 || ^0.0.2 || ^0.0.6 || ^0.2.0",
"@openfeature/web-sdk": "^1.0.0"
}
},
"node_modules/@flipt-io/flipt-client-js": {
"version": "0.0.6",
"resolved": "https://registry.npmjs.org/@flipt-io/flipt-client-js/-/flipt-client-js-0.0.6.tgz",
"integrity": "sha512-oTdmjjHS0VJ3xOdh+x8A8Cjbt9jZEJrbsnOZ/KkL0v4cvYZiVDAMA/hbAZw0cYI4Hn0aSa+4plYfua65eb0jcw==",
"version": "0.2.0",
"resolved": "https://registry.npmjs.org/@flipt-io/flipt-client-js/-/flipt-client-js-0.2.0.tgz",
"integrity": "sha512-3VIU2pDUyHafp3ahgxHOde81fKP+5hvSm9Q+8hqt9+D7MCIWNvHTLqFo5hc87WSgq3TlR8ILRWfFC18BE1AmeQ==",
"license": "MIT",
"peer": true,
"dependencies": {
@ -132,18 +122,6 @@
"url": "https://opencollective.com/node-fetch"
}
},
"node_modules/undici": {
"version": "5.29.0",
"resolved": "https://registry.npmjs.org/undici/-/undici-5.29.0.tgz",
"integrity": "sha512-raqeBD6NQK4SkWhQzeYKd1KmIG6dllBOTt55Rmkt4HtI9mwdWtJljnrXjAFUBLTSN67HWrOIZ3EPF4kjUw80Bg==",
"peer": true,
"dependencies": {
"@fastify/busboy": "^2.0.0"
},
"engines": {
"node": ">=14.0"
}
},
"node_modules/web-streams-polyfill": {
"version": "3.3.3",
"resolved": "https://registry.npmjs.org/web-streams-polyfill/-/web-streams-polyfill-3.3.3.tgz",

View File

@ -10,6 +10,6 @@
},
"peerDependencies": {
"@openfeature/web-sdk": "^1.0.0",
"@flipt-io/flipt-client-js": "^0.0.1 || ^0.0.2 || ^0.0.6"
"@flipt-io/flipt-client-js": "^0.0.1 || ^0.0.2 || ^0.0.6 || ^0.2.0"
}
}

8
package-lock.json generated
View File

@ -14,7 +14,7 @@
"@connectrpc/connect": "^1.4.0",
"@connectrpc/connect-web": "^1.4.0",
"@flipt-io/flipt": "^1.2.0",
"@flipt-io/flipt-client-js": "^0.0.6",
"@flipt-io/flipt-client-js": "^0.2.0",
"@growthbook/growthbook": "^1.3.1",
"@grpc/grpc-js": "^1.9.13",
"@opentelemetry/api": "^1.3.0",
@ -3164,9 +3164,9 @@
"license": "MIT"
},
"node_modules/@flipt-io/flipt-client-js": {
"version": "0.0.6",
"resolved": "https://registry.npmjs.org/@flipt-io/flipt-client-js/-/flipt-client-js-0.0.6.tgz",
"integrity": "sha512-oTdmjjHS0VJ3xOdh+x8A8Cjbt9jZEJrbsnOZ/KkL0v4cvYZiVDAMA/hbAZw0cYI4Hn0aSa+4plYfua65eb0jcw==",
"version": "0.2.0",
"resolved": "https://registry.npmjs.org/@flipt-io/flipt-client-js/-/flipt-client-js-0.2.0.tgz",
"integrity": "sha512-3VIU2pDUyHafp3ahgxHOde81fKP+5hvSm9Q+8hqt9+D7MCIWNvHTLqFo5hc87WSgq3TlR8ILRWfFC18BE1AmeQ==",
"license": "MIT",
"dependencies": {
"node-fetch": "^3.3.0"

View File

@ -19,7 +19,7 @@
"@connectrpc/connect": "^1.4.0",
"@connectrpc/connect-web": "^1.4.0",
"@flipt-io/flipt": "^1.2.0",
"@flipt-io/flipt-client-js": "^0.0.6",
"@flipt-io/flipt-client-js": "^0.2.0",
"@growthbook/growthbook": "^1.3.1",
"@grpc/grpc-js": "^1.9.13",
"@opentelemetry/api": "^1.3.0",