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

chore(deps): bump jsonata from 2.0.4 to 2.0.5

Bumps [jsonata](https://github.com/jsonata-js/jsonata) from 2.0.4 to 2.0.5.
- [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/v2.0.4...v2.0.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-06-13 15:31:50 +00:00 committed by GitHub
parent d07b4dc505
commit 515409db0b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 9 additions and 8 deletions

15
package-lock.json generated
View file

@ -10,7 +10,7 @@
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"got": "^11.8.6", "got": "^11.8.6",
"jsonata": "^2.0.3", "jsonata": "^2.0.6",
"jsrsasign": "^11.1.0" "jsrsasign": "^11.1.0"
}, },
"devDependencies": { "devDependencies": {
@ -3367,9 +3367,10 @@
} }
}, },
"node_modules/jsonata": { "node_modules/jsonata": {
"version": "2.0.4", "version": "2.0.6",
"resolved": "https://registry.npmjs.org/jsonata/-/jsonata-2.0.4.tgz", "resolved": "https://registry.npmjs.org/jsonata/-/jsonata-2.0.6.tgz",
"integrity": "sha512-vfavX4/G/yrYxE+UrmT/oUJ3ph7KqUrb0R7b0LVRcntQwxw+Z5kA1pNUIQzX5hF04Oe1eKxyoIPsmXtc2LgJTQ==", "integrity": "sha512-WhQB5tXQ32qjkx2GYHFw2XbL90u+LLzjofAYwi+86g6SyZeXHz9F1Q0amy3dWRYczshOC3Haok9J4pOCgHtwyQ==",
"license": "MIT",
"engines": { "engines": {
"node": ">= 8" "node": ">= 8"
} }
@ -7221,9 +7222,9 @@
"dev": true "dev": true
}, },
"jsonata": { "jsonata": {
"version": "2.0.4", "version": "2.0.6",
"resolved": "https://registry.npmjs.org/jsonata/-/jsonata-2.0.4.tgz", "resolved": "https://registry.npmjs.org/jsonata/-/jsonata-2.0.6.tgz",
"integrity": "sha512-vfavX4/G/yrYxE+UrmT/oUJ3ph7KqUrb0R7b0LVRcntQwxw+Z5kA1pNUIQzX5hF04Oe1eKxyoIPsmXtc2LgJTQ==" "integrity": "sha512-WhQB5tXQ32qjkx2GYHFw2XbL90u+LLzjofAYwi+86g6SyZeXHz9F1Q0amy3dWRYczshOC3Haok9J4pOCgHtwyQ=="
}, },
"jsrsasign": { "jsrsasign": {
"version": "11.1.0", "version": "11.1.0",

View file

@ -35,7 +35,7 @@
"homepage": "https://github.com/hashicorp/vault-action#readme", "homepage": "https://github.com/hashicorp/vault-action#readme",
"dependencies": { "dependencies": {
"got": "^11.8.6", "got": "^11.8.6",
"jsonata": "^2.0.3", "jsonata": "^2.0.6",
"jsrsasign": "^11.1.0" "jsrsasign": "^11.1.0"
}, },
"peerDependencies": { "peerDependencies": {