Skip to content

Commit 37c3520

Browse files
authored
Merge pull request #354 from scientist-softserv/update-yarn
update yarn
2 parents c7c1b55 + 2e1d38a commit 37c3520

File tree

1 file changed

+89
-0
lines changed

1 file changed

+89
-0
lines changed

yarn.lock

Lines changed: 89 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1932,6 +1932,17 @@ array-includes@^3.1.5, array-includes@^3.1.6:
19321932
get-intrinsic "^1.1.3"
19331933
is-string "^1.0.7"
19341934

1935+
array-includes@^3.1.7:
1936+
version "3.1.7"
1937+
resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.7.tgz#8cd2e01b26f7a3086cbc87271593fe921c62abda"
1938+
integrity sha512-dlcsNBIiWhPkHdOEEKnehA+RNUWDc4UqFtnIXU4uuYDPtA4LDkr7qip2p0VvFAEXNDr0yWZ9PJyIRiGjRLQzwQ==
1939+
dependencies:
1940+
call-bind "^1.0.2"
1941+
define-properties "^1.2.0"
1942+
es-abstract "^1.22.1"
1943+
get-intrinsic "^1.2.1"
1944+
is-string "^1.0.7"
1945+
19351946
array-union@^2.1.0:
19361947
version "2.1.0"
19371948
resolved "https://registry.yarnpkg.com/array-union/-/array-union-2.1.0.tgz#b798420adbeb1de828d84acd8a2e23d3efe85e8d"
@@ -1978,6 +1989,16 @@ array.prototype.flatmap@^1.3.1:
19781989
es-abstract "^1.20.4"
19791990
es-shim-unscopables "^1.0.0"
19801991

1992+
array.prototype.flatmap@^1.3.2:
1993+
version "1.3.2"
1994+
resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.3.2.tgz#c9a7c6831db8e719d6ce639190146c24bbd3e527"
1995+
integrity sha512-Ewyx0c9PmpcsByhSW4r+9zDU7sGjFc86qf/kKtuSCRdhfbk0SNLLkaT5qvcHnRGgc5NP/ly/y+qkXkqONX54CQ==
1996+
dependencies:
1997+
call-bind "^1.0.2"
1998+
define-properties "^1.2.0"
1999+
es-abstract "^1.22.1"
2000+
es-shim-unscopables "^1.0.0"
2001+
19812002
array.prototype.map@^1.0.5:
19822003
version "1.0.5"
19832004
resolved "https://registry.yarnpkg.com/array.prototype.map/-/array.prototype.map-1.0.5.tgz#6e43c2fee6c0fb5e4806da2dc92eb00970809e55"
@@ -2000,6 +2021,19 @@ array.prototype.tosorted@^1.1.1:
20002021
es-shim-unscopables "^1.0.0"
20012022
get-intrinsic "^1.1.3"
20022023

2024+
arraybuffer.prototype.slice@^1.0.2:
2025+
version "1.0.2"
2026+
resolved "https://registry.yarnpkg.com/arraybuffer.prototype.slice/-/arraybuffer.prototype.slice-1.0.2.tgz#98bd561953e3e74bb34938e77647179dfe6e9f12"
2027+
integrity sha512-yMBKppFur/fbHu9/6USUe03bZ4knMYiwFBcyiaXB8Go0qNehwX6inYPzK9U0NeQvGxKthcmHcaR8P5MStSRBAw==
2028+
dependencies:
2029+
array-buffer-byte-length "^1.0.0"
2030+
call-bind "^1.0.2"
2031+
define-properties "^1.2.0"
2032+
es-abstract "^1.22.1"
2033+
get-intrinsic "^1.2.1"
2034+
is-array-buffer "^3.0.2"
2035+
is-shared-array-buffer "^1.0.2"
2036+
20032037
asn1@~0.2.3:
20042038
version "0.2.6"
20052039
resolved "https://registry.yarnpkg.com/asn1/-/asn1-0.2.6.tgz#0d3a7bb6e64e02a90c0303b31f292868ea09a08d"
@@ -4025,6 +4059,16 @@ get-intrinsic@^1.2.0:
40254059
has "^1.0.3"
40264060
has-symbols "^1.0.3"
40274061

4062+
get-intrinsic@^1.2.1, get-intrinsic@^1.2.2:
4063+
version "1.2.2"
4064+
resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.2.2.tgz#281b7622971123e1ef4b3c90fd7539306da93f3b"
4065+
integrity sha512-0gSo4ml/0j98Y3lngkFEot/zhiCeWsbYIlZ+uZOVgzLyLaUw7wxUL+nCTP0XJvJg1AXulJRI3UJi8GsbDuxdGA==
4066+
dependencies:
4067+
function-bind "^1.1.2"
4068+
has-proto "^1.0.1"
4069+
has-symbols "^1.0.3"
4070+
hasown "^2.0.0"
4071+
40284072
get-package-type@^0.1.0:
40294073
version "0.1.0"
40304074
resolved "https://registry.yarnpkg.com/get-package-type/-/get-package-type-0.1.0.tgz#8de2d803cff44df3bc6c456e6668b36c3926e11a"
@@ -4648,6 +4692,13 @@ is-core-module@^2.11.0, is-core-module@^2.9.0:
46484692
dependencies:
46494693
has "^1.0.3"
46504694

