build(deps): bump @babel/plugin-transform-runtime from 7.17.12 to 7.18.0 in /web (#2904)

This commit is contained in:
dependabot[bot] 2022-05-20 09:45:53 +02:00 committed by GitHub
parent fe5d9e4cd2
commit 5bc893b890
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
web/package-lock.json generated
View File

@ -11,7 +11,7 @@
"dependencies": {
"@babel/core": "^7.18.0",
"@babel/plugin-proposal-decorators": "^7.17.12",
"@babel/plugin-transform-runtime": "^7.17.12",
"@babel/plugin-transform-runtime": "^7.18.0",
"@babel/preset-env": "^7.18.0",
"@babel/preset-typescript": "^7.17.12",
"@formatjs/intl-listformat": "^7.0.1",
@ -1353,9 +1353,9 @@
}
},
"node_modules/@babel/plugin-transform-runtime": {
"version": "7.17.12",
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.17.12.tgz",
"integrity": "sha512-xsl5MeGjWnmV6Ui9PfILM2+YRpa3GqLOrczPpXV3N2KCgQGU+sU8OfzuMbjkIdfvZEZIm+3y0V7w58sk0SGzlw==",
"version": "7.18.0",
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.18.0.tgz",
"integrity": "sha512-7kM/jJ3DD/y1hDPn0jov12DoUIFsxLiItprhNydUSibxaywaxNqKwq+ODk72J9ePn4LWobIc5ik6TAJhVl8IkQ==",
"dependencies": {
"@babel/helper-module-imports": "^7.16.7",
"@babel/helper-plugin-utils": "^7.17.12",
@ -9821,9 +9821,9 @@
}
},
"@babel/plugin-transform-runtime": {
"version": "7.17.12",
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.17.12.tgz",
"integrity": "sha512-xsl5MeGjWnmV6Ui9PfILM2+YRpa3GqLOrczPpXV3N2KCgQGU+sU8OfzuMbjkIdfvZEZIm+3y0V7w58sk0SGzlw==",
"version": "7.18.0",
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.18.0.tgz",
"integrity": "sha512-7kM/jJ3DD/y1hDPn0jov12DoUIFsxLiItprhNydUSibxaywaxNqKwq+ODk72J9ePn4LWobIc5ik6TAJhVl8IkQ==",
"requires": {
"@babel/helper-module-imports": "^7.16.7",
"@babel/helper-plugin-utils": "^7.17.12",

View File

@ -54,7 +54,7 @@
"dependencies": {
"@babel/core": "^7.18.0",
"@babel/plugin-proposal-decorators": "^7.17.12",
"@babel/plugin-transform-runtime": "^7.17.12",
"@babel/plugin-transform-runtime": "^7.18.0",
"@babel/preset-env": "^7.18.0",
"@babel/preset-typescript": "^7.17.12",
"@formatjs/intl-listformat": "^7.0.1",