Merge pull request #2409 from hodgef/dependabot/npm_and_yarn/babel/plugin-transform-typescript-7.26.3

Bump @babel/plugin-transform-typescript from 7.25.9 to 7.26.3
This commit is contained in:
Francisco Hodge 2024-12-05 04:31:38 -05:00 committed by GitHub
commit 30238c29c2
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.25.9",
"@babel/core": "^7.26.0",
"@babel/plugin-proposal-class-properties": "^7.17.12",
"@babel/plugin-transform-typescript": "^7.25.9",
"@babel/plugin-transform-typescript": "^7.26.3",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.26.0",
"@types/jest": "^29.5.14",
@ -1650,9 +1650,9 @@
}
},
"node_modules/@babel/plugin-transform-typescript": {
"version": "7.25.9",
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.25.9.tgz",
"integrity": "sha512-7PbZQZP50tzv2KGGnhh82GSyMB01yKY9scIjf1a+GfZCtInOWqUH5+1EBU4t9fyR5Oykkkc9vFTs4OHrhHXljQ==",
"version": "7.26.3",
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.26.3.tgz",
"integrity": "sha512-6+5hpdr6mETwSKjmJUdYw0EIkATiQhnELWlE3kJFBwSg/BGIVwVaVbX+gOXBCdc7Ln1RXZxyWGecIXhUfnl7oA==",
"dev": true,
"dependencies": {
"@babel/helper-annotate-as-pure": "^7.25.9",
@ -14874,9 +14874,9 @@
}
},
"@babel/plugin-transform-typescript": {
"version": "7.25.9",
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.25.9.tgz",
"integrity": "sha512-7PbZQZP50tzv2KGGnhh82GSyMB01yKY9scIjf1a+GfZCtInOWqUH5+1EBU4t9fyR5Oykkkc9vFTs4OHrhHXljQ==",
"version": "7.26.3",
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.26.3.tgz",
"integrity": "sha512-6+5hpdr6mETwSKjmJUdYw0EIkATiQhnELWlE3kJFBwSg/BGIVwVaVbX+gOXBCdc7Ln1RXZxyWGecIXhUfnl7oA==",
"dev": true,
"requires": {
"@babel/helper-annotate-as-pure": "^7.25.9",

View File

@ -42,7 +42,7 @@
"@babel/cli": "^7.25.9",
"@babel/core": "^7.26.0",
"@babel/plugin-proposal-class-properties": "^7.17.12",
"@babel/plugin-transform-typescript": "^7.25.9",
"@babel/plugin-transform-typescript": "^7.26.3",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.26.0",
"@types/jest": "^29.5.14",