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

Merge pull request #504 from kremalicious/dependabot/npm_and_yarn/babel/node-7.12.16

Bump @babel/node from 7.12.13 to 7.12.16
This commit is contained in:
Matthias Kretschmann 2021-02-15 05:39:12 +01:00 committed by GitHub
commit 5a3d30c2db
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": { "@babel/node": {
"version": "7.12.13", "version": "7.12.16",
"resolved": "https://registry.npmjs.org/@babel/node/-/node-7.12.13.tgz", "resolved": "https://registry.npmjs.org/@babel/node/-/node-7.12.16.tgz",
"integrity": "sha512-ACLDLxlNsJZxPnwSSwuXp87KwjKY0NAFko6QCnBjJlxd+gKUDLLG0Y49jO+/EwqMJd9D5/BkYn5Qb1bgrYnHSA==", "integrity": "sha512-liaUYuO5FL9+wP7tSkFdwNSma/gj2H9c4jqOxTIN82m5R08QJRVoYJRCrgXpahaLLoB7icyRXSkg9uGJC6iJgQ==",
"dev": true, "dev": true,
"requires": { "requires": {
"@babel/register": "^7.12.13", "@babel/register": "^7.12.13",

View File

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