1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2025-02-14 21:10:41 +01:00

Bump @babel/node from 7.12.13 to 7.12.16

Bumps [@babel/node](https://github.com/babel/babel/tree/HEAD/packages/babel-node) from 7.12.13 to 7.12.16.
- [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.12.16/packages/babel-node)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-02-15 04:31:10 +00:00 committed by GitHub
parent 3d4b7008e3
commit a37f4f1312
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -373,9 +373,9 @@
}
},
"@babel/node": {
"version": "7.12.13",
"resolved": "https://registry.npmjs.org/@babel/node/-/node-7.12.13.tgz",
"integrity": "sha512-ACLDLxlNsJZxPnwSSwuXp87KwjKY0NAFko6QCnBjJlxd+gKUDLLG0Y49jO+/EwqMJd9D5/BkYn5Qb1bgrYnHSA==",
"version": "7.12.16",
"resolved": "https://registry.npmjs.org/@babel/node/-/node-7.12.16.tgz",
"integrity": "sha512-liaUYuO5FL9+wP7tSkFdwNSma/gj2H9c4jqOxTIN82m5R08QJRVoYJRCrgXpahaLLoB7icyRXSkg9uGJC6iJgQ==",
"dev": true,
"requires": {
"@babel/register": "^7.12.13",

View File

@ -57,7 +57,7 @@
"devDependencies": {
"@babel/core": "^7.12.16",
"@babel/eslint-parser": "^7.12.13",
"@babel/node": "^7.12.13",
"@babel/node": "^7.12.16",
"@babel/preset-env": "^7.12.16",
"@loadable/component": "^5.14.1",
"@svgr/webpack": "^5.5.0",