Skip to content

Commit cf8c210

Browse files
Security Updates (#1679)
* build(deps): bump qs from 6.14.2 to 6.15.2 (#1677) * build(deps): bump qs from 6.14.2 to 6.15.2 Bumps [qs](https://github.com/ljharb/qs) from 6.14.2 to 6.15.2. - [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md) - [Commits](ljharb/qs@v6.14.2...v6.15.2) --- updated-dependencies: - dependency-name: qs dependency-version: 6.15.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * changeset --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Joe Clark <joe@openfn.org> * bump mocha * build(deps): bump axios from 1.13.5 to 1.15.2 (#1663) * build(deps): bump axios from 1.13.5 to 1.15.2 Bumps [axios](https://github.com/axios/axios) from 1.13.5 to 1.15.2. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.13.5...v1.15.2) --- updated-dependencies: - dependency-name: axios dependency-version: 1.15.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * changeset --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Joe Clark <joe@openfn.org> * bump gemini * bump adaptor apis * bump ajv to fix fast-uri issues * versions * fix adaptor-apis types --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 119cef6 commit cf8c210

214 files changed

Lines changed: 1981 additions & 532 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,16 @@
3737
"@openfn/parse-jsdoc": "workspace:^1.0.0",
3838
"@types/chai": "^5.2.2",
3939
"@types/mocha": "^10.0.10",
40-
"ajv": "^8.18.0",
40+
"ajv": "^8.20.0",
4141
"chokidar-cli": "^3.0.0",
4242
"eslint": "10.2.0",
4343
"globals": "^17.2.0",
4444
"lodash": "^4.18.1",
45-
"mocha": "^10.7.3",
45+
"mocha": "^10.8.2",
4646
"tsx": "^4.19.2",
4747
"typescript": "4.8.4"
48+
},
49+
"dependencies": {
50+
"@types/node": "18.17.5"
4851
}
4952
}

packages/arcgis/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @openfn/language-arcgis
22

3+
## 1.1.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [5276a86]
8+
- @openfn/language-common@3.3.3
9+
310
## 1.1.0
411

512
### Minor Changes

packages/arcgis/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openfn/language-arcgis",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "OpenFn arcgis adaptor",
55
"type": "module",
66
"exports": {

packages/asana/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @openfn/language-asana
22

3+
## 5.1.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [5276a86]
8+
- @openfn/language-common@3.3.3
9+
310
## 5.1.0
411

512
### Minor Changes

packages/asana/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openfn/language-asana",
3-
"version": "5.1.0",
3+
"version": "5.1.1",
44
"label": "Asana",
55
"description": "OpenFn adaptor for accessing objects in Asana",
66
"homepage": "https://docs.openfn.org",

packages/aws-s3/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @openfn/language-aws-s3
22

3+
## 1.1.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [5276a86]
8+
- @openfn/language-common@3.3.3
9+
310
## 1.1.0
411

512
### Minor Changes

packages/aws-s3/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openfn/language-aws-s3",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "OpenFn aws-s3 adaptor",
55
"type": "module",
66
"exports": {

packages/azure-storage/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @openfn/language-azure-storage
22

3+
## 3.1.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [5276a86]
8+
- @openfn/language-common@3.3.3
9+
310
## 3.1.0
411

512
### Minor Changes

packages/azure-storage/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@openfn/language-azure-storage",
33
"label": "Azure Storage",
4-
"version": "3.1.0",
4+
"version": "3.1.1",
55
"description": "OpenFn adaptor for Azure Storage",
66
"type": "module",
77
"exports": {

packages/beyonic/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @openfn/language-beyonic
22

3+
## 0.4.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [5276a86]
8+
- @openfn/language-common@3.3.3
9+
310
## 0.4.0
411

512
### Minor Changes

0 commit comments

Comments
 (0)