chore(deps): update dependency @babel/preset-env to v7.29.5 (#212)
unbound-site / build (push) Successful in 1m1s
unbound-site / deploy-prod (push) Successful in 1m28s

This commit was merged in pull request #212.
This commit is contained in:
2026-05-08 16:11:21 +00:00
parent cf7c040dee
commit 33b877b42e
2 changed files with 22 additions and 13 deletions
+21 -12
View File
@@ -176,13 +176,22 @@
"resolve": "^1.22.11" "resolve": "^1.22.11"
}, },
"dependencies": { "dependencies": {
"is-core-module": { "hasown": {
"version": "2.16.1", "version": "2.0.3",
"resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.16.1.tgz", "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.3.tgz",
"integrity": "sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==", "integrity": "sha512-ej4AhfhfL2Q2zpMmLo7U1Uv9+PyhIZpgQLGT1F9miIGmiCJIoCgSmczFdrc97mWT4kVY72KA+WnnhJ5pghSvSg==",
"dev": true, "dev": true,
"requires": { "requires": {
"hasown": "^2.0.2" "function-bind": "^1.1.2"
}
},
"is-core-module": {
"version": "2.16.2",
"resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.16.2.tgz",
"integrity": "sha512-evOr8xfXKxE6qSR0hSXL2r3sd7ALj8+7jQEUvPYcm5sgZFdJ+AYzT6yNmJenvIYQBgIGwfwz08sL8zoL7yq2BA==",
"dev": true,
"requires": {
"hasown": "^2.0.3"
} }
}, },
"path-parse": { "path-parse": {
@@ -688,9 +697,9 @@
} }
}, },
"@babel/plugin-transform-modules-systemjs": { "@babel/plugin-transform-modules-systemjs": {
"version": "7.29.0", "version": "7.29.4",
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.29.0.tgz", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.29.4.tgz",
"integrity": "sha512-PrujnVFbOdUpw4UHiVwKvKRLMMic8+eC0CuNlxjsyZUiBjhFdPsewdXCkveh2KqBA9/waD0W1b4hXSOBQJezpQ==", "integrity": "sha512-N7QmZ0xRZfjHOfZeQLJjwgX2zS9pdGHSVl/cjSGlo4dXMqvurfxXDMKY4RqEKzPozV78VMcd0lxyG13mlbKc4w==",
"dev": true, "dev": true,
"requires": { "requires": {
"@babel/helper-module-transforms": "^7.28.6", "@babel/helper-module-transforms": "^7.28.6",
@@ -941,9 +950,9 @@
} }
}, },
"@babel/preset-env": { "@babel/preset-env": {
"version": "7.29.3", "version": "7.29.5",
"resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.29.3.tgz", "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.29.5.tgz",
"integrity": "sha512-ySZypNLAIH1ClygLDQzVMoGQRViATnkHkYYV6TcNDz+8+jwZCdsguGvsb3EY5d9wyWyhmF1iSuFM0Yh5XPnqSA==", "integrity": "sha512-/69t2aEzGKHD76DyLbHysF/QH2LJOB8iFnYO37unDTKBTubzcMRv0f3H5EiN1Q6ajOd/eB7dAInF0qdFVS06kA==",
"dev": true, "dev": true,
"requires": { "requires": {
"@babel/compat-data": "^7.29.3", "@babel/compat-data": "^7.29.3",
@@ -985,7 +994,7 @@
"@babel/plugin-transform-member-expression-literals": "^7.27.1", "@babel/plugin-transform-member-expression-literals": "^7.27.1",
"@babel/plugin-transform-modules-amd": "^7.27.1", "@babel/plugin-transform-modules-amd": "^7.27.1",
"@babel/plugin-transform-modules-commonjs": "^7.28.6", "@babel/plugin-transform-modules-commonjs": "^7.28.6",
"@babel/plugin-transform-modules-systemjs": "^7.29.0", "@babel/plugin-transform-modules-systemjs": "^7.29.4",
"@babel/plugin-transform-modules-umd": "^7.27.1", "@babel/plugin-transform-modules-umd": "^7.27.1",
"@babel/plugin-transform-named-capturing-groups-regex": "^7.29.0", "@babel/plugin-transform-named-capturing-groups-regex": "^7.29.0",
"@babel/plugin-transform-new-target": "^7.27.1", "@babel/plugin-transform-new-target": "^7.27.1",
+1 -1
View File
@@ -7,7 +7,7 @@
"devDependencies": { "devDependencies": {
"@babel/cli": "7.28.6", "@babel/cli": "7.28.6",
"@babel/core": "7.29.0", "@babel/core": "7.29.0",
"@babel/preset-env": "7.29.3", "@babel/preset-env": "7.29.5",
"babel-preset-minify": "0.5.2", "babel-preset-minify": "0.5.2",
"babelify": "10.0.0", "babelify": "10.0.0",
"browserify": "17.0.1", "browserify": "17.0.1",