mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-06 01:05:54 -05:00
deps(npm): bump react-intl from 6.6.2 to 6.6.4 in /dependencies (#5470)
Bumps [react-intl](https://github.com/formatjs/formatjs) from 6.6.2 to 6.6.4. - [Release notes](https://github.com/formatjs/formatjs/releases) - [Commits](https://github.com/formatjs/formatjs/compare/react-intl@6.6.2...react-intl@6.6.4) --- updated-dependencies: - dependency-name: react-intl dependency-type: direct:production 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:
parent
1eb4e8edfa
commit
f9f8fdd6e8
2 changed files with 9 additions and 9 deletions
16
dependencies/package-lock.json
generated
vendored
16
dependencies/package-lock.json
generated
vendored
|
@ -39,7 +39,7 @@
|
||||||
"pug": "^3.0.2",
|
"pug": "^3.0.2",
|
||||||
"react": "^18.2.0",
|
"react": "^18.2.0",
|
||||||
"react-dom": "^18.2.0",
|
"react-dom": "^18.2.0",
|
||||||
"react-intl": "^6.6.2",
|
"react-intl": "^6.6.4",
|
||||||
"react-redux": "^9.1.0",
|
"react-redux": "^9.1.0",
|
||||||
"react-router-dom": "^6.22.3",
|
"react-router-dom": "^6.22.3",
|
||||||
"renovate": "^37.279.0",
|
"renovate": "^37.279.0",
|
||||||
|
@ -3406,9 +3406,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@formatjs/intl": {
|
"node_modules/@formatjs/intl": {
|
||||||
"version": "2.10.0",
|
"version": "2.10.1",
|
||||||
"resolved": "https://registry.npmjs.org/@formatjs/intl/-/intl-2.10.0.tgz",
|
"resolved": "https://registry.npmjs.org/@formatjs/intl/-/intl-2.10.1.tgz",
|
||||||
"integrity": "sha512-X3xT9guVkKDS86EKV80lS0KxoazUglkJTGZO66sKY7otgl0VeStPA8B3u8UkKT47PexVV98fUzjpkchYmbe9nw==",
|
"integrity": "sha512-dsLG15U7xDi8yzKf4hcAWSsCaez3XrjTO2oaRHPyHtXLm1aEzYbDw6bClo/HMHu+iwS5GbDqT3DV+hYP2ylScg==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@formatjs/ecma402-abstract": "1.18.2",
|
"@formatjs/ecma402-abstract": "1.18.2",
|
||||||
"@formatjs/fast-memoize": "2.2.0",
|
"@formatjs/fast-memoize": "2.2.0",
|
||||||
|
@ -17772,13 +17772,13 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/react-intl": {
|
"node_modules/react-intl": {
|
||||||
"version": "6.6.2",
|
"version": "6.6.4",
|
||||||
"resolved": "https://registry.npmjs.org/react-intl/-/react-intl-6.6.2.tgz",
|
"resolved": "https://registry.npmjs.org/react-intl/-/react-intl-6.6.4.tgz",
|
||||||
"integrity": "sha512-IpW2IkLtGENSFlX3vfH11rjuCIsW0VyjT0Q1pPKMZPtT2z1FxLt4weFT5Ezti2TScT1xiyb3aQBFth9EB7jzAg==",
|
"integrity": "sha512-bD+7hVTX3zBFI3z/ffIVZrNkCVK0/sQguQ/DqW5uZ6JFWsuiwOieVcLnmtFiUgMQZLdmwNl2Ur5c10RaO7NWBQ==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@formatjs/ecma402-abstract": "1.18.2",
|
"@formatjs/ecma402-abstract": "1.18.2",
|
||||||
"@formatjs/icu-messageformat-parser": "2.7.6",
|
"@formatjs/icu-messageformat-parser": "2.7.6",
|
||||||
"@formatjs/intl": "2.10.0",
|
"@formatjs/intl": "2.10.1",
|
||||||
"@formatjs/intl-displaynames": "6.6.6",
|
"@formatjs/intl-displaynames": "6.6.6",
|
||||||
"@formatjs/intl-listformat": "7.5.5",
|
"@formatjs/intl-listformat": "7.5.5",
|
||||||
"@types/hoist-non-react-statics": "^3.3.1",
|
"@types/hoist-non-react-statics": "^3.3.1",
|
||||||
|
|
2
dependencies/package.json
vendored
2
dependencies/package.json
vendored
|
@ -34,7 +34,7 @@
|
||||||
"pug": "^3.0.2",
|
"pug": "^3.0.2",
|
||||||
"react": "^18.2.0",
|
"react": "^18.2.0",
|
||||||
"react-dom": "^18.2.0",
|
"react-dom": "^18.2.0",
|
||||||
"react-intl": "^6.6.2",
|
"react-intl": "^6.6.4",
|
||||||
"react-redux": "^9.1.0",
|
"react-redux": "^9.1.0",
|
||||||
"react-router-dom": "^6.22.3",
|
"react-router-dom": "^6.22.3",
|
||||||
"renovate": "^37.279.0",
|
"renovate": "^37.279.0",
|
||||||
|
|
Loading…
Reference in a new issue