Skip to content
This repository was archived by the owner on Dec 5, 2019. It is now read-only.

Commit 4c0feb8

Browse files
ryanclarkmichael-ciniawsky
authored andcommitted
fix(package): update schema-utils v0.4.3...0.4.5 (dependencies) (#255)
1 parent 8b0c0cd commit 4c0feb8

File tree

3 files changed

+29
-9
lines changed

3 files changed

+29
-9
lines changed

Diff for: package-lock.json

+27-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"cacache": "^10.0.4",
3535
"find-cache-dir": "^1.0.0",
3636
"serialize-javascript": "^1.4.0",
37-
"schema-utils": "^0.4.2",
37+
"schema-utils": "^0.4.5",
3838
"source-map": "^0.6.1",
3939
"uglify-es": "^3.3.4",
4040
"webpack-sources": "^1.1.0",

Diff for: test/__snapshots__/invalid-options.test.js.snap

+1-1
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ exports[`warnings 1`] = `Array []`;
187187
exports[`when applied with invalid options throws validation errors 1`] = `
188188
"UglifyJs Plugin Invalid Options
189189
190-
options['doesntExist'] should NOT have additional properties
190+
options['doesntExist'] is an invalid additional property
191191
"
192192
`;
193193

0 commit comments

Comments
 (0)