Skip to content
This repository has been archived by the owner on Aug 13, 2023. It is now read-only.

Commit

Permalink
Merge pull request #4614 from bbc/snyk-upgrade-127c08f4825c371c304c18…
Browse files Browse the repository at this point in the history
…924b04db5b

[Snyk] Upgrade ramda from 0.27.2 to 0.28.0
  • Loading branch information
rebeccamcginn authored Mar 10, 2022
2 parents 1266bb7 + 6848ffb commit eb029d2
Show file tree
Hide file tree
Showing 11 changed files with 19 additions and 16 deletions.
Binary file not shown.
Binary file not shown.
Empty file removed .yarn/versions/f4afaa56.yml
Empty file.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
"postcss": "^8.3.5",
"prettier": "2.2.1",
"prop-types": "^15.7.2",
"ramda": "^0.27.1",
"ramda": "^0.28.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
Expand Down
1 change: 1 addition & 0 deletions packages/components/psammead-image/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<!-- prettier-ignore -->
| Version | Description |
|---------|-------------|
| 3.1.3 | [PR#4614](https://github.com/bbc/psammead/pull/4614) Version bump |
| 3.1.2 | [PR#4627](https://github.com/bbc/psammead/pull/4627) Version bump |
| 3.1.1 | [PR#4626](https://github.com/bbc/psammead/pull/4626) Elevate `sizes` attribute to `source` tags |
| 3.1.0 | [PR#4608](https://github.com/bbc/psammead/pull/4608) Derive mime type from srcset |
Expand Down
4 changes: 2 additions & 2 deletions packages/components/psammead-image/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bbc/psammead-image",
"version": "3.1.2",
"version": "3.1.3",
"main": "dist/index.js",
"module": "esm/index.js",
"sideEffects": false,
Expand Down Expand Up @@ -29,7 +29,7 @@
"image"
],
"dependencies": {
"ramda": "^0.27.1"
"ramda": "^0.28.0"
},
"devDependencies": {
"@emotion/react": "^11.4.0",
Expand Down
1 change: 1 addition & 0 deletions packages/components/psammead-media-player/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<!-- prettier-ignore -->
| Version | Description |
| ------------- | ---------------------------------------------------------------------------------------------------------------------------- |
| 6.0.6| [PR#4614](https://github.com/bbc/psammead/pull/4614) Bump dependencies|
| 6.0.5| [PR#4627](https://github.com/bbc/psammead/pull/4627) Bump dependencies|
| 6.0.4| [PR#4626](https://github.com/bbc/psammead/pull/4626) Bump dependencies|
| 6.0.3 | [PR#4609](https://github.com/bbc/psammead/pull/4609) Bump from psammead-styles |
Expand Down
4 changes: 2 additions & 2 deletions packages/components/psammead-media-player/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bbc/psammead-media-player",
"version": "6.0.3",
"version": "6.0.6",
"description": "Provides a media player with optional placeholder",
"main": "dist/index.js",
"module": "esm/index.js",
Expand Down Expand Up @@ -30,7 +30,7 @@
},
"dependencies": {
"@bbc/psammead-assets": "3.1.10",
"@bbc/psammead-image": "3.1.2",
"@bbc/psammead-image": "3.1.3",
"@bbc/psammead-image-placeholder": "3.4.11",
"@bbc/psammead-play-button": "3.0.33"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<!-- prettier-ignore -->
| Version | Description |
| ------- | ----------- |
| 2.0.7 | [PR#4614](https://github.com/bbc/psammead/pull/4614) bumps 3rd-party dependencies |
| 2.0.6 | [PR#4420](https://github.com/bbc/psammead/pull/4420) bumps 3rd-party dependencies |
| 2.0.5 | [PR#4368](https://github.com/bbc/psammead/pull/4368) use Yarn Workspaces |
| 2.0.4 | [PR#4335](https://github.com/bbc/psammead/pull/4335) switch to yarn for package management |
Expand Down
4 changes: 2 additions & 2 deletions packages/utilities/psammead-rich-text-transforms/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bbc/psammead-rich-text-transforms",
"version": "2.0.6",
"version": "2.0.7",
"description": "A utility library to transform to structured rich text.",
"main": "dist/index.js",
"module": "esm/index.js",
Expand All @@ -23,7 +23,7 @@
"utilities"
],
"dependencies": {
"ramda": "^0.27.1",
"ramda": "^0.28.0",
"xmldoc": "^1.1.2"
},
"devDependencies": {
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1876,14 +1876,14 @@ __metadata:
languageName: unknown
linkType: soft

"@bbc/[email protected].2, @bbc/psammead-image@workspace:packages/components/psammead-image":
"@bbc/[email protected].3, @bbc/psammead-image@workspace:packages/components/psammead-image":
version: 0.0.0-use.local
resolution: "@bbc/psammead-image@workspace:packages/components/psammead-image"
dependencies:
"@emotion/react": ^11.4.0
"@emotion/styled": ^11.3.0
prop-types: ^15.7.2
ramda: ^0.27.1
ramda: ^0.28.0
react: ^17.0.2
peerDependencies:
"@emotion/react": ^11.1.4
Expand Down Expand Up @@ -1953,7 +1953,7 @@ __metadata:
resolution: "@bbc/psammead-media-player@workspace:packages/components/psammead-media-player"
dependencies:
"@bbc/psammead-assets": 3.1.10
"@bbc/psammead-image": 3.1.2
"@bbc/psammead-image": 3.1.3
"@bbc/psammead-image-placeholder": 3.4.11
"@bbc/psammead-play-button": 3.0.33
"@emotion/styled": ^11.3.0
Expand Down Expand Up @@ -2025,7 +2025,7 @@ __metadata:
resolution: "@bbc/psammead-rich-text-transforms@workspace:packages/utilities/psammead-rich-text-transforms"
dependencies:
jest: ^26.5.0
ramda: ^0.27.1
ramda: ^0.28.0
xmldoc: ^1.1.2
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -2267,7 +2267,7 @@ __metadata:
postcss: ^8.3.5
prettier: 2.2.1
prop-types: ^15.7.2
ramda: ^0.27.1
ramda: ^0.28.0
react: ^17.0.2
react-dom: ^17.0.2
react-helmet: ^6.1.0
Expand Down Expand Up @@ -15024,10 +15024,10 @@ fsevents@^1.2.7:
languageName: node
linkType: hard

"ramda@npm:^0.27.1":
version: 0.27.1
resolution: "ramda@npm:0.27.1"
checksum: 31a0c0ef739b2525d7615f84cbb5d3cb89ee0c795469b711f729ea1d8df0dccc3cd75d3717a1e9742d42315ce86435680b7c87743eb7618111c60c144a5b8059
"ramda@npm:^0.28.0":
version: 0.28.0
resolution: "ramda@npm:0.28.0"
checksum: 44ea6e5010bba70151b6a92d8114a91915e8b5a16105cce65fae58c9d7386b812c429645e35f21141d7087568550ce383bc10ee1a65cdec951f4b69ea457e6a4
languageName: node
linkType: hard

Expand Down

0 comments on commit eb029d2

Please sign in to comment.