Skip to content

Commit f27a2ac

Browse files
authored
Merge pull request #2024 from recurser/dependabot/npm_and_yarn/multi-cbeff0027e
deps: bump lodash and @types/lodash
2 parents 3309b62 + 788dfb9 commit f27a2ac

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
@@ -32,7 +32,7 @@
3232
"js-base64": "^3.7.8",
3333
"js-yaml": "^4.1.1",
3434
"jsonwebtoken": "^9.0.2",
35-
"lodash": "^4.17.21",
35+
"lodash": "^4.18.1",
3636
"next": "12.3.1",
3737
"next-translate": "^3.1.2",
3838
"next-translate-plugin": "^2.0.5",
@@ -72,7 +72,7 @@
7272
"@types/js-yaml": "^4.0.9",
7373
"@types/json2csv": "^5.0.7",
7474
"@types/jsonwebtoken": "^9.0.10",
75-
"@types/lodash": "^4.17.21",
75+
"@types/lodash": "^4.17.24",
7676
"@types/node": "^24.2.1",
7777
"@types/papaparse": "^5.5.2",
7878
"@types/prismjs": "^1.26.6",

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2179,10 +2179,10 @@
21792179
"@types/ms" "*"
21802180
"@types/node" "*"
21812181

2182-
"@types/lodash@^4.17.21":
2183-
version "4.17.21"
2184-
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.17.21.tgz#b806831543d696b14f8112db600ea9d3a1df6ea4"
2185-
integrity sha512-FOvQ0YPD5NOfPgMzJihoT+Za5pdkDJWcbpuj1DjaKZIr/gxodQjY/uWEFlTNqW2ugXHUiL8lRQgw63dzKHZdeQ==
2182+
"@types/lodash@^4.17.24":
2183+
version "4.17.24"
2184+
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.17.24.tgz#4ae334fc62c0e915ca8ed8e35dcc6d4eeb29215f"
2185+
integrity sha512-gIW7lQLZbue7lRSWEFql49QJJWThrTFFeIMJdp3eH4tKoxm1OvEPg02rm4wCCSHS0cL3/Fizimb35b7k8atwsQ==
21862186

21872187
"@types/ms@*":
21882188
version "2.1.0"
@@ -7472,10 +7472,10 @@ lodash.upperfirst@^4.3.1:
74727472
resolved "https://registry.yarnpkg.com/lodash.upperfirst/-/lodash.upperfirst-4.3.1.tgz#1365edf431480481ef0d1c68957a5ed99d49f7ce"
74737473
integrity sha512-sReKOYJIJf74dhJONhU4e0/shzi1trVbSWDOhKYE5XV2O+H7Sb2Dihwuc7xWxVl+DgFPyTqIN3zMfT9cq5iWDg==
74747474

7475-
lodash@^4.17.21, lodash@^4.17.4:
7476-
version "4.17.21"
7477-
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
7478-
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
7475+
lodash@^4.17.21, lodash@^4.17.4, lodash@^4.18.1:
7476+
version "4.18.1"
7477+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.18.1.tgz#ff2b66c1f6326d59513de2407bf881439812771c"
7478+
integrity sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==
74797479

74807480
loose-envify@^1.1.0, loose-envify@^1.4.0:
74817481
version "1.4.0"

0 commit comments

Comments
 (0)