Compare commits

..

1 Commits

Author SHA1 Message Date
hashicorp-copywrite[bot] 03a1ffb199 [COMPLIANCE] Add/Update Copyright Headers 2026-05-18 04:18:59 +00:00
5 changed files with 14 additions and 10 deletions
+4
View File
@@ -1,3 +1,7 @@
/**
* Copyright IBM Corp. 2019, 2026
*/
/******/ (() => { // webpackBootstrap
/******/ var __webpack_modules__ = ({
+7 -7
View File
@@ -10,7 +10,7 @@
"license": "MIT",
"dependencies": {
"got": "^11.8.6",
"jsonata": "^2.2.0",
"jsonata": "^2.0.3",
"jsrsasign": "^11.1.0"
},
"devDependencies": {
@@ -3227,9 +3227,9 @@
}
},
"node_modules/jsonata": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/jsonata/-/jsonata-2.2.0.tgz",
"integrity": "sha512-rAsmwxKHDKQIQ8qJBDErhd34BpNHses6QtiEOJVzJwJSY48LRx0S/tb7cJ9EtgfoIyiVx72Lzi88+HYxwnUybw==",
"version": "2.0.4",
"resolved": "https://registry.npmjs.org/jsonata/-/jsonata-2.0.4.tgz",
"integrity": "sha512-vfavX4/G/yrYxE+UrmT/oUJ3ph7KqUrb0R7b0LVRcntQwxw+Z5kA1pNUIQzX5hF04Oe1eKxyoIPsmXtc2LgJTQ==",
"engines": {
"node": ">= 8"
}
@@ -6948,9 +6948,9 @@
"dev": true
},
"jsonata": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/jsonata/-/jsonata-2.2.0.tgz",
"integrity": "sha512-rAsmwxKHDKQIQ8qJBDErhd34BpNHses6QtiEOJVzJwJSY48LRx0S/tb7cJ9EtgfoIyiVx72Lzi88+HYxwnUybw=="
"version": "2.0.4",
"resolved": "https://registry.npmjs.org/jsonata/-/jsonata-2.0.4.tgz",
"integrity": "sha512-vfavX4/G/yrYxE+UrmT/oUJ3ph7KqUrb0R7b0LVRcntQwxw+Z5kA1pNUIQzX5hF04Oe1eKxyoIPsmXtc2LgJTQ=="
},
"jsrsasign": {
"version": "11.1.3",
+1 -1
View File
@@ -35,7 +35,7 @@
"homepage": "https://github.com/hashicorp/vault-action#readme",
"dependencies": {
"got": "^11.8.6",
"jsonata": "^2.2.0",
"jsonata": "^2.0.3",
"jsrsasign": "^11.1.0"
},
"peerDependencies": {
+1 -1
View File
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Copyright IBM Corp. 2019, 2025
# Copyright IBM Corp. 2019, 2026
# SPDX-License-Identifier: MIT
# Adapted from: https://github.com/hashicorp/vault-secrets-operator/blob/main/hack/.functions
+1 -1
View File
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Copyright IBM Corp. 2019, 2025
# Copyright IBM Corp. 2019, 2026
# SPDX-License-Identifier: MIT
#
# Generates a PKI chain (CA, server cert, client cert) using cfssl.