From 46a50f703e96ee4746c9cee251b589b8173c1d59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 03:17:06 +0000 Subject: [PATCH] dev: bump @babel/plugin-transform-strict-mode from 7.22.5 to 7.23.3 Bumps [@babel/plugin-transform-strict-mode](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-strict-mode) from 7.22.5 to 7.23.3. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.23.3/packages/babel-plugin-transform-strict-mode) --- updated-dependencies: - dependency-name: "@babel/plugin-transform-strict-mode" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 7945258ee1..faac05a981 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "@babel/plugin-syntax-dynamic-import": "^7.8.3", "@babel/plugin-transform-runtime": "^7.22.10", "@babel/plugin-transform-spread": "^7.22.5", - "@babel/plugin-transform-strict-mode": "^7.22.5", + "@babel/plugin-transform-strict-mode": "^7.23.3", "@babel/preset-env": "^7.23.2", "@babel/preset-react": "^7.22.15", "@babel/register": "^7.22.15", diff --git a/yarn.lock b/yarn.lock index ba9aa83c67..2f0f525bad 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1268,10 +1268,10 @@ dependencies: "@babel/helper-plugin-utils" "^7.22.5" -"@babel/plugin-transform-strict-mode@^7.22.5": - version "7.22.5" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-strict-mode/-/plugin-transform-strict-mode-7.22.5.tgz#e172cfbbecfac495262ee597b7d603c9fd961e97" - integrity sha512-AlwU99zrq+YSuRGQtACJ2fm4QkhcpvUh68tnlUTWrM0j+11+IM0Z4jAo+S1/NJq6nDhBkvuLFHynt0y5HbNFLA== +"@babel/plugin-transform-strict-mode@^7.23.3": + version "7.23.3" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-strict-mode/-/plugin-transform-strict-mode-7.23.3.tgz#6422705446cc5bce8bad38d21a84b9649ca2d270" + integrity sha512-+36/x1ROxW7J1Opm6Q5OaC7AHNHObdIIOfMvnEY4S+Yk5HUZdFH3jv4+P8FpEbge6baEscTpfcGN70VRgJEIzg== dependencies: "@babel/helper-plugin-utils" "^7.22.5" @@ -12186,7 +12186,7 @@ tsutils@^3.21.0: tslib "^1.8.1" "ttn-lw@file:sdk/js": - version "3.28.1" + version "3.28.2" dependencies: arraybuffer-to-string "^1.0.2" auto-bind "^5.0.1"