web: bump the babel group across 1 directory with 2 updates (#10686)
Bumps the babel group with 2 updates in the /web directory: [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) and [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env). Updates `@babel/core` from 7.24.9 to 7.25.2 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.25.2/packages/babel-core) Updates `@babel/preset-env` from 7.25.0 to 7.25.2 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.25.2/packages/babel-preset-env) --- updated-dependencies: - dependency-name: "@babel/core" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: babel - dependency-name: "@babel/preset-env" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: babel ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
		
							
								
								
									
										93
									
								
								web/package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										93
									
								
								web/package-lock.json
									
									
									
										generated
									
									
									
								
							@ -49,13 +49,13 @@
 | 
			
		||||
                "yaml": "^2.5.0"
 | 
			
		||||
            },
 | 
			
		||||
            "devDependencies": {
 | 
			
		||||
                "@babel/core": "^7.24.9",
 | 
			
		||||
                "@babel/core": "^7.25.2",
 | 
			
		||||
                "@babel/plugin-proposal-class-properties": "^7.18.6",
 | 
			
		||||
                "@babel/plugin-proposal-decorators": "^7.24.7",
 | 
			
		||||
                "@babel/plugin-transform-private-methods": "^7.24.7",
 | 
			
		||||
                "@babel/plugin-transform-private-property-in-object": "^7.24.7",
 | 
			
		||||
                "@babel/plugin-transform-runtime": "^7.24.7",
 | 
			
		||||
                "@babel/preset-env": "^7.25.0",
 | 
			
		||||
                "@babel/preset-env": "^7.25.2",
 | 
			
		||||
                "@babel/preset-typescript": "^7.24.7",
 | 
			
		||||
                "@changesets/cli": "^2.27.5",
 | 
			
		||||
                "@custom-elements-manifest/analyzer": "^0.10.2",
 | 
			
		||||
@ -160,30 +160,30 @@
 | 
			
		||||
            }
 | 
			
		||||
        },
 | 
			
		||||
        "node_modules/@babel/compat-data": {
 | 
			
		||||
            "version": "7.25.0",
 | 
			
		||||
            "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.25.0.tgz",
 | 
			
		||||
            "integrity": "sha512-P4fwKI2mjEb3ZU5cnMJzvRsRKGBUcs8jvxIoRmr6ufAY9Xk2Bz7JubRTTivkw55c7WQJfTECeqYVa+HZ0FzREg==",
 | 
			
		||||
            "version": "7.25.2",
 | 
			
		||||
            "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.25.2.tgz",
 | 
			
		||||
            "integrity": "sha512-bYcppcpKBvX4znYaPEeFau03bp89ShqNMLs+rmdptMw+heSZh9+z84d2YG+K7cYLbWwzdjtDoW/uqZmPjulClQ==",
 | 
			
		||||
            "dev": true,
 | 
			
		||||
            "engines": {
 | 
			
		||||
                "node": ">=6.9.0"
 | 
			
		||||
            }
 | 
			
		||||
        },
 | 
			
		||||
        "node_modules/@babel/core": {
 | 
			
		||||
            "version": "7.24.9",
 | 
			
		||||
            "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.24.9.tgz",
 | 
			
		||||
            "integrity": "sha512-5e3FI4Q3M3Pbr21+5xJwCv6ZT6KmGkI0vw3Tozy5ODAQFTIWe37iT8Cr7Ice2Ntb+M3iSKCEWMB1MBgKrW3whg==",
 | 
			
		||||
            "version": "7.25.2",
 | 
			
		||||
            "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.25.2.tgz",
 | 
			
		||||
            "integrity": "sha512-BBt3opiCOxUr9euZ5/ro/Xv8/V7yJ5bjYMqG/C1YAo8MIKAnumZalCN+msbci3Pigy4lIQfPUpfMM27HMGaYEA==",
 | 
			
		||||
            "dev": true,
 | 
			
		||||
            "dependencies": {
 | 
			
		||||
                "@ampproject/remapping": "^2.2.0",
 | 
			
		||||
                "@babel/code-frame": "^7.24.7",
 | 
			
		||||
                "@babel/generator": "^7.24.9",
 | 
			
		||||
                "@babel/helper-compilation-targets": "^7.24.8",
 | 
			
		||||
                "@babel/helper-module-transforms": "^7.24.9",
 | 
			
		||||
                "@babel/helpers": "^7.24.8",
 | 
			
		||||
                "@babel/parser": "^7.24.8",
 | 
			
		||||
                "@babel/template": "^7.24.7",
 | 
			
		||||
                "@babel/traverse": "^7.24.8",
 | 
			
		||||
                "@babel/types": "^7.24.9",
 | 
			
		||||
                "@babel/generator": "^7.25.0",
 | 
			
		||||
                "@babel/helper-compilation-targets": "^7.25.2",
 | 
			
		||||
                "@babel/helper-module-transforms": "^7.25.2",
 | 
			
		||||
                "@babel/helpers": "^7.25.0",
 | 
			
		||||
                "@babel/parser": "^7.25.0",
 | 
			
		||||
                "@babel/template": "^7.25.0",
 | 
			
		||||
                "@babel/traverse": "^7.25.2",
 | 
			
		||||
                "@babel/types": "^7.25.2",
 | 
			
		||||
                "convert-source-map": "^2.0.0",
 | 
			
		||||
                "debug": "^4.1.0",
 | 
			
		||||
                "gensync": "^1.0.0-beta.2",
 | 
			
		||||
@ -237,12 +237,12 @@
 | 
			
		||||
            }
 | 
			
		||||
        },
 | 
			
		||||
        "node_modules/@babel/helper-compilation-targets": {
 | 
			
		||||
            "version": "7.24.8",
 | 
			
		||||
            "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.24.8.tgz",
 | 
			
		||||
            "integrity": "sha512-oU+UoqCHdp+nWVDkpldqIQL/i/bvAv53tRqLG/s+cOXxe66zOYLU7ar/Xs3LdmBihrUMEUhwu6dMZwbNOYDwvw==",
 | 
			
		||||
            "version": "7.25.2",
 | 
			
		||||
            "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.25.2.tgz",
 | 
			
		||||
            "integrity": "sha512-U2U5LsSaZ7TAt3cfaymQ8WHh0pxvdHoEk6HVpaexxixjyEquMh0L0YNJNM6CTGKMXV1iksi0iZkGw4AcFkPaaw==",
 | 
			
		||||
            "dev": true,
 | 
			
		||||
            "dependencies": {
 | 
			
		||||
                "@babel/compat-data": "^7.24.8",
 | 
			
		||||
                "@babel/compat-data": "^7.25.2",
 | 
			
		||||
                "@babel/helper-validator-option": "^7.24.8",
 | 
			
		||||
                "browserslist": "^4.23.1",
 | 
			
		||||
                "lru-cache": "^5.1.1",
 | 
			
		||||
@ -366,15 +366,15 @@
 | 
			
		||||
            }
 | 
			
		||||
        },
 | 
			
		||||
        "node_modules/@babel/helper-module-transforms": {
 | 
			
		||||
            "version": "7.25.0",
 | 
			
		||||
            "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.25.0.tgz",
 | 
			
		||||
            "integrity": "sha512-bIkOa2ZJYn7FHnepzr5iX9Kmz8FjIz4UKzJ9zhX3dnYuVW0xul9RuR3skBfoLu+FPTQw90EHW9rJsSZhyLQ3fQ==",
 | 
			
		||||
            "version": "7.25.2",
 | 
			
		||||
            "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.25.2.tgz",
 | 
			
		||||
            "integrity": "sha512-BjyRAbix6j/wv83ftcVJmBt72QtHI56C7JXZoG2xATiLpmoC7dpd8WnkikExHDVPpi/3qCmO6WY1EaXOluiecQ==",
 | 
			
		||||
            "dev": true,
 | 
			
		||||
            "dependencies": {
 | 
			
		||||
                "@babel/helper-module-imports": "^7.24.7",
 | 
			
		||||
                "@babel/helper-simple-access": "^7.24.7",
 | 
			
		||||
                "@babel/helper-validator-identifier": "^7.24.7",
 | 
			
		||||
                "@babel/traverse": "^7.25.0"
 | 
			
		||||
                "@babel/traverse": "^7.25.2"
 | 
			
		||||
            },
 | 
			
		||||
            "engines": {
 | 
			
		||||
                "node": ">=6.9.0"
 | 
			
		||||
@ -513,13 +513,13 @@
 | 
			
		||||
            }
 | 
			
		||||
        },
 | 
			
		||||
        "node_modules/@babel/helpers": {
 | 
			
		||||
            "version": "7.24.8",
 | 
			
		||||
            "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.24.8.tgz",
 | 
			
		||||
            "integrity": "sha512-gV2265Nkcz7weJJfvDoAEVzC1e2OTDpkGbEsebse8koXUJUXPsCMi7sRo/+SPMuMZ9MtUPnGwITTnQnU5YjyaQ==",
 | 
			
		||||
            "version": "7.25.0",
 | 
			
		||||
            "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.25.0.tgz",
 | 
			
		||||
            "integrity": "sha512-MjgLZ42aCm0oGjJj8CtSM3DB8NOOf8h2l7DCTePJs29u+v7yO/RBX9nShlKMgFnRks/Q4tBAe7Hxnov9VkGwLw==",
 | 
			
		||||
            "dev": true,
 | 
			
		||||
            "dependencies": {
 | 
			
		||||
                "@babel/template": "^7.24.7",
 | 
			
		||||
                "@babel/types": "^7.24.8"
 | 
			
		||||
                "@babel/template": "^7.25.0",
 | 
			
		||||
                "@babel/types": "^7.25.0"
 | 
			
		||||
            },
 | 
			
		||||
            "engines": {
 | 
			
		||||
                "node": ">=6.9.0"
 | 
			
		||||
@ -1258,11 +1258,12 @@
 | 
			
		||||
            }
 | 
			
		||||
        },
 | 
			
		||||
        "node_modules/@babel/plugin-transform-literals": {
 | 
			
		||||
            "version": "7.24.7",
 | 
			
		||||
            "version": "7.25.2",
 | 
			
		||||
            "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.25.2.tgz",
 | 
			
		||||
            "integrity": "sha512-HQI+HcTbm9ur3Z2DkO+jgESMAMcYLuN/A7NRw9juzxAezN9AvqvUTnpKP/9kkYANz6u7dFlAyOu44ejuGySlfw==",
 | 
			
		||||
            "dev": true,
 | 
			
		||||
            "license": "MIT",
 | 
			
		||||
            "dependencies": {
 | 
			
		||||
                "@babel/helper-plugin-utils": "^7.24.7"
 | 
			
		||||
                "@babel/helper-plugin-utils": "^7.24.8"
 | 
			
		||||
            },
 | 
			
		||||
            "engines": {
 | 
			
		||||
                "node": ">=6.9.0"
 | 
			
		||||
@ -1745,13 +1746,13 @@
 | 
			
		||||
            }
 | 
			
		||||
        },
 | 
			
		||||
        "node_modules/@babel/preset-env": {
 | 
			
		||||
            "version": "7.25.0",
 | 
			
		||||
            "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.25.0.tgz",
 | 
			
		||||
            "integrity": "sha512-vYAA8PrCOeZfG4D87hmw1KJ1BPubghXP1e2MacRFwECGNKL76dkA38JEwYllbvQCpf/kLxsTtir0b8MtxKoVCw==",
 | 
			
		||||
            "version": "7.25.2",
 | 
			
		||||
            "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.25.2.tgz",
 | 
			
		||||
            "integrity": "sha512-Y2Vkwy3ITW4id9c6KXshVV/x5yCGK7VdJmKkzOzNsDZMojRKfSA/033rRbLqlRozmhRXCejxWHLSJOg/wUHfzw==",
 | 
			
		||||
            "dev": true,
 | 
			
		||||
            "dependencies": {
 | 
			
		||||
                "@babel/compat-data": "^7.25.0",
 | 
			
		||||
                "@babel/helper-compilation-targets": "^7.24.8",
 | 
			
		||||
                "@babel/compat-data": "^7.25.2",
 | 
			
		||||
                "@babel/helper-compilation-targets": "^7.25.2",
 | 
			
		||||
                "@babel/helper-plugin-utils": "^7.24.8",
 | 
			
		||||
                "@babel/helper-validator-option": "^7.24.8",
 | 
			
		||||
                "@babel/plugin-bugfix-firefox-class-in-computed-class-key": "^7.25.0",
 | 
			
		||||
@ -1795,9 +1796,9 @@
 | 
			
		||||
                "@babel/plugin-transform-exponentiation-operator": "^7.24.7",
 | 
			
		||||
                "@babel/plugin-transform-export-namespace-from": "^7.24.7",
 | 
			
		||||
                "@babel/plugin-transform-for-of": "^7.24.7",
 | 
			
		||||
                "@babel/plugin-transform-function-name": "^7.25.0",
 | 
			
		||||
                "@babel/plugin-transform-function-name": "^7.25.1",
 | 
			
		||||
                "@babel/plugin-transform-json-strings": "^7.24.7",
 | 
			
		||||
                "@babel/plugin-transform-literals": "^7.24.7",
 | 
			
		||||
                "@babel/plugin-transform-literals": "^7.25.2",
 | 
			
		||||
                "@babel/plugin-transform-logical-assignment-operators": "^7.24.7",
 | 
			
		||||
                "@babel/plugin-transform-member-expression-literals": "^7.24.7",
 | 
			
		||||
                "@babel/plugin-transform-modules-amd": "^7.24.7",
 | 
			
		||||
@ -2068,16 +2069,16 @@
 | 
			
		||||
            }
 | 
			
		||||
        },
 | 
			
		||||
        "node_modules/@babel/traverse": {
 | 
			
		||||
            "version": "7.25.1",
 | 
			
		||||
            "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.25.1.tgz",
 | 
			
		||||
            "integrity": "sha512-LrHHoWq08ZpmmFqBAzN+hUdWwy5zt7FGa/hVwMcOqW6OVtwqaoD5utfuGYU87JYxdZgLUvktAsn37j/sYR9siA==",
 | 
			
		||||
            "version": "7.25.2",
 | 
			
		||||
            "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.25.2.tgz",
 | 
			
		||||
            "integrity": "sha512-s4/r+a7xTnny2O6FcZzqgT6nE4/GHEdcqj4qAeglbUOh0TeglEfmNJFAd/OLoVtGd6ZhAO8GCVvCNUO5t/VJVQ==",
 | 
			
		||||
            "dev": true,
 | 
			
		||||
            "dependencies": {
 | 
			
		||||
                "@babel/code-frame": "^7.24.7",
 | 
			
		||||
                "@babel/generator": "^7.25.0",
 | 
			
		||||
                "@babel/parser": "^7.25.0",
 | 
			
		||||
                "@babel/template": "^7.25.0",
 | 
			
		||||
                "@babel/types": "^7.25.0",
 | 
			
		||||
                "@babel/types": "^7.25.2",
 | 
			
		||||
                "debug": "^4.3.1",
 | 
			
		||||
                "globals": "^11.1.0"
 | 
			
		||||
            },
 | 
			
		||||
@ -2086,9 +2087,9 @@
 | 
			
		||||
            }
 | 
			
		||||
        },
 | 
			
		||||
        "node_modules/@babel/types": {
 | 
			
		||||
            "version": "7.25.0",
 | 
			
		||||
            "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.25.0.tgz",
 | 
			
		||||
            "integrity": "sha512-LcnxQSsd9aXOIgmmSpvZ/1yo46ra2ESYyqLcryaBZOghxy5qqOBjvCWP5JfkI8yl9rlxRgdLTTMCQQRcN2hdCg==",
 | 
			
		||||
            "version": "7.25.2",
 | 
			
		||||
            "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.25.2.tgz",
 | 
			
		||||
            "integrity": "sha512-YTnYtra7W9e6/oAZEHj0bJehPRUlLH9/fbpT5LfB0NhQXyALCRkRs3zH9v07IYhkgpqX6Z78FnuccZr/l4Fs4Q==",
 | 
			
		||||
            "dev": true,
 | 
			
		||||
            "dependencies": {
 | 
			
		||||
                "@babel/helper-string-parser": "^7.24.8",
 | 
			
		||||
 | 
			
		||||
@ -76,13 +76,13 @@
 | 
			
		||||
        "yaml": "^2.5.0"
 | 
			
		||||
    },
 | 
			
		||||
    "devDependencies": {
 | 
			
		||||
        "@babel/core": "^7.24.9",
 | 
			
		||||
        "@babel/core": "^7.25.2",
 | 
			
		||||
        "@babel/plugin-proposal-class-properties": "^7.18.6",
 | 
			
		||||
        "@babel/plugin-proposal-decorators": "^7.24.7",
 | 
			
		||||
        "@babel/plugin-transform-private-methods": "^7.24.7",
 | 
			
		||||
        "@babel/plugin-transform-private-property-in-object": "^7.24.7",
 | 
			
		||||
        "@babel/plugin-transform-runtime": "^7.24.7",
 | 
			
		||||
        "@babel/preset-env": "^7.25.0",
 | 
			
		||||
        "@babel/preset-env": "^7.25.2",
 | 
			
		||||
        "@babel/preset-typescript": "^7.24.7",
 | 
			
		||||
        "@changesets/cli": "^2.27.5",
 | 
			
		||||
        "@custom-elements-manifest/analyzer": "^0.10.2",
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user