Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Upgrade snyk from 1.316.1 to 1.316.2 #35

Merged
merged 3 commits into from May 4, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
15 changes: 9 additions & 6 deletions package-lock.json

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

108 changes: 51 additions & 57 deletions package.json
@@ -1,65 +1,17 @@
{
"name": "@randy.tarampi/pseudolocalize",
"publishConfig": {
"access": "public"
},
"description": "Text-to-ʕ•ᴥ•ʔ translations",
"version": "2.13.2",
"author": {
"name": "Randy Tarampi",
"email": "rt@randytarampi.ca",
"url": "https://www.randytarampi.ca"
},
"version": "2.13.2",
"description": "Text-to-ʕ•ᴥ•ʔ translations",
"main": "lib/pseudolocalizer.js",
"directories": {
"lib": "./src/lib",
"bin": "./bin",
"test": "./test"
},
"files": [
"bin",
"lib",
"npm-shrinkwrap.json"
],
"sideEffects": false,
"scripts": {
"pretest": "gulp -LLLL --color lint",
"test": "NODE_ENV=test gulp -LLLL --color test",
"cover": "rm -rf coverage/ .nyc_output/; NODE_ENV=test nyc gulp -LLLL --color test",
"coveralls": "cat coverage/lcov.info | coveralls",
"prepublishOnly": "npm shrinkwrap",
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect"
},
"bugs": {
"url": "https://github.com/randytarampi/pseudolocalize/issues",
"email": "bugs@randytarampi.ca"
},
"repository": {
"type": "git",
"url": "https://github.com/randytarampi/pseudolocalize.git"
"bugs": "https://github.com/randytarampi/pseudolocalize/issues",
"dependencies": {
"commander": "^5.1.0",
"snyk": "^1.316.2"
},
"license": "MIT",
"keywords": [
"bear",
"woof",
"纬",
"横糸",
"씨",
"subtegmine",
"гав",
"υφάδι",
"نسيج",
"پود",
"বুনন",
"ʕ•ᴥ•ʔ",
"pseudolocalization",
"localization",
"internationalization",
"p16n",
"l10n",
"i18n"
],
"devDependencies": {
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/git": "^9.0.0",
Expand All @@ -75,12 +27,54 @@
"semantic-release": "^17.0.7",
"sinon": "^9.0.2"
},
"dependencies": {
"commander": "^5.1.0",
"snyk": "^1.316.1"
"directories": {
"lib": "./src/lib",
"bin": "./bin",
"test": "./test"
},
"engines": {
"node": ">=8"
},
"files": [
"bin",
"lib",
"npm-shrinkwrap.json"
],
"keywords": [
"bear",
"i18n",
"internationalization",
"l10n",
"localization",
"p16n",
"pseudolocalization",
"subtegmine",
"woof",
"ʕ•ᴥ•ʔ",
"υφάδι",
"гав",
"نسيج",
"پود",
"বুনন",
"横糸",
"纬",
"씨"
],
"license": "MIT",
"main": "lib/pseudolocalizer.js",
"publishConfig": {
"access": "public"
},
"repository": "randytarampi/pseudolocalize.git",
"scripts": {
"cover": "rm -rf coverage/ .nyc_output/; NODE_ENV=test nyc gulp -LLLL --color test",
"coveralls": "cat coverage/lcov.info | coveralls",
"prepare": "npm run snyk-protect",
"prepublishOnly": "npm shrinkwrap",
"pretest": "gulp -LLLL --color lint",
"snyk-protect": "snyk protect",
"test": "NODE_ENV=test gulp -LLLL --color test"
},
"sideEffects": false,
"snyk": true
}