diff --git a/package.json b/package.json index 4d7d481f..4d62ff9e 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "@arkweid/lefthook": "0.7.7", "@rollup/plugin-node-resolve": "13.1.3", "@rollup/plugin-replace": "3.0.1", - "chai": "4.3.4", + "chai": "4.3.6", "concurrently": "7.0.0", "create-emotion": "10.0.27", "emotion": "10.0.27", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 507cf886..f62d68ee 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -4,7 +4,7 @@ specifiers: '@arkweid/lefthook': 0.7.7 '@rollup/plugin-node-resolve': 13.1.3 '@rollup/plugin-replace': 3.0.1 - chai: 4.3.4 + chai: 4.3.6 concurrently: 7.0.0 create-emotion: 10.0.27 emotion: 10.0.27 @@ -24,7 +24,7 @@ devDependencies: '@arkweid/lefthook': 0.7.7 '@rollup/plugin-node-resolve': 13.1.3_rollup@2.67.2 '@rollup/plugin-replace': 3.0.1_rollup@2.67.2 - chai: 4.3.4 + chai: 4.3.6 concurrently: 7.0.0 create-emotion: 10.0.27 emotion: 10.0.27 @@ -1377,14 +1377,15 @@ packages: resolution: {integrity: sha512-OE5UE4+nBOro8Dyvv0lfx+SRtfVIOM9uhKqFmJeUbGriqhhStgp1A0OyBpgy3OUF8AhYCT+PVwPC1gMl2ZcQMA==} dev: true - /chai/4.3.4: - resolution: {integrity: sha512-yS5H68VYOCtN1cjfwumDSuzn/9c+yza4f3reKXlE5rUg7SFcCEy90gJvydNgOYtblyf4Zi6jIWRnXOgErta0KA==} + /chai/4.3.6: + resolution: {integrity: sha512-bbcp3YfHCUzMOvKqsztczerVgBKSsEijCySNlHHbX3VG1nskvqjz5Rfso1gGwD6w6oOV3eI60pKuMOV5MV7p3Q==} engines: {node: '>=4'} dependencies: assertion-error: 1.1.0 check-error: 1.0.2 deep-eql: 3.0.1 get-func-name: 2.0.0 + loupe: 2.3.3 pathval: 1.1.1 type-detect: 4.0.8 dev: true @@ -3462,6 +3463,12 @@ packages: - supports-color dev: true + /loupe/2.3.3: + resolution: {integrity: sha512-krIV4Cf1BIGIx2t1e6tucThhrBemUnIUjMtD2vN4mrMxnxpBvrcosBSpooqunBqP/hOEEV1w/Cr1YskGtqw5Jg==} + dependencies: + get-func-name: 2.0.0 + dev: true + /lowercase-keys/1.0.1: resolution: {integrity: sha512-G2Lj61tXDnVFFOi8VZds+SoQjtQC3dgokKdDG2mTm1tx4m50NUHBOZSBwQQHyy0V12A0JTG4icfZQH+xPyh8VA==} engines: {node: '>=0.10.0'}