chore: update dependency inflection to v3
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
df89ae59e3
commit
3be58c9446
|
@ -13,7 +13,7 @@
|
|||
"change-case": "^4.1.2",
|
||||
"debug": "^4.3.4",
|
||||
"depd": "^2.0.0",
|
||||
"inflection": "^1.13.4",
|
||||
"inflection": "^3.0.0",
|
||||
"lodash": "^4.17.21",
|
||||
"loopback-connector": "^6.1.1",
|
||||
"minimatch": "^9.0.3",
|
||||
|
@ -2941,12 +2941,12 @@
|
|||
}
|
||||
},
|
||||
"node_modules/inflection": {
|
||||
"version": "1.13.4",
|
||||
"resolved": "https://registry.npmjs.org/inflection/-/inflection-1.13.4.tgz",
|
||||
"integrity": "sha512-6I/HUDeYFfuNCVS3td055BaXBwKYuzw7K3ExVMStBowKo9oOAMJIXIHvdyR3iboTCp1b+1i5DSkIZTcwIktuDw==",
|
||||
"engines": [
|
||||
"node >= 0.4.0"
|
||||
]
|
||||
"version": "3.0.0",
|
||||
"resolved": "https://registry.npmjs.org/inflection/-/inflection-3.0.0.tgz",
|
||||
"integrity": "sha512-1zEJU1l19SgJlmwqsEyFTbScw/tkMHFenUo//Y0i+XEP83gDFdMvPizAD/WGcE+l1ku12PcTVHQhO6g5E0UCMw==",
|
||||
"engines": {
|
||||
"node": ">=18.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/inflight": {
|
||||
"version": "1.0.6",
|
||||
|
|
|
@ -55,7 +55,7 @@
|
|||
"change-case": "^4.1.2",
|
||||
"debug": "^4.3.4",
|
||||
"depd": "^2.0.0",
|
||||
"inflection": "^1.13.4",
|
||||
"inflection": "^3.0.0",
|
||||
"lodash": "^4.17.21",
|
||||
"loopback-connector": "^6.1.1",
|
||||
"minimatch": "^9.0.3",
|
||||
|
|
Loading…
Reference in New Issue