Skip to content

Commit

Permalink
Update dependency copy-webpack-plugin to v10.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Dec 10, 2021
1 parent e369955 commit 3241f53
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 29 deletions.
40 changes: 20 additions & 20 deletions search-query-enhancer/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion search-query-enhancer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@types/jest": "27.0.3",
"@types/node": "16.6.1",
"awesome-typescript-loader": "5.2.1",
"copy-webpack-plugin": "10.0.0",
"copy-webpack-plugin": "10.1.0",
"cp-cli": "2.0.0",
"jest": "27.4.4",
"standard-version": "~9.3.0",
Expand Down
26 changes: 18 additions & 8 deletions search-query-enhancer/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -924,9 +924,9 @@ ajv-keywords@^3.1.0, ajv-keywords@^3.5.2:
integrity sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==

ajv-keywords@^5.0.0:
version "5.0.0"
resolved "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.0.0.tgz"
integrity sha512-ULd1QMjRoH6JDNUQIfDLrlE+OgZlFaxyYCjzt58uNuUQtKXt8/U+vK/8Ql0gyn/C5mqZzUWtKMqr/4YquvTrWA==
version "5.1.0"
resolved "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz"
integrity sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==
dependencies:
fast-deep-equal "^3.1.3"

Expand All @@ -940,7 +940,7 @@ ajv@^6.1.0, ajv@^6.12.5:
json-schema-traverse "^0.4.1"
uri-js "^4.2.2"

ajv@^8.0.0, ajv@^8.8.0:
ajv@^8.0.0:
version "8.8.1"
resolved "https://registry.npmjs.org/ajv/-/ajv-8.8.1.tgz"
integrity sha512-6CiMNDrzv0ZR916u2T+iRunnD60uWmNn8SkdB44/6stVORUg0aAkWO7PkOhpCmjmW8f2I/G/xnowD66fxGyQJg==
Expand All @@ -950,6 +950,16 @@ ajv@^8.0.0, ajv@^8.8.0:
require-from-string "^2.0.2"
uri-js "^4.2.2"

ajv@^8.8.0:
version "8.8.2"
resolved "https://registry.npmjs.org/ajv/-/ajv-8.8.2.tgz"
integrity sha512-x9VuX+R/jcFj1DHo/fCp99esgGDWiHENrKxaCENuCxpoMCmAt/COCGVDwA7kleEpEzJjDnvh3yGoOuLu0Dtllw==
dependencies:
fast-deep-equal "^3.1.1"
json-schema-traverse "^1.0.0"
require-from-string "^2.0.2"
uri-js "^4.2.2"

ansi-escapes@^4.2.1:
version "4.3.2"
resolved "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz"
Expand Down Expand Up @@ -1706,10 +1716,10 @@ copy-descriptor@^0.1.0:
resolved "https://registry.npmjs.org/copy-descriptor/-/copy-descriptor-0.1.1.tgz"
integrity sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=

copy-webpack-plugin@10.0.0:
version "10.0.0"
resolved "https://registry.npmjs.org/copy-webpack-plugin/-/copy-webpack-plugin-10.0.0.tgz"
integrity sha512-tuCVuFMBbRsb7IH0q1CUb50/Skv+7a6c7DJ+xi4fAbOzNLTYVMUTPnf8uGvKPtmqTvzYBrfEFo7YgP4TsUWmtg==
copy-webpack-plugin@10.1.0:
version "10.1.0"
resolved "https://registry.npmjs.org/copy-webpack-plugin/-/copy-webpack-plugin-10.1.0.tgz"
integrity sha512-dPGo+zoW77wiF5LlwkQcZTY7FsrSm7dmovhLDHsjYyciiJ+ZhLFt2EQbw9LRUHJ586JXN0K1A70Kbudclvt00Q==
dependencies:
fast-glob "^3.2.7"
glob-parent "^6.0.1"
Expand Down

0 comments on commit 3241f53

Please sign in to comment.