From 2f4ab55a4e4108b6629d6d4a37610e77fac63c38 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 9 Sep 2023 03:46:00 +0000 Subject: [PATCH] chore(deps): update dependency @types/lodash to ^4.14.198 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index c0c1e0964..26f2a1c7e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -63,7 +63,7 @@ "@types/express-flash": "0.0.2", "@types/fs-extra": "^9.0.13", "@types/jsdom": "^16.2.15", - "@types/lodash": "^4.14.197", + "@types/lodash": "^4.14.198", "@types/markdown-it": "^12.2.3", "@types/node-fetch": "^2.6.4", "@types/pug": "2.0.6", @@ -3307,9 +3307,9 @@ "dev": true }, "node_modules/@types/lodash": { - "version": "4.14.197", - "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.197.tgz", - "integrity": "sha512-BMVOiWs0uNxHVlHBgzTIqJYmj+PgCo4euloGF+5m4okL3rEYzM2EEv78mw8zWSMM57dM7kVIgJ2QDvwHSoCI5g==" + "version": "4.14.198", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.198.tgz", + "integrity": "sha512-trNJ/vtMZYMLhfN45uLq4ShQSw0/S7xCTLLVM+WM1rmFpba/VS42jVUgaO3w/NOLiWR/09lnYk0yMaA/atdIsg==" }, "node_modules/@types/long": { "version": "4.0.2", @@ -30968,9 +30968,9 @@ "dev": true }, "@types/lodash": { - "version": "4.14.197", - "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.197.tgz", - "integrity": "sha512-BMVOiWs0uNxHVlHBgzTIqJYmj+PgCo4euloGF+5m4okL3rEYzM2EEv78mw8zWSMM57dM7kVIgJ2QDvwHSoCI5g==" + "version": "4.14.198", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.198.tgz", + "integrity": "sha512-trNJ/vtMZYMLhfN45uLq4ShQSw0/S7xCTLLVM+WM1rmFpba/VS42jVUgaO3w/NOLiWR/09lnYk0yMaA/atdIsg==" }, "@types/long": { "version": "4.0.2", diff --git a/package.json b/package.json index d3e9ad895..bafb0725c 100644 --- a/package.json +++ b/package.json @@ -99,7 +99,7 @@ "@types/express-flash": "0.0.2", "@types/fs-extra": "^9.0.13", "@types/jsdom": "^16.2.15", - "@types/lodash": "^4.14.197", + "@types/lodash": "^4.14.198", "@types/markdown-it": "^12.2.3", "@types/node-fetch": "^2.6.4", "@types/pug": "2.0.6",