Merge pull request #2318 from hodgef/dependabot/npm_and_yarn/babel/plugin-transform-typescript-7.25.2

Bump @babel/plugin-transform-typescript from 7.25.0 to 7.25.2
This commit is contained in:
Francisco Hodge 2024-07-30 04:07:11 -04:00 committed by GitHub
commit 4318959927
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -12,7 +12,7 @@
"@babel/cli": "^7.24.8",
"@babel/core": "^7.25.2",
"@babel/plugin-proposal-class-properties": "^7.17.12",
"@babel/plugin-transform-typescript": "^7.25.0",
"@babel/plugin-transform-typescript": "^7.25.2",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.25.2",
"@types/jest": "^27.5.0",
@ -1675,9 +1675,9 @@
}
},
"node_modules/@babel/plugin-transform-typescript": {
"version": "7.25.0",
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.25.0.tgz",
"integrity": "sha512-LZicxFzHIw+Sa3pzgMgSz6gdpsdkfiMObHUzhSIrwKF0+/rP/nuR49u79pSS+zIFJ1FeGeqQD2Dq4QGFbOVvSw==",
"version": "7.25.2",
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.25.2.tgz",
"integrity": "sha512-lBwRvjSmqiMYe/pS0+1gggjJleUJi7NzjvQ1Fkqtt69hBa/0t1YuW/MLQMAPixfwaQOHUXsd6jeU3Z+vdGv3+A==",
"dev": true,
"dependencies": {
"@babel/helper-annotate-as-pure": "^7.24.7",
@ -17457,9 +17457,9 @@
}
},
"@babel/plugin-transform-typescript": {
"version": "7.25.0",
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.25.0.tgz",
"integrity": "sha512-LZicxFzHIw+Sa3pzgMgSz6gdpsdkfiMObHUzhSIrwKF0+/rP/nuR49u79pSS+zIFJ1FeGeqQD2Dq4QGFbOVvSw==",
"version": "7.25.2",
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.25.2.tgz",
"integrity": "sha512-lBwRvjSmqiMYe/pS0+1gggjJleUJi7NzjvQ1Fkqtt69hBa/0t1YuW/MLQMAPixfwaQOHUXsd6jeU3Z+vdGv3+A==",
"dev": true,
"requires": {
"@babel/helper-annotate-as-pure": "^7.24.7",

View File

@ -42,7 +42,7 @@
"@babel/cli": "^7.24.8",
"@babel/core": "^7.25.2",
"@babel/plugin-proposal-class-properties": "^7.17.12",
"@babel/plugin-transform-typescript": "^7.25.0",
"@babel/plugin-transform-typescript": "^7.25.2",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.25.2",
"@types/jest": "^27.5.0",