Changeset 50520
- Timestamp:
- 03/10/2021 03:05:43 PM (4 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/package-lock.json
r50507 r50520 3931 3931 "unbzip2-stream": "^1.3.3", 3932 3932 "ws": "^7.2.3" 3933 }, 3934 "dependencies": { 3935 "devtools-protocol": { 3936 "version": "0.0.818844", 3937 "resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.818844.tgz", 3938 "integrity": "sha512-AD1hi7iVJ8OD0aMLQU5VK0XH9LDlA1+BcPIgrAxPfaibx2DbWucuyOhc4oyQCbnvDDO68nN6/LcKfqTP343Jjg==", 3939 "dev": true 3940 } 3933 3941 } 3934 3942 }, … … 8056 8064 "resolved": "https://registry.npmjs.org/detect-node/-/detect-node-2.0.4.tgz", 8057 8065 "integrity": "sha512-ZIzRpLJrOj7jjP2miAtgqIfmzbxa4ZOr5jJc601zklsfEx9oTzmmj2nVpIPRpNlRTIh8lc1kyViIY7BWSGNmKw==", 8058 "dev": true8059 },8060 "devtools-protocol": {8061 "version": "0.0.818844",8062 "resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.818844.tgz",8063 "integrity": "sha512-AD1hi7iVJ8OD0aMLQU5VK0XH9LDlA1+BcPIgrAxPfaibx2DbWucuyOhc4oyQCbnvDDO68nN6/LcKfqTP343Jjg==",8064 8066 "dev": true 8065 8067 }, … … 14578 14580 }, 14579 14581 "jquery": { 14580 "version": "3. 5.1",14581 "resolved": "https://registry.npmjs.org/jquery/-/jquery-3. 5.1.tgz",14582 "integrity": "sha512- XwIBPqcMn57FxfT+Go5pzySnm4KWkT1Tv7gjrpT1srtf8Weynl6R273VJ5GjkRb51IzMp5nbaPjJXMWeju2MKg=="14582 "version": "3.6.0", 14583 "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.6.0.tgz", 14584 "integrity": "sha512-JVzAR/AjBvVt2BmYhxRCSYysDsPcssdmTFnzyLEts9qNwmjmu4JTAMYubEfwVOSwpQ1I1sKKFcxhZCI2buerfw==" 14583 14585 }, 14584 14586 "jquery-color": { -
trunk/package.json
r50496 r50520 135 135 "hoverintent": "2.2.1", 136 136 "imagesloaded": "4.1.4", 137 "jquery": "3. 5.1",137 "jquery": "3.6.0", 138 138 "jquery-color": "https://github.com/jquery/jquery-color/archive/2.1.2.tar.gz", 139 139 "jquery-form": "4.2.1",
Note: See TracChangeset
for help on using the changeset viewer.