Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
cassiopee
nghyd
Commits
14954e01
Commit
14954e01
authored
May 04, 2022
by
David Dorchies
Browse files
verify dependencies (npm install) before deploying version 4.15.0
parent
6753c831
Changes
1
Show whitespace changes
Inline
Side-by-side
package-lock.json
View file @
14954e01
...
...
@@ -4026,7 +4026,8 @@
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/boolean/-/boolean-3.0.1.tgz",
"integrity": "sha512-HRZPIjPcbwAVQvOTxR4YE3o8Xs98NqbbL1iEZDCz7CL8ql0Lt5iOyJFxfnAB0oFs8Oh02F/lLlg30Mexv46LjA==",
"dev": true
"dev": true,
"optional": true
},
"boxen": {
"version": "4.2.0",
...
...
@@ -11693,11 +11694,13 @@
"dependencies": {
"@types/base-64": {
"version": "0.1.3",
"bundled": true
"resolved": "https://registry.npmjs.org/@types/base-64/-/base-64-0.1.3.tgz",
"integrity": "sha512-DJpw7RKNMXygZ0j2xe6ROBqiJUy7JWEItkzOPBzrT35HUWS7VLYyW9XJX8yCCvE2xg8QD7wesvVyXFg8AVHTMA=="
},
"base-64": {
"version": "0.1.0",
"bundled": true
"resolved": "https://registry.npmjs.org/base-64/-/base-64-0.1.0.tgz",
"integrity": "sha1-eAqZyE59YAJgNhURxId2E78k9rs="
}
}
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment