4
0
mirror of https://github.com/hodgef/simple-keyboard.git synced 2025-03-31 19:58:53 +08:00

Merge pull request from hodgef/dependabot/npm_and_yarn/babel/plugin-transform-typescript-7.26.8

Bump @babel/plugin-transform-typescript from 7.26.7 to 7.26.8
This commit is contained in:
Francisco Hodge 2025-02-10 04:26:09 -05:00 committed by GitHub
commit c5ca5dd33d
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

@ -12,7 +12,7 @@
"@babel/cli": "^7.26.4",
"@babel/core": "^7.26.8",
"@babel/plugin-proposal-class-properties": "^7.17.12",
"@babel/plugin-transform-typescript": "^7.26.7",
"@babel/plugin-transform-typescript": "^7.26.8",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.26.7",
"@types/jest": "^29.5.14",
@ -1635,9 +1635,9 @@
}
},
"node_modules/@babel/plugin-transform-typescript": {
"version": "7.26.7",
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.26.7.tgz",
"integrity": "sha512-5cJurntg+AT+cgelGP9Bt788DKiAw9gIMSMU2NJrLAilnj0m8WZWUNZPSLOmadYsujHutpgElO+50foX+ib/Wg==",
"version": "7.26.8",
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.26.8.tgz",
"integrity": "sha512-bME5J9AC8ChwA7aEPJ6zym3w7aObZULHhbNLU0bKUhKsAkylkzUdq+0kdymh9rzi8nlNFl2bmldFBCKNJBUpuw==",
"dev": true,
"license": "MIT",
"dependencies": {
@ -14830,9 +14830,9 @@
}
},
"@babel/plugin-transform-typescript": {
"version": "7.26.7",
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.26.7.tgz",
"integrity": "sha512-5cJurntg+AT+cgelGP9Bt788DKiAw9gIMSMU2NJrLAilnj0m8WZWUNZPSLOmadYsujHutpgElO+50foX+ib/Wg==",
"version": "7.26.8",
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.26.8.tgz",
"integrity": "sha512-bME5J9AC8ChwA7aEPJ6zym3w7aObZULHhbNLU0bKUhKsAkylkzUdq+0kdymh9rzi8nlNFl2bmldFBCKNJBUpuw==",
"dev": true,
"requires": {
"@babel/helper-annotate-as-pure": "^7.25.9",

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