chore(deps-dev): bump @babel/plugin-proposal-optional-chaining from 7.12.7 to 7.12.13

This commit is contained in:
dependabot[bot]
2021-02-03 02:51:11 -05:00
committed by GitHub
parent df3ae82ac0
commit 23323bbbff
2 changed files with 13 additions and 5 deletions

16
package-lock.json generated
View File

@@ -1775,14 +1775,22 @@
}
},
"@babel/plugin-proposal-optional-chaining": {
"version": "7.12.7",
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.12.7.tgz",
"integrity": "sha512-4ovylXZ0PWmwoOvhU2vhnzVNnm88/Sm9nx7V8BPgMvAzn5zDou3/Awy0EjglyubVHasJj+XCEkr/r1X3P5elCA==",
"version": "7.12.13",
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.12.13.tgz",
"integrity": "sha512-0ZwjGfTcnZqyV3y9DSD1Yk3ebp+sIUpT2YDqP8hovzaNZnQq2Kd7PEqa6iOIUDBXBt7Jl3P7YAcEIL5Pz8u09Q==",
"dev": true,
"requires": {
"@babel/helper-plugin-utils": "^7.10.4",
"@babel/helper-plugin-utils": "^7.12.13",
"@babel/helper-skip-transparent-expression-wrappers": "^7.12.1",
"@babel/plugin-syntax-optional-chaining": "^7.8.0"
},
"dependencies": {
"@babel/helper-plugin-utils": {
"version": "7.12.13",
"resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.12.13.tgz",
"integrity": "sha512-C+10MXCXJLiR6IeG9+Wiejt9jmtFpxUc3MQqCmPY8hfCjyUGl9kT+B2okzEZrtykiwrc4dbCPdDoz0A/HQbDaA==",
"dev": true
}
}
},
"@babel/plugin-proposal-private-methods": {

View File

@@ -101,7 +101,7 @@
"@babel/core": "=7.12.13",
"@babel/plugin-proposal-class-properties": "=7.12.13",
"@babel/plugin-proposal-nullish-coalescing-operator": "=7.12.13",
"@babel/plugin-proposal-optional-chaining": "=7.12.7",
"@babel/plugin-proposal-optional-chaining": "=7.12.13",
"@babel/plugin-transform-runtime": "=7.12.13",
"@babel/preset-env": "=7.12.13",
"@babel/preset-react": "=7.12.13",