build(deps): bump @babel/runtime from 7.16.0 to 7.16.3

Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.16.0 to 7.16.3.
- [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.16.3/packages/babel-runtime)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-11-10 04:32:41 +00:00 committed by jkozol
parent 2203be6440
commit dedbb6e21e
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -3086,9 +3086,9 @@
}
},
"@babel/runtime": {
"version": "7.16.0",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.16.0.tgz",
"integrity": "sha512-Nht8L0O8YCktmsDV6FqFue7vQLRx3Hb0B37lS5y0jDRqRxlBG4wIJHnf9/bgSE2UyipKFA01YtS+npRdTWBUyw==",
"version": "7.16.3",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.16.3.tgz",
"integrity": "sha512-WBwekcqacdY2e9AF/Q7WLFUWmdJGJTkbjqTjoMDgXkVZ3ZRUvOPsLb5KdwISoQVsbP+DQzVZW4Zhci0DvpbNTQ==",
"requires": {
"regenerator-runtime": "^0.13.4"
}

View file

@ -7,7 +7,7 @@
"npm": ">=7.0.0"
},
"dependencies": {
"@babel/runtime": "7.16.0",
"@babel/runtime": "7.16.3",
"@data-driven-forms/pf4-component-mapper": "3.15.7",
"@data-driven-forms/react-form-renderer": "3.15.6",
"@patternfly/patternfly": "4.151.4",