Security upgrades

This commit is contained in:
2020-07-15 19:54:48 +02:00
parent 59cc6c54cd
commit ad8ed283d2
3164 changed files with 408897 additions and 28 deletions

57
node_modules/@emotion/hash/package.json generated vendored Normal file
View File

@@ -0,0 +1,57 @@
{
"_from": "@emotion/hash@^0.8.0",
"_id": "@emotion/hash@0.8.0",
"_inBundle": false,
"_integrity": "sha512-kBJtf7PH6aWwZ6fka3zQ0p6SBYzx4fl1LoZXE2RrnYST9Xljm7WfKJrU4g/Xr3Beg72MLrp1AWNUmuYJTL7Cow==",
"_location": "/@emotion/hash",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@emotion/hash@^0.8.0",
"name": "@emotion/hash",
"escapedName": "@emotion%2fhash",
"scope": "@emotion",
"rawSpec": "^0.8.0",
"saveSpec": null,
"fetchSpec": "^0.8.0"
},
"_requiredBy": [
"/@material-ui/styles"
],
"_resolved": "https://registry.npmjs.org/@emotion/hash/-/hash-0.8.0.tgz",
"_shasum": "bbbff68978fefdbe68ccb533bc8cbe1d1afb5413",
"_spec": "@emotion/hash@^0.8.0",
"_where": "D:\\WORK\\Menui\\menui_backend\\node_modules\\@material-ui\\styles",
"browser": {
"./dist/hash.cjs.js": "./dist/hash.browser.cjs.js",
"./dist/hash.esm.js": "./dist/hash.browser.esm.js"
},
"bundleDependencies": false,
"deprecated": false,
"description": "A MurmurHash2 implementation",
"devDependencies": {
"dtslint": "^0.3.0"
},
"files": [
"src",
"dist",
"types"
],
"license": "MIT",
"main": "dist/hash.cjs.js",
"module": "dist/hash.esm.js",
"name": "@emotion/hash",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/emotion-js/emotion/tree/master/packages/hash"
},
"scripts": {
"test:typescript": "dtslint types"
},
"types": "types/index.d.ts",
"version": "0.8.0"
}