0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-27 02:52:43 +00:00

Merge pull request #2174 from naturalcrit/dependabot/npm_and_yarn/babel/plugin-transform-runtime-7.17.12

Bump @babel/plugin-transform-runtime from 7.17.10 to 7.17.12
This commit is contained in:
Trevor Buckner
2022-05-18 16:18:55 -04:00
committed by GitHub
2 changed files with 10 additions and 10 deletions

18
package-lock.json generated
View File

@@ -10,7 +10,7 @@
"license": "MIT",
"dependencies": {
"@babel/core": "^7.17.12",
"@babel/plugin-transform-runtime": "^7.17.10",
"@babel/plugin-transform-runtime": "^7.17.12",
"@babel/preset-env": "^7.17.10",
"@babel/preset-react": "^7.17.12",
"body-parser": "^1.20.0",
@@ -1474,12 +1474,12 @@
}
},
"node_modules/@babel/plugin-transform-runtime": {
"version": "7.17.10",
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.17.10.tgz",
"integrity": "sha512-6jrMilUAJhktTr56kACL8LnWC5hx3Lf27BS0R0DSyW/OoJfb/iTHeE96V3b1dgKG3FSFdd/0culnYWMkjcKCig==",
"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==",
"dependencies": {
"@babel/helper-module-imports": "^7.16.7",
"@babel/helper-plugin-utils": "^7.16.7",
"@babel/helper-plugin-utils": "^7.17.12",
"babel-plugin-polyfill-corejs2": "^0.3.0",
"babel-plugin-polyfill-corejs3": "^0.5.0",
"babel-plugin-polyfill-regenerator": "^0.3.0",
@@ -13557,12 +13557,12 @@
}
},
"@babel/plugin-transform-runtime": {
"version": "7.17.10",
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.17.10.tgz",
"integrity": "sha512-6jrMilUAJhktTr56kACL8LnWC5hx3Lf27BS0R0DSyW/OoJfb/iTHeE96V3b1dgKG3FSFdd/0culnYWMkjcKCig==",
"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==",
"requires": {
"@babel/helper-module-imports": "^7.16.7",
"@babel/helper-plugin-utils": "^7.16.7",
"@babel/helper-plugin-utils": "^7.17.12",
"babel-plugin-polyfill-corejs2": "^0.3.0",
"babel-plugin-polyfill-corejs3": "^0.5.0",
"babel-plugin-polyfill-regenerator": "^0.3.0",

View File

@@ -52,7 +52,7 @@
},
"dependencies": {
"@babel/core": "^7.17.12",
"@babel/plugin-transform-runtime": "^7.17.10",
"@babel/plugin-transform-runtime": "^7.17.12",
"@babel/preset-env": "^7.17.10",
"@babel/preset-react": "^7.17.12",
"body-parser": "^1.20.0",