4695+
is-core-module@^2.13.0, is-core-module@^2.13.1:
4696+
version "2.13.1"
4697+
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.13.1.tgz#ad0d7532c6fea9da1ebdc82742d74525c6273384"
4698+
integrity sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==
4699+
dependencies:
4700+
hasown "^2.0.0"
4701+
46514702
is-date-object@^1.0.1, is-date-object@^1.0.5:
46524703
version "1.0.5"
46534704
resolved "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.5.tgz"
@@ -5542,6 +5593,16 @@ jsprim@^2.0.2:
55425593
array-includes "^3.1.5"
55435594
object.assign "^4.1.3"
55445595

5596+
jsx-ast-utils@^3.3.5:
5597+
version "3.3.5"
5598+
resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-3.3.5.tgz#4766bd05a8e2a11af222becd19e15575e52a853a"
5599+
integrity sha512-ZZow9HBI5O6EPgSJLUb8n2NKgmVWTwCvHGwFuJlMjvLFqlGG6pjirPhtdsseaLZjSibD8eegzmYpUZwoIlj2cQ==
5600+
dependencies:
5601+
array-includes "^3.1.6"
5602+
array.prototype.flat "^1.3.1"
5603+
object.assign "^4.1.4"
5604+
object.values "^1.1.6"
5605+
55455606
keyv@^4.5.2:
55465607
version "4.5.2"
55475608
resolved "https://registry.yarnpkg.com/keyv/-/keyv-4.5.2.tgz#0e310ce73bf7851ec702f2eaf46ec4e3805cce56"
@@ -6287,6 +6348,25 @@ object.fromentries@^2.0.6:
62876348
define-properties "^1.1.4"
62886349
es-abstract "^1.20.4"
62896350

6351+
object.fromentries@^2.0.7:
6352+
version "2.0.7"
6353+
resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.7.tgz#71e95f441e9a0ea6baf682ecaaf37fa2a8d7e616"
6354+
integrity sha512-UPbPHML6sL8PI/mOqPwsH4G6iyXcCGzLin8KvEPenOZN5lpCNBZZQ+V62vdjB1mQHrmqGQt5/OJzemUA+KJmEA==
6355+
dependencies:
6356+
call-bind "^1.0.2"
6357+
define-properties "^1.2.0"
6358+
es-abstract "^1.22.1"
6359+
6360+
object.groupby@^1.0.1:
6361+
version "1.0.1"
6362+
resolved "https://registry.yarnpkg.com/object.groupby/-/object.groupby-1.0.1.tgz#d41d9f3c8d6c778d9cbac86b4ee9f5af103152ee"
6363+
integrity sha512-HqaQtqLnp/8Bn4GL16cj+CUYbnpe1bh0TtEaWvybszDG4tgxCJuRpV8VGuvNaI1fAnI4lUJzDG55MXcOH4JZcQ==
6364+
dependencies:
6365+
call-bind "^1.0.2"
6366+
define-properties "^1.2.0"
6367+
es-abstract "^1.22.1"
6368+
get-intrinsic "^1.2.1"
6369+
62906370
object.hasown@^1.1.2:
62916371
version "1.1.2"
62926372
resolved "https://registry.yarnpkg.com/object.hasown/-/object.hasown-1.1.2.tgz#f919e21fad4eb38a57bc6345b3afd496515c3f92"
@@ -6304,6 +6384,15 @@ object.values@^1.1.6:
63046384
define-properties "^1.1.4"
63056385
es-abstract "^1.20.4"
63066386

6387+
object.values@^1.1.7:
6388+
version "1.1.7"
6389+
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.7.tgz#617ed13272e7e1071b43973aa1655d9291b8442a"
6390+
integrity sha512-aU6xnDFYT3x17e/f0IiiwlGPTy2jzMySGfUB4fq6z7CV8l85CWHDk5ErhyhpfDHhrOMwGFhSQkhMGHaIotA6Ng==
6391+
dependencies:
6392+
call-bind "^1.0.2"
6393+
define-properties "^1.2.0"
6394+
es-abstract "^1.22.1"
6395+
63076396
oidc-token-hash@^5.0.1:
63086397
version "5.0.1"
63096398
resolved "https://registry.npmjs.org/oidc-token-hash/-/oidc-token-hash-5.0.1.tgz"

0 commit comments

Comments
 (0)