Skip to content

Commit

Permalink
patch legacy common dependants to use jsonpath-plus 10 (#785)
Browse files Browse the repository at this point in the history
  • Loading branch information
josephjclark authored Oct 15, 2024
1 parent cb19d51 commit d0d1a24
Show file tree
Hide file tree
Showing 11 changed files with 54 additions and 39 deletions.
6 changes: 6 additions & 0 deletions packages/kobotoolbox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @openfn/language-kobotoolbox

## 2.4.3

### Patch Changes

- Security fix: update jsonpath-plus version

## 2.4.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/kobotoolbox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openfn/language-kobotoolbox",
"version": "2.4.2",
"version": "2.4.3",
"description": "A Kobo Toolbox Language Pack for OpenFn",
"homepage": "https://docs.openfn.org",
"repository": {
Expand All @@ -25,7 +25,7 @@
"configuration-schema.json"
],
"dependencies": {
"@openfn/language-common": "1.15.1"
"@openfn/language-common": "1.15.2"
},
"devDependencies": {
"@openfn/simple-ast": "0.4.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/progres/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @openfn/language-progres

## 1.4.6

### Patch Changes

- Security fix: update jsonpath-plus version

## 1.4.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/progres/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openfn/language-progres",
"version": "1.4.5",
"version": "1.4.6",
"description": "An OpenFn adaptor to work with UNHCR's ProGres case management system",
"homepage": "https://docs.openfn.org",
"repository": {
Expand All @@ -25,7 +25,7 @@
"configuration-schema.json"
],
"dependencies": {
"@openfn/language-common": "1.15.1",
"@openfn/language-common": "1.15.2",
"axios": "^1.7.7"
},
"devDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/rapidpro/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @openfn/language-rapidpro

## 1.1.5

### Patch Changes

- Security fix: update jsonpath-plus version

## 1.1.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/rapidpro/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openfn/language-rapidpro",
"version": "1.1.4",
"version": "1.1.5",
"description": "A RapidPro adaptor for OpenFn",
"main": "dist/index.cjs",
"scripts": {
Expand All @@ -20,7 +20,7 @@
"configuration-schema.json"
],
"dependencies": {
"@openfn/language-common": "1.15.1",
"@openfn/language-common": "1.15.2",
"axios": "^1.7.7"
},
"devDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/salesforce/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @openfn/language-salesforce

## 4.8.6

### Patch Changes

- Security fix: update jsonpath-plus version

## 4.8.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/salesforce/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openfn/language-salesforce",
"version": "4.8.5",
"version": "4.8.6",
"description": "Salesforce Language Pack for OpenFn",
"homepage": "https://docs.openfn.org",
"exports": {
Expand Down Expand Up @@ -32,7 +32,7 @@
"configuration-schema.json"
],
"dependencies": {
"@openfn/language-common": "1.15.1",
"@openfn/language-common": "1.15.2",
"any-ascii": "^0.3.2",
"axios": "^1.7.7",
"jsforce": "^1.11.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/twilio/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @openfn/language-twilio

## 0.5.2

### Patch Changes

- Security fix: update jsonpath-plus version

## 0.5.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/twilio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openfn/language-twilio",
"version": "0.5.1",
"version": "0.5.2",
"description": "An Language Package for twilio",
"main": "dist/index.cjs",
"scripts": {
Expand All @@ -20,7 +20,7 @@
"configuration-schema.json"
],
"dependencies": {
"@openfn/language-common": "1.15.1",
"@openfn/language-common": "1.15.2",
"twilio": "^3.83.2"
},
"devDependencies": {
Expand Down
43 changes: 14 additions & 29 deletions pnpm-lock.yaml

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

0 comments on commit d0d1a24

Please sign in to comment.