mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-12 05:17:28 -08:00
ci: Upgrade ip
to address CVE-2023-42282 (no-changelog) (#8704)
This commit is contained in:
parent
246c988b93
commit
8c14ca7ad1
|
@ -80,6 +80,7 @@
|
|||
"@types/node": "^18.16.16",
|
||||
"axios": "1.6.7",
|
||||
"chokidar": "3.5.2",
|
||||
"ip": "2.0.1",
|
||||
"jsonwebtoken": "9.0.0",
|
||||
"prettier": "^3.1.0",
|
||||
"semver": "^7.5.4",
|
||||
|
|
|
@ -11,6 +11,7 @@ overrides:
|
|||
'@types/node': ^18.16.16
|
||||
axios: 1.6.7
|
||||
chokidar: 3.5.2
|
||||
ip: 2.0.1
|
||||
jsonwebtoken: 9.0.0
|
||||
prettier: ^3.1.0
|
||||
semver: ^7.5.4
|
||||
|
@ -8861,7 +8862,7 @@ packages:
|
|||
express: 4.18.2
|
||||
fs-extra: 11.1.1
|
||||
globby: 11.1.0
|
||||
ip: 2.0.0
|
||||
ip: 2.0.1
|
||||
lodash: 4.17.21
|
||||
open: 8.4.0
|
||||
pretty-hrtime: 1.0.3
|
||||
|
@ -16761,8 +16762,8 @@ packages:
|
|||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
/ip@2.0.0:
|
||||
resolution: {integrity: sha512-WKa+XuLG1A1R0UWhl2+1XQSi+fZWMsYKffMZTTYsiZaUD8k2yDAj5atimTUD2TZkyCkNEeYE5NhFZmupOGtjYQ==}
|
||||
/ip@2.0.1:
|
||||
resolution: {integrity: sha512-lJUL9imLTNi1ZfXT+DU6rBBdbiKGBuay9B6xGSPVjUeQwaH1RIGqef8RZkUtHioLmSNpPR5M4HVKJGm1j8FWVQ==}
|
||||
|
||||
/ipaddr.js@1.9.1:
|
||||
resolution: {integrity: sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==}
|
||||
|
@ -23654,7 +23655,7 @@ packages:
|
|||
resolution: {integrity: sha512-7maUZy1N7uo6+WVEX6psASxtNlKaNVMlGQKkG/63nEDdLOWNbiUMoLK7X4uYoLhQstau72mLgfEWcXcwsaHbYQ==}
|
||||
engines: {node: '>= 10.13.0', npm: '>= 3.0.0'}
|
||||
dependencies:
|
||||
ip: 2.0.0
|
||||
ip: 2.0.1
|
||||
smart-buffer: 4.2.0
|
||||
dev: false
|
||||
optional: true
|
||||
|
|
Loading…
Reference in a new issue