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

Bump @babel/node from 7.15.4 to 7.15.8 (#685)

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

---
updated-dependencies:
- dependency-name: "@babel/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-10-11 13:00:10 +01:00 committed by GitHub
parent 37ac39efb1
commit a4ba4ee1c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -41,7 +41,7 @@
"vcf": "^2.1.0"
},
"devDependencies": {
"@babel/node": "^7.15.4",
"@babel/node": "^7.15.8",
"@babel/preset-env": "^7.15.6",
"@loadable/component": "^5.15.0",
"@svgr/webpack": "^5.5.0",
@ -543,9 +543,9 @@
}
},
"node_modules/@babel/node": {
"version": "7.15.4",
"resolved": "https://registry.npmjs.org/@babel/node/-/node-7.15.4.tgz",
"integrity": "sha512-UZue+j8p5aKTaVjvy5psYmqLHqmz+9cIboAFoa97S1xeZyUr0gT6KzXB8ZkfBIsP/u79biOdjGHVXBXnW3rVfw==",
"version": "7.15.8",
"resolved": "https://registry.npmjs.org/@babel/node/-/node-7.15.8.tgz",
"integrity": "sha512-JbgTCrnx6IUECznEbQ7e2rbVYtrXKixSbEG2bxxbMkV648WdUf3tdc+ZUW2++dvnnAswcpwc76cRwf0xEQqsrw==",
"dev": true,
"dependencies": {
"@babel/register": "^7.15.3",
@ -27664,9 +27664,9 @@
}
},
"@babel/node": {
"version": "7.15.4",
"resolved": "https://registry.npmjs.org/@babel/node/-/node-7.15.4.tgz",
"integrity": "sha512-UZue+j8p5aKTaVjvy5psYmqLHqmz+9cIboAFoa97S1xeZyUr0gT6KzXB8ZkfBIsP/u79biOdjGHVXBXnW3rVfw==",
"version": "7.15.8",
"resolved": "https://registry.npmjs.org/@babel/node/-/node-7.15.8.tgz",
"integrity": "sha512-JbgTCrnx6IUECznEbQ7e2rbVYtrXKixSbEG2bxxbMkV648WdUf3tdc+ZUW2++dvnnAswcpwc76cRwf0xEQqsrw==",
"dev": true,
"requires": {
"@babel/register": "^7.15.3",

View File

@ -52,7 +52,7 @@
"vcf": "^2.1.0"
},
"devDependencies": {
"@babel/node": "^7.15.4",
"@babel/node": "^7.15.8",
"@babel/preset-env": "^7.15.6",
"@loadable/component": "^5.15.0",
"@svgr/webpack": "^5.5.0",