7c766a0966
Bumps the npm_and_yarn group with 1 update in the /test directory: [flatted](https://github.com/WebReflection/flatted). Bumps the npm_and_yarn group with 1 update in the /test/nested directory: [lodash](https://github.com/lodash/lodash). Updates `flatted` from 3.2.4 to 3.4.2 - [Commits](https://github.com/WebReflection/flatted/compare/v3.2.4...v3.4.2) Updates `lodash` from 4.17.23 to 4.18.1 - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.23...4.18.1) --- updated-dependencies: - dependency-name: flatted dependency-version: 3.4.2 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: lodash dependency-version: 4.18.1 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Chad Bentz <1760475+felickz@users.noreply.github.com>
34 lines
925 B
JSON
34 lines
925 B
JSON
{
|
|
"name": "nested-test-package",
|
|
"version": "1.0.0",
|
|
"lockfileVersion": 3,
|
|
"requires": true,
|
|
"packages": {
|
|
"": {
|
|
"name": "nested-test-package",
|
|
"version": "1.0.0",
|
|
"dependencies": {
|
|
"lodash": "^4.18.1"
|
|
},
|
|
"devDependencies": {
|
|
"jest": "^29.0.0"
|
|
}
|
|
},
|
|
"node_modules/jest": {
|
|
"version": "29.7.0",
|
|
"resolved": "https://registry.npmjs.org/jest/-/jest-29.7.0.tgz",
|
|
"integrity": "sha512-NIy3oAFp9shda19hy4HK0HRTWKtPJmGdnvywu01nOqNC2vZg+Z+fvJDxpMQA88eb2I9EcafcdjYgsDthnYTvGw==",
|
|
"dev": true,
|
|
"bin": {
|
|
"jest": "bin/jest.js"
|
|
}
|
|
},
|
|
"node_modules/lodash": {
|
|
"version": "4.18.1",
|
|
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.18.1.tgz",
|
|
"integrity": "sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==",
|
|
"license": "MIT"
|
|
}
|
|
}
|
|
}
|