Bump camelize-ts from 2.1.1 to 2.2.0 (#4023)
Bumps [camelize-ts](https://github.com/kbrabrand/camelize-ts) from 2.1.1 to 2.2.0. - [Release notes](https://github.com/kbrabrand/camelize-ts/releases) - [Commits](https://github.com/kbrabrand/camelize-ts/commits) --- updated-dependencies: - dependency-name: camelize-ts dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
69ceeef761
commit
780c1c7328
2 changed files with 9 additions and 6 deletions
|
@ -37,7 +37,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"camelize-ts": "^2.1.1",
|
"camelize-ts": "^2.2.0",
|
||||||
"lodash-es": "^4.17.21",
|
"lodash-es": "^4.17.21",
|
||||||
"url-join": "^5.0.0",
|
"url-join": "^5.0.0",
|
||||||
"url-template": "^3.0.0"
|
"url-template": "^3.0.0"
|
||||||
|
|
13
package-lock.json
generated
13
package-lock.json
generated
|
@ -610,7 +610,7 @@
|
||||||
"version": "999.0.0-dev",
|
"version": "999.0.0-dev",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"camelize-ts": "^2.1.1",
|
"camelize-ts": "^2.2.0",
|
||||||
"lodash-es": "^4.17.21",
|
"lodash-es": "^4.17.21",
|
||||||
"url-join": "^5.0.0",
|
"url-join": "^5.0.0",
|
||||||
"url-template": "^3.0.0"
|
"url-template": "^3.0.0"
|
||||||
|
@ -6440,8 +6440,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/camelize-ts": {
|
"node_modules/camelize-ts": {
|
||||||
"version": "2.1.1",
|
"version": "2.2.0",
|
||||||
"license": "MIT",
|
"resolved": "https://registry.npmjs.org/camelize-ts/-/camelize-ts-2.2.0.tgz",
|
||||||
|
"integrity": "sha512-6jMy83qFmNrJIMQXXU6Bi7VVkyl/nBVvoxcVsGRDA6R01pPZpnO/LaIcx6dijJjHbBA2G0uHY4Irk7LeA274NQ==",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
||||||
}
|
}
|
||||||
|
@ -18179,7 +18180,7 @@
|
||||||
"@types/lodash-es": "^4.17.5",
|
"@types/lodash-es": "^4.17.5",
|
||||||
"@types/mocha": "^10.0.1",
|
"@types/mocha": "^10.0.1",
|
||||||
"@types/node": "^18.11.14",
|
"@types/node": "^18.11.14",
|
||||||
"camelize-ts": "^2.1.1",
|
"camelize-ts": "^2.2.0",
|
||||||
"chai": "^4.3.7",
|
"chai": "^4.3.7",
|
||||||
"lodash-es": "^4.17.21",
|
"lodash-es": "^4.17.21",
|
||||||
"mocha": "^10.2.0",
|
"mocha": "^10.2.0",
|
||||||
|
@ -20489,7 +20490,9 @@
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"camelize-ts": {
|
"camelize-ts": {
|
||||||
"version": "2.1.1"
|
"version": "2.2.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/camelize-ts/-/camelize-ts-2.2.0.tgz",
|
||||||
|
"integrity": "sha512-6jMy83qFmNrJIMQXXU6Bi7VVkyl/nBVvoxcVsGRDA6R01pPZpnO/LaIcx6dijJjHbBA2G0uHY4Irk7LeA274NQ=="
|
||||||
},
|
},
|
||||||
"caniuse-lite": {
|
"caniuse-lite": {
|
||||||
"version": "1.0.30001397",
|
"version": "1.0.30001397",
|
||||||
|
|
Loading…
Reference in a new issue