Skip to content

Commit f550b15

Browse files
fix(deps): update dependency webpack-assets-manifest to v6
1 parent 5f8efe3 commit f550b15

File tree

2 files changed

+7
-15
lines changed

2 files changed

+7
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"gatsby-core-utils": "^4.0.0",
1919
"kebab-hash": "^0.1.2",
2020
"lodash.mergewith": "^4.6.2",
21-
"webpack-assets-manifest": "^5.0.6"
21+
"webpack-assets-manifest": "^6.0.0"
2222
},
2323
"devDependencies": {
2424
"@babel/cli": "^7.16.8",

yarn.lock

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9015,11 +9015,6 @@ lodash.get@^4.3.0, lodash.get@^4.4.2:
90159015
resolved "https://registry.yarnpkg.com/lodash.get/-/lodash.get-4.4.2.tgz#2d177f652fa31e939b4438d5341499dfa3825e99"
90169016
integrity sha512-z+Uw/vLuy6gQe8cfaFWD7p0wVv8fJl3mbzXh33RS+0oW2wvUqiRXiQ69gLWSLpgB5/6sU+r6BlQR0MBILadqTQ==
90179017

9018-
lodash.has@^4.5.2:
9019-
version "4.5.2"
9020-
resolved "https://registry.yarnpkg.com/lodash.has/-/lodash.has-4.5.2.tgz#d19f4dc1095058cccbe2b0cdf4ee0fe4aa37c862"
9021-
integrity sha512-rnYUdIo6xRCJnQmbVFEwcxF144erlD+M3YcJUVesflU9paQaE8p+fJDcIQrlMYbxoANFL+AB9hZrzSBBk5PL+g==
9022-
90239018
lodash.kebabcase@^4.1.1:
90249019
version "4.1.1"
90259020
resolved "https://registry.yarnpkg.com/lodash.kebabcase/-/lodash.kebabcase-4.1.1.tgz#8489b1cb0d29ff88195cceca448ff6d6cc295c36"
@@ -11200,7 +11195,7 @@ schema-utils@^2.6.5:
1120011195
ajv "^6.12.4"
1120111196
ajv-keywords "^3.5.2"
1120211197

11203-
schema-utils@^3.0.0, schema-utils@^3.1.1, schema-utils@^3.3.0:
11198+
schema-utils@^3.0.0, schema-utils@^3.1.1:
1120411199
version "3.3.0"
1120511200
resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-3.3.0.tgz#f50a88877c3c01652a15b622ae9e9795df7a60fe"
1120611201
integrity sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==
@@ -12639,17 +12634,14 @@ webidl-conversions@^3.0.0:
1263912634
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
1264012635
integrity sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==
1264112636

12642-
webpack-assets-manifest@^5.0.6:
12643-
version "5.2.1"
12644-
resolved "https://registry.yarnpkg.com/webpack-assets-manifest/-/webpack-assets-manifest-5.2.1.tgz#7ebe4c882efdc343029ed2f54a6f7ce990406f08"
12645-
integrity sha512-MsEcXVio1GY6R+b4dVfTHIDMB0RB90KajQG8neRbH92vE2S1ClGw9mNa9NPlratYBvZOhExmN0qqMNFTaCTuIg==
12637+
webpack-assets-manifest@^6.0.0:
12638+
version "6.0.1"
12639+
resolved "https://registry.yarnpkg.com/webpack-assets-manifest/-/webpack-assets-manifest-6.0.1.tgz#20cda0eb97bec1dbd95b45e6c1c0a3d1edbf0ab0"
12640+
integrity sha512-mxYPsp6LBG4b0zHYR/9wy0k5grFGaWrBsbqhe/+qVPfpiL+1yzuS1jeLqF8oMJ/UsFixLZBuRsBEFkU/6uvDSw==
1264612641
dependencies:
12647-
chalk "^4.1.2"
1264812642
deepmerge "^4.3.1"
1264912643
lockfile "^1.0.4"
12650-
lodash.get "^4.4.2"
12651-
lodash.has "^4.5.2"
12652-
schema-utils "^3.3.0"
12644+
schema-utils "^4.3.0"
1265312645
tapable "^2.2.1"
1265412646

1265512647
webpack-dev-middleware@^5.3.4:

0 commit comments

Comments
 (0)