Skip to content

Commit 5290e0a

Browse files
committed
fix: add uri-js to resolutions to fix cve vulnerability
1 parent c0c6200 commit 5290e0a

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,5 +64,8 @@
6464
"yarn lint:fix",
6565
"git add --force"
6666
]
67+
},
68+
"resolutions": {
69+
"**/uri-js": "^3.0.1"
6770
}
6871
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6125,10 +6125,10 @@ update-browserslist-db@^1.0.9:
61256125
escalade "^3.1.1"
61266126
picocolors "^1.0.0"
61276127

6128-
uri-js@^4.2.2:
6129-
version "4.4.1"
6130-
resolved "https://registry.yarnpkg.com/uri-js/-/uri-js-4.4.1.tgz#9b1a52595225859e55f669d928f88c6c57f2a77e"
6131-
integrity sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==
6128+
uri-js@^3.0.1, uri-js@^4.2.2:
6129+
version "3.0.2"
6130+
resolved "https://registry.yarnpkg.com/uri-js/-/uri-js-3.0.2.tgz#f90b858507f81dea4dcfbb3c4c3dbfa2b557faaa"
6131+
integrity sha512-SoboS4c924cg+wR2vxl8fospPPli3ZmVPIkRpJEWcrGIPeE8Tr3m9zNIyjYKn9YlF8EgiXQDCy3XVZxSFNjh8A==
61326132
dependencies:
61336133
punycode "^2.1.0"
61346134

0 commit comments

Comments
 (0)