commit 47fa5ad915b1d78f663a6120477261c99c37ad92
parent 29c39076b050f52797017b0d6bc768f8a4a37a18
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: Thu, 20 Jan 2022 22:11:22 +0100
Bump @babel/plugin-transform-typescript from 7.16.7 to 7.16.8 (#13)
Bumps [@babel/plugin-transform-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-typescript) from 7.16.7 to 7.16.8.
- [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.16.8/packages/babel-plugin-transform-typescript)
---
updated-dependencies:
- dependency-name: "@babel/plugin-transform-typescript"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat:
2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/package-lock.json b/package-lock.json
@@ -19,7 +19,7 @@
"react-dom": "17.0.2"
},
"devDependencies": {
- "@babel/plugin-transform-typescript": "7.16.7",
+ "@babel/plugin-transform-typescript": "7.16.8",
"@playwright/test": "1.17.1",
"@types/cors": "2.8.12",
"@types/node": "17.0.10",
@@ -694,9 +694,9 @@
}
},
"node_modules/@babel/plugin-transform-typescript": {
- "version": "7.16.7",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.16.7.tgz",
- "integrity": "sha512-Hzx1lvBtOCWuCEwMmYOfpQpO7joFeXLgoPuzZZBtTxXqSqUGUubvFGZv2ygo1tB5Bp9q6PXV3H0E/kf7KM0RLA==",
+ "version": "7.16.8",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.16.8.tgz",
+ "integrity": "sha512-bHdQ9k7YpBDO2d0NVfkj51DpQcvwIzIusJ7mEUaMlbZq3Kt/U47j24inXZHQ5MDiYpCs+oZiwnXyKedE8+q7AQ==",
"dev": true,
"dependencies": {
"@babel/helper-create-class-features-plugin": "^7.16.7",
@@ -7240,9 +7240,9 @@
}
},
"@babel/plugin-transform-typescript": {
- "version": "7.16.7",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.16.7.tgz",
- "integrity": "sha512-Hzx1lvBtOCWuCEwMmYOfpQpO7joFeXLgoPuzZZBtTxXqSqUGUubvFGZv2ygo1tB5Bp9q6PXV3H0E/kf7KM0RLA==",
+ "version": "7.16.8",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.16.8.tgz",
+ "integrity": "sha512-bHdQ9k7YpBDO2d0NVfkj51DpQcvwIzIusJ7mEUaMlbZq3Kt/U47j24inXZHQ5MDiYpCs+oZiwnXyKedE8+q7AQ==",
"dev": true,
"requires": {
"@babel/helper-create-class-features-plugin": "^7.16.7",
diff --git a/package.json b/package.json
@@ -32,7 +32,7 @@
"react-dom": "17.0.2"
},
"devDependencies": {
- "@babel/plugin-transform-typescript": "7.16.7",
+ "@babel/plugin-transform-typescript": "7.16.8",
"@playwright/test": "1.17.1",
"@types/cors": "2.8.12",
"@types/node": "17.0.10",