5
0
Fork 0
mirror of https://github.com/hashicorp/vault-action.git synced 2025-11-10 00:26:55 +00:00

chore(deps): bump jsonata from 1.8.6 to 2.0.0

Bumps [jsonata](https://github.com/jsonata-js/jsonata) from 1.8.6 to 2.0.0.
- [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/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-12-15 22:01:50 +00:00 committed by GitHub
parent 8fa61e9099
commit 16439a2d39
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",
"dependencies": {
"got": "^11.8.5",
"jsonata": "^1.8.6",
"jsonata": "^2.0.0",
"jsrsasign": "^10.5.27"
},
"devDependencies": {
@ -5773,9 +5773,9 @@
}
},
"node_modules/jsonata": {
"version": "1.8.6",
"resolved": "https://registry.npmjs.org/jsonata/-/jsonata-1.8.6.tgz",
"integrity": "sha512-ZH2TPYdNP2JecOl/HvrH47Xc+9imibEMQ4YqKy/F/FrM+2a6vfbGxeCX23dB9Fr6uvGwv+ghf1KxWB3iZk09wA==",
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/jsonata/-/jsonata-2.0.0.tgz",
"integrity": "sha512-xx3bfetSFwBc9BFv62yDF+6LzV8DlZCwNo0+sE+L8dj/8a8DJyLzEy8njVSURwSFbtNcjL59/EBjSg8519AFfQ==",
"engines": {
"node": ">= 8"
}
@ -15076,9 +15076,9 @@
"dev": true
},
"jsonata": {
"version": "1.8.6",
"resolved": "https://registry.npmjs.org/jsonata/-/jsonata-1.8.6.tgz",
"integrity": "sha512-ZH2TPYdNP2JecOl/HvrH47Xc+9imibEMQ4YqKy/F/FrM+2a6vfbGxeCX23dB9Fr6uvGwv+ghf1KxWB3iZk09wA=="
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/jsonata/-/jsonata-2.0.0.tgz",
"integrity": "sha512-xx3bfetSFwBc9BFv62yDF+6LzV8DlZCwNo0+sE+L8dj/8a8DJyLzEy8njVSURwSFbtNcjL59/EBjSg8519AFfQ=="
},
"jsonfile": {
"version": "6.1.0",

View file

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