Skip to content

Commit b1b8a16

Browse files
authored
Merge pull request #461 from devtron-labs/fix/dependabot-dt-25
chore: add override for nanoid 3.3.8
2 parents afab999 + 70de6cb commit b1b8a16

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

package-lock.json

Lines changed: 6 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@devtron-labs/devtron-fe-common-lib",
3-
"version": "1.2.13",
3+
"version": "1.2.14",
44
"description": "Supporting common component library",
55
"type": "module",
66
"main": "dist/index.js",
@@ -108,6 +108,7 @@
108108
},
109109
"overrides": {
110110
"cross-spawn": "^7.0.5",
111+
"nanoid": "^3.3.8",
111112
"react-dates": {
112113
"react": "^17.0.2",
113114
"react-dom": "^17.0.2"

0 commit comments

Comments
 (0)