From d967b6cfe9f29949c7d26125dd85fc1af71ae996 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Dec 2020 18:47:35 +0000 Subject: [PATCH] typescript(lunargame/api): Bump dot-prop from 4.2.0 to 4.2.1 typescript(lunargame/api): typescript(lunargame/api): Bumps [dot-prop](https://github.com/sindresorhus/dot-prop) from 4.2.0 to 4.2.1. typescript(lunargame/api): - [Release notes](https://github.com/sindresorhus/dot-prop/releases) typescript(lunargame/api): - [Commits](https://github.com/sindresorhus/dot-prop/compare/v4.2.0...v4.2.1) typescript(lunargame/api): typescript(lunargame/api): Signed-off-by: dependabot[bot] Signed-off-by: prescientmoon --- typescript/lunargame/api/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/typescript/lunargame/api/package-lock.json b/typescript/lunargame/api/package-lock.json index a5557ac..3e2b711 100644 --- a/typescript/lunargame/api/package-lock.json +++ b/typescript/lunargame/api/package-lock.json @@ -2002,9 +2002,9 @@ } }, "dot-prop": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-4.2.0.tgz", - "integrity": "sha512-tUMXrxlExSW6U2EXiiKGSBVdYgtV8qlHL+C10TsW4PURY/ic+eaysnSkwB4kA/mBlCyy/IKDJ+Lc3wbWeaXtuQ==", + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-4.2.1.tgz", + "integrity": "sha512-l0p4+mIuJIua0mhxGoh4a+iNL9bmeK5DvnSVQa6T0OhrVmaEa1XScX5Etc673FePCJOArq/4Pa2cLGODUWTPOQ==", "dev": true, "requires": { "is-obj": "^1.0.0"