Skip to content
This repository was archived by the owner on Apr 30, 2023. It is now read-only.

Commit 60e3ed3

Browse files
author
Jiri Tomasek
authored
Merge pull request #361 from mareklibra/facet-lib.auto.v1.4.8-4
Update facet-lib to 1.4.8-4
2 parents de3ca48 + 530e234 commit 60e3ed3

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@typescript-eslint/parser": "^2.24.0",
3535
"axios": "^0.19.2",
3636
"axios-case-converter": "^0.6.0",
37-
"facet-lib": "^1.4.8-3",
37+
"facet-lib": "^1.4.8-4",
3838
"file-saver": "^2.0.2",
3939
"formik": "^2.1.4",
4040
"http-proxy-middleware": "^1.0.3",

yarn.lock

+10-4
Original file line numberDiff line numberDiff line change
@@ -5201,13 +5201,14 @@ extsprintf@^1.2.0:
52015201
resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.4.0.tgz#e2689f8f356fad62cca65a3a91c5df5f9551692f"
52025202
integrity sha1-4mifjzVvrWLMplo6kcXfX5VRaS8=
52035203

5204-
facet-lib@^1.4.8-3:
5205-
version "1.4.8-3"
5206-
resolved "https://registry.yarnpkg.com/facet-lib/-/facet-lib-1.4.8-3.tgz#817d71ea33b916f07be19956d48da7794073e077"
5207-
integrity sha512-rMaYFJehdlCkPif02BKIsdrVclCbUJzevQanGh+FmiGv0gJIqiq5tchf0MBxeB/W56mIJc+fHJaFBEJCTh0Mcw==
5204+
facet-lib@^1.4.8-4:
5205+
version "1.4.8-4"
5206+
resolved "https://registry.yarnpkg.com/facet-lib/-/facet-lib-1.4.8-4.tgz#a0b672f01ef5dd86de687121ba181f66b0c5f33a"
5207+
integrity sha512-DQhtw31MDYi11aUbGFMuN+209WnNbjBiypCoTbv2qeKON6t8WbLsrGkstw3Gt8NEhsA/wfDKf6oCL98/ewHt0w==
52085208
dependencies:
52095209
axios-case-converter "^0.6.0"
52105210
ip-address "^7.1.0"
5211+
is-in-subnet "^3.1.0"
52115212
unique-names-generator "^4.2.0"
52125213

52135214
fast-deep-equal@^3.1.1:
@@ -6605,6 +6606,11 @@ is-glob@^4.0.0, is-glob@^4.0.1, is-glob@~4.0.1:
66056606
dependencies:
66066607
is-extglob "^2.1.1"
66076608

6609+
is-in-subnet@^3.1.0:
6610+
version "3.1.0"
6611+
resolved "https://registry.yarnpkg.com/is-in-subnet/-/is-in-subnet-3.1.0.tgz#ae6fa5f29f953de5c5c3c3fb2ce2e70b9378458c"
6612+
integrity sha512-UpHSoZ+S53dhiM5q48atdahm6GmaTFlZaelKTdtBQeSihWZdToE7b8hlTzWVVLghntGlCK97c1JTIdzV5Q+Vcw==
6613+
66086614
is-installed-globally@^0.3.2:
66096615
version "0.3.2"
66106616
resolved "https://registry.yarnpkg.com/is-installed-globally/-/is-installed-globally-0.3.2.tgz#fd3efa79ee670d1187233182d5b0a1dd00313141"

0 commit comments

Comments
 (0)