From baae0754822a28f044025d765296b895dc346b32 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 30 Aug 2023 21:07:07 +0000 Subject: [PATCH] chore(deps): update dependency @types/lodash-es to ^4.17.9 --- package.json | 2 +- pnpm-lock.yaml | 22 ++++++++++++++++------ 2 files changed, 17 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index c586d8a..1d1a00d 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "@nrwl/workspace": "^14.1.9", "@types/jest": "27.5.2", "@types/js-yaml": "^4.0.5", - "@types/lodash-es": "^4.17.6", + "@types/lodash-es": "^4.17.9", "@types/node": "17.0.34", "jest": "28.1.3", "jest-preset-angular": "12.2.6", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d385c9c..656c5c2 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -23,7 +23,7 @@ specifiers: '@nrwl/workspace': ^14.1.9 '@types/jest': 27.5.2 '@types/js-yaml': ^4.0.5 - '@types/lodash-es': ^4.17.6 + '@types/lodash-es': ^4.17.9 '@types/node': 17.0.34 jest: 28.1.3 jest-preset-angular: 12.2.6 @@ -69,7 +69,7 @@ devDependencies: '@nrwl/workspace': 14.1.9_i7griapldam6fgp5qb3rw5laka '@types/jest': 27.5.2 '@types/js-yaml': 4.0.5 - '@types/lodash-es': 4.17.6 + '@types/lodash-es': 4.17.9 '@types/node': 17.0.34 jest: 28.1.3_av5zb7ncwo7u4znsmqe2aglhza jest-preset-angular: 12.2.6_jb5qajwh373pg2ozfdjmkrbeju @@ -96,6 +96,7 @@ packages: postcss: 8.4.14 stylelint: 14.8.5 transitivePeerDependencies: + - '@babel/traverse' - '@swc/core' - '@swc/wasm' - enquirer @@ -131,11 +132,12 @@ packages: babel-plugin-transform-async-to-promises: 0.8.18 babel-plugin-transform-react-remove-prop-types: 0.4.24 babel-plugin-transform-remove-console: 6.9.4 - babel-plugin-transform-typescript-metadata: 0.3.2 + babel-plugin-transform-typescript-metadata: 0.3.2_@babel+core@7.18.2 babel-preset-proposal-typescript: 2.2.0_lbsq3xmrp6wnavdepcwj4diqnq core-js: 3.22.5 fast-async: 7.0.6 transitivePeerDependencies: + - '@babel/traverse' - supports-color - typescript dev: true @@ -182,6 +184,7 @@ packages: tslib: 2.4.1 yarn-deduplicate: 5.0.0 transitivePeerDependencies: + - '@babel/traverse' - '@swc/core' - '@swc/wasm' - enquirer @@ -5288,8 +5291,8 @@ packages: '@types/node': 17.0.34 dev: true - /@types/lodash-es/4.17.6: - resolution: {integrity: sha512-R+zTeVUKDdfoRxpAryaQNRKk3105Rrgx2CFRClIgRGaqDTdjsm8h6IYA8ir584W3ePzkZfst5xIgDwYrlh9HLg==} + /@types/lodash-es/4.17.9: + resolution: {integrity: sha512-ZTcmhiI3NNU7dEvWLZJkzG6ao49zOIjEgIE0RgV7wbPxU0f2xT3VSAHw2gmst8swH6V0YkLRGp4qPlX/6I90MQ==} dependencies: '@types/lodash': 4.14.182 dev: true @@ -6542,9 +6545,16 @@ packages: resolution: {integrity: sha512-88blrUrMX3SPiGkT1GnvVY8E/7A+k6oj3MNvUtTIxJflFzXTw1bHkuJ/y039ouhFMp2prRn5cQGzokViYi1dsg==} dev: true - /babel-plugin-transform-typescript-metadata/0.3.2: + /babel-plugin-transform-typescript-metadata/0.3.2_@babel+core@7.18.2: resolution: {integrity: sha512-mWEvCQTgXQf48yDqgN7CH50waTyYBeP2Lpqx4nNWab9sxEpdXVeKgfj1qYI2/TgUPQtNFZ85i3PemRtnXVYYJg==} + peerDependencies: + '@babel/core': ^7 + '@babel/traverse': ^7 + peerDependenciesMeta: + '@babel/traverse': + optional: true dependencies: + '@babel/core': 7.18.2 '@babel/helper-plugin-utils': 7.17.12 dev: true