1
0
mirror of https://github.com/nttgin/BGPalerter.git synced 2024-05-19 06:50:08 +00:00

Bump rpki-validator from 2.11.6 to 2.11.7

Bumps [rpki-validator](https://github.com/massimocandela/rpki-validator) from 2.11.6 to 2.11.7.
- [Release notes](https://github.com/massimocandela/rpki-validator/releases)
- [Commits](https://github.com/massimocandela/rpki-validator/compare/v2.11.6...v2.11.7)

---
updated-dependencies:
- dependency-name: rpki-validator
  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]
2023-02-03 03:00:59 +00:00
committed by GitHub
parent 6e7020384e
commit 82bc33abce

29
package-lock.json generated
View File

@@ -29,7 +29,6 @@
"rpki-validator": "^2.11.6", "rpki-validator": "^2.11.6",
"semver": "^7.3.8", "semver": "^7.3.8",
"syslog-client": "^1.1.1", "syslog-client": "^1.1.1",
"utf-8-validate": "^6.0.0",
"uuid": "^9.0.0", "uuid": "^9.0.0",
"ws": "^8.12.0", "ws": "^8.12.0",
"yargs": "^17.6.2" "yargs": "^17.6.2"
@@ -4357,9 +4356,9 @@
} }
}, },
"node_modules/longest-prefix-match": { "node_modules/longest-prefix-match": {
"version": "1.1.23", "version": "1.2.0",
"resolved": "https://registry.npmjs.org/longest-prefix-match/-/longest-prefix-match-1.1.23.tgz", "resolved": "https://registry.npmjs.org/longest-prefix-match/-/longest-prefix-match-1.2.0.tgz",
"integrity": "sha512-+UrRa/W7s0L8hv6op1BAydl6uBgBLwKfzN5dVdlV9vQmtt3ZbcSRRvTVDvO0qv+rtyGPsDrNKydZUCzdpysC+w==", "integrity": "sha512-Ckqi6XxvAPAXcDk9EJQfMXxpp1s8m+xIsy/ae0/5PZlC9gpZ9O7moJRbr/+XAhURIbuKNPTScJhZ4K8bFCtVfw==",
"dependencies": { "dependencies": {
"ip-sub": "^1.3.5", "ip-sub": "^1.3.5",
"radix-trie-js": "^1.0.6" "radix-trie-js": "^1.0.6"
@@ -6015,14 +6014,14 @@
} }
}, },
"node_modules/rpki-validator": { "node_modules/rpki-validator": {
"version": "2.11.6", "version": "2.11.7",
"resolved": "https://registry.npmjs.org/rpki-validator/-/rpki-validator-2.11.6.tgz", "resolved": "https://registry.npmjs.org/rpki-validator/-/rpki-validator-2.11.7.tgz",
"integrity": "sha512-0BWsthPGS2uICTehMS/5+RNH9QdBV+0xMC/H2+Jp8XyRC+oFhBqovN8qbaqAKzTLavHNxVfYbkw40JvUPQqguw==", "integrity": "sha512-QZ8+C1xUzqiaULfqWD4Jn6nJsY6mLM0MG19v63cqf5lMI+5U6O+KrJI6YAMapNoseVNVkUsDrHSiQ3oLWvKIiQ==",
"dependencies": { "dependencies": {
"axios": "=0.27.1", "axios": "=0.27.1",
"brembo": "^2.0.7", "brembo": "^2.0.7",
"ip-sub": "^1.3.5", "ip-sub": "^1.3.5",
"longest-prefix-match": "^1.1.23", "longest-prefix-match": "^1.2.0",
"net-validations": "^1.0.7" "net-validations": "^1.0.7"
}, },
"bin": { "bin": {
@@ -10169,9 +10168,9 @@
} }
}, },
"longest-prefix-match": { "longest-prefix-match": {
"version": "1.1.23", "version": "1.2.0",
"resolved": "https://registry.npmjs.org/longest-prefix-match/-/longest-prefix-match-1.1.23.tgz", "resolved": "https://registry.npmjs.org/longest-prefix-match/-/longest-prefix-match-1.2.0.tgz",
"integrity": "sha512-+UrRa/W7s0L8hv6op1BAydl6uBgBLwKfzN5dVdlV9vQmtt3ZbcSRRvTVDvO0qv+rtyGPsDrNKydZUCzdpysC+w==", "integrity": "sha512-Ckqi6XxvAPAXcDk9EJQfMXxpp1s8m+xIsy/ae0/5PZlC9gpZ9O7moJRbr/+XAhURIbuKNPTScJhZ4K8bFCtVfw==",
"requires": { "requires": {
"ip-sub": "^1.3.5", "ip-sub": "^1.3.5",
"radix-trie-js": "^1.0.6" "radix-trie-js": "^1.0.6"
@@ -11392,14 +11391,14 @@
} }
}, },
"rpki-validator": { "rpki-validator": {
"version": "2.11.6", "version": "2.11.7",
"resolved": "https://registry.npmjs.org/rpki-validator/-/rpki-validator-2.11.6.tgz", "resolved": "https://registry.npmjs.org/rpki-validator/-/rpki-validator-2.11.7.tgz",
"integrity": "sha512-0BWsthPGS2uICTehMS/5+RNH9QdBV+0xMC/H2+Jp8XyRC+oFhBqovN8qbaqAKzTLavHNxVfYbkw40JvUPQqguw==", "integrity": "sha512-QZ8+C1xUzqiaULfqWD4Jn6nJsY6mLM0MG19v63cqf5lMI+5U6O+KrJI6YAMapNoseVNVkUsDrHSiQ3oLWvKIiQ==",
"requires": { "requires": {
"axios": "=0.27.1", "axios": "=0.27.1",
"brembo": "^2.0.7", "brembo": "^2.0.7",
"ip-sub": "^1.3.5", "ip-sub": "^1.3.5",
"longest-prefix-match": "^1.1.23", "longest-prefix-match": "^1.2.0",
"net-validations": "^1.0.7" "net-validations": "^1.0.7"
} }
}, },