Skip to content

Commit 36055b4

Browse files
authored
chore: update dependencies (#838)
* chore: update dependencies * Update comment
1 parent 66ecf28 commit 36055b4

2 files changed

Lines changed: 37 additions & 34 deletions

File tree

pnpm-lock.yaml

Lines changed: 32 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ frozenLockfile: true
88
ignoreScripts: true
99
# Five days in minutes (5 × 24 × 60).
1010
minimumReleaseAge: 7200
11+
# Temporary: fast-uri@4.1.2 is ~2h under the age gate; remove after it matures.
12+
minimumReleaseAgeExclude:
13+
- fast-uri@4.1.2
1114
# Fail install if a package's trust evidence is weaker than an earlier release (e.g. lost trusted publisher).
1215
trustPolicy: no-downgrade
1316
# Transitive deps must come from the registry/workspace; block git/tarball URLs except on direct deps.
@@ -44,5 +47,5 @@ overrides:
4447
'@opentelemetry/core': 2.8.0
4548
qs: ^6.15.2
4649
brace-expansion@^5: '>=5.0.8'
47-
fast-uri: '>=4.1.1'
48-
postcss: ^8.5.18
50+
fast-uri: '>=4.1.2'
51+
postcss: ^8.5.23

0 commit comments

Comments
 (0)