build(deps): bump @babel/core from 7.16.7 to 7.16.10 in /web (#2115)
This commit is contained in:
		
							
								
								
									
										58
									
								
								web/package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										58
									
								
								web/package-lock.json
									
									
									
										generated
									
									
									
								
							| @ -9,7 +9,7 @@ | |||||||
|             "version": "0.0.0", |             "version": "0.0.0", | ||||||
|             "license": "GNU GPLv3", |             "license": "GNU GPLv3", | ||||||
|             "dependencies": { |             "dependencies": { | ||||||
|                 "@babel/core": "^7.16.7", |                 "@babel/core": "^7.16.10", | ||||||
|                 "@babel/plugin-proposal-decorators": "^7.16.7", |                 "@babel/plugin-proposal-decorators": "^7.16.7", | ||||||
|                 "@babel/plugin-transform-runtime": "^7.16.10", |                 "@babel/plugin-transform-runtime": "^7.16.10", | ||||||
|                 "@babel/preset-env": "^7.16.8", |                 "@babel/preset-env": "^7.16.8", | ||||||
| @ -98,19 +98,19 @@ | |||||||
|             } |             } | ||||||
|         }, |         }, | ||||||
|         "node_modules/@babel/core": { |         "node_modules/@babel/core": { | ||||||
|             "version": "7.16.7", |             "version": "7.16.10", | ||||||
|             "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.16.7.tgz", |             "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.16.10.tgz", | ||||||
|             "integrity": "sha512-aeLaqcqThRNZYmbMqtulsetOQZ/5gbR/dWruUCJcpas4Qoyy+QeagfDsPdMrqwsPRDNxJvBlRiZxxX7THO7qtA==", |             "integrity": "sha512-pbiIdZbCiMx/MM6toR+OfXarYix3uz0oVsnNtfdAGTcCTu3w/JGF8JhirevXLBJUu0WguSZI12qpKnx7EeMyLA==", | ||||||
|             "dependencies": { |             "dependencies": { | ||||||
|                 "@babel/code-frame": "^7.16.7", |                 "@babel/code-frame": "^7.16.7", | ||||||
|                 "@babel/generator": "^7.16.7", |                 "@babel/generator": "^7.16.8", | ||||||
|                 "@babel/helper-compilation-targets": "^7.16.7", |                 "@babel/helper-compilation-targets": "^7.16.7", | ||||||
|                 "@babel/helper-module-transforms": "^7.16.7", |                 "@babel/helper-module-transforms": "^7.16.7", | ||||||
|                 "@babel/helpers": "^7.16.7", |                 "@babel/helpers": "^7.16.7", | ||||||
|                 "@babel/parser": "^7.16.7", |                 "@babel/parser": "^7.16.10", | ||||||
|                 "@babel/template": "^7.16.7", |                 "@babel/template": "^7.16.7", | ||||||
|                 "@babel/traverse": "^7.16.7", |                 "@babel/traverse": "^7.16.10", | ||||||
|                 "@babel/types": "^7.16.7", |                 "@babel/types": "^7.16.8", | ||||||
|                 "convert-source-map": "^1.7.0", |                 "convert-source-map": "^1.7.0", | ||||||
|                 "debug": "^4.1.0", |                 "debug": "^4.1.0", | ||||||
|                 "gensync": "^1.0.0-beta.2", |                 "gensync": "^1.0.0-beta.2", | ||||||
| @ -466,9 +466,9 @@ | |||||||
|             } |             } | ||||||
|         }, |         }, | ||||||
|         "node_modules/@babel/parser": { |         "node_modules/@babel/parser": { | ||||||
|             "version": "7.16.8", |             "version": "7.16.10", | ||||||
|             "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.16.8.tgz", |             "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.16.10.tgz", | ||||||
|             "integrity": "sha512-i7jDUfrVBWc+7OKcBzEe5n7fbv3i2fWtxKzzCvOjnzSxMfWMigAhtfJ7qzZNGFNMsCCd67+uz553dYKWXPvCKw==", |             "integrity": "sha512-Sm/S9Or6nN8uiFsQU1yodyDW3MWXQhFeqzMPM+t8MJjM+pLsnFVxFZzkpXKvUXh+Gz9cbMoYYs484+Jw/NTEFQ==", | ||||||
|             "bin": { |             "bin": { | ||||||
|                 "parser": "bin/babel-parser.js" |                 "parser": "bin/babel-parser.js" | ||||||
|             }, |             }, | ||||||
| @ -1624,9 +1624,9 @@ | |||||||
|             } |             } | ||||||
|         }, |         }, | ||||||
|         "node_modules/@babel/traverse": { |         "node_modules/@babel/traverse": { | ||||||
|             "version": "7.16.8", |             "version": "7.16.10", | ||||||
|             "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.16.8.tgz", |             "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.16.10.tgz", | ||||||
|             "integrity": "sha512-xe+H7JlvKsDQwXRsBhSnq1/+9c+LlQcCK3Tn/l5sbx02HYns/cn7ibp9+RV1sIUqu7hKg91NWsgHurO9dowITQ==", |             "integrity": "sha512-yzuaYXoRJBGMlBhsMJoUW7G1UmSb/eXr/JHYM/MsOJgavJibLwASijW7oXBdw3NQ6T0bW7Ty5P/VarOs9cHmqw==", | ||||||
|             "dependencies": { |             "dependencies": { | ||||||
|                 "@babel/code-frame": "^7.16.7", |                 "@babel/code-frame": "^7.16.7", | ||||||
|                 "@babel/generator": "^7.16.8", |                 "@babel/generator": "^7.16.8", | ||||||
| @ -1634,7 +1634,7 @@ | |||||||
|                 "@babel/helper-function-name": "^7.16.7", |                 "@babel/helper-function-name": "^7.16.7", | ||||||
|                 "@babel/helper-hoist-variables": "^7.16.7", |                 "@babel/helper-hoist-variables": "^7.16.7", | ||||||
|                 "@babel/helper-split-export-declaration": "^7.16.7", |                 "@babel/helper-split-export-declaration": "^7.16.7", | ||||||
|                 "@babel/parser": "^7.16.8", |                 "@babel/parser": "^7.16.10", | ||||||
|                 "@babel/types": "^7.16.8", |                 "@babel/types": "^7.16.8", | ||||||
|                 "debug": "^4.1.0", |                 "debug": "^4.1.0", | ||||||
|                 "globals": "^11.1.0" |                 "globals": "^11.1.0" | ||||||
| @ -8860,19 +8860,19 @@ | |||||||
|             "integrity": "sha512-m7OkX0IdKLKPpBlJtF561YJal5y/jyI5fNfWbPxh2D/nbzzGI4qRyrD8xO2jB24u7l+5I2a43scCG2IrfjC50Q==" |             "integrity": "sha512-m7OkX0IdKLKPpBlJtF561YJal5y/jyI5fNfWbPxh2D/nbzzGI4qRyrD8xO2jB24u7l+5I2a43scCG2IrfjC50Q==" | ||||||
|         }, |         }, | ||||||
|         "@babel/core": { |         "@babel/core": { | ||||||
|             "version": "7.16.7", |             "version": "7.16.10", | ||||||
|             "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.16.7.tgz", |             "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.16.10.tgz", | ||||||
|             "integrity": "sha512-aeLaqcqThRNZYmbMqtulsetOQZ/5gbR/dWruUCJcpas4Qoyy+QeagfDsPdMrqwsPRDNxJvBlRiZxxX7THO7qtA==", |             "integrity": "sha512-pbiIdZbCiMx/MM6toR+OfXarYix3uz0oVsnNtfdAGTcCTu3w/JGF8JhirevXLBJUu0WguSZI12qpKnx7EeMyLA==", | ||||||
|             "requires": { |             "requires": { | ||||||
|                 "@babel/code-frame": "^7.16.7", |                 "@babel/code-frame": "^7.16.7", | ||||||
|                 "@babel/generator": "^7.16.7", |                 "@babel/generator": "^7.16.8", | ||||||
|                 "@babel/helper-compilation-targets": "^7.16.7", |                 "@babel/helper-compilation-targets": "^7.16.7", | ||||||
|                 "@babel/helper-module-transforms": "^7.16.7", |                 "@babel/helper-module-transforms": "^7.16.7", | ||||||
|                 "@babel/helpers": "^7.16.7", |                 "@babel/helpers": "^7.16.7", | ||||||
|                 "@babel/parser": "^7.16.7", |                 "@babel/parser": "^7.16.10", | ||||||
|                 "@babel/template": "^7.16.7", |                 "@babel/template": "^7.16.7", | ||||||
|                 "@babel/traverse": "^7.16.7", |                 "@babel/traverse": "^7.16.10", | ||||||
|                 "@babel/types": "^7.16.7", |                 "@babel/types": "^7.16.8", | ||||||
|                 "convert-source-map": "^1.7.0", |                 "convert-source-map": "^1.7.0", | ||||||
|                 "debug": "^4.1.0", |                 "debug": "^4.1.0", | ||||||
|                 "gensync": "^1.0.0-beta.2", |                 "gensync": "^1.0.0-beta.2", | ||||||
| @ -9131,9 +9131,9 @@ | |||||||
|             } |             } | ||||||
|         }, |         }, | ||||||
|         "@babel/parser": { |         "@babel/parser": { | ||||||
|             "version": "7.16.8", |             "version": "7.16.10", | ||||||
|             "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.16.8.tgz", |             "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.16.10.tgz", | ||||||
|             "integrity": "sha512-i7jDUfrVBWc+7OKcBzEe5n7fbv3i2fWtxKzzCvOjnzSxMfWMigAhtfJ7qzZNGFNMsCCd67+uz553dYKWXPvCKw==" |             "integrity": "sha512-Sm/S9Or6nN8uiFsQU1yodyDW3MWXQhFeqzMPM+t8MJjM+pLsnFVxFZzkpXKvUXh+Gz9cbMoYYs484+Jw/NTEFQ==" | ||||||
|         }, |         }, | ||||||
|         "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": { |         "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": { | ||||||
|             "version": "7.16.7", |             "version": "7.16.7", | ||||||
| @ -9878,9 +9878,9 @@ | |||||||
|             } |             } | ||||||
|         }, |         }, | ||||||
|         "@babel/traverse": { |         "@babel/traverse": { | ||||||
|             "version": "7.16.8", |             "version": "7.16.10", | ||||||
|             "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.16.8.tgz", |             "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.16.10.tgz", | ||||||
|             "integrity": "sha512-xe+H7JlvKsDQwXRsBhSnq1/+9c+LlQcCK3Tn/l5sbx02HYns/cn7ibp9+RV1sIUqu7hKg91NWsgHurO9dowITQ==", |             "integrity": "sha512-yzuaYXoRJBGMlBhsMJoUW7G1UmSb/eXr/JHYM/MsOJgavJibLwASijW7oXBdw3NQ6T0bW7Ty5P/VarOs9cHmqw==", | ||||||
|             "requires": { |             "requires": { | ||||||
|                 "@babel/code-frame": "^7.16.7", |                 "@babel/code-frame": "^7.16.7", | ||||||
|                 "@babel/generator": "^7.16.8", |                 "@babel/generator": "^7.16.8", | ||||||
| @ -9888,7 +9888,7 @@ | |||||||
|                 "@babel/helper-function-name": "^7.16.7", |                 "@babel/helper-function-name": "^7.16.7", | ||||||
|                 "@babel/helper-hoist-variables": "^7.16.7", |                 "@babel/helper-hoist-variables": "^7.16.7", | ||||||
|                 "@babel/helper-split-export-declaration": "^7.16.7", |                 "@babel/helper-split-export-declaration": "^7.16.7", | ||||||
|                 "@babel/parser": "^7.16.8", |                 "@babel/parser": "^7.16.10", | ||||||
|                 "@babel/types": "^7.16.8", |                 "@babel/types": "^7.16.8", | ||||||
|                 "debug": "^4.1.0", |                 "debug": "^4.1.0", | ||||||
|                 "globals": "^11.1.0" |                 "globals": "^11.1.0" | ||||||
|  | |||||||
| @ -46,7 +46,7 @@ | |||||||
|         ] |         ] | ||||||
|     }, |     }, | ||||||
|     "dependencies": { |     "dependencies": { | ||||||
|         "@babel/core": "^7.16.7", |         "@babel/core": "^7.16.10", | ||||||
|         "@babel/plugin-proposal-decorators": "^7.16.7", |         "@babel/plugin-proposal-decorators": "^7.16.7", | ||||||
|         "@babel/plugin-transform-runtime": "^7.16.10", |         "@babel/plugin-transform-runtime": "^7.16.10", | ||||||
|         "@babel/preset-env": "^7.16.8", |         "@babel/preset-env": "^7.16.8", | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user
	![49699333+dependabot[bot]@users.noreply.github.com](/assets/img/avatar_default.png) dependabot[bot]
					dependabot[bot]