Skip to content

Commit 348a710

Browse files
fix(deps): update dependency copy-anything to v4
1 parent 3e1295c commit 348a710

File tree

5 files changed

+62
-18
lines changed

5 files changed

+62
-18
lines changed

libs/providers/go-feature-flag-web/package-lock.json

+47-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libs/providers/go-feature-flag-web/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
"@openfeature/web-sdk": "^1.0.0"
1111
},
1212
"dependencies": {
13-
"copy-anything": "^3.0.5"
13+
"copy-anything": "^4.0.0"
1414
}
1515
}

libs/providers/go-feature-flag/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"object-hash": "^3.0.0",
1414
"lru-cache": "^11.0.0",
1515
"axios": "1.7.9",
16-
"copy-anything": "^3.0.5"
16+
"copy-anything": "^4.0.0"
1717
}
1818
}

package-lock.json

+12-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"axios": "1.7.9",
3030
"configcat-js-ssr": "^8.4.3",
3131
"configcat-node": "^11.3.1",
32-
"copy-anything": "^3.0.5",
32+
"copy-anything": "^4.0.0",
3333
"flagsmith": "^4.1.4",
3434
"imurmurhash": "^0.1.4",
3535
"json-logic-engine": "4.0.6",

0 commit comments

Comments
 (0)