From fe5bf73593866e9b07f62e5287734eeae574f00d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 20 Mar 2022 13:28:04 -0300 Subject: [PATCH] chore(deps): bump object-code from 1.2.0 to 1.2.2 (#182) Bumps [object-code](https://github.com/arthurfiorette/tinylibs/tree/HEAD/packages/object-code) from 1.2.0 to 1.2.2. - [Release notes](https://github.com/arthurfiorette/tinylibs/releases) - [Commits](https://github.com/arthurfiorette/tinylibs/commits/object-code-v1.2.2/packages/object-code) --- updated-dependencies: - dependency-name: object-code dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index 6c92dda4..6f5091c4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3157,9 +3157,9 @@ nwsapi@^2.2.0: integrity sha512-h2AatdwYH+JHiZpv7pt/gSX1XoRGb7L/qSIeuqA6GwYoF9w1vP1cw42TO0aI2pNyshRK5893hNSl+1//vHK7hQ== object-code@^1.2.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/object-code/-/object-code-1.2.0.tgz#aaa1ddc9bb69c1bbd9d2102e3553c541a099076e" - integrity sha512-VFYjh8+8Bfk5AuvVsqhoi36033g0NJ7/V4YS/RjhMFtfUdCrO5SjS57yUsDeGjKff8qKnJvdYYXBDSEI2eOIAQ== + version "1.2.2" + resolved "https://registry.yarnpkg.com/object-code/-/object-code-1.2.2.tgz#ac0133813ae570555c51e47b9beee73494a39a6a" + integrity sha512-ZSbEQdei4ElzuDM4BmazKSwINacocBf3/8rte25aNqXzvT/8dSaNVY9egsjAaBL/UhW55JNxAvXOKPIsL2MwWQ== once@^1.3.0: version "1.4.0"