mirror of
https://github.com/cloudnative-pg/plugin-barman-cloud.git
synced 2026-07-09 19:22:21 +02:00
Compare commits
10 Commits
ca7ee8e790
...
b36d1d75c7
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b36d1d75c7 | ||
|
|
e30154b938 | ||
|
|
0111ed9f4d | ||
|
|
742a0c0810 | ||
|
|
90dbe03a74 | ||
|
|
4d0e2788e9 | ||
|
|
fb0e326029 | ||
|
|
da6445426b | ||
|
|
340204ff21 | ||
|
|
17b86f3faf |
126
.github/ISSUE_TEMPLATE/bug.yml
vendored
Normal file
126
.github/ISSUE_TEMPLATE/bug.yml
vendored
Normal file
@ -0,0 +1,126 @@
|
||||
name: Bug Report
|
||||
description: File a bug report
|
||||
title: "[Bug]: "
|
||||
labels: ["triage", "bug"]
|
||||
projects: ["coudnative-pg/plugin-barman-cloud"]
|
||||
# assignees:
|
||||
# - gbartolini
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Thanks for taking the time to fill out this bug report for the BarmanCloudPlugin!
|
||||
- type: checkboxes
|
||||
id: search
|
||||
attributes:
|
||||
label: Is there an existing issue already for this bug?
|
||||
description: Before you submit a bug, make sure you have searched if a similar one already exists
|
||||
options:
|
||||
- label: I have searched for an existing issue, and could not find anything. I believe this is a new bug.
|
||||
required: true
|
||||
# - type: checkboxes
|
||||
# id: troubleshooting
|
||||
# attributes:
|
||||
# label: I have read the troubleshooting guide
|
||||
# description: Before you submit a bug, make sure you have read the ["Common issues" section in the Troubleshooting guide](https://cloudnative-pg.io/documentation/current/troubleshooting/#some-common-issues).
|
||||
# options:
|
||||
# - label: I have read the troubleshooting guide and I think this is a new bug.
|
||||
# required: true
|
||||
# - type: checkboxes
|
||||
# id: supported
|
||||
# attributes:
|
||||
# label: I am running a supported version of CloudNativePG
|
||||
# description: Before you submit a bug, make sure you have read ["Supported releases"](https://cloudnative-pg.io/documentation/current/supported_releases/) and that you are running a supported version of CloudNativePG with the latest patch/security fixes, or you are working on the current trunk (`main` branch)
|
||||
# options:
|
||||
# - label: I have read the troubleshooting guide and I think this is a new bug.
|
||||
# required: true
|
||||
- type: input
|
||||
id: contact
|
||||
attributes:
|
||||
label: Contact Details
|
||||
description: How can we get in touch with you if we need more info?
|
||||
placeholder: ex. email@example.com
|
||||
validations:
|
||||
required: false
|
||||
- type: dropdown
|
||||
id: version
|
||||
attributes:
|
||||
label: Version
|
||||
description: What is the version of the BarmanCloudPlugin you are running?
|
||||
options:
|
||||
- "0.5.1"
|
||||
- "0.5.0"
|
||||
- "0.4.1"
|
||||
- "0.4.0"
|
||||
- "0.3.0"
|
||||
- "0.2.0"
|
||||
- "0.1.0"
|
||||
validations:
|
||||
required: true
|
||||
- type: dropdown
|
||||
id: k8s_version
|
||||
attributes:
|
||||
label: What version of Kubernetes are you using?
|
||||
options:
|
||||
- "1.32"
|
||||
- "1.31"
|
||||
- "1.30"
|
||||
- "1.29"
|
||||
- "other (unsupported)"
|
||||
validations:
|
||||
required: true
|
||||
- type: dropdown
|
||||
id: k8s_environment
|
||||
attributes:
|
||||
label: What is your Kubernetes environment?
|
||||
options:
|
||||
- "Self-managed: kind (evaluation)"
|
||||
- "Self-managed: k0s"
|
||||
- "Self-managed: k3s"
|
||||
- "Self-managed: RKE"
|
||||
- "Cloud: Amazon EKS"
|
||||
- "Cloud: Google GKE"
|
||||
- "Cloud: Azure AKS"
|
||||
- "Cloud: Other"
|
||||
- "Other"
|
||||
validations:
|
||||
required: true
|
||||
- type: dropdown
|
||||
id: installation_method
|
||||
attributes:
|
||||
label: How did you install the BarmanCloudPlugin?
|
||||
options:
|
||||
- "YAML manifest"
|
||||
# - "Helm"
|
||||
# - "OLM"
|
||||
- "Other"
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: what-happened
|
||||
attributes:
|
||||
label: What happened?
|
||||
description: Also tell us, what did you expect to happen?
|
||||
placeholder: Tell us what you see!
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: spec
|
||||
attributes:
|
||||
label: Cluster resource
|
||||
description: Please copy and paste the CR of the cluster
|
||||
render: shell
|
||||
- type: textarea
|
||||
id: logs
|
||||
attributes:
|
||||
label: Relevant log output
|
||||
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
|
||||
render: shell
|
||||
- type: checkboxes
|
||||
id: terms
|
||||
attributes:
|
||||
label: Code of Conduct
|
||||
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/cloudnative-pg/governance/blob/main/CODE_OF_CONDUCT.md)
|
||||
options:
|
||||
- label: I agree to follow this project's Code of Conduct
|
||||
required: true
|
||||
8
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
8
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
blank_issues_enabled: false
|
||||
contact_links:
|
||||
# - name: Open discussions
|
||||
# url: https://github.com/cloudnative-pg/cloudnative-pg/discussions
|
||||
# about: Please ask and answer questions here.
|
||||
- name: Slack chat
|
||||
url: https://github.com/cloudnative-pg/cloudnative-pg?tab=readme-ov-file#communications
|
||||
about: Please join the slack channel and interact with our community
|
||||
74
.github/ISSUE_TEMPLATE/documentation.yml
vendored
Normal file
74
.github/ISSUE_TEMPLATE/documentation.yml
vendored
Normal file
@ -0,0 +1,74 @@
|
||||
name: Documentation
|
||||
description: Issues or improvement ideas for the plugin-barman-cloud documentation
|
||||
title: "[Docs]: "
|
||||
labels: ["triage", "documentation"]
|
||||
projects: ["coudnative-pg/plugin-barman-cloud"]
|
||||
# assignees:
|
||||
# - gbartolini
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Thanks for taking the time improve the documentation of the BarmanCloudPlugin!
|
||||
- type: checkboxes
|
||||
id: search
|
||||
attributes:
|
||||
label: Is there an existing issue already for your request/idea?
|
||||
description: Before you submit a new issue, make sure you have searched if a similar one already exists
|
||||
options:
|
||||
- label: I have searched for an existing issue, and could not find anything. I believe this is a new documentation enhancement to be evaluated.
|
||||
required: true
|
||||
- type: textarea
|
||||
id: problem
|
||||
attributes:
|
||||
label: What problem in the existing documentation this issue aims to solve?
|
||||
description: A clear and concise description of what the problem is (e.g. I'm always frustrated when [...])
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: doc_add
|
||||
attributes:
|
||||
label: Describe what additions need to be done to the documentation
|
||||
description: A clear and concise description of what sections/pages you want to add to the current documentation.
|
||||
validations:
|
||||
required: false
|
||||
- type: textarea
|
||||
id: doc_change
|
||||
attributes:
|
||||
label: Describe what pages need to change in the documentation, if any
|
||||
description: Please provide links to the pages in the current documentation
|
||||
validations:
|
||||
required: false
|
||||
- type: textarea
|
||||
id: doc_remove
|
||||
attributes:
|
||||
label: Describe what pages need to be removed from the documentation, if any
|
||||
description: Please provide links to the pages in the current documentation that you want to be removed
|
||||
validations:
|
||||
required: false
|
||||
- type: textarea
|
||||
id: additional_context
|
||||
attributes:
|
||||
label: Additional context
|
||||
description: Add any other context about this issue.
|
||||
validations:
|
||||
required: false
|
||||
- type: dropdown
|
||||
id: backport
|
||||
attributes:
|
||||
label: Backport?
|
||||
description: Do you suggest to backport this feature or not?
|
||||
options:
|
||||
- "Yes"
|
||||
- "No"
|
||||
- "N/A"
|
||||
validations:
|
||||
required: true
|
||||
- type: checkboxes
|
||||
id: terms
|
||||
attributes:
|
||||
label: Code of Conduct
|
||||
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/cloudnative-pg/governance/blob/main/CODE_OF_CONDUCT.md)
|
||||
options:
|
||||
- label: I agree to follow this project's Code of Conduct
|
||||
required: true
|
||||
77
.github/ISSUE_TEMPLATE/feature.yml
vendored
Normal file
77
.github/ISSUE_TEMPLATE/feature.yml
vendored
Normal file
@ -0,0 +1,77 @@
|
||||
name: Feature request
|
||||
description: Suggest an idea or request a new feature for the plugin-barman-cloud
|
||||
title: "[Feature]: "
|
||||
labels: ["triage", "enhancement"]
|
||||
projects: ["coudnative-pg/plugin-barman-cloud"]
|
||||
# assignees:
|
||||
# - gbartolini
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Thanks for taking the time to propose new ideas and feature requests to the BarmanCloudPlugin!
|
||||
- type: checkboxes
|
||||
id: search
|
||||
attributes:
|
||||
label: Is there an existing issue already for this feature request/idea?
|
||||
description: Before you submit a new feature request, make sure you have searched if a similar one already exists
|
||||
options:
|
||||
- label: I have searched for an existing issue, and could not find anything. I believe this is a new feature request to be evaluated.
|
||||
required: true
|
||||
- type: textarea
|
||||
id: problem
|
||||
attributes:
|
||||
label: What problem is this feature going to solve? Why should it be added?
|
||||
description: A clear and concise description of what the problem is (e.g. I'm always frustrated when [...])
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: solution
|
||||
attributes:
|
||||
label: Describe the solution you'd like
|
||||
description: A clear and concise description of what you want to happen.
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: alternatives
|
||||
attributes:
|
||||
label: Describe alternatives you've considered
|
||||
description: A clear and concise description of any alternative solutions or features you've considered.
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: additional_context
|
||||
attributes:
|
||||
label: Additional context
|
||||
description: Add any other context or screenshots about the feature request here.
|
||||
validations:
|
||||
required: false
|
||||
- type: dropdown
|
||||
id: backport
|
||||
attributes:
|
||||
label: Backport?
|
||||
description: Do you suggest to backport this feature or not?
|
||||
options:
|
||||
- "Yes"
|
||||
- "No"
|
||||
- "N/A"
|
||||
validations:
|
||||
required: true
|
||||
- type: dropdown
|
||||
id: contribute
|
||||
attributes:
|
||||
label: Are you willing to actively contribute to this feature?
|
||||
description: Let us know if you are interested in developing this feature.
|
||||
options:
|
||||
- "No"
|
||||
- "Yes"
|
||||
validations:
|
||||
required: true
|
||||
- type: checkboxes
|
||||
id: terms
|
||||
attributes:
|
||||
label: Code of Conduct
|
||||
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/cloudnative-pg/governance/blob/main/CODE_OF_CONDUCT.md)
|
||||
options:
|
||||
- label: I agree to follow this project's Code of Conduct
|
||||
required: true
|
||||
48
.github/ISSUE_TEMPLATE/release-notes.yml
vendored
Normal file
48
.github/ISSUE_TEMPLATE/release-notes.yml
vendored
Normal file
@ -0,0 +1,48 @@
|
||||
name: Release Notes
|
||||
description: Release notes for a new version of the BarmanCloudPlugin
|
||||
title: "[Release Notes]: BarmanCloudPlugin 1.XX.Y and 1.XX-1.Z"
|
||||
labels: ["triage", "documentation"]
|
||||
projects: ["coudnative-pg/plugin-barman-cloud"]
|
||||
# assignees:
|
||||
# - gbartolini
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Make sure that the correct versions are reported in the title of the ticket.
|
||||
- type: checkboxes
|
||||
id: search
|
||||
attributes:
|
||||
label: Is there an existing issue already for this task?
|
||||
description: Before you submit a new issue, make sure you have searched if a similar one already exists
|
||||
options:
|
||||
- label: I have searched for an existing issue, and could not find anything. I believe this is a new request.
|
||||
required: true
|
||||
- type: dropdown
|
||||
id: minor
|
||||
attributes:
|
||||
label: Is this a new minor release?
|
||||
description: Is this a new minor release for the BarmanCloudPlugin?
|
||||
options:
|
||||
- "No"
|
||||
- "Yes"
|
||||
validations:
|
||||
required: true
|
||||
- type: dropdown
|
||||
id: preview
|
||||
attributes:
|
||||
label: Is this a preview release?
|
||||
description: Is this a preview release for the BarmanCloudPlugin? If so, make sure you add `-RC1` to the version and update the `preview_version.md` file.
|
||||
options:
|
||||
- "No"
|
||||
- "Yes"
|
||||
validations:
|
||||
required: true
|
||||
- type: checkboxes
|
||||
id: terms
|
||||
attributes:
|
||||
label: Code of Conduct
|
||||
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/cloudnative-pg/governance/blob/main/CODE_OF_CONDUCT.md)
|
||||
options:
|
||||
- label: I agree to follow this project's Code of Conduct
|
||||
required: true
|
||||
@ -15,6 +15,7 @@ DigitalOcean
|
||||
Docusaurus
|
||||
EDB
|
||||
EKS
|
||||
EnterpriseDB
|
||||
Enum
|
||||
EnvVar
|
||||
GCP
|
||||
@ -76,6 +77,7 @@ backends
|
||||
barmanObjectName
|
||||
barmanObjectStore
|
||||
barmancloud
|
||||
benchmarked
|
||||
boto
|
||||
bzip
|
||||
cd
|
||||
|
||||
@ -144,10 +144,11 @@ spec:
|
||||
description: |-
|
||||
Compress a backup file (a tar file per tablespace) while streaming it
|
||||
to the object store. Available options are empty string (no
|
||||
compression, default), `gzip`, `bzip2`, and `snappy`.
|
||||
compression, default), `gzip`, `bzip2`, `lz4`, and `snappy`.
|
||||
enum:
|
||||
- bzip2
|
||||
- gzip
|
||||
- lz4
|
||||
- snappy
|
||||
type: string
|
||||
encryption:
|
||||
|
||||
2
go.mod
2
go.mod
@ -7,7 +7,7 @@ toolchain go1.26.2
|
||||
require (
|
||||
github.com/cert-manager/cert-manager v1.20.2
|
||||
github.com/cloudnative-pg/api v1.29.0
|
||||
github.com/cloudnative-pg/barman-cloud v0.5.0
|
||||
github.com/cloudnative-pg/barman-cloud v0.5.1
|
||||
github.com/cloudnative-pg/cloudnative-pg v1.29.0
|
||||
github.com/cloudnative-pg/cnpg-i v0.5.0
|
||||
github.com/cloudnative-pg/cnpg-i-machinery v0.4.2
|
||||
|
||||
4
go.sum
4
go.sum
@ -20,8 +20,8 @@ github.com/cespare/xxhash/v2 v2.3.0 h1:UL815xU9SqsFlibzuggzjXhog7bL6oX9BbNZnL2UF
|
||||
github.com/cespare/xxhash/v2 v2.3.0/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs=
|
||||
github.com/cloudnative-pg/api v1.29.0 h1:mNx6yJ5qi+Xrjs0NYrUy6V4MlXBkVJxGKwvTJZIuTX4=
|
||||
github.com/cloudnative-pg/api v1.29.0/go.mod h1:bF3HI8UVVcllZ7M8CfBufnb+Us8FyQArhD+4qtX0qhM=
|
||||
github.com/cloudnative-pg/barman-cloud v0.5.0 h1:DykSaX4o7ee2vyu5FQoG1RJsntHd+EIttIKZbJPlB1Q=
|
||||
github.com/cloudnative-pg/barman-cloud v0.5.0/go.mod h1:SO2HzLa+GWlSIpGyxnISoJAFPIcaa/qDa33Bb3jefac=
|
||||
github.com/cloudnative-pg/barman-cloud v0.5.1 h1:vjkXrrxo2DQXHT9u9usqhtaHiPZ/lTfDVs/pIWYTepQ=
|
||||
github.com/cloudnative-pg/barman-cloud v0.5.1/go.mod h1:XPc5IUFP1y4cZX1sg+Pd8j9V4tmUEVnv3BGCpfQOOg8=
|
||||
github.com/cloudnative-pg/cloudnative-pg v1.29.0 h1:49Dm8+y4va7RODspJjeaK8uMWP3OGAD0gMsxhjm16Mo=
|
||||
github.com/cloudnative-pg/cloudnative-pg v1.29.0/go.mod h1:0Sgb/50VyaCnQm3IbWqgnhQG8Kb6mgqo8Jo1J+KtkSI=
|
||||
github.com/cloudnative-pg/cnpg-i v0.5.0 h1:/TOzpNT6cwNgrpftTtrnLKdoHgMwd+88vZgXjlVgXeE=
|
||||
|
||||
@ -143,10 +143,11 @@ spec:
|
||||
description: |-
|
||||
Compress a backup file (a tar file per tablespace) while streaming it
|
||||
to the object store. Available options are empty string (no
|
||||
compression, default), `gzip`, `bzip2`, and `snappy`.
|
||||
compression, default), `gzip`, `bzip2`, `lz4`, and `snappy`.
|
||||
enum:
|
||||
- bzip2
|
||||
- gzip
|
||||
- lz4
|
||||
- snappy
|
||||
type: string
|
||||
encryption:
|
||||
|
||||
@ -15,7 +15,7 @@ for space, speed, or a balance of both.
|
||||
|
||||
- `bzip2`
|
||||
- `gzip`
|
||||
- `lz4` (WAL only)
|
||||
- `lz4`
|
||||
- `snappy`
|
||||
- `xz` (WAL only)
|
||||
- `zstd` (WAL only)
|
||||
@ -41,3 +41,5 @@ network throughput.
|
||||
| bzip2 | 25,404 | 13,886 | 395 | 67 | 5.9:1 |
|
||||
| gzip | 116,281 | 3,077 | 395 | 91 | 4.3:1 |
|
||||
| snappy | 8,134 | 8,341 | 395 | 166 | 2.4:1 |
|
||||
|
||||
Numbers come from a 2021 Barman proof of concept ([EnterpriseDB/barman#344](https://github.com/EnterpriseDB/barman/issues/344#issuecomment-992547396)), which predates `lz4` support for base backups. `lz4` is not yet benchmarked.
|
||||
|
||||
@ -43,9 +43,10 @@
|
||||
]
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18.0"
|
||||
"node": ">=20.0.0"
|
||||
},
|
||||
"resolutions": {
|
||||
"webpackbar": "^7.0.0"
|
||||
"webpackbar": "^7.0.0",
|
||||
"serialize-javascript": ">=7.0.5"
|
||||
}
|
||||
}
|
||||
|
||||
@ -3389,12 +3389,12 @@ array-union@^2.1.0:
|
||||
integrity sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==
|
||||
|
||||
asn1js@^3.0.6:
|
||||
version "3.0.7"
|
||||
resolved "https://registry.yarnpkg.com/asn1js/-/asn1js-3.0.7.tgz#15f1f2f59e60f80d5b43ef14047a294a969f824f"
|
||||
integrity sha512-uLvq6KJu04qoQM6gvBfKFjlh6Gl0vOKQuR5cJMDHQkmwfMOQeN3F3SHCv9SNYSL+CRoHvOGFfllDlVz03GQjvQ==
|
||||
version "3.0.10"
|
||||
resolved "https://registry.yarnpkg.com/asn1js/-/asn1js-3.0.10.tgz#df26c874c8a8b41ca605efea47b2ad07551013dd"
|
||||
integrity sha512-S2s3aOytiKdFRdulw2qPE51MzjzVOisppcVv7jVFR+Kw0kxwvFrDcYA0h7Ndqbmj0HkMIXYWaoj7fli8kgx1eg==
|
||||
dependencies:
|
||||
pvtsutils "^1.3.6"
|
||||
pvutils "^1.1.3"
|
||||
pvutils "^1.1.5"
|
||||
tslib "^2.8.1"
|
||||
|
||||
astring@^1.8.0:
|
||||
@ -5849,9 +5849,9 @@ json5@^2.1.2, json5@^2.2.3:
|
||||
integrity sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==
|
||||
|
||||
jsonfile@^6.0.1:
|
||||
version "6.2.0"
|
||||
resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-6.2.0.tgz#7c265bd1b65de6977478300087c99f1c84383f62"
|
||||
integrity sha512-FGuPw30AdOIUTRMC2OMRtQV+jkVj2cfPqSeWXv1NEAJ1qZ5zb1X6z1mFhbfOB/iy3ssJCD+3KuZ8r8C3uVFlAg==
|
||||
version "6.2.1"
|
||||
resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-6.2.1.tgz#b6e31717f22cc37330b081ce0051ed5de53af2f6"
|
||||
integrity sha512-zwOTdL3rFQ/lRdBnntKVOX6k5cKJwEc1HdilT71BWEu7J41gXIB2MRp+vxduPSwZJPWBxEzv4yH1wYLJGUHX4Q==
|
||||
dependencies:
|
||||
universalify "^2.0.0"
|
||||
optionalDependencies:
|
||||
@ -7832,7 +7832,7 @@ pvtsutils@^1.3.6:
|
||||
dependencies:
|
||||
tslib "^2.8.1"
|
||||
|
||||
pvutils@^1.1.3:
|
||||
pvutils@^1.1.3, pvutils@^1.1.5:
|
||||
version "1.1.5"
|
||||
resolved "https://registry.yarnpkg.com/pvutils/-/pvutils-1.1.5.tgz#84b0dea4a5d670249aa9800511804ee0b7c2809c"
|
||||
integrity sha512-KTqnxsgGiQ6ZAzZCVlJH5eOjSnvlyEgx1m8bkRJfOhmGRqfo5KLvmAlACQkrjEtOQ4B7wF9TdSLIs9O90MX9xA==
|
||||
@ -7854,13 +7854,6 @@ quick-lru@^5.1.1:
|
||||
resolved "https://registry.yarnpkg.com/quick-lru/-/quick-lru-5.1.1.tgz#366493e6b3e42a3a6885e2e99d18f80fb7a8c932"
|
||||
integrity sha512-WuyALRjWPDGtt/wzJiadO5AXY+8hZ80hVpe6MyivgraREW751X3SbhRvG3eLKOYN+8VEvqLcf3wdnt44Z4S4SA==
|
||||
|
||||
randombytes@^2.1.0:
|
||||
version "2.1.0"
|
||||
resolved "https://registry.yarnpkg.com/randombytes/-/randombytes-2.1.0.tgz#df6f84372f0270dc65cdf6291349ab7a473d4f2a"
|
||||
integrity sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==
|
||||
dependencies:
|
||||
safe-buffer "^5.1.0"
|
||||
|
||||
range-parser@1.2.0:
|
||||
version "1.2.0"
|
||||
resolved "https://registry.yarnpkg.com/range-parser/-/range-parser-1.2.0.tgz#f49be6b487894ddc40dcc94a322f611092e00d5e"
|
||||
@ -8296,7 +8289,7 @@ run-parallel@^1.1.9:
|
||||
dependencies:
|
||||
queue-microtask "^1.2.2"
|
||||
|
||||
safe-buffer@5.2.1, safe-buffer@>=5.1.0, safe-buffer@^5.1.0, safe-buffer@~5.2.0:
|
||||
safe-buffer@5.2.1, safe-buffer@>=5.1.0, safe-buffer@~5.2.0:
|
||||
version "5.2.1"
|
||||
resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.1.tgz#1eaf9fa9bdb1fdd4ec75f58f9cdb4e6b7827eec6"
|
||||
integrity sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==
|
||||
@ -8402,12 +8395,10 @@ send@~0.19.0, send@~0.19.1:
|
||||
range-parser "~1.2.1"
|
||||
statuses "~2.0.2"
|
||||
|
||||
serialize-javascript@^6.0.0, serialize-javascript@^6.0.1:
|
||||
version "6.0.2"
|
||||
resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-6.0.2.tgz#defa1e055c83bf6d59ea805d8da862254eb6a6c2"
|
||||
integrity sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==
|
||||
dependencies:
|
||||
randombytes "^2.1.0"
|
||||
serialize-javascript@>=7.0.5, serialize-javascript@^6.0.0, serialize-javascript@^6.0.1:
|
||||
version "7.0.5"
|
||||
resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-7.0.5.tgz#c798cc0552ffbb08981914a42a8756e339d0d5b1"
|
||||
integrity sha512-F4LcB0UqUl1zErq+1nYEEzSHJnIwb3AF2XWB94b+afhrekOUijwooAYqFyRbjYkm2PAKBabx6oYv/xDxNi8IBw==
|
||||
|
||||
serve-handler@^6.1.7:
|
||||
version "6.1.7"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user