Skip to content

Commit 7c8cfd0

Browse files
committed
Update dependencies
1 parent 21e1720 commit 7c8cfd0

File tree

3 files changed

+36
-37
lines changed

3 files changed

+36
-37
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"exifr": "^7.1.3",
4545
"fast-deep-equal": "^3.1.3",
4646
"flat": "^6.0.1",
47-
"immutable": "^5.1.4",
47+
"immutable": "^5.1.5",
4848
"isomorphic-dompurify": "^3.0.0",
4949
"leaflet": "^1.9.4",
5050
"lexical": "^0.41.0",
@@ -59,7 +59,7 @@
5959
"sanitize-filename": "^1.6.3",
6060
"smol-toml": "^1.6.0",
6161
"svelte-i18n": "^4.0.1",
62-
"svgo": "^4.0.0",
62+
"svgo": "^4.0.1",
6363
"terra-draw": "^1.25.0",
6464
"terra-draw-leaflet-adapter": "1.0.3",
6565
"turndown": "^7.2.2",
@@ -87,7 +87,7 @@
8787
"postcss": "^8.5.8",
8888
"postcss-html": "^1.8.1",
8989
"prettier": "^3.8.1",
90-
"prettier-plugin-svelte": "^3.5.0",
90+
"prettier-plugin-svelte": "^3.5.1",
9191
"sass": "^1.97.3",
9292
"stylelint": "^17.4.0",
9393
"stylelint-config-recommended-scss": "^17.0.0",

pnpm-lock.yaml

Lines changed: 28 additions & 34 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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
auditConfig:
2+
ignoreGhsas:
3+
- GHSA-v2wj-7wpq-c8vv # https://github.com/advisories/GHSA-v2wj-7wpq-c8vv - waiting for patch
4+
15
minimumReleaseAge: 1440
26

37
minimumReleaseAgeExclude:
@@ -7,6 +11,7 @@ minimumReleaseAgeExclude:
711
- "@sveltia/*"
812
- lexical
913
- "@lexical/*"
14+
- svgo # to update to 4.0.1 that fixes a security vulnerability
1015

1116
onlyBuiltDependencies:
1217
- "@parcel/watcher"

0 commit comments

Comments
 (0)