Skip to content

Commit 3056e11

Browse files
Merge pull request ferdikoomen#554 from ferdikoomen/dependabot/npm_and_yarn/babel/preset-typescript-7.12.13
2 parents 951d03e + 82dfdfc commit 3056e11

File tree

2 files changed

+31
-42
lines changed

2 files changed

+31
-42
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.10",
7373
"@babel/core": "7.12.10",
7474
"@babel/preset-env": "7.12.13",
75-
"@babel/preset-typescript": "7.12.7",
75+
"@babel/preset-typescript": "7.12.13",
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: 30 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -102,17 +102,6 @@
102102
browserslist "^4.14.5"
103103
semver "^5.5.0"
104104

105-
"@babel/helper-create-class-features-plugin@^7.12.1":
106-
version "7.12.1"
107-
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.12.1.tgz#3c45998f431edd4a9214c5f1d3ad1448a6137f6e"
108-
integrity sha512-hkL++rWeta/OVOBTRJc9a5Azh5mt5WgZUGAKMD8JM141YsE08K//bp1unBBieO6rUKkIPyUE0USQ30jAy3Sk1w==
109-
dependencies:
110-
"@babel/helper-function-name" "^7.10.4"
111-
"@babel/helper-member-expression-to-functions" "^7.12.1"
112-
"@babel/helper-optimise-call-expression" "^7.10.4"
113-
"@babel/helper-replace-supers" "^7.12.1"
114-
"@babel/helper-split-export-declaration" "^7.10.4"
115-
116105
"@babel/helper-create-class-features-plugin@^7.12.13":
117106
version "7.12.13"
118107
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.12.13.tgz#0f1707c2eec1a4604f2a22a6fb209854ef2a399a"
@@ -139,7 +128,7 @@
139128
dependencies:
140129
"@babel/types" "^7.12.13"
141130

142-
"@babel/helper-function-name@^7.10.4", "@babel/helper-function-name@^7.12.11":
131+
"@babel/helper-function-name@^7.12.11":
143132
version "7.12.11"
144133
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.12.11.tgz#1fd7738aee5dcf53c3ecff24f1da9c511ec47b42"
145134
integrity sha512-AtQKjtYNolKNi6nNNVLQ27CP6D9oFR6bq/HPYSizlzbp7uC1M59XJe8L+0uXjbIaZaUJF99ruHqVGiKXU/7ybA==
@@ -178,20 +167,20 @@
178167
dependencies:
179168
"@babel/types" "^7.12.13"
180169

181-
"@babel/helper-member-expression-to-functions@^7.12.1", "@babel/helper-member-expression-to-functions@^7.12.7":
182-
version "7.12.7"
183-
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.12.7.tgz#aa77bd0396ec8114e5e30787efa78599d874a855"
184-
integrity sha512-DCsuPyeWxeHgh1Dus7APn7iza42i/qXqiFPWyBDdOFtvS581JQePsc1F/nD+fHrcswhLlRc2UpYS1NwERxZhHw==
185-
dependencies:
186-
"@babel/types" "^7.12.7"
187-
188170
"@babel/helper-member-expression-to-functions@^7.12.13":
189171
version "7.12.13"
190172
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.12.13.tgz#c5715695b4f8bab32660dbdcdc2341dec7e3df40"
191173
integrity sha512-B+7nN0gIL8FZ8SvMcF+EPyB21KnCcZHQZFczCxbiNGV/O0rsrSBlWGLzmtBJ3GMjSVMIm4lpFhR+VdVBuIsUcQ==
192174
dependencies:
193175
"@babel/types" "^7.12.13"
194176

177+
"@babel/helper-member-expression-to-functions@^7.12.7":
178+
version "7.12.7"
179+
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.12.7.tgz#aa77bd0396ec8114e5e30787efa78599d874a855"
180+
integrity sha512-DCsuPyeWxeHgh1Dus7APn7iza42i/qXqiFPWyBDdOFtvS581JQePsc1F/nD+fHrcswhLlRc2UpYS1NwERxZhHw==
181+
dependencies:
182+
"@babel/types" "^7.12.7"
183+
195184
"@babel/helper-module-imports@^7.12.1", "@babel/helper-module-imports@^7.12.13":
196185
version "7.12.13"
197186
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.12.13.tgz#ec67e4404f41750463e455cc3203f6a32e93fcb0"
@@ -229,7 +218,7 @@
229218
"@babel/types" "^7.12.13"
230219
lodash "^4.17.19"
231220

232-
"@babel/helper-optimise-call-expression@^7.10.4", "@babel/helper-optimise-call-expression@^7.12.10":
221+
"@babel/helper-optimise-call-expression@^7.12.10":
233222
version "7.12.10"
234223
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.12.10.tgz#94ca4e306ee11a7dd6e9f42823e2ac6b49881e2d"
235224
integrity sha512-4tpbU0SrSTjjt65UMWSrUOPZTsgvPgGG4S8QSTNHacKzpS51IVWGDj0yCwyeZND/i+LSN2g/O63jEXEWm49sYQ==
@@ -298,7 +287,7 @@
298287
dependencies:
299288
"@babel/types" "^7.12.1"
300289

301-
"@babel/helper-split-export-declaration@^7.10.4", "@babel/helper-split-export-declaration@^7.11.0", "@babel/helper-split-export-declaration@^7.12.11":
290+
"@babel/helper-split-export-declaration@^7.11.0", "@babel/helper-split-export-declaration@^7.12.11":
302291
version "7.12.11"
303292
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.12.11.tgz#1b4cc424458643c47d37022223da33d76ea4603a"
304293
integrity sha512-LsIVN8j48gHgwzfocYUSkO/hjYAOJqlpJEc7tGXcIm4cubjVUf8LGW6eWRyxEu7gA25q02p0rQUWoCI33HNS5g==
@@ -317,7 +306,7 @@
317306
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz#c9a1f021917dcb5ccf0d4e453e399022981fc9ed"
318307
integrity sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw==
319308

320-
"@babel/helper-validator-option@^7.12.1", "@babel/helper-validator-option@^7.12.11":
309+
"@babel/helper-validator-option@^7.12.11":
321310
version "7.12.11"
322311
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.12.11.tgz#d66cb8b7a3e7fe4c6962b32020a131ecf0847f4f"
323312
integrity sha512-TBFCyj939mFSdeX7U7DDj32WtzYY7fDcalgq8v3fBZMNOJQNn7nOYzMaUCiPxPYfCup69mtIpqlKgMZLvQ8Xhw==
@@ -574,12 +563,12 @@
574563
dependencies:
575564
"@babel/helper-plugin-utils" "^7.12.13"
576565

577-
"@babel/plugin-syntax-typescript@^7.12.1":
578-
version "7.12.1"
579-
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.12.1.tgz#460ba9d77077653803c3dd2e673f76d66b4029e5"
580-
integrity sha512-UZNEcCY+4Dp9yYRCAHrHDU+9ZXLYaY9MgBXSRLkB9WjYFRR6quJBumfVrEkUxrePPBwFcpWfNKXqVRQQtm7mMA==
566+
"@babel/plugin-syntax-typescript@^7.12.13":
567+
version "7.12.13"
568+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.12.13.tgz#9dff111ca64154cef0f4dc52cf843d9f12ce4474"
569+
integrity sha512-cHP3u1JiUiG2LFDKbXnwVad81GvfyIOmCD6HIEId6ojrY0Drfy2q1jw7BwN7dE84+kTnBjLkXoL3IEy/3JPu2w==
581570
dependencies:
582-
"@babel/helper-plugin-utils" "^7.10.4"
571+
"@babel/helper-plugin-utils" "^7.12.13"
583572

584573
"@babel/plugin-transform-arrow-functions@^7.12.13":
585574
version "7.12.13"
@@ -814,14 +803,14 @@
814803
dependencies:
815804
"@babel/helper-plugin-utils" "^7.12.13"
816805

817-
"@babel/plugin-transform-typescript@^7.12.1":
818-
version "7.12.1"
819-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.12.1.tgz#d92cc0af504d510e26a754a7dbc2e5c8cd9c7ab4"
820-
integrity sha512-VrsBByqAIntM+EYMqSm59SiMEf7qkmI9dqMt6RbD/wlwueWmYcI0FFK5Fj47pP6DRZm+3teXjosKlwcZJ5lIMw==
806+
"@babel/plugin-transform-typescript@^7.12.13":
807+
version "7.12.13"
808+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.12.13.tgz#8bcb5dd79cb8bba690d6920e19992d9228dfed48"
809+
integrity sha512-z1VWskPJxK9tfxoYvePWvzSJC+4pxXr8ArmRm5ofqgi+mwpKg6lvtomkIngBYMJVnKhsFYVysCQLDn//v2RHcg==
821810
dependencies:
822-
"@babel/helper-create-class-features-plugin" "^7.12.1"
823-
"@babel/helper-plugin-utils" "^7.10.4"
824-
"@babel/plugin-syntax-typescript" "^7.12.1"
811+
"@babel/helper-create-class-features-plugin" "^7.12.13"
812+
"@babel/helper-plugin-utils" "^7.12.13"
813+
"@babel/plugin-syntax-typescript" "^7.12.13"
825814

826815
"@babel/plugin-transform-unicode-escapes@^7.12.13":
827816
version "7.12.13"
@@ -921,14 +910,14 @@
921910
"@babel/types" "^7.4.4"
922911
esutils "^2.0.2"
923912

924-
"@babel/[email protected].7":
925-
version "7.12.7"
926-
resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.12.7.tgz#fc7df8199d6aae747896f1e6c61fc872056632a3"
927-
integrity sha512-nOoIqIqBmHBSEgBXWR4Dv/XBehtIFcw9PqZw6rFYuKrzsZmOQm3PR5siLBnKZFEsDb03IegG8nSjU/iXXXYRmw==
913+
"@babel/[email protected].13":
914+
version "7.12.13"
915+
resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.12.13.tgz#c859c7c075c531d2cc34c2516b214e5d884efe5c"
916+
integrity sha512-gYry7CeXwD2wtw5qHzrtzKaShEhOfTmKb4i0ZxeYBcBosN5VuAudsNbjX7Oj5EAfQ3K4s4HsVMQRRcqGsPvs2A==
928917
dependencies:
929-
"@babel/helper-plugin-utils" "^7.10.4"
930-
"@babel/helper-validator-option" "^7.12.1"
931-
"@babel/plugin-transform-typescript" "^7.12.1"
918+
"@babel/helper-plugin-utils" "^7.12.13"
919+
"@babel/helper-validator-option" "^7.12.11"
920+
"@babel/plugin-transform-typescript" "^7.12.13"
932921

933922
"@babel/runtime@^7.8.4":
934923
version "7.12.5"

0 commit comments

Comments
 (0)