0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 18:32:41 +00:00

Merge pull request #2853 from naturalcrit/dependabot/npm_and_yarn/babel/plugin-transform-runtime-7.22.4

Bump @babel/plugin-transform-runtime from 7.22.2 to 7.22.4
This commit is contained in:
Trevor Buckner
2023-05-31 09:20:27 -04:00
committed by GitHub
2 changed files with 6 additions and 6 deletions

10
package-lock.json generated
View File

@@ -11,7 +11,7 @@
"license": "MIT",
"dependencies": {
"@babel/core": "^7.22.1",
"@babel/plugin-transform-runtime": "^7.22.2",
"@babel/plugin-transform-runtime": "^7.22.4",
"@babel/preset-env": "^7.22.2",
"@babel/preset-react": "^7.22.3",
"@googleapis/drive": "^5.1.0",
@@ -1462,13 +1462,13 @@
}
},
"node_modules/@babel/plugin-transform-runtime": {
"version": "7.22.2",
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.22.2.tgz",
"integrity": "sha512-ewgWBw1pAoqFg9crO6yhZAQoKWN/iNEGqAmuYegZp+xEpvMHGyLxt0SgPZ9bWG6jx4eff6jQ4JILt5zwj/EoTg==",
"version": "7.22.4",
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.22.4.tgz",
"integrity": "sha512-Urkiz1m4zqiRo17klj+l3nXgiRTFQng91Bc1eiLF7BMQu1e7wE5Gcq9xSv062IF068NHjcutSbIMev60gXxAvA==",
"dependencies": {
"@babel/helper-module-imports": "^7.21.4",
"@babel/helper-plugin-utils": "^7.21.5",
"babel-plugin-polyfill-corejs2": "^0.4.2",
"babel-plugin-polyfill-corejs2": "^0.4.3",
"babel-plugin-polyfill-corejs3": "^0.8.1",
"babel-plugin-polyfill-regenerator": "^0.5.0",
"semver": "^6.3.0"

View File

@@ -79,7 +79,7 @@
},
"dependencies": {
"@babel/core": "^7.22.1",
"@babel/plugin-transform-runtime": "^7.22.2",
"@babel/plugin-transform-runtime": "^7.22.4",
"@babel/preset-env": "^7.22.2",
"@babel/preset-react": "^7.22.3",
"@googleapis/drive": "^5.1.0",