Skip to content

Commit b62c789

Browse files
Version bump: v174.1.1
1 parent f4446cc commit b62c789

File tree

7 files changed

+33
-28
lines changed

7 files changed

+33
-28
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 174.1.1 (Mar 19, 2025)
2+
3+
### Patch
4+
5+
- Internal: [Snyk] Security upgrade react-cookie from 4.1.1 to 8.0.1 ([#4044](https://github.com/pinterest/gestalt/pull/4044)) - [Preview link](https://deploy-preview-4044--gestalt.netlify.app?devexample=true)
6+
17
## 174.1.0 (Mar 18, 2025)
28

39
### Minor

packages/eslint-plugin-gestalt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-gestalt",
3-
"version": "174.1.0",
3+
"version": "174.1.1",
44
"license": "Apache-2.0",
55
"homepage": "https://gestalt.pinterest.systems/",
66
"description": "ESLint rules for Pinterest's design language Gestalt",

packages/gestalt-charts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gestalt-charts",
3-
"version": "174.1.0",
3+
"version": "174.1.1",
44
"license": "Apache-2.0",
55
"homepage": "https://gestalt.pinterest.systems/",
66
"description": "A React UI chart component which enforces Pinterest's design language",

packages/gestalt-datepicker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gestalt-datepicker",
3-
"version": "174.1.0",
3+
"version": "174.1.1",
44
"license": "Apache-2.0",
55
"homepage": "https://gestalt.pinterest.systems/",
66
"description": "A React UI datepicker component which enforces Pinterest's design language",

packages/gestalt-design-tokens/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gestalt-design-tokens",
3-
"version": "174.1.0",
3+
"version": "174.1.1",
44
"license": "Apache-2.0",
55
"homepage": "https://gestalt.pinterest.systems/",
66
"description": "Design tokens style dictionary for Gestalt",

packages/gestalt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gestalt",
3-
"version": "174.1.0",
3+
"version": "174.1.1",
44
"license": "Apache-2.0",
55
"homepage": "https://gestalt.pinterest.systems/",
66
"description": "A set of React UI components which enforce Pinterest's design language",

yarn.lock

Lines changed: 22 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -5275,11 +5275,6 @@
52755275
resolved "https://registry.npmjs.org/@types/color-name/-/color-name-1.1.1.tgz"
52765276
integrity sha512-rr+OQyAjxze7GgWrSaJwydHStIhHq2lvY3BOC2Mj7KnzI7XK0Uw1TOOdI9lDoajEbSWLiYgoo4f1R51erQfhPQ==
52775277

5278-
"@types/cookie@^0.3.3":
5279-
version "0.3.3"
5280-
resolved "https://registry.npmjs.org/@types/cookie/-/cookie-0.3.3.tgz"
5281-
integrity sha512-LKVP3cgXBT9RYj+t+9FDKwS5tdI+rPBXaNSkma7hvqy35lc7mAokC2zsqWJH0LaqIt3B962nuYI77hsJoT1gow==
5282-
52835278
"@types/d3-array@^3.0.3":
52845279
version "3.0.5"
52855280
resolved "https://registry.yarnpkg.com/@types/d3-array/-/d3-array-3.0.5.tgz#857c1afffd3f51319bbc5b301956aca68acaa7b8"
@@ -5433,10 +5428,10 @@
54335428
dependencies:
54345429
"@types/unist" "*"
54355430

5436-
"@types/hoist-non-react-statics@^3.0.1":
5437-
version "3.3.1"
5438-
resolved "https://registry.npmjs.org/@types/hoist-non-react-statics/-/hoist-non-react-statics-3.3.1.tgz"
5439-
integrity sha512-iMIqiko6ooLrTh1joXodJK5X9xeEALT1kM5G3ZLhD3hszxBdIEd5C75U834D9mLcINgD4OyZf5uQXjkuYydWvA==
5431+
"@types/hoist-non-react-statics@^3.3.6":
5432+
version "3.3.6"
5433+
resolved "https://registry.yarnpkg.com/@types/hoist-non-react-statics/-/hoist-non-react-statics-3.3.6.tgz#6bba74383cdab98e8db4e20ce5b4a6b98caed010"
5434+
integrity sha512-lPByRJUer/iN/xa4qpyL0qmL11DqNW81iU/IG1S3uvRUq4oKagz8VCxZjiWkumgt66YT3vOdDgZ0o32sGKtCEw==
54405435
dependencies:
54415436
"@types/react" "*"
54425437
hoist-non-react-statics "^3.3.0"
@@ -7885,6 +7880,11 @@ cookie@^0.4.0:
78857880
resolved "https://registry.npmjs.org/cookie/-/cookie-0.4.1.tgz"
78867881
integrity sha512-ZwrFkGJxUR3EIoXtO+yVE69Eb7KlixbaeAWfBQB9vVsNn/o+Yw69gBWSSDK825hQNdN+wF8zELf3dFNl/kxkUA==
78877882

7883+
cookie@^1.0.2:
7884+
version "1.0.2"
7885+
resolved "https://registry.yarnpkg.com/cookie/-/cookie-1.0.2.tgz#27360701532116bd3f1f9416929d176afe1e4610"
7886+
integrity sha512-9Kr/j4O16ISv8zBBhJoi4bXOYNTkFLOqSL3UDB0njXxCXNezjeyVrJyGOWtgfs/q2km1gwBcfH8q1yEGoMYunA==
7887+
78887888
copy-anything@^2.0.1:
78897889
version "2.0.6"
78907890
resolved "https://registry.yarnpkg.com/copy-anything/-/copy-anything-2.0.6.tgz#092454ea9584a7b7ad5573062b2a87f5900fc480"
@@ -11405,7 +11405,7 @@ history@^5.0.0:
1140511405
dependencies:
1140611406
"@babel/runtime" "^7.7.6"
1140711407

11408-
hoist-non-react-statics@^3.0.0, hoist-non-react-statics@^3.3.0, hoist-non-react-statics@^3.3.1:
11408+
hoist-non-react-statics@^3.3.0, hoist-non-react-statics@^3.3.1, hoist-non-react-statics@^3.3.2:
1140911409
version "3.3.2"
1141011410
resolved "https://registry.npmjs.org/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz"
1141111411
integrity sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==
@@ -17245,14 +17245,14 @@ rc@^1.2.7, rc@^1.2.8:
1724517245
minimist "^1.2.0"
1724617246
strip-json-comments "~2.0.1"
1724717247

17248-
react-cookie@^4.1.1:
17249-
version "4.1.1"
17250-
resolved "https://registry.npmjs.org/react-cookie/-/react-cookie-4.1.1.tgz"
17251-
integrity sha512-ffn7Y7G4bXiFbnE+dKhHhbP+b8I34mH9jqnm8Llhj89zF4nPxPutxHT1suUqMeCEhLDBI7InYwf1tpaSoK5w8A==
17248+
react-cookie@^8.0.1:
17249+
version "8.0.1"
17250+
resolved "https://registry.yarnpkg.com/react-cookie/-/react-cookie-8.0.1.tgz#0d7f5112c9003b61c70d3d53f1f0a5b741e9f2e9"
17251+
integrity sha512-QNdAd0MLuAiDiLcDU/2s/eyKmmfMHtjPUKJ2dZ/5CcQ9QKUium4B3o61/haq6PQl/YWFqC5PO8GvxeHKhy3GFA==
1725217252
dependencies:
17253-
"@types/hoist-non-react-statics" "^3.0.1"
17254-
hoist-non-react-statics "^3.0.0"
17255-
universal-cookie "^4.0.0"
17253+
"@types/hoist-non-react-statics" "^3.3.6"
17254+
hoist-non-react-statics "^3.3.2"
17255+
universal-cookie "^8.0.0"
1725617256

1725717257
react-datepicker@7.5.0:
1725817258
version "7.5.0"
@@ -20144,13 +20144,12 @@ unist-util-visit@^4.0.0:
2014420144
unist-util-is "^5.0.0"
2014520145
unist-util-visit-parents "^5.0.0"
2014620146

20147-
universal-cookie@^4.0.0:
20148-
version "4.0.4"
20149-
resolved "https://registry.npmjs.org/universal-cookie/-/universal-cookie-4.0.4.tgz"
20150-
integrity sha512-lbRVHoOMtItjWbM7TwDLdl8wug7izB0tq3/YVKhT/ahB4VDvWMyvnADfnJI8y6fSvsjh51Ix7lTGC6Tn4rMPhw==
20147+
universal-cookie@^8.0.0:
20148+
version "8.0.1"
20149+
resolved "https://registry.yarnpkg.com/universal-cookie/-/universal-cookie-8.0.1.tgz#19263fcda6889978a081c610a90fc395eeaeec64"
20150+
integrity sha512-B6ks9FLLnP1UbPPcveOidfvB9pHjP+wekP2uRYB9YDfKVpvcjKgy1W5Zj+cEXJ9KTPnqOKGfVDQBmn8/YCQfRg==
2015120151
dependencies:
20152-
"@types/cookie" "^0.3.3"
20153-
cookie "^0.4.0"
20152+
cookie "^1.0.2"
2015420153

2015520154
universal-user-agent@^5.0.0:
2015620155
version "5.0.0"

0 commit comments

Comments
 (0)