diff --git a/package.json b/package.json index 2a8ce5be..643f0263 100644 --- a/package.json +++ b/package.json @@ -88,7 +88,7 @@ "fetch-mock-jest": "^1.5.1", "jest": "^29.3.1", "node-fetch": "^2.6.7", - "pascalcase": "^1.0.0", + "pascalcase": "^2.0.0", "prettier": "^2.7.1", "rimraf": "^3.0.2", "rollup": "^2.79.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index dc53efd5..743bccc8 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -13,7 +13,7 @@ specifiers: fetch-mock-jest: ^1.5.1 jest: ^29.3.1 node-fetch: ^2.6.7 - pascalcase: ^1.0.0 + pascalcase: ^2.0.0 prettier: ^2.7.1 rimraf: ^3.0.2 rollup: ^2.79.1 @@ -38,7 +38,7 @@ devDependencies: fetch-mock-jest: 1.5.1_node-fetch@2.6.7 jest: 29.3.1 node-fetch: 2.6.7 - pascalcase: 1.0.0 + pascalcase: 2.0.0 prettier: 2.7.1 rimraf: 3.0.2 rollup: 2.79.1 @@ -3625,9 +3625,11 @@ packages: lines-and-columns: 1.2.4 dev: true - /pascalcase/1.0.0: - resolution: {integrity: sha512-BSExi0rRnCHReJys6NocaK+cfTXNinAegfWBvr0JD3hiaEG7Nuc7r0CIdOJunXrs8gU/sbHQ9dxVAtiVQisjmg==} - engines: {node: '>=8'} + /pascalcase/2.0.0: + resolution: {integrity: sha512-DHpENy5Qm/FaX+x3iBLoMLG/XHNCTgL+yErm1TwuVaj6u4fiOSkYkf60vGtITk7hrKHOO4uCl9vRrD4hqjNKjg==} + engines: {node: '>=14'} + dependencies: + camelcase: 6.3.0 dev: true /path-exists/3.0.0: