Skip to content

Commit 639767e

Browse files
Merge pull request ferdikoomen#565 from ferdikoomen/dependabot/npm_and_yarn/babel/preset-typescript-7.12.16
2 parents 83ec946 + 34925de commit 639767e

File tree

2 files changed

+34
-16
lines changed

2 files changed

+34
-16
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"@babel/cli": "7.12.16",
7373
"@babel/core": "7.12.13",
7474
"@babel/preset-env": "7.12.13",
75-
"@babel/preset-typescript": "7.12.13",
75+
"@babel/preset-typescript": "7.12.16",
7676
"@rollup/plugin-commonjs": "17.1.0",
7777
"@rollup/plugin-node-resolve": "11.1.1",
7878
"@types/express": "4.17.11",

yarn.lock

Lines changed: 33 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,17 @@
104104
"@babel/helper-replace-supers" "^7.12.13"
105105
"@babel/helper-split-export-declaration" "^7.12.13"
106106

107+
"@babel/helper-create-class-features-plugin@^7.12.16":
108+
version "7.12.16"
109+
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.12.16.tgz#955d5099fd093e5afb05542190f8022105082c61"
110+
integrity sha512-KbSEj8l9zYkMVHpQqM3wJNxS1d9h3U9vm/uE5tpjMbaj3lTp+0noe3KPsV5dSD9jxKnf9jO9Ip9FX5PKNZCKow==
111+
dependencies:
112+
"@babel/helper-function-name" "^7.12.13"
113+
"@babel/helper-member-expression-to-functions" "^7.12.16"
114+
"@babel/helper-optimise-call-expression" "^7.12.13"
115+
"@babel/helper-replace-supers" "^7.12.13"
116+
"@babel/helper-split-export-declaration" "^7.12.13"
117+
107118
"@babel/helper-create-regexp-features-plugin@^7.12.13":
108119
version "7.12.13"
109120
resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.12.13.tgz#0996d370a92896c612ae41a4215544bd152579c0"
@@ -149,6 +160,13 @@
149160
dependencies:
150161
"@babel/types" "^7.12.13"
151162

163+
"@babel/helper-member-expression-to-functions@^7.12.16":
164+
version "7.12.16"
165+
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.12.16.tgz#41e0916b99f8d5f43da4f05d85f4930fa3d62b22"
166+
integrity sha512-zYoZC1uvebBFmj1wFAlXwt35JLEgecefATtKp20xalwEK8vHAixLBXTGxNrVGEmTT+gzOThUgr8UEdgtalc1BQ==
167+
dependencies:
168+
"@babel/types" "^7.12.13"
169+
152170
"@babel/helper-module-imports@^7.12.13":
153171
version "7.12.13"
154172
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.12.13.tgz#ec67e4404f41750463e455cc3203f6a32e93fcb0"
@@ -228,10 +246,10 @@
228246
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz#c9a1f021917dcb5ccf0d4e453e399022981fc9ed"
229247
integrity sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw==
230248

231-
"@babel/helper-validator-option@^7.12.11":
232-
version "7.12.11"
233-
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.12.11.tgz#d66cb8b7a3e7fe4c6962b32020a131ecf0847f4f"
234-
integrity sha512-TBFCyj939mFSdeX7U7DDj32WtzYY7fDcalgq8v3fBZMNOJQNn7nOYzMaUCiPxPYfCup69mtIpqlKgMZLvQ8Xhw==
249+
"@babel/helper-validator-option@^7.12.11", "@babel/helper-validator-option@^7.12.16":
250+
version "7.12.16"
251+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.12.16.tgz#f73cbd3bbba51915216c5dea908e9b206bb10051"
252+
integrity sha512-uCgsDBPUQDvzr11ePPo4TVEocxj8RXjUVSC/Y8N1YpVAI/XDdUwGJu78xmlGhTxj2ntaWM7n9LQdRtyhOzT2YQ==
235253

236254
"@babel/helper-wrap-function@^7.12.13":
237255
version "7.12.13"
@@ -711,12 +729,12 @@
711729
dependencies:
712730
"@babel/helper-plugin-utils" "^7.12.13"
713731

714-
"@babel/plugin-transform-typescript@^7.12.13":
715-
version "7.12.13"
716-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.12.13.tgz#8bcb5dd79cb8bba690d6920e19992d9228dfed48"
717-
integrity sha512-z1VWskPJxK9tfxoYvePWvzSJC+4pxXr8ArmRm5ofqgi+mwpKg6lvtomkIngBYMJVnKhsFYVysCQLDn//v2RHcg==
732+
"@babel/plugin-transform-typescript@^7.12.16":
733+
version "7.12.16"
734+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.12.16.tgz#3f30b829bdd15683f71c32fa31330c2af8c1b732"
735+
integrity sha512-88hep+B6dtDOiEqtRzwHp2TYO+CN8nbAV3eh5OpBGPsedug9J6y1JwLKzXRIGGQZDC8NlpxpQMIIxcfIW96Wgw==
718736
dependencies:
719-
"@babel/helper-create-class-features-plugin" "^7.12.13"
737+
"@babel/helper-create-class-features-plugin" "^7.12.16"
720738
"@babel/helper-plugin-utils" "^7.12.13"
721739
"@babel/plugin-syntax-typescript" "^7.12.13"
722740

@@ -818,14 +836,14 @@
818836
"@babel/types" "^7.4.4"
819837
esutils "^2.0.2"
820838

821-
"@babel/[email protected].13":
822-
version "7.12.13"
823-
resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.12.13.tgz#c859c7c075c531d2cc34c2516b214e5d884efe5c"
824-
integrity sha512-gYry7CeXwD2wtw5qHzrtzKaShEhOfTmKb4i0ZxeYBcBosN5VuAudsNbjX7Oj5EAfQ3K4s4HsVMQRRcqGsPvs2A==
839+
"@babel/[email protected].16":
840+
version "7.12.16"
841+
resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.12.16.tgz#b2080ce20b7095c049db2a0410f1e39bc892f7ca"
842+
integrity sha512-IrYNrpDSuQfNHeqh7gsJsO35xTGyAyGkI1VxOpBEADFtxCqZ77a1RHbJqM3YJhroj7qMkNMkNtcw0lqeZUrzow==
825843
dependencies:
826844
"@babel/helper-plugin-utils" "^7.12.13"
827-
"@babel/helper-validator-option" "^7.12.11"
828-
"@babel/plugin-transform-typescript" "^7.12.13"
845+
"@babel/helper-validator-option" "^7.12.16"
846+
"@babel/plugin-transform-typescript" "^7.12.16"
829847

830848
"@babel/runtime@^7.8.4":
831849
version "7.12.5"

0 commit comments

Comments
 (0)