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

Bump rpki-validator from 2.10.16 to 2.10.17

Bumps [rpki-validator](https://github.com/massimocandela/rpki-validator) from 2.10.16 to 2.10.17.
- [Release notes](https://github.com/massimocandela/rpki-validator/releases)
- [Commits](https://github.com/massimocandela/rpki-validator/compare/v2.10.16...v2.10.17)

---
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-01-02 03:01:03 +00:00
committed by GitHub
parent 8d15156563
commit f89a7bbd6b

32
package-lock.json generated
View File

@@ -4356,11 +4356,11 @@
}
},
"node_modules/longest-prefix-match": {
"version": "1.1.19",
"resolved": "https://registry.npmjs.org/longest-prefix-match/-/longest-prefix-match-1.1.19.tgz",
"integrity": "sha512-NE4RdN4FvT2HTpfz/zaZ7P7sVs1jBgfAivPjS8Wkplxo3AKfYl+ny1Iu7qx/jD2BQR5O7P6oc/UtIc+MtOqd3A==",
"version": "1.1.20",
"resolved": "https://registry.npmjs.org/longest-prefix-match/-/longest-prefix-match-1.1.20.tgz",
"integrity": "sha512-rr/rAHI11iZ/uSvyJUh1xT0ogGwsTuSvKrVgYTyxqBSCppIZ4z7ZXIzSLeFPeJWgUZpsMAOuYj0l0/8KTESfgw==",
"dependencies": {
"ip-sub": "^1.3.2",
"ip-sub": "^1.3.5",
"radix-trie-js": "^1.0.6"
}
},
@@ -6014,14 +6014,14 @@
}
},
"node_modules/rpki-validator": {
"version": "2.10.16",
"resolved": "https://registry.npmjs.org/rpki-validator/-/rpki-validator-2.10.16.tgz",
"integrity": "sha512-23uKMhA/ZQeJuJcGERe8hU8DAfR+TT+CLJDHfVTGsrydtJyxdNVmYEBWFcCf1sWsZvPBMqqK2z5xjxs4vtIyTQ==",
"version": "2.10.17",
"resolved": "https://registry.npmjs.org/rpki-validator/-/rpki-validator-2.10.17.tgz",
"integrity": "sha512-KIK9YHNpZs2aRxuB23pfk+d4aKeN2Xh4qA10TaTHZpe7R2FqlwDDX48XLLhvLipjzgkMsUpkj71pxBYTwY+pcg==",
"dependencies": {
"axios": "=0.27.1",
"brembo": "^2.0.7",
"ip-sub": "^1.3.5",
"longest-prefix-match": "^1.1.19",
"longest-prefix-match": "^1.1.20",
"net-validations": "^1.0.7"
},
"bin": {
@@ -10168,11 +10168,11 @@
}
},
"longest-prefix-match": {
"version": "1.1.19",
"resolved": "https://registry.npmjs.org/longest-prefix-match/-/longest-prefix-match-1.1.19.tgz",
"integrity": "sha512-NE4RdN4FvT2HTpfz/zaZ7P7sVs1jBgfAivPjS8Wkplxo3AKfYl+ny1Iu7qx/jD2BQR5O7P6oc/UtIc+MtOqd3A==",
"version": "1.1.20",
"resolved": "https://registry.npmjs.org/longest-prefix-match/-/longest-prefix-match-1.1.20.tgz",
"integrity": "sha512-rr/rAHI11iZ/uSvyJUh1xT0ogGwsTuSvKrVgYTyxqBSCppIZ4z7ZXIzSLeFPeJWgUZpsMAOuYj0l0/8KTESfgw==",
"requires": {
"ip-sub": "^1.3.2",
"ip-sub": "^1.3.5",
"radix-trie-js": "^1.0.6"
}
},
@@ -11391,14 +11391,14 @@
}
},
"rpki-validator": {
"version": "2.10.16",
"resolved": "https://registry.npmjs.org/rpki-validator/-/rpki-validator-2.10.16.tgz",
"integrity": "sha512-23uKMhA/ZQeJuJcGERe8hU8DAfR+TT+CLJDHfVTGsrydtJyxdNVmYEBWFcCf1sWsZvPBMqqK2z5xjxs4vtIyTQ==",
"version": "2.10.17",
"resolved": "https://registry.npmjs.org/rpki-validator/-/rpki-validator-2.10.17.tgz",
"integrity": "sha512-KIK9YHNpZs2aRxuB23pfk+d4aKeN2Xh4qA10TaTHZpe7R2FqlwDDX48XLLhvLipjzgkMsUpkj71pxBYTwY+pcg==",
"requires": {
"axios": "=0.27.1",
"brembo": "^2.0.7",
"ip-sub": "^1.3.5",
"longest-prefix-match": "^1.1.19",
"longest-prefix-match": "^1.1.20",
"net-validations": "^1.0.7"
}
},