Skip to content

Commit dd14cc2

Browse files
committed
Avoid sensitive terms in compiled source from Natural #12190
1 parent 3270ee4 commit dd14cc2

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
"@angular/router": "^21.1.1",
2727
"@apollo/client": "^3.13.7",
2828
"@ecodev/fab-speed-dial": "^21.0.2",
29-
"@ecodev/natural": "^68.0.3",
30-
"@ecodev/natural-editor": "^67.0.0",
29+
"@ecodev/natural": "^68.0.4",
30+
"@ecodev/natural-editor": "^68.0.4",
3131
"@ecodev/natural-layout": "^2.0.2",
3232
"@graphql-codegen/cli": "^6.0.0",
3333
"@graphql-codegen/typescript-apollo-angular": "^4.0.1",

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -880,10 +880,10 @@
880880
dependencies:
881881
tslib "^2.8.1"
882882

883-
"@ecodev/natural-editor@^67.0.0":
884-
version "67.0.0"
885-
resolved "https://registry.yarnpkg.com/@ecodev/natural-editor/-/natural-editor-67.0.0.tgz#e654164aff18b8ed073cc0eddb4603817836ea97"
886-
integrity sha512-Vz8D2LVOFWBqPdTb45srkytnxb6ecdn5v+ypkHJ+/CJm8ztzN+V6FUyGg2R5cBzxT/zep2vY9BhfqOAPPihz/g==
883+
"@ecodev/natural-editor@^68.0.4":
884+
version "68.0.4"
885+
resolved "https://registry.yarnpkg.com/@ecodev/natural-editor/-/natural-editor-68.0.4.tgz#3645b3d60a351cf1fbad1511cc4baf4624652b64"
886+
integrity sha512-EAyH+IzdOlTxUnobD9833mVNjzv50pN4nnLlBgJp/Cv4iiZOr6utBRMNkwDx4i8Nakh4i/lR1f5y6JSN1ZFwGg==
887887
dependencies:
888888
prosemirror-commands "^1.5.2"
889889
prosemirror-dropcursor "^1.8.1"
@@ -905,10 +905,10 @@
905905
resolved "https://registry.yarnpkg.com/@ecodev/natural-layout/-/natural-layout-2.0.5.tgz#18d426156171aa9e27f571c238af9712ab3fb495"
906906
integrity sha512-PcMT248B/XVOTdYUcpPhCdL2BbxwoxZghATnPSew4TMVMlLgk65bfMi2uY05Ywb+hPdbjwIJWZ7zepFlr/vDKw==
907907

908-
"@ecodev/natural@^68.0.3":
909-
version "68.0.3"
910-
resolved "https://registry.yarnpkg.com/@ecodev/natural/-/natural-68.0.3.tgz#c9253283732adcb80694278fe1be88c1d93f3d78"
911-
integrity sha512-6umae7fHzjVAimQClfpoUNpFxjNGBoX87yFsPJ08zSn45+XouBFhCx4Jano2MunOTh3WFc46N52LM/LqUmopzw==
908+
"@ecodev/natural@^68.0.4":
909+
version "68.0.4"
910+
resolved "https://registry.yarnpkg.com/@ecodev/natural/-/natural-68.0.4.tgz#67e7a1082503cbf5c900ecea8cb9db1cc5880904"
911+
integrity sha512-gziQfK9y9n3nWUW7vC/J7hTDmYtmh2l01+sj/QJ4ZlmOKnZ82ewS+iqu+lSkARqivO2v2+IBXmZc4L3zg/EvjQ==
912912
dependencies:
913913
extract-files "^13.0.0"
914914
tslib "^2.8.1"

0 commit comments

Comments
 (0)