Skip to content

Commit 99c364b

Browse files
fix(deps): update dependency copy-anything to v4
1 parent e6d3e99 commit 99c364b

File tree

5 files changed

+60
-18
lines changed

5 files changed

+60
-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.8.2",
16-
"copy-anything": "^3.0.5"
16+
"copy-anything": "^4.0.0"
1717
}
1818
}

package-lock.json

+10-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
@@ -30,7 +30,7 @@
3030
"axios": "1.8.2",
3131
"configcat-js-ssr": "^8.4.3",
3232
"configcat-node": "^11.3.1",
33-
"copy-anything": "^3.0.5",
33+
"copy-anything": "^4.0.0",
3434
"flagsmith": "^4.1.4",
3535
"imurmurhash": "^0.1.4",
3636
"json-logic-engine": "4.0.6",

0 commit comments

Comments
 (0)