Merge pull request #766 from wbkd/dependabot/npm_and_yarn/main/babel/preset-env-7.12.10
This commit is contained in:
Generated
+28
-6
@@ -1034,9 +1034,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@babel/preset-env": {
|
"@babel/preset-env": {
|
||||||
"version": "7.12.7",
|
"version": "7.12.10",
|
||||||
"resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.12.7.tgz",
|
"resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.12.10.tgz",
|
||||||
"integrity": "sha512-OnNdfAr1FUQg7ksb7bmbKoby4qFOHw6DKWWUNB9KqnnCldxhxJlP+21dpyaWFmf2h0rTbOkXJtAGevY3XW1eew==",
|
"integrity": "sha512-Gz9hnBT/tGeTE2DBNDkD7BiWRELZt+8lSysHuDwmYXUIvtwZl0zI+D6mZgXZX0u8YBlLS4tmai9ONNY9tjRgRA==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@babel/compat-data": "^7.12.7",
|
"@babel/compat-data": "^7.12.7",
|
||||||
@@ -1098,13 +1098,35 @@
|
|||||||
"@babel/plugin-transform-spread": "^7.12.1",
|
"@babel/plugin-transform-spread": "^7.12.1",
|
||||||
"@babel/plugin-transform-sticky-regex": "^7.12.7",
|
"@babel/plugin-transform-sticky-regex": "^7.12.7",
|
||||||
"@babel/plugin-transform-template-literals": "^7.12.1",
|
"@babel/plugin-transform-template-literals": "^7.12.1",
|
||||||
"@babel/plugin-transform-typeof-symbol": "^7.12.1",
|
"@babel/plugin-transform-typeof-symbol": "^7.12.10",
|
||||||
"@babel/plugin-transform-unicode-escapes": "^7.12.1",
|
"@babel/plugin-transform-unicode-escapes": "^7.12.1",
|
||||||
"@babel/plugin-transform-unicode-regex": "^7.12.1",
|
"@babel/plugin-transform-unicode-regex": "^7.12.1",
|
||||||
"@babel/preset-modules": "^0.1.3",
|
"@babel/preset-modules": "^0.1.3",
|
||||||
"@babel/types": "^7.12.7",
|
"@babel/types": "^7.12.10",
|
||||||
"core-js-compat": "^3.7.0",
|
"core-js-compat": "^3.8.0",
|
||||||
"semver": "^5.5.0"
|
"semver": "^5.5.0"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"@babel/plugin-transform-typeof-symbol": {
|
||||||
|
"version": "7.12.10",
|
||||||
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.12.10.tgz",
|
||||||
|
"integrity": "sha512-JQ6H8Rnsogh//ijxspCjc21YPd3VLVoYtAwv3zQmqAt8YGYUtdo5usNhdl4b9/Vir2kPFZl6n1h0PfUz4hJhaA==",
|
||||||
|
"dev": true,
|
||||||
|
"requires": {
|
||||||
|
"@babel/helper-plugin-utils": "^7.10.4"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"@babel/types": {
|
||||||
|
"version": "7.12.10",
|
||||||
|
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.12.10.tgz",
|
||||||
|
"integrity": "sha512-sf6wboJV5mGyip2hIpDSKsr80RszPinEFjsHTalMxZAZkoQ2/2yQzxlcFN52SJqsyPfLtPmenL4g2KB3KJXPDw==",
|
||||||
|
"dev": true,
|
||||||
|
"requires": {
|
||||||
|
"@babel/helper-validator-identifier": "^7.10.4",
|
||||||
|
"lodash": "^4.17.19",
|
||||||
|
"to-fast-properties": "^2.0.0"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@babel/preset-modules": {
|
"@babel/preset-modules": {
|
||||||
|
|||||||
+1
-1
@@ -38,7 +38,7 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "^7.12.9",
|
"@babel/core": "^7.12.9",
|
||||||
"@babel/plugin-transform-runtime": "^7.12.1",
|
"@babel/plugin-transform-runtime": "^7.12.1",
|
||||||
"@babel/preset-env": "^7.12.7",
|
"@babel/preset-env": "^7.12.10",
|
||||||
"@babel/preset-react": "^7.12.7",
|
"@babel/preset-react": "^7.12.7",
|
||||||
"@rollup/plugin-babel": "^5.2.2",
|
"@rollup/plugin-babel": "^5.2.2",
|
||||||
"@rollup/plugin-commonjs": "^17.0.0",
|
"@rollup/plugin-commonjs": "^17.0.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user