Skip to content

Commit

Permalink
Apply Snyk Security Patches (#161)
Browse files Browse the repository at this point in the history
* Apply Snyk patches from auto generated PRs

- #149
- #150
- #151

* Bump to 1.20.6
  • Loading branch information
bendvc committed Oct 4, 2021
1 parent 3da7fe9 commit 96c3f2c
Show file tree
Hide file tree
Showing 17 changed files with 3,307 additions and 3,661 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -3,7 +3,7 @@
"packages": [
"packages/*"
],
"version": "1.20.5",
"version": "1.20.6",
"publish": {
"allowBranch": [
"master"
Expand Down
3 changes: 3 additions & 0 deletions packages/commerce-integrations/CHANGELOG.md
@@ -1,3 +1,6 @@
## v1.20.6 (Oct 04, 2021)
- Bump `commercecloud-ocapi-client` to latest version.

## v1.20.5 (Aug 27, 2021)
## v1.20.4 (Jul 15, 2021)
## v1.20.4-alpha.0 (Jul 15, 2021)
Expand Down
1,288 changes: 653 additions & 635 deletions packages/commerce-integrations/package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions packages/commerce-integrations/package.json
@@ -1,6 +1,6 @@
{
"name": "@mobify/commerce-integrations",
"version": "1.20.5",
"version": "1.20.6",
"description": "A customizable API abstraction layer for ecommerce backends.",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -29,7 +29,7 @@
"homepage": "https://github.com/mobify/commerce-integrations#readme",
"dependencies": {
"btoa": "^1.2.1",
"commercecloud-ocapi-client": "^0.1.12",
"commercecloud-ocapi-client": "^0.2.0",
"fast-json-stable-stringify": "^2.1.0",
"fs-extra": "^7.0.1",
"hybris-occ-client": "^0.1.5",
Expand All @@ -44,7 +44,7 @@
"@babel/core": "^7.4.5",
"@babel/preset-env": "^7.4.5",
"@babel/preset-react": "^7.0.0",
"@mobify/documentation-theme": "^1.20.5",
"@mobify/documentation-theme": "^1.20.6",
"babel-jest": "^24.8.0",
"cpr": "^3.0.1",
"cross-spawn": "^6.0.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/connector/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/connector/package.json
@@ -1,9 +1,9 @@
{
"name": "scaffold-connector",
"version": "1.20.5",
"version": "1.20.6",
"description": "",
"dependencies": {
"@mobify/commerce-integrations": "^1.20.5"
"@mobify/commerce-integrations": "^1.20.6"
},
"devDependencies": {
"@babel/cli": "^7.4.4",
Expand Down

0 comments on commit 96c3f2c

Please sign in to comment.