Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
version: v1.25.1
ignore: {}
# patches apply the minimum changes required to fix a vulnerability
patch:
SNYK-JS-LODASH-567746:
- clean-slate-lint > eslint > lodash:
patched: '2024-06-18T02:16:15.876Z'
id: SNYK-JS-LODASH-567746
path: clean-slate-lint > eslint > lodash
Original file line number Diff line number Diff line change
@@ -1,52 +1,58 @@
{
"name": "lucy-vscode",
"displayName": "Lucy Theme",
"description": "🌃 Easy on the eyes.",
"version": "2.6.3",
"publisher": "juliettepretot",
"repository": "https://github.com/juliettepretot/lucy-vscode",
"scripts": {
"build": "node --experimental-modules src/index.mjs",
"release": "npm version patch & vsce publish && npm publish && git push"
},
"engines": {
"vscode": "^1.26.0"
},
"categories": [
"Themes"
],
"icon": "static/icon.png",
"contributes": {
"themes": [
{
"label": "lucy",
"uiTheme": "vs-dark",
"path": "./dist/color-theme.json"
}
]
},
"tags": [
"femme",
"feminine",
"clear",
"pink",
"dark theme",
"color-theme",
"monokai",
"cute"
],
"devDependencies": {
"clean-slate-lint": "^1.0.9"
},
"husky": {
"hooks": {
"pre-commit": "./node_modules/.bin/clean-slate-lint",
"pre-rewrite": "./node_modules/.bin/clean-slate-lint"
}
},
"__metadata": {
"id": "633db44e-aa2a-4076-9b80-fb54ac7980cb",
"publisherId": "f62bd4d3-ff79-4418-a375-12916c25790c",
"publisherDisplayName": "juliettepretot"
}
"name": "lucy-vscode",
"displayName": "Lucy Theme",
"description": "🌃 Easy on the eyes.",
"version": "2.6.3",
"publisher": "juliettepretot",
"repository": "https://github.com/juliettepretot/lucy-vscode",
"scripts": {
"build": "node --experimental-modules src/index.mjs",
"release": "npm version patch & vsce publish && npm publish && git push",
"prepare": "yarn run snyk-protect",
"snyk-protect": "snyk-protect"
},
"engines": {
"vscode": "^1.26.0"
},
"categories": [
"Themes"
],
"icon": "static/icon.png",
"contributes": {
"themes": [
{
"label": "lucy",
"uiTheme": "vs-dark",
"path": "./dist/color-theme.json"
}
]
},
"tags": [
"femme",
"feminine",
"clear",
"pink",
"dark theme",
"color-theme",
"monokai",
"cute"
],
"devDependencies": {
"clean-slate-lint": "^1.0.9"
},
"husky": {
"hooks": {
"pre-commit": "./node_modules/.bin/clean-slate-lint",
"pre-rewrite": "./node_modules/.bin/clean-slate-lint"
}
},
"__metadata": {
"id": "633db44e-aa2a-4076-9b80-fb54ac7980cb",
"publisherId": "f62bd4d3-ff79-4418-a375-12916c25790c",
"publisherDisplayName": "juliettepretot"
},
"snyk": true,
"dependencies": {
"@snyk/protect": "latest"
}
}