5
0
Fork 0
mirror of https://github.com/hashicorp/vault-action.git synced 2025-11-07 07:06:56 +00:00

chore(deps): bump jsonata from 1.8.4 to 1.8.6 (#312)

Bumps [jsonata](https://github.com/jsonata-js/jsonata) from 1.8.4 to 1.8.6.
- [Release notes](https://github.com/jsonata-js/jsonata/releases)
- [Changelog](https://github.com/jsonata-js/jsonata/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jsonata-js/jsonata/compare/v1.8.4...v1.8.6)

---
updated-dependencies:
- dependency-name: jsonata
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-04-28 11:17:38 +01:00 committed by GitHub
parent 8e9712e63b
commit fd9b31c94c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -10,7 +10,7 @@
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"got": "^11.5.1", "got": "^11.5.1",
"jsonata": "^1.8.2", "jsonata": "^1.8.6",
"jsrsasign": "^10.1.10" "jsrsasign": "^10.1.10"
}, },
"devDependencies": { "devDependencies": {
@ -11038,9 +11038,9 @@
} }
}, },
"node_modules/jsonata": { "node_modules/jsonata": {
"version": "1.8.4", "version": "1.8.6",
"resolved": "https://registry.npmjs.org/jsonata/-/jsonata-1.8.4.tgz", "resolved": "https://registry.npmjs.org/jsonata/-/jsonata-1.8.6.tgz",
"integrity": "sha512-OqzmM5IICtm/687zckG5BROZzInGCEuKojpYs48H8RnkII8Np+o912ryvhnYwsRrSI24TQRG/qqrSwBuaneDbg==", "integrity": "sha512-ZH2TPYdNP2JecOl/HvrH47Xc+9imibEMQ4YqKy/F/FrM+2a6vfbGxeCX23dB9Fr6uvGwv+ghf1KxWB3iZk09wA==",
"engines": { "engines": {
"node": ">= 8" "node": ">= 8"
} }
@ -27884,9 +27884,9 @@
} }
}, },
"jsonata": { "jsonata": {
"version": "1.8.4", "version": "1.8.6",
"resolved": "https://registry.npmjs.org/jsonata/-/jsonata-1.8.4.tgz", "resolved": "https://registry.npmjs.org/jsonata/-/jsonata-1.8.6.tgz",
"integrity": "sha512-OqzmM5IICtm/687zckG5BROZzInGCEuKojpYs48H8RnkII8Np+o912ryvhnYwsRrSI24TQRG/qqrSwBuaneDbg==" "integrity": "sha512-ZH2TPYdNP2JecOl/HvrH47Xc+9imibEMQ4YqKy/F/FrM+2a6vfbGxeCX23dB9Fr6uvGwv+ghf1KxWB3iZk09wA=="
}, },
"jsonfile": { "jsonfile": {
"version": "6.1.0", "version": "6.1.0",

View file

@ -45,7 +45,7 @@
"homepage": "https://github.com/hashicorp/vault-action#readme", "homepage": "https://github.com/hashicorp/vault-action#readme",
"dependencies": { "dependencies": {
"got": "^11.5.1", "got": "^11.5.1",
"jsonata": "^1.8.2", "jsonata": "^1.8.6",
"jsrsasign": "^10.1.10" "jsrsasign": "^10.1.10"
}, },
"peerDependencies": { "peerDependencies": {