Skip to content

Commit e9f32e1

Browse files
chore(deps): Remove unnecessary resolutions (#7188)
1 parent 9fb4738 commit e9f32e1

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,7 @@
7474
"resolutions": {
7575
"@typescript-eslint/eslint-plugin": "^5.59.11",
7676
"@typescript-eslint/parser": "^5.59.11",
77-
"set-value": ">=4.0.1",
78-
"trim": ">=1.0.1",
79-
"xmlhttprequest-ssl": ">=1.6.2"
77+
"trim": ">=1.0.1"
8078
},
8179
"devDependencies": {
8280
"@testing-library/react-hooks": "^8.0.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15748,10 +15748,10 @@ xmlchars@^2.2.0:
1574815748
resolved "https://registry.yarnpkg.com/xmlchars/-/xmlchars-2.2.0.tgz#060fe1bcb7f9c76fe2a17db86a9bc3ab894210cb"
1574915749
integrity sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==
1575015750

15751-
xmlhttprequest-ssl@>=1.6.2, xmlhttprequest-ssl@~2.0.0:
15752-
version "1.6.2"
15753-
resolved "https://registry.yarnpkg.com/xmlhttprequest-ssl/-/xmlhttprequest-ssl-1.6.2.tgz#dd6899bfbcf684b554e393c30b13b9f3b001a7ee"
15754-
integrity sha512-tYOaldF/0BLfKuoA39QMwD4j2m8lq4DIncqj1yuNELX4vz9+z/ieG/vwmctjJce+boFHXstqhWnHSxc4W8f4qg==
15751+
xmlhttprequest-ssl@~2.0.0:
15752+
version "2.0.0"
15753+
resolved "https://registry.yarnpkg.com/xmlhttprequest-ssl/-/xmlhttprequest-ssl-2.0.0.tgz#91360c86b914e67f44dce769180027c0da618c67"
15754+
integrity sha512-QKxVRxiRACQcVuQEYFsI1hhkrMlrXHPegbbd1yn9UHOmRxY+si12nQYzri3vbzt8VdTTRviqcKxcyllFas5z2A==
1575515755

1575615756
xss@^1.0.6:
1575715757
version "1.0.8"

0 commit comments

Comments
 (0)