Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-05-14 04:02:25 +0300
committerGitHub <noreply@github.com>2022-05-14 04:02:25 +0300
commit70313527dfcf72103a25b6df436bc325c84bae5d (patch)
tree4e7dac467e86adeae7de16ec58b03ccbc64df6d6
parenta4f3e569e2777c20b4ab497109bbf9e44a7eeed6 (diff)
Bump wasm-check from 2.0.3 to 2.0.4dependabot/npm_and_yarn/wasm-check-2.0.4
Bumps [wasm-check](https://github.com/MaxGraey/wasm-check) from 2.0.3 to 2.0.4. - [Release notes](https://github.com/MaxGraey/wasm-check/releases) - [Commits](https://github.com/MaxGraey/wasm-check/commits) --- updated-dependencies: - dependency-name: wasm-check dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--package-lock.json14
-rw-r--r--package.json2
2 files changed, 8 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json
index f8ed8603b..94badcdbe 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -77,7 +77,7 @@
"jest-transform-stub": "^2.0.0",
"regenerator-runtime": "^0.13.9",
"terser-webpack-plugin": "^5.3.1",
- "wasm-check": "^2.0.3",
+ "wasm-check": "^2.0.4",
"webpack-node-externals": "^3.0.0",
"worker-loader": "^3.0.8"
},
@@ -21764,9 +21764,9 @@
}
},
"node_modules/wasm-check": {
- "version": "2.0.3",
- "resolved": "https://registry.npmjs.org/wasm-check/-/wasm-check-2.0.3.tgz",
- "integrity": "sha512-UbZqpDMO4TZskoVKDH3B9NqY+yJllDJX8I9lUU4nuQjBGeU57jCjjgCslP3r8xiE+yf5GTIfeGvznvubgCdbhw==",
+ "version": "2.0.4",
+ "resolved": "https://registry.npmjs.org/wasm-check/-/wasm-check-2.0.4.tgz",
+ "integrity": "sha512-1Mafjf2iEO3MikYhUfLbFHXBlKhOrf2DVeVWDCdQU3WVoJSVVX2STwmWh6N/T6VyDWO8zaJGhILopGb1w2PYTQ==",
"dev": true,
"engines": {
"node": ">= 8"
@@ -41061,9 +41061,9 @@
}
},
"wasm-check": {
- "version": "2.0.3",
- "resolved": "https://registry.npmjs.org/wasm-check/-/wasm-check-2.0.3.tgz",
- "integrity": "sha512-UbZqpDMO4TZskoVKDH3B9NqY+yJllDJX8I9lUU4nuQjBGeU57jCjjgCslP3r8xiE+yf5GTIfeGvznvubgCdbhw==",
+ "version": "2.0.4",
+ "resolved": "https://registry.npmjs.org/wasm-check/-/wasm-check-2.0.4.tgz",
+ "integrity": "sha512-1Mafjf2iEO3MikYhUfLbFHXBlKhOrf2DVeVWDCdQU3WVoJSVVX2STwmWh6N/T6VyDWO8zaJGhILopGb1w2PYTQ==",
"dev": true
},
"watchpack": {
diff --git a/package.json b/package.json
index 97d24aae0..8fcad4e4c 100644
--- a/package.json
+++ b/package.json
@@ -85,7 +85,7 @@
"jest-transform-stub": "^2.0.0",
"regenerator-runtime": "^0.13.9",
"terser-webpack-plugin": "^5.3.1",
- "wasm-check": "^2.0.3",
+ "wasm-check": "^2.0.4",
"webpack-node-externals": "^3.0.0",
"worker-loader": "^3.0.8"
},