0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-15 21:22:43 +00:00

Merge branch 'master' into dependabot/npm_and_yarn/babel/preset-env-7.25.9

This commit is contained in:
Trevor Buckner
2024-10-23 15:22:51 -04:00
committed by GitHub
2 changed files with 19 additions and 19 deletions

36
package-lock.json generated
View File

@@ -10,7 +10,7 @@
"hasInstallScript": true, "hasInstallScript": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@babel/core": "^7.25.8", "@babel/core": "^7.25.9",
"@babel/plugin-transform-runtime": "^7.25.7", "@babel/plugin-transform-runtime": "^7.25.7",
"@babel/preset-env": "^7.25.9", "@babel/preset-env": "^7.25.9",
"@babel/preset-react": "^7.25.9", "@babel/preset-react": "^7.25.9",
@@ -103,20 +103,20 @@
} }
}, },
"node_modules/@babel/core": { "node_modules/@babel/core": {
"version": "7.25.8", "version": "7.25.9",
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.25.8.tgz", "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.25.9.tgz",
"integrity": "sha512-Oixnb+DzmRT30qu9d3tJSQkxuygWm32DFykT4bRoORPa9hZ/L4KhVB/XiRm6KG+roIEM7DBQlmg27kw2HZkdZg==", "integrity": "sha512-WYvQviPw+Qyib0v92AwNIrdLISTp7RfDkM7bPqBvpbnhY4wq8HvHBZREVdYDXk98C8BkOIVnHAY3yvj7AVISxQ==",
"dependencies": { "dependencies": {
"@ampproject/remapping": "^2.2.0", "@ampproject/remapping": "^2.2.0",
"@babel/code-frame": "^7.25.7", "@babel/code-frame": "^7.25.9",
"@babel/generator": "^7.25.7", "@babel/generator": "^7.25.9",
"@babel/helper-compilation-targets": "^7.25.7", "@babel/helper-compilation-targets": "^7.25.9",
"@babel/helper-module-transforms": "^7.25.7", "@babel/helper-module-transforms": "^7.25.9",
"@babel/helpers": "^7.25.7", "@babel/helpers": "^7.25.9",
"@babel/parser": "^7.25.8", "@babel/parser": "^7.25.9",
"@babel/template": "^7.25.7", "@babel/template": "^7.25.9",
"@babel/traverse": "^7.25.7", "@babel/traverse": "^7.25.9",
"@babel/types": "^7.25.8", "@babel/types": "^7.25.9",
"convert-source-map": "^2.0.0", "convert-source-map": "^2.0.0",
"debug": "^4.1.0", "debug": "^4.1.0",
"gensync": "^1.0.0-beta.2", "gensync": "^1.0.0-beta.2",
@@ -389,12 +389,12 @@
} }
}, },
"node_modules/@babel/helpers": { "node_modules/@babel/helpers": {
"version": "7.25.7", "version": "7.25.9",
"resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.25.7.tgz", "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.25.9.tgz",
"integrity": "sha512-Sv6pASx7Esm38KQpF/U/OXLwPPrdGHNKoeblRxgZRLXnAtnkEe4ptJPDtAZM7fBLadbc1Q07kQpSiGQ0Jg6tRA==", "integrity": "sha512-oKWp3+usOJSzDZOucZUAMayhPz/xVjzymyDzUN8dk0Wd3RWMlGLXi07UCQ/CgQVb8LvXx3XBajJH4XGgkt7H7g==",
"dependencies": { "dependencies": {
"@babel/template": "^7.25.7", "@babel/template": "^7.25.9",
"@babel/types": "^7.25.7" "@babel/types": "^7.25.9"
}, },
"engines": { "engines": {
"node": ">=6.9.0" "node": ">=6.9.0"

View File

@@ -86,7 +86,7 @@
] ]
}, },
"dependencies": { "dependencies": {
"@babel/core": "^7.25.8", "@babel/core": "^7.25.9",
"@babel/plugin-transform-runtime": "^7.25.7", "@babel/plugin-transform-runtime": "^7.25.7",
"@babel/preset-env": "^7.25.9", "@babel/preset-env": "^7.25.9",
"@babel/preset-react": "^7.25.9", "@babel/preset-react": "^7.25.9",