Merge pull request #2145 from hodgef/dependabot/npm_and_yarn/babel/plugin-transform-typescript-7.23.4

Bump @babel/plugin-transform-typescript from 7.23.3 to 7.23.4
This commit is contained in:
Francisco Hodge 2023-11-21 05:07:49 -05:00 committed by GitHub
commit 6868aca096
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -12,7 +12,7 @@
"@babel/cli": "^7.23.0",
"@babel/core": "^7.23.3",
"@babel/plugin-proposal-class-properties": "^7.17.12",
"@babel/plugin-transform-typescript": "^7.23.3",
"@babel/plugin-transform-typescript": "^7.23.4",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.23.3",
"@types/jest": "^27.5.0",
@ -1675,9 +1675,9 @@
}
},
"node_modules/@babel/plugin-transform-typescript": {
"version": "7.23.3",
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.23.3.tgz",
"integrity": "sha512-ogV0yWnq38CFwH20l2Afz0dfKuZBx9o/Y2Rmh5vuSS0YD1hswgEgTfyTzuSrT2q9btmHRSqYoSfwFUVaC1M1Jw==",
"version": "7.23.4",
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.23.4.tgz",
"integrity": "sha512-39hCCOl+YUAyMOu6B9SmUTiHUU0t/CxJNUmY3qRdJujbqi+lrQcL11ysYUsAvFWPBdhihrv1z0oRG84Yr3dODQ==",
"dev": true,
"dependencies": {
"@babel/helper-annotate-as-pure": "^7.22.5",
@ -17549,9 +17549,9 @@
}
},
"@babel/plugin-transform-typescript": {
"version": "7.23.3",
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.23.3.tgz",
"integrity": "sha512-ogV0yWnq38CFwH20l2Afz0dfKuZBx9o/Y2Rmh5vuSS0YD1hswgEgTfyTzuSrT2q9btmHRSqYoSfwFUVaC1M1Jw==",
"version": "7.23.4",
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.23.4.tgz",
"integrity": "sha512-39hCCOl+YUAyMOu6B9SmUTiHUU0t/CxJNUmY3qRdJujbqi+lrQcL11ysYUsAvFWPBdhihrv1z0oRG84Yr3dODQ==",
"dev": true,
"requires": {
"@babel/helper-annotate-as-pure": "^7.22.5",

View File

@ -43,7 +43,7 @@
"@babel/cli": "^7.23.0",
"@babel/core": "^7.23.3",
"@babel/plugin-proposal-class-properties": "^7.17.12",
"@babel/plugin-transform-typescript": "^7.23.3",
"@babel/plugin-transform-typescript": "^7.23.4",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.23.3",
"@types/jest": "^27.5.0",