Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
web-et-numerique
web-et-numerique-internet
data.grandlyon.com
web-portal
components
custom-apps
web-app
Commits
8012eb77
Commit
8012eb77
authored
Nov 21, 2019
by
ncastejon
Browse files
Angular audit fix for vulnerabilities.
parent
59b6eca5
Pipeline
#1812
passed with stages
in 2 minutes and 48 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
package-lock.json
View file @
8012eb77
...
...
@@ -4916,9 +4916,9 @@
"dev"
:
true
},
"handlebars"
:
{
"version"
:
"4.
1.2
"
,
"resolved"
:
"https://registry.npmjs.org/handlebars/-/handlebars-4.
1.2
.tgz"
,
"integrity"
:
"sha512-
nvfrjqvt9xQ8Z/w0ijewdD/vvWDTOweBUm96NTr66Wfvo1mJenBLwcYmPs3TIBP5ruzYGD7Hx/DaM9RmhroGPw
=="
,
"version"
:
"4.
5.3
"
,
"resolved"
:
"https://registry.npmjs.org/handlebars/-/handlebars-4.
5.3
.tgz"
,
"integrity"
:
"sha512-
3yPecJoJHK/4c6aZhSvxOyG4vJKDshV36VHp0iVCDVh7o9w2vwi3NSnL2MMPj3YdduqaBcu7cGbggJQM0br9xA
=="
,
"dev"
:
true
,
"requires"
:
{
"neo-async"
:
"^2.6.0"
,
...
...
@@ -5218,9 +5218,9 @@
"dev"
:
true
},
"https-proxy-agent"
:
{
"version"
:
"2.2.
2
"
,
"resolved"
:
"https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-2.2.
2
.tgz"
,
"integrity"
:
"sha512-
c8Ndjc9Bkpfx/vCJueCPy0jlP4ccCCSNDp8xwCZzPjKJUm+B+u9WX2x98Qx4n1PiMNTWo3D7KK5ifNV/yJyRz
g=="
,
"version"
:
"2.2.
4
"
,
"resolved"
:
"https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-2.2.
4
.tgz"
,
"integrity"
:
"sha512-
OmvfoQ53WLjtA9HeYP9RNrWMJzzAz1JGaSFr1nijg0PVR1JaD/xbJq1mdEIIlxGpXp9eSe/O2LgU9DJmTPd0E
g=="
,
"dev"
:
true
,
"requires"
:
{
"agent-base"
:
"^4.3.0"
,
...
...
@@ -6562,9 +6562,9 @@
}
},
"magic-string"
:
{
"version"
:
"0.25.
3
"
,
"resolved"
:
"https://registry.npmjs.org/magic-string/-/magic-string-0.25.
3
.tgz"
,
"integrity"
:
"sha512-
6QK0OpF/phMz0Q2AxILkX2mFhi7m+WMwTRg0LQKq/WBB0cDP4rYH3Wp4/d3OTXlrPLVJT/RFqj8tFeAR4nk8AA
=="
,
"version"
:
"0.25.
4
"
,
"resolved"
:
"https://registry.npmjs.org/magic-string/-/magic-string-0.25.
4
.tgz"
,
"integrity"
:
"sha512-
oycWO9nEVAP2RVPbIoDoA4Y7LFIJ3xRYov93gAyJhZkET1tNuB0u7uWkZS2LpBWTJUWnmau/To8ECWRC+jKNfw
=="
,
"dev"
:
true
,
"requires"
:
{
"sourcemap-codec"
:
"^1.4.4"
...
...
@@ -10881,16 +10881,23 @@
"dev"
:
true
},
"uglify-js"
:
{
"version"
:
"3.6.
0
"
,
"resolved"
:
"https://registry.npmjs.org/uglify-js/-/uglify-js-3.6.
0
.tgz"
,
"integrity"
:
"sha512-
W+jrUHJr3DXKhrsS7NUVxn3zqMOFn0hL/Ei6v0anCIMoKC93TjcflTagwIHLW7SfMFfiQuktQyFVCFHGUE0+yg
=="
,
"version"
:
"3.6.
9
"
,
"resolved"
:
"https://registry.npmjs.org/uglify-js/-/uglify-js-3.6.
9
.tgz"
,
"integrity"
:
"sha512-
pcnnhaoG6RtrvHJ1dFncAe8Od6Nuy30oaJ82ts6//sGSXOP5UjBMEthiProjXmMNHOfd93sqlkztifFMcb+4yw
=="
,
"dev"
:
true
,
"optional"
:
true
,
"requires"
:
{
"commander"
:
"~2.20.
0
"
,
"commander"
:
"~2.20.
3
"
,
"source-map"
:
"~0.6.1"
},
"dependencies"
:
{
"commander"
:
{
"version"
:
"2.20.3"
,
"resolved"
:
"https://registry.npmjs.org/commander/-/commander-2.20.3.tgz"
,
"integrity"
:
"sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ=="
,
"dev"
:
true
,
"optional"
:
true
},
"source-map"
:
{
"version"
:
"0.6.1"
,
"resolved"
:
"https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz"
,
...
...
Write
Preview
Supports
Markdown
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