Skip to content

Commit

Permalink
chore: bump dependencies (#1057)
Browse files Browse the repository at this point in the history
Signed-off-by: Oleksii Kurinnyi <[email protected]>
  • Loading branch information
akurinnoy authored Feb 22, 2024
1 parent 7ff8f04 commit b9c7ddc
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .deps/dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@
| [`[email protected]`](https://github.com/SBoudrias/Inquirer.js.git) | MIT | transitive dependency |
| [`[email protected]`](git+https://github.com/ljharb/internal-slot.git) | MIT | #7118 |
| [`[email protected]`](https://github.com/gulpjs/interpret.git) | MIT | clearlydefined |
| [`[email protected].0`](http://github.com/indutny/node-ip.git) | MIT | clearlydefined |
| [`[email protected].1`](http://github.com/indutny/node-ip.git) | MIT | #13289 |
| [`[email protected]`](git+https://github.com/inspect-js/is-array-buffer.git) | MIT | #6248 |
| [`[email protected]`](https://github.com/qix-/node-is-arrayish.git) | MIT | clearlydefined |
| [`[email protected]`](git://github.com/inspect-js/is-async-function.git) | MIT | clearlydefined |
Expand Down
2 changes: 1 addition & 1 deletion .deps/prod.md
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@
| [`[email protected]`](https://github.com/sindresorhus/type-fest.git) | (MIT OR CC0-1.0) | clearlydefined |
| [`[email protected]`](git://github.com/jashkenas/underscore.git) | MIT | clearlydefined |
| [`[email protected]`](git+https://github.com/nodejs/undici.git) | MIT | clearlydefined |
| [`undici@5.27.2`](git+https://github.com/nodejs/undici.git) | MIT | clearlydefined |
| [`undici@5.28.3`](git+https://github.com/nodejs/undici.git) | MIT | clearlydefined |
| [`[email protected]`](git+https://github.com/RyanZim/universalify.git) | MIT | clearlydefined |
| [`[email protected]`](http://github.com/garycourt/uri-js) | BSD-2-Clause | #1086 |
| [`[email protected]`](https://github.com/unshiftio/url-parse.git) | MIT | clearlydefined |
Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@
"lerna": "^6"
},
"resolutions": {
"@adobe/css-tools": "^4.3.2"
"@adobe/css-tools": "^4.3.2",
"ip": "^2.0.1",
"undici": "^5.28.3"
}
}
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6191,10 +6191,10 @@ inversify@^6.0.0, inversify@^6.0.1:
resolved "https://registry.yarnpkg.com/inversify/-/inversify-6.0.2.tgz#dc7fa0348213d789d35ffb719dea9685570989c7"
integrity sha512-i9m8j/7YIv4mDuYXUAcrpKPSaju/CIly9AHK5jvCBeoiM/2KEsuCQTTP+rzSWWpLYWRukdXFSl6ZTk2/uumbiA==

ip@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/ip/-/ip-2.0.0.tgz#4cf4ab182fee2314c75ede1276f8c80b479936da"
integrity sha512-WKa+XuLG1A1R0UWhl2+1XQSi+fZWMsYKffMZTTYsiZaUD8k2yDAj5atimTUD2TZkyCkNEeYE5NhFZmupOGtjYQ==
ip@2.0.1, ip@^2.0.0:
version "2.0.1"
resolved "https://registry.yarnpkg.com/ip/-/ip-2.0.1.tgz#e8f3595d33a3ea66490204234b77636965307105"
integrity sha512-lJUL9imLTNi1ZfXT+DU6rBBdbiKGBuay9B6xGSPVjUeQwaH1RIGqef8RZkUtHioLmSNpPR5M4HVKJGm1j8FWVQ==

[email protected]:
version "1.9.1"
Expand Down Expand Up @@ -11495,10 +11495,10 @@ undici-types@~5.26.4:
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==

undici@^5.19.1:
version "5.27.2"
resolved "https://registry.yarnpkg.com/undici/-/undici-5.27.2.tgz#a270c563aea5b46cc0df2550523638c95c5d4411"
integrity sha512-iS857PdOEy/y3wlM3yRp+6SNQQ6xU0mmZcwRSriqk+et/cwWAtwmIGf6WkoDN2EK/AMdCO/dfXzIwi+rFMrjjQ==
undici@5.28.3, undici@^5.19.1:
version "5.28.3"
resolved "https://registry.yarnpkg.com/undici/-/undici-5.28.3.tgz#a731e0eff2c3fcfd41c1169a869062be222d1e5b"
integrity sha512-3ItfzbrhDlINjaP0duwnNsKpDQk3acHI3gVJ1z4fmwMK31k5G9OVIAMLSIaP6w4FaGkaAkN6zaQO9LUvZ1t7VA==
dependencies:
"@fastify/busboy" "^2.0.0"

Expand Down

0 comments on commit b9c7ddc

Please sign in to comment.