Skip to content

Commit

Permalink
dev: bump @babel/plugin-transform-strict-mode from 7.22.5 to 7.23.3
Browse files Browse the repository at this point in the history
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] <[email protected]>
  • Loading branch information
dependabot[bot] committed Jan 8, 2024
1 parent 4822a0c commit 46a50f7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 46a50f7

Please sign in to comment.