Skip to content
This repository was archived by the owner on Dec 22, 2024. It is now read-only.

Commit d3f75e8

Browse files
committed
fix(deps): update dependency react-intl to v6.8.2
1 parent 3b0cdc0 commit d3f75e8

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"gatsby-transformer-sharp": "5.13.1",
2727
"react": "18.3.1",
2828
"react-dom": "18.3.1",
29-
"react-intl": "6.8.1"
29+
"react-intl": "6.8.2"
3030
},
3131
"devDependencies": {
3232
"@babel/core": "7.25.9",

yarn.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2849,10 +2849,10 @@
28492849
dependencies:
28502850
"@types/unist" "*"
28512851

2852-
"@types/hoist-non-react-statics@^3.3.1":
2853-
version "3.3.2"
2854-
resolved "https://registry.yarnpkg.com/@types/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz#dc1e9ded53375d37603c479cc12c693b0878aa2a"
2855-
integrity sha512-YIQtIg4PKr7ZyqNPZObpxfHsHEmuB8dXCxd6qVcGuQVDK2bpsF7bYNnBJ4Nn7giuACZg+WewExgrtAJ3XnA4Xw==
2852+
"@types/hoist-non-react-statics@3":
2853+
version "3.3.5"
2854+
resolved "https://registry.yarnpkg.com/@types/hoist-non-react-statics/-/hoist-non-react-statics-3.3.5.tgz#dab7867ef789d87e2b4b0003c9d65c49cc44a494"
2855+
integrity sha512-SbcrWzkKBw2cdwRTwQAswfpB9g9LJWfjtUeW/jvNwbhC8cpmmNYVePa+ncbUe0rGTQ7G3Ff6mYUN2VMfLVr+Sg==
28562856
dependencies:
28572857
"@types/react" "*"
28582858
hoist-non-react-statics "^3.3.0"
@@ -7860,7 +7860,7 @@ hepburn@^1.2.0:
78607860
dependencies:
78617861
bulk-replace "0.0.1"
78627862

7863-
hoist-non-react-statics@^3.3.0, hoist-non-react-statics@^3.3.1, hoist-non-react-statics@^3.3.2:
7863+
hoist-non-react-statics@3, hoist-non-react-statics@^3.3.0, hoist-non-react-statics@^3.3.1:
78647864
version "3.3.2"
78657865
resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz#ece0acaf71d62c2969c2ec59feff42a4b1a85b45"
78667866
integrity sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==
@@ -11389,19 +11389,19 @@ react-error-overlay@^6.0.11:
1138911389
resolved "https://registry.yarnpkg.com/react-error-overlay/-/react-error-overlay-6.0.11.tgz#92835de5841c5cf08ba00ddd2d677b6d17ff9adb"
1139011390
integrity sha512-/6UZ2qgEyH2aqzYZgQPxEnz33NJ2gNsnHA2o5+o4wW9bLM/JYQitNP9xPhsXwC08hMMovfGe/8retsdDsczPRg==
1139111391

11392-
11393-
version "6.8.1"
11394-
resolved "https://registry.yarnpkg.com/react-intl/-/react-intl-6.8.1.tgz#33de2f2eb0e04022138355c22a48f505bb1e7e6e"
11395-
integrity sha512-K90olVc51XeUr5V3TsnC2togVc9Xpupu2sxiNMrQb7dPeXzKUlrAo4qL7vsQX1JLWEqlrBWYOhQTZvh3ocX1RQ==
11392+
11393+
version "6.8.2"
11394+
resolved "https://registry.yarnpkg.com/react-intl/-/react-intl-6.8.2.tgz#29c3043bad4956bb919c80162b9c5d6b051cb6e1"
11395+
integrity sha512-jrtc1ZwwqBYmBQ9xxbQSKJBxg7G8pEv5rLmX22JUAMXhvdVBtA3fMg6xlJ193SZuZYO8D3mEBQlH3rl2HdaX8A==
1139611396
dependencies:
1139711397
"@formatjs/ecma402-abstract" "2.2.0"
1139811398
"@formatjs/icu-messageformat-parser" "2.8.0"
1139911399
"@formatjs/intl" "2.10.9"
1140011400
"@formatjs/intl-displaynames" "6.7.0"
1140111401
"@formatjs/intl-listformat" "7.6.0"
11402-
"@types/hoist-non-react-statics" "^3.3.1"
11402+
"@types/hoist-non-react-statics" "3"
1140311403
"@types/react" "^18.3.11"
11404-
hoist-non-react-statics "^3.3.2"
11404+
hoist-non-react-statics "3"
1140511405
intl-messageformat "10.7.1"
1140611406
tslib "^2.7.0"
1140711407

0 commit comments

Comments
 (0)