Skip to content

Commit 285ccb9

Browse files
Merge pull request ferdikoomen#443 from ferdikoomen/dependabot/npm_and_yarn/babel/preset-typescript-7.12.7
2 parents 522200f + c3431d6 commit 285ccb9

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"@babel/cli": "7.12.7",
7474
"@babel/core": "7.12.3",
7575
"@babel/preset-env": "7.12.1",
76-
"@babel/preset-typescript": "7.12.1",
76+
"@babel/preset-typescript": "7.12.7",
7777
"@rollup/plugin-commonjs": "16.0.0",
7878
"@rollup/plugin-node-resolve": "10.0.0",
7979
"@types/express": "4.17.9",

yarn.lock

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -831,12 +831,13 @@
831831
"@babel/types" "^7.4.4"
832832
esutils "^2.0.2"
833833

834-
"@babel/preset-typescript@7.12.1":
835-
version "7.12.1"
836-
resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.12.1.tgz#86480b483bb97f75036e8864fe404cc782cc311b"
837-
integrity sha512-hNK/DhmoJPsksdHuI/RVrcEws7GN5eamhi28JkO52MqIxU8Z0QpmiSOQxZHWOHV7I3P4UjHV97ay4TcamMA6Kw==
834+
"@babel/preset-typescript@7.12.7":
835+
version "7.12.7"
836+
resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.12.7.tgz#fc7df8199d6aae747896f1e6c61fc872056632a3"
837+
integrity sha512-nOoIqIqBmHBSEgBXWR4Dv/XBehtIFcw9PqZw6rFYuKrzsZmOQm3PR5siLBnKZFEsDb03IegG8nSjU/iXXXYRmw==
838838
dependencies:
839839
"@babel/helper-plugin-utils" "^7.10.4"
840+
"@babel/helper-validator-option" "^7.12.1"
840841
"@babel/plugin-transform-typescript" "^7.12.1"
841842

842843
"@babel/runtime@^7.8.4":

0 commit comments

Comments
 (0)