diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-05-13 07:15:16 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-13 07:15:16 +0000 |
commit | d3649cf705c0e339c64653e8f243577eff2fb0ca (patch) | |
tree | 8b3bd4124150ac89f73a009515fe0b5434ec5955 | |
parent | b2fa47afd466a5842609b258e72739f88412252a (diff) | |
download | timeline-d3649cf705c0e339c64653e8f243577eff2fb0ca.tar.gz timeline-d3649cf705c0e339c64653e8f243577eff2fb0ca.tar.bz2 timeline-d3649cf705c0e339c64653e8f243577eff2fb0ca.zip |
build(deps-dev): Bump @types/lodash in /FrontEnd
Bumps [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) from 4.14.168 to 4.14.169.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash)
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | FrontEnd/package-lock.json | 14 | ||||
-rw-r--r-- | FrontEnd/package.json | 2 |
2 files changed, 8 insertions, 8 deletions
diff --git a/FrontEnd/package-lock.json b/FrontEnd/package-lock.json index 956ef055..c2c36238 100644 --- a/FrontEnd/package-lock.json +++ b/FrontEnd/package-lock.json @@ -52,7 +52,7 @@ "@babel/preset-typescript": "^7.13.0", "@pmmmwh/react-refresh-webpack-plugin": "^0.5.0-beta.7", "@types/color": "^3.0.1", - "@types/lodash": "^4.14.168", + "@types/lodash": "^4.14.169", "@types/node": "^15.0.3", "@types/react": "^17.0.5", "@types/react-color": "^3.0.4", @@ -2052,9 +2052,9 @@ } }, "node_modules/@types/lodash": { - "version": "4.14.168", - "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.168.tgz", - "integrity": "sha512-oVfRvqHV/V6D1yifJbVRU3TMp8OT6o6BG+U9MkwuJ3U8/CsDHvalRpsxBqivn71ztOFZBTfJMvETbqHiaNSj7Q==", + "version": "4.14.169", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.169.tgz", + "integrity": "sha512-DvmZHoHTFJ8zhVYwCLWbQ7uAbYQEk52Ev2/ZiQ7Y7gQGeV9pjBqjnQpECMHfKS1rCYAhMI7LHVxwyZLZinJgdw==", "dev": true }, "node_modules/@types/minimatch": { @@ -17731,9 +17731,9 @@ } }, "@types/lodash": { - "version": "4.14.168", - "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.168.tgz", - "integrity": "sha512-oVfRvqHV/V6D1yifJbVRU3TMp8OT6o6BG+U9MkwuJ3U8/CsDHvalRpsxBqivn71ztOFZBTfJMvETbqHiaNSj7Q==", + "version": "4.14.169", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.169.tgz", + "integrity": "sha512-DvmZHoHTFJ8zhVYwCLWbQ7uAbYQEk52Ev2/ZiQ7Y7gQGeV9pjBqjnQpECMHfKS1rCYAhMI7LHVxwyZLZinJgdw==", "dev": true }, "@types/minimatch": { diff --git a/FrontEnd/package.json b/FrontEnd/package.json index d0150342..14a72d15 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -68,7 +68,7 @@ "@babel/preset-typescript": "^7.13.0",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.0-beta.7",
"@types/color": "^3.0.1",
- "@types/lodash": "^4.14.168",
+ "@types/lodash": "^4.14.169",
"@types/node": "^15.0.3",
"@types/react": "^17.0.5",
"@types/react-color": "^3.0.4",
|