build(deps): bump @babel/preset-env from 7.16.8 to 7.16.10 in /web (#2114)

This commit is contained in:
dependabot[bot] 2022-01-20 08:45:49 +01:00 committed by GitHub
parent 930df791bd
commit c4f9a3e9a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
web/package-lock.json generated
View File

@ -12,7 +12,7 @@
"@babel/core": "^7.16.10",
"@babel/plugin-proposal-decorators": "^7.16.7",
"@babel/plugin-transform-runtime": "^7.16.10",
"@babel/preset-env": "^7.16.8",
"@babel/preset-env": "^7.16.10",
"@babel/preset-typescript": "^7.16.7",
"@formatjs/intl-listformat": "^6.5.0",
"@fortawesome/fontawesome-free": "^5.15.4",
@ -1470,9 +1470,9 @@
}
},
"node_modules/@babel/preset-env": {
"version": "7.16.8",
"resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.16.8.tgz",
"integrity": "sha512-9rNKgVCdwHb3z1IlbMyft6yIXIeP3xz6vWvGaLHrJThuEIqWfHb0DNBH9VuTgnDfdbUDhkmkvMZS/YMCtP7Elg==",
"version": "7.16.10",
"resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.16.10.tgz",
"integrity": "sha512-iCac3fZn9oOcLqc1N2/copPiX7aoxzsvjeDdXoZobrlbQ6YGgS3bL9HyldOJ8V8AY5P7pFynCATrn7M4dMw0Yg==",
"dependencies": {
"@babel/compat-data": "^7.16.8",
"@babel/helper-compilation-targets": "^7.16.7",
@ -9748,9 +9748,9 @@
}
},
"@babel/preset-env": {
"version": "7.16.8",
"resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.16.8.tgz",
"integrity": "sha512-9rNKgVCdwHb3z1IlbMyft6yIXIeP3xz6vWvGaLHrJThuEIqWfHb0DNBH9VuTgnDfdbUDhkmkvMZS/YMCtP7Elg==",
"version": "7.16.10",
"resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.16.10.tgz",
"integrity": "sha512-iCac3fZn9oOcLqc1N2/copPiX7aoxzsvjeDdXoZobrlbQ6YGgS3bL9HyldOJ8V8AY5P7pFynCATrn7M4dMw0Yg==",
"requires": {
"@babel/compat-data": "^7.16.8",
"@babel/helper-compilation-targets": "^7.16.7",

View File

@ -49,7 +49,7 @@
"@babel/core": "^7.16.10",
"@babel/plugin-proposal-decorators": "^7.16.7",
"@babel/plugin-transform-runtime": "^7.16.10",
"@babel/preset-env": "^7.16.8",
"@babel/preset-env": "^7.16.10",
"@babel/preset-typescript": "^7.16.7",
"@formatjs/intl-listformat": "^6.5.0",
"@fortawesome/fontawesome-free": "^5.15.4